@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans');
/* Layout */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END OF RESET */
p {
  line-height: 1.4;
  padding-bottom: 1em;
}
b {
  font-weight: bold;
}
h2 {
  clear: both;
  font: 2em 'Open Sans Condensed', Helvetica, sans-serif;
  color: #30466d;
  margin: .5em 0;
}
h3 {
  clear: both;
  font: 2em 'Open Sans Condensed', Helvetica, sans-serif;
  font-size: 1.5em;
  color: #1e3b99;
  margin: .5em 0;
}
ul li {
  margin-left: 2em;
  margin-bottom: .5em;
}
ol li {
  margin-left: 2em;
  margin-bottom: .5em;
}
ul li ul li {
  margin-left: 2em;
}
hr {
  clear: both;
  margin: 1em 0;
  border: 1px solid #ccc;
}
a {
  color: #1e3b99;
  text-decoration: none;
}
a:hover {
  color: #444;
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.alignRight {
  text-align: right;
}
.red {
  color: #ff0000;
}
body {
  margin: 0 auto;
  background-color: rgb(173, 216, 230);
  font: 1em 'Open Sans', Helvetica, sans-serif;
  color: #000;
}
body#tinymce.mce-content-body {
  background: #FFF;
  font-size: 16px;
}
body#tinymce.mce-content-body ul li {
  list-style: disc;
}
div.tox-edit-area {
  margin: 1em 2em;
}
#container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
}
#login {
  background: rgb(173, 216, 230);
  padding: 1em;
  text-align: right;
}
#login a {
  text-decoration: none;
}
#showlogin {
  overflow: hidden;
  display: none;
}
#showlogin label {
  display: block;
}
.green {
  background: #3CB371 !important;
}
a.loginButton {
  padding: .5em 1em;
  background: #3CB371;
  border-radius: 5px;
  margin: 0 1em;
  text-transform: uppercase;
  color: #fff;
  font-size: .75em;
}
a.logoutButton {
  padding: .5em 1em;
  background: #ff0000;
  border-radius: 5px;
  margin: 0 1em;
  text-transform: uppercase;
  color: #fff;
  font-size: .75em;
}
a.forgotButton {
  padding: .5em 1em;
  ;
  background: #ff0000;
  border-radius: 5px;
  margin: 0 1em;
  text-transform: uppercase;
  color: #fff;
  font-size: .75em;
}
a.joinButton {
  padding: .5em 1em;
  background: #0000ff;
  border-radius: 5px;
  margin: 0 1em;
  text-transform: uppercase;
  color: #fff;
  font-size: .75em;
}
a.changeButton {
  padding: .5em 1em;
  background: #0000ff;
  border-radius: 5px;
  margin: 0 1em;
  text-transform: uppercase;
  color: #fff;
  font-size: .75em;
}
#userInput, #passwordInput {
  font-size: 1em;
  padding: .25em;
  margin: 0 70%;
  width: 30%;
  text-align: left;
}
#login form input[type=submit] {
  display: inline-block;
  background: #1e3b99;
  border-radius: 5px;
  color: #fff;
  font-size: .75em;
  padding: .5em 1em;
  margin: .5em 1em;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  width: 7em;
}
.error {
  color: #ff0000;
  text-align: center;
  padding-bottom: 1em;
}
#wrap {
  margin: 0 auto;
  width: 960px;
  text-align: left;
}
#logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #1e3b99;
}
#logo img.header {
  display: block;
  width: 100%;
}
#logo img.justlogo {
  display: block;
  width: 30%;
  padding: 1em;
}
/* Navigation */
#navigation {
  background-color: #ddd;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  padding: 0;
  min-height: 48px;
  line-height: 48px;
  position: relative;
  z-index: 10;
  clear: both;
  box-shadow: 0 2px 8px 2px #aaaaaa;
}
.sub-menu {
  background: white;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
}
#navigation ul li {
  margin: 0;
  display: inline-block;
  list-style-type: none;
}
#navigation ul li a {
  color: #1e3b99;
  padding: 1em;
  display: inline;
  text-decoration: none;
}
#navigation ul li a:hover {
  background: #1e3b99;
  color: #fff;
  transition: all .25s ease-in;
}
#navigation li.current-menu-item a {
  color: #0f7700;
}
#navigation li.current-menu-item a:hover {}
#navigation ul li ul li.current-menu-item a {}
#navigation ul li ul li.current-menu-item a:hover {
  color: #6c87ae;
}
#navigation ul ul {
  display: none;
  background: #ddd;
  float: left;
  position: absolute;
  text-transform: none;
  z-index: 99999;
  width: 20em;
  text-align: left;
}
#navigation ul ul li {
  display: block;
  border-top: 1px solid #ffffff;
  font-size: 1em;
  line-height: 2em;
}
#navigation ul ul li a {
  font-size: 1em;
  line-height: 2em;
  padding: 0 0 0 5%;
  width: 95%;
  display: block;
}
#navigation ul ul li a:hover {
  color: #fff;
}
#navigation ul ul li:hover {
  background: #1e3b99;
  color: #fff;
  transition: all .25s ease-in;
}
#navigation ul li:hover > ul {
  display: block;
}
#navigation .current_page_item a {
  color: #fff;
}
/*************************************************************/
#nav {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 30px;
}
#nav ul li {
  list-style-type: none;
  display: inline;
  padding-right: 30px;
}
#mainimg {
  width: 100%;
  padding: 10px 0;
}
#mainimg img {
  width: 100%;
}
#whatsNew {
  width: 30%;
  float: left;
  padding: 0 1em 0 0;
}
#whatsNew img {
  width: 100%;
}
#contentfull {
  clear: both;
  margin: 0 auto;
  width: 95%;
  padding-top: 10px;
  text-align: left;
}
#leftnav {
  width: 23%;
  float: left;
  margin-right: 1%;
  padding-right: .75%;
  margin-top: 2em;
  border-right: 1px solid #ccc;
}
#leftnav ul li {
  vertical-align: middle;
  list-style: url(images/link.png);
  text-decoration: none;
}
#leftnav ul li a {
  vertical-align: middle;
  text-decoration: none;
  color: #1e3b99;
}
#copy {
  margin: 1em 0;
  font-size: 1em;
  color: #000;
  float: left;
  width: 75%;
  line-height: 1.4;
}
#copy.full {
  width: 100%;
}
.clear {
  clear: both;
}
.courseLink, .pages {
  clear: both;
  padding: .5em 0;
}
.gallerycontainer {
  position: relative;
  display: inline;
  float: left;
  /*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail {
  text-decoration: none;
}
.courseLink img {
  width: 64px;
  float: left;
  vertical-align: top;
  margin: 0 1em .5em 0;
}
.thumbnail img {
  margin: 0px 0px 0px 0px;
}
.thumbnail:hover {
  background-color: transparent;
}
.thumbnail:hover img {
  border: none;
}
.thumbnail span { /*CSS for enlarged image*/
  position: absolute;
  background-color: white;
  padding: 2px;
  left: -1000px;
  /* border: none; */
  border-width: 1px;
  border-color: black;
  border-style: solid;
  visibility: hidden;
  color: black;
  text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
  border-width: 0;
  width: 450px; /* padding: 2px; */
}
.thumbnail:hover span { /*CSS for enlarged image*/
  visibility: visible;
  top: 0;
  left: 80px; /*position where enlarged image should offset horizontally */
  z-index: 50;
}
.thumbnail::after, #resources a::after, .reprint::after {
  vertical-align: middle;
  content: url(images/link.png);
  text-decoration: none;
  margin-left: .5em;
}
.triangle::after {
  vertical-align: middle;
  content: url(images/triangle-16.png);
  text-decoration: none;
  margin-left: .5em;
}
.box {
  float: left;
  width: 48%;
}
a.reprint {
  display: block;
  text-align: right;
}
/* ---------- member form -------------- */
form {
  position: relative;
  font-size: 1em;
  color: #000;
}
label {
  width: 100%;
  padding-bottom: 5px;
  float: left;
  color: #000;
}
input {
  font-size: 1em;
  padding: .25em;
  margin: 0;
  width: 95%;
}
.inputStyle {
  width: 100%;
  background: rgb(239, 239, 239);
  font-size: 1em;
  border: solid 1px #c4c0bc;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.inputStyleVar {
  background: rgb(239, 239, 239);
  font-size: 1em;
  border: solid 1px #c4c0bc;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.displayStyleVar {
  font-size: 1em;
  border: solid 1px #c4c0bc;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
select {
  background: rgb(239, 239, 239);
  font-size: .875em;
  border: solid 1px #c4c0bc;
  padding: 4px 0 4px 5px;
  margin: 2px 0;
  border-radius: 5px;
  height: 2em;
}
.inputName {
  width: 40%;
  margin: 0 10px 5px 0;
  float: left;
  position: relative;
}
.inputInitial {
  width: 10%;
  margin: 0 20px 5px 0;
  float: left;
  position: relative;
}
.inputState {
  width: 6em;
  margin: 0 10px 5px 0;
  float: left;
  position: relative;
}
#zip {
  width: 100%;
  background: rgb(239, 239, 239);
  font-size: 16px;
  border: solid 1px #c4c0bc;
  padding: 5px;
  margin: 0 10px 10px 0;
  border-radius: 5px;
}
.inputZip {
  width: 9em;
  margin: 0 10px 5px 0;
  float: left;
  position: relative;
}
.birthMonth {
  width: 7em;
  margin: 0 0 5px 0;
  float: left;
  position: relative;
}
.birthDay {
  width: 7em;
  margin: 0 0 5px 0;
  float: left;
  position: relative;
}
.birthYear {
  width: 4em;
  margin: 0 0 5px 0;
  float: left;
  position: relative;
}
.form_row {
  clear: both;
  width: 95%;
  margin: 0 0 5px 0;
  float: left;
  position: relative;
}
.inputBoard {
  width: 45%;
  margin: 0 10px 5px 0;
  float: left;
  position: relative;
}
.inputBoardID {
  width: 25%;
  margin: 0 10px 5px 20px;
  float: left;
  position: relative;
}
input[type=checkbox] {
  margin: 0 .5em;
  width: 2em;
}
input[type=radio] {
  margin: 0 .5em;
  width: 1em;
}
.formCC {
  width: 90%;
  margin: 1em 2em;
  float: left;
  position: relative;
}
.formDetails {
  width: 90%;
  margin: 0 2em;
  float: left;
  position: relative;
}
input[type=submit] {
  display: inline-block;
  background: #1e3b99;
  color: #fff;
  font-size: 1em;
  padding: .5em 1em;
  margin: 1em 0;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 18em;
  border: 1px solid #1e3b99;
  border-radius: 4px;
}
input[type=reset] {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  font-size: 1em;
  padding: .5em 2em;
  margin: 1em 0;
  cursor: pointer;
  text-transform: uppercase;
  width: 10em;
  border: 1px solid #ff0000;
  border-radius: 4px;
}
input[type=submit]:hover {
  background: #ddd;
  color: #1e3b99;
}
#search form {
  width: 75%;
}
#search input[type=text] {
  border: 1px solid #ccc;
  width: 75%;
  font-size: 1em;
  padding: .5em;
  margin: 0;
}
#search input[type=checkbox] {
  margin: 0 .5em;
  width: 1em;
  float: none;
}
#search input[type=submit] {
  display: inline-block;
  background: url(images/search.png) no-repeat center #ccc;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  height: 36px;
  width: 36px;
}
#search input[type=submit]:hover {
  display: inline-block;
  background: url(images/search.png) no-repeat center #aaa;
  cursor: pointer;
  border: none;
}
.hidden {
  display: none;
}
#sysrequire, #objectives, #accreditation, #disclosure, #instructions, #agenda {
  display: none;
}
h3.accordian {
  padding: .25em 0 .25em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #eee;
  display: block;
  margin: .5em 0;
  cursor: pointer;
  color: #1e3b99;
}
a.accordian {
  padding: 0 0 0 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #eee;
  display: block;
  margin: .5em 0;
}
h3.accordian:hover {
  text-decoration: none;
  background: #fff;
}
a.accordian:hover {
  text-decoration: none;
  background: #fff;
}
.indent {
  margin: 1em 2em;
}
#objectives li, #instructions li, #contentfull li {
  list-style: disc;
}
#pretest, #download, #viewprogram, #posttest, #eval {
  clear: both;
  padding: 0.5em 0;
}
#pretest a, #download a, button.close {
  font-size: 1em;
  padding: .5em 1em;
  background: #1e3b99;
  border: 1px solid #1e3b99;
  border-radius: 4px;
  color: #ffffff;
  float: left;
  margin: .5em .5em .5em 0;
}
#pretest a:hover, #download a:hover, #viewprogram a:hover, #posttest a:hover, #eval a:hover, button.close:hover {
  font-size: 1em;
  color: #1e3b99;
  background: #ddd;
  text-decoration: none;
}
#viewprogram a, #posttest a {
  padding: .5em 1em;
  background: #3CB371;
  border: 1px solid #3CB371;
  border-radius: 4px;
  color: #ffffff;
  float: left;
  margin: .5em .5em .5em 0;
}
#eval a {
  padding: .5em 1em;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #ffffff;
  float: left;
  margin: .5em .5em .5em 0;
}
.fb-like {
  margin-bottom: 1em;
}
#evalform, #overall {
  width: 100%;
}
#evalform tr td, #overall tr td {
  padding: .5em 0;
}
#evalform textarea {
  vertical-align: top;
  width: 100%
}
#evalform tr td.question, #overall tr td.question {
  width: 50%;
  margin-right: 1%;
}
#evalform tr td.answer {
  width: 11%;
  margin-right: 1%;
  text-align: center;
}
#overall tr td.answer {
  width: 4%;
  margin-right: 1%;
  text-align: center;
}
#evalform input[type=radio], #overall input[type=radio] {
  text-align: center;
  margin: 0 auto;
  float: none;
}
/********************************************************/
#register {
  float: right;
  width: 300px;
}
#feedback {
  width: 100%;
  border-top: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1em;
  padding-top: 1em;
  text-align: center;
}
#footer {
  clear: both;
  background: rgb(173, 216, 230);
  width: 100%;
  line-height: 1.5;
  text-align: right;
  font-size: .875em;
  color: #222;
  margin-top: 2em;
}
#insideFooter {
  width: 960px;
  margin: 0 auto;
  display: block;
}
#footer ul li {
  list-style-type: none;
  display: inline-block;
}
.contact {
  float: left;
  margin: .5em 1em;
}
.facebook {
  float: left;
  margin: 0 1em;
}
#copyright {
  margin: .5em 0;
  text-align: right;
}
#mycourses {
  width: 100%;
  border: 0;
  vertical-align: middle;
}
#mycourses td, #mycourses th {
  border: 1px solid #ccc;
  padding: .5em;
}
.eee {
  background: #eee;
}
.center {
  text-align: center;
}
.expired {
  color: #ff0000;
  font-weight: bold;
}
.pharmatitle {
  font-size: 14px;
  font-weight: bold;
}
.pharmaheadline {
  font-size: .75em;
  color: #000;
  line-height: 16px;
}
.pharmasep {
  width: 750px;
  height: 20px;
  border-top: 1px solid #ccc;
  line-height: 20px;
}
#iconnavcont {
  display: none;
  /* width:100%; */
  width: 100%;
  border: lightgrey thin solid;
}
#iconnav {
  width: 94%;
  margin: auto;
}
.iconnavbutton {
  float: left;
  position: relative;
  width: 175px;
  text-align: center;
  z-order: 1;
}
.iconnavbutton img {
  display: none;
}
.iconnavtext {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 40px;
}
.iconnavbutton a:link {
  color: #ffffff;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.iconnavbutton a:active {
  color: #ffffff;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.iconnavbutton a:visited {
  color: #ffffff;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.iconnavbutton a:hover {
  color: #000;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}