/***** GENERAL ***************/
body,
html {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding-top: 10px;

}

h1 {
    color: #808080;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 25pt;
}

div.content {
    margin-bottom: 15px;
}

a[href^="http://healthcareprofessionalliabilityreview.org/"] {
    background: url(http://www.marcofolio.net/images/stories/programming/joomla/mfblank/icon_external.gif) center right no-repeat;
    padding-right: 10px;

}

a[href^="http://www.flbog.edu/"] {
    background: url(http://www.marcofolio.net/images/stories/programming/joomla/mfblank/icon_external.gif) center right no-repeat;
    padding-right: 10px;
}

a[href^="http://www.rmfstrategies.com/CRICO/Home/Clinician-Resources/Newsletter-and-Publication/2011/CRICO-SPS-Past-Issues"] {
    background: url(http://www.marcofolio.net/images/stories/programming/joomla/mfblank/icon_external.gif) center right no-repeat;
    padding-right: 10px;
}


/***** CALENDAR **************/
.calendarSecondItem {
    background-color: #e9e8e8;
    border: 1px solid white;
    padding-left: 0px;
}

.calendarSecondItem img {
    padding-right: 25px;
    float: left;
}

.calendarItems h3 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.calendarItems div p,
.calendarItems div span {
    padding: 5px 0 5px 5px;
}

/***** HEADER ****************/
/*div.header {
	margin-bottom:1px;
}
/***************/
/*** HEADER ***/
.header {
    text-align: left !important;
    width: auto;
}

/***** HEADER ****************/
div.header {
    margin-bottom: 1em;
}

/*Grid*/
.headerGrid {
    /* Grid Fallback */
    display: inline-block;
    flex-wrap: wrap;

    /* Supports Grid */
    display: inline-flex;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 1em;
    text-align: center;
    width: 100%;
}

.headerGridItem {
    display: grid;
    align-items: flex-end;
    justify-content: normal;
    height: auto;
    flex: none;
    padding: .5em 0 .5em 0;
}

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

.navbar-header {
    display: inline !important;
}

/***** TOP NAVIGATION ********/
nav {
    background-color: white;
    width: 100% !important;
}

nav a {
	color: black !important;
	font-size: 120%;
}

nav a:hover {
	font-style: italic;
}

/** ????????? **/
nav ul li {
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
}

/* JASON EDITS */
/*Fills space below navbar links created by <li>'s with lest than two wrapped rows of text.*/
nav ul {
    display: flex;
    float: left;
}

ul.nav li {
    width: 100%;
    align-items: center;
}

/* END JASON EDITS */
/*?????????*/

.navbar-collapse {
    padding: 0;
}

.navbar-nav {
    text-align: center;
    width: 100%;
}

.navbar-default {
    font-size: 100%;
    color: black;
    background-color: white;
}

ul.nav li ul li {
    font-size: 100%;
    width: 100%;
    /* this edit allows dropdown links to be at 100% */
}

ul.nav > li {
    width: 20% !important;
    height: auto;
    font-size: 110%;
    border: none;
}

ul.nav > li:first-child, ul.nav > li:nth-child(6) {
    background-color: #b0c6d6;
}

ul.nav > li:nth-child(2) {
    background-color: #e9d7a7;
}

ul.nav > li:nth-child(3) {
    background-color: #cacaca;
}

ul.nav > li:nth-child(4) {
    background-color: #f0e5c7;
}

/* HOLLINGSWORTH CHANGE */
ul.nav > li:nth-child(5) {
    background-color: #aed5cc;
}

/* END HOLLINGSWORTH CHANGE*/

ul.nav li ul {
    background-color: inherit;
    width: 100%;
}

ul.nav li ul li {
    background-color: inherit;
}

ul.nav li ul li a {
    padding-left: .25em;
}

.navbar {
    border: none;
    margin: 0 auto;
    /*margin: 0;*/
}

.navbar-toggle {
    margin-top: 25px;
    margin-right: 0;
    padding: 10px;
}

/***** NAV: 3RD TIER CHANGES**/
/**
.navbar li ul li a:hover {
    opacity: 50%;
}
**/

.navbar:not(body) li ul ul {
    position: relative;
    margin-left: 100%;
    margin-top: -2.5em;
    border-radius: 0;
}

/***** CAROUSEL **************/
div.carousel {}

/***** FOOTER ****************/
.footer {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
}

/***** BOTTOM NAVIGATION *****/
ul.bottomNav,
ul.bottomNav li ul {
    list-style-type: none;
    padding: 0;
}

ul.bottomNav li ul {
    padding: 0;
}

ul.bottomNav li ul li {
    padding: 5px 0;
    font-size: 14px;
    padding-left: 2px;
}

ul.bottomNav li ul li a {
    vertical-align: middle;
}

ul.bottomNav li ul li a {
    color: black;
}

ul.bottomNav li ul li a:hover {
    text-decoration: none;
}

ul.bottomNav li ul li:hover {
    background-color: white;
    opacity: 0.65;
}

ul.bottomNav li.navBox {
    background-color: #b0c6d6;
    position: relative;
    border: 1px solid white;
    padding-bottom: 15px;
    height: 385px;
}

ul.bottomNav li.second {
    background-color: #e9d7a7;
}

ul.bottomNav li.navBox:nth-child(2) {
    background-color: #e9d7a7;
}

ul.bottomNav li.third {
    background-color: #cacaca;
}

ul.bottomNav li.navBox:nth-child(3) {
    background-color: #cacaca;
}

ul.bottomNav li.fourth {
    background-color: #f0e5c7;
}

ul.bottomNav li.navBox:nth-child(4) {
    background-color: #f0e5c7;
}

ul.bottomNav li h3 {
    height: 75px;
}

div.whiteLine {
    position: absolute;
    left: 0;
    top: 78px;
    height: 2px;
    width: 100%;
    background-color: white;
    margin-bottom: 16px;
}

/*Shrinks the index page carousel to fit in container*/
/*and matches navbar*/
.no-margins {

    margin: 0 !important;
}

.no-padding {padding: 0 !important;}

.attachment-large {
    width: 100%;
    height: 100% !important;
}

.underline {
    text-decoration: underline;
}

/**************************/
/* SPECIFIC PAGE FORMATS (SPF) */
/************************/

/* report-now */
.address-center-bullets {
	color: red;
	font-weight: bold;
	text-align: center;
}

.address-center-bullets ul {
	display: inline-block;
	text-align: left;
}

.address-center-bullets ul li a {
	color: red;
}
/* END report-now */

/* continuing-education-online (SPF) */
.roundCorners {border-radius: 25px;
background: #4169E1;
width: 60px;
height: 15px;
}

/***** Contact Us *****/
h4.contact_us {
    font-size: 30px;
}

p.contact_us {
    font-size: 22px;
}

/************** RX PAGES **********/
#rxHeader {
    background-color: #03304f;
    padding: 10px 16px;
    width: 100%;
}

.rxNav {
    color: #999999;
    background-color: #dedede;
    border: 1px solid white;
    cursor: pointer;
}

.rxNav.active {
    background-color: #03304f;
    color: white;
}

ul.riskRxLast4 {
    list-style: none;
    padding: 0;
}

ul.riskRxLast4 li {
    background-color: #999999;
    border: 1px solid white;
    padding: 12px 7px;
    color: white;
}

.riskRxCarousel {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #e0f1fe;
    padding-right: 25px;
}

h5.callForSubmissions {
    color: #898989;
    font-size: 24px;
}

div.callForSubmissions {
    background-color: #e0f1fe;
    padding: 15px;
    font-size: 16px;
    height: 230px;
}

div.currentIssue {
    height: 230px;
    overflow: hidden;
}

h3.riskRxYear {
    color: #123550;
    font-weight: bold;
    font-size: 20px;
}

div.riskRxArchives ul {
    list-style: none;
}

div.riskRxArchives ul li ul li {
    border-bottom: 1px solid black;
    padding: 6px 0 1px 0;
}

.fa {
    color: white;
}

.volumeNumber {
    font-size: 16px;
    font-weight: bold;
}

li.articleLink {
    cursor: pointer;
    font-size: 12px;
}

li.articleLink span {
    width: 90%;
    display: inline-block;
}

.editorial-board {
    padding: 0 10px;

}

.col-md-4,
.col-md-5 {
    padding-right: 5%;

}

/************* Individual issue page, which lists its articles****/
.articleList {
    padding: 1px;
}

.articleTitle {
    font-size: 18px;
}

/************** Articles PAGES ****/
.articles .article {
    padding-bottom: 5px;
}

.articles .title {
    font-size: 18px;
    color: #03304f;
}

/********* CME ********************/
.cmeHeader {
    background-color: #f9f6ef;
    padding-top: 20px;
}

.cmeHeader h1 {}

.cmeTitle {
    display: block;
    height: 90px;
    font-size: 12pt;
}

.cmeHeader .buttonLinks {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.cmeHeader .buttonLinks a {
    display: block;
    padding: 20px;
    width: 100%;
}

a.healthStream {
    background-color: #7e939f;
    color: white;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

a.quickLinks {
    background-color: #ebe1cc;
    color: #777777;
}

div.textBelowQL {
    width: 100%;
    text-align: left;
}

ul.quickLinksMenu {
    list-style-type: none;
    display: none;
    position: absolute;
    left: -275px;
    top: 60px;
    z-index: 9999;
}

ul.quickLinksMenu li {
    border: 1px solid white;
    background-color: #ebe3cd;
    padding: 10px 30px;
    text-align: center;
    width: 250px;
}

ul.quickLinksMenu li:hover {
    background-color: #e2d2b3;
}

ul.quickLinksMenu li a {
    color: #847c6f;
}

li#fbgrText {
    background-color: white;
    padding: 3px;
    text-align: left;
}

div.border {
    border-style: outset;
    border-width: 4px;
    border-color: white;
    padding: 7px;

}

/* END SPECIFIC PAGE FORMATS */
/****************************/

/********* CONVENIENCE ************/
.posRelative {
    position: relative;
}

.italic {
    font-style: italic;
}

.padTop35 {
    padding-top: 35px;
}

.bgLightBlue {
    background-color: #e0f1fe;
}

.pad15 {
    padding: 15px;
}

.padTop15 {
    padding-top: 15px;
}

.padBottom15 {
    padding-bottom: 15px;
}

.clear {
    clear: both;
}

.inlineb {
    display: inline-block;
}

.vAlignBottom {
    vertical-align: text-bottom;
}

/************************************
BEGIN ACCORDION STYLES 
*************************************/
/* Style the buttons that are used to open and close the accordion panel */
.accordionJH h3 {
    margin: 0;
}

.accordionJH {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    margin-bottom: 3px;
    padding: .75em 0 .75em .5em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: .5s ease;
    border-radius: 10px;
    line-height: normal;

}

.accordion2JH p {
    margin: 0;
}

.accordion2JH {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    margin-bottom: 2px;
    padding: .3em 0 .3em .5em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: .5s ease;
    border-radius: 8px;
}



/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordionJH:hover {
    background-color: #ccc;
}

.active,
.accordion2JH:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panelJH {
    margin-bottom: 3px;
    padding: 0 10px 10px 10px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-bottom: solid .02em #eee;
    border-left: solid .02em #eee;
    border-right: solid .02em #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel2JH {
    margin-bottom: 3px;
    padding: 0 10px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-bottom: solid .02em #eee;
    border-left: solid .02em #eee;
    border-right: solid .02em #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*******************************
*** RESPONSIVE DESIGN **********
********************************/
@media only screen and (max-width: 1500px) {

    .navbar-default {
        font-size: 110%;
    }

    .navbar-nav {
        width: 100%;
    }

    ul.bottomNav li.navBox {
        padding-bottom: 50px;
    }
}

/* END (min-width: 768px) and (max-width: 991px) */

@media only screen and (max-width: 768px) {

    /*.header .headerLogo {
        display: none;
    }*/
	
    .navbar .headerLogo {
        width: 100%;
    }

    .navbar-nav {
        margin: 0;
        display: block;
    }

    ul.nav li {
        width: 100%;
    }

    .navbar-toggle {
        width: 100% !important;
    }

    ul.nav > li {
        width: 100% !important;
        height: auto !important;

    }

    .navbar li ul ul {
        display: inline-block;
        position: absolute;
        margin-left: 0;
        margin-top: 0;
        padding-left: 15px;
        margin-left: 10px;
    }
        
    .navbar li ul li ul > li {
        border-left: 1px solid black;
    }
}

@media only screen and (max-width: 650px) {
    .headerGridItem {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        width: 100% !important;
    }

    .gsc-control-cse .gsc-control-cse-en {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #___gcse_0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
		nav a {
		font-size: 100% !important;
	}
}

@media only screen and (min-width: 768px) {
    .navbar-toggle .button {
        width: 100% !important;
    }

    /*.navbar .headerLogo {
        display: none;
    }*/

    /*.navbar-nav {
        width: 100%;
    }*/

    /*.nav > li {
        width: 25%;
    }*/

    /*.dropdown-menu {
        width: 300px;
    }*/

    .dropdown-menu > li > a {
        word-wrap: break-word;
        white-space: normal;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
        /* Dropdown will be visible after hover. */
        opacity: 1;
        /* This keeps the opacity at 1 after the animation has run (e.g. could be considered as the final or default stage of the element) */
        animation: opacity 250ms ease-in-out normal;
        -moz-animation: opacity 250ms ease-in-out normal;
        -ms-animation: opacity 250ms ease-in-out normal;
        -o-animation: opacity 250ms ease-in-out normal;
        -webkit-animation: opacity 250ms ease-in-out normal;
    }

}

/*******************
***** CAROUSEL *****
********************/
/**
.corousel body{
    background: #ddd;
}
.carousel {
    height: 120px;
}
.carousel ul {
    height: 120px;
}
.carousel {
    position: absolute;
    width: 600px;
    margin: auto;
    overflow: hidden;
    margin-top: 100px;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.5);
    font-family: 'Droid Serif', serif;
}
.carousel li {
    display: inline-block;
    height: 120px;
    float left;
    position: relative;
    width: 600px;
}
.carousel ul {
    position: absolute;
    left: 0;
    top: -15px;
    width: 9000px;
    list-style: none;
    margin-left: -50px;
    transition: left .3s linear;
}
.carousel-container {
    margin: 0 auto;
    padding: 0;
    width 600px;
}
.carousel-container img {
    width: 100%;
    padding: 0 10px;
}
.carousel ul {
    animation: slide-animation 15s infinite;
}
.carousel ul:hover {
    animation-play-state: paused;
}
@keyframes slide-animation {
    20%{left: 0}
    25%{left: -600px}
    45%{left: -600px}
    50%{left: -1200px}
    70%{left: -1200px}
    75%{left: -1800px}
    98%{left: -1800px}
    100%{left: 0}
}
#footer {
    clear: both !important;
}
.carousel .quote {
  font-size: 40px;
  font-style: italic;
}


.content-slider {
  width: 100%;
  height: 120px;
}

.slider {
  height: 320px;
  width: 680px;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 320px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 680px;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}

.slider .quote {
  font-size: 40px;
  font-style: italic;
}

.slider .source {
  font-size: 20px;
  text-align: right;
}
**/
/****************************
*******END CAROUSEL**********
****************************/
