﻿/* MM - REVISED STYLES - 3.6.2020 */

/* COLOR PALETTE:
#eff3fa - Light Shade Cyan Blue (BODY BG)
#3276b1 - Curious Blue (MAIN NAVIGATION)
#222222 - Very Dark Gray (BODY TEXT)
#f0ad4e - Light Orange (Bootstrap Warning)
#eea236 - Darker Orange
#337ab7 - Lighter Blue (Bootstrap Primary)
#286090 - Darker Blue
#cd4a37 - Jasper Red
#173e56 - Nile Blue
*/

/* FONTS:
H1 - H2: Header LOGO
DISPLAY H1 - H4 (Montserrat)
Body Paragraph / Text - Nunito

*/

/* TABLE OF CONTENT
__________________________________________

- GENERAL 
- NAVIGATION
- HEADER
- CAROUSEL
- CARDS: MAIN INFO
- SECONDARY CONTENT BLOCK
- FOOTER
- MEDIA QUERIES
__________________________________________ */

/* Font referenced locally: css > fonts - MM */

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito/Nunito-ExtraLight.ttf') format('truetype'); 
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito/Nunito-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito/Nunito-Bold.ttf') format('truetype'); 
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype'); 
    font-weight: 600;
    font-style: normal;
}

/* GENERAL */

html, body {
	 overflow-x: hidden;
}

html {
    font-size: 100%;
}

body {
    /* background-color:#f4f7f9; */
    background-color:#eff3fa;
    color: #222222;
    font-size: .9em;
    font-family: "Nunito", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}

/* #hero-img {
    background:url(../img/bg-test2.jpg) no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    background-position: 50% -25px;
} */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat',"Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

h1, h2, h3 {
    color: #3276b1;
}

h4 {
    color:#173e56
}

h5 {
    font-size: small;
    font-style:italic;
}

/* NAVIGATION */

.navbar {
    margin-bottom: 10px;
    background-color: #3276b1;
    border-radius : 0px;
    border:none;
}

.nav {
    padding: 10px 0;
    font-size: 14px;
    font-family: 'Montserrat','Helvetica Neue', Arial, sans-serif!important;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav > li{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-top:10px;
  }

/* nav ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
} */

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.nav li.active > a {
    background-color:#173e56!important;
}
.nav > li > a:hover {
    background-color:#173e56!important;
}
/* Reduce spacing within Navbar Items - MM */
.navbar .nav li a {
    line-height: 0;
    padding: 10px;
    letter-spacing: .5px;
}

.navbar a {
    color: #FFFFFF !important;
}

.navbar a:hover {
    color:#CCCCCC !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #173e56;
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
    background-color: #173e56;
} 


/* HEADER */

.intro-message > h1 {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-size: 3em;
    color: #337AB7;
    font-family: 'Montserrat','Helvetica Neue', Arial, sans-serif!important;
    font-weight: bold;
    /*MM*/
    text-align: center;
    margin-bottom: 20px;
}

.intro-message > h2 {
    /* margin: 0; */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-size: 1.5em;
    color: #337AB7;
    font-family: 'Montserrat','Helvetica Neue', Arial, sans-serif!important;
    font-weight: bold;
}

.intro-divider {
    width:90%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top-color: #FFFFFF; 
}

.intro-divider2 {
    text-align: center;
	float:left;
	width: 150px;
	height: 150px;
	border: 1px solid #909090;
	border-radius: 100%;
	margin-right: 7px; /*space between*/
    margin-top: 25px;
    background-color:#3276B1; 
}

.intro-message > h3 {
    color: #FFFFFF;
}


#icon0 {
    color: #337AB7;
    font-size: 2em;
}

.img-center {
    margin: 0 auto;
}

/* LEAVE NOTIFICTION */

.leave-warning {
    background-color: #c24400 !important;
    color: #fdf8f5;
    padding: 15px 0 40px 85px;
    margin-top: -12px;
    border-top: 1px solid #eecbb8;
    border-bottom: 1px solid #eecbb8;
    font-size: 1.1em; 
}

.leave-warning a {
    text-decoration: underline;
    color: #fdf8f5;
}


/* CALLOUT - MM */

.callout-wrapper {
    background-color:#E6F1F9;
    max-height: 400px; 
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow-y: scroll;
}

#callout .nav {
    padding: 0;
    font-size: 12.45px;
    text-transform: capitalize;
}

#callout .nav-tabs {
    border-bottom: none!important;
}

#callout .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    box-shadow: 3px 0px 3px 0 rgba(0,0,0,.25);
    background-color: #f2dede;
    border-right: 1.25px solid rgba(0,0,0,.25);
    color: #ffffff;
}

#callout .nav-tabs > li:last-child {
    border-right: none;
}

#callout .nav-tabs > li > a:hover {
    background-color: transparent!important;;
}

#callout .nav-tabs > li:hover {
    top: -0.05rem;
    transition: top 0.275s;
}

#callout .nav-tabs > li > a {
    color: #a94442;
    font-weight: 600;
    margin-right: -5px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
}

#callout .list-group .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

#callout .nav-tabs > li.active > a,
#callout .nav-tabs > li.active > a:hover,
#callout .nav-tabs > li.active > a:focus {
    cursor: default;
    background-color: #ffffff!important;
}

.tab-pane .list-group .list-group-item {
    border: none!important;
    /* box-shadow: 0 2px 7px 0 rgba(0,0,0,.25); */
}

/* LICENSURE VET */

.vet-block {
    background: #f9f9f9;
    padding: 30px 0 30px 0; 
    text-align: center; 
    border-top: 1px solid #dce4e6;
    border-bottom: 1px solid #dce4e6;
}

.vet-block h4 {
    font-size: 14px;
    text-align: center; 
    font-weight: 600;color: #173e56; 
    text-transform: uppercase;  
    display: inline-block;
    margin: 0 40px 0 0;
}

.vet-block a.vet-btn {
    padding: 12px 15px;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.vet-block a.btn-color {
    background-color: #ff554e;
    color: white;
}

.vet-block a.btn-color:hover {
    opacity: 0.9;
    text-decoration: none;
}

/* RESOURCES, LICENSURE & TOPICS - MM */

.wrapper-information {
    background-color:#fff;
    padding: 40px 0;
}

.wrapper-information .list-group {
    font-size: 1.2em;
    padding: 40px 10px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
    /* text-shadow: 1px 1px 1px rgba(23, 62, 86, 0.25); */
}

.wrapper-information .list-group .list-group-item {
    border: none;
    /* line-height: 1.3125em; */
    /* list-style-type: disc; */
    list-style-position: inside;
    text-indent: -.8em;
    padding-left: 1em;
}

.wrapper-information .list-group .list-group-item {
    border: none;
    /* line-height: 1.3125em; */
    /* list-style-type: disc; */
    list-style-position: inside;
    text-indent: -.8em;
    padding-left: 1em;
}

.wrapper-information-resources {
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}

/* ICONS */

.social-links a {
    text-align: center;
	float:left;
	width: 60px;
	height: 60px;
	/* border: 1px solid #909090; */
	border-radius: 100%;
    margin-right: 7px; /*space between*/
    margin-top: 25px;
    background-color:#3276B1;
} 

.social-links a i {
	font-size: 30px;
    line-height: 60px;
	color: #FFFFFF;
}

/* .social-links a:hover {
	background-color: #0c578b;
	color: white;
} */

.social-links2 a {
    text-align: center;
	float:left;
	width: 70px;
	height: 70px;
	/* border: 1px solid #909090; */
	border-radius: 100%;
	margin-right: 7px; /*space between*/
    margin-top: 25px;
    background-color:#3276b1;
} 

.social-links2 a i {
	font-size: 30px;
    line-height: 70px;
	color: #FFFFFF;
}

li.borderless { border-top: 0 none; }

Div.live-calendar-icon {
    position: relative;
    width: 54px;
    height: 77px;
    float: left;
    background-color:#3276b1;
    color:#FFFFFF;
    text-align: center;
    font-family: "Source Sans Pro", Verdana, Geneva, sans-serif;
    font-weight: 700;
}

.icon-calendar a {
    text-align: center;
	float:left;
	width: 50px;
	height: 50px;
	/* border: 1px solid #909090; */
	border-radius: 100%;
	margin-right: 7px; /*space between*/
    background-color:#3276b1;
} 

.icon-calendar a i {
	font-size: 30px;
    line-height: 50px;
	color: #FFFFFF;
}

.fixed-panel {
    min-height: 10px;
    max-height: 200px;
    overflow-y: scroll;
}

/* MM Updated Styles: Information-links*/

#secondary-info-block {
    background: #f9f9f9 url(../img/pattern-links.jpg) left top repeat fixed;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    /* margin-top: 30px; */
    padding: 20px 0 30px 0;
}

#secondary-info-block h4 {
    font-size: 14px;
    font-weight: 600;
    color: #173e56;
    text-transform: uppercase;
}

#secondary-info-block ul {
    list-style: none;
    padding: 0;  
}

#secondary-info-block ul li:before {
    content: "\276F";
    padding-right: 5px;
    font-size: .675em;
}

#secondary-info-block ul {
    list-style-position: inside;
    text-indent: -.7em;
    padding-left: 1em;
}

#secondary-info-block ul li a {
    font-size: small;
    text-decoration: none;
}
#secondary-info-block ul li a:hover {
    text-decoration: none;
}
#secondary-info-block .footer-widget a img {
    margin: 20px 0;
    height: 100px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#secondary-info-block .tm-hr {
    width: 240px;
    border-top: 2px solid #3276B1;
    margin: 0;
}

/* LICENSURE SECONDARY NAVIGATION: NAVPILLS */

#tabbable .nav-pills > li.active > a,
#tabbable .nav-pills > li > a:hover {
    background-color: #eee !important;
    color: #173e56!important;
}

/* LICENSURE > Physician License Renewal > IMLC */

.attn-extension blockquote {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    border-left: 3px solid #f23b3b!important;
    /* margin-left: 30px; */
    margin-right: 30px;
}

.fsmb-wrapper {
    border: 1px solid #ccc;
    width: 350px;
    padding: 0 15px;
    box-shadow: 0 0 8px #bbb;
    text-align: center;
}


/* Allied Health Applications  - MM */

#ah-pills {
    background-color:#FFF;
}

#ah-pills .nav {
    padding: 0;
    font-size: 12.45px;
    text-transform: capitalize;
}

#ah-pills .nav-pills {
    border-bottom: none!important;
}

#ah-pills .nav-tabspillstabs > li:last-child {
    border-right: none;
}

#ah-pills .nav-pills > li > a:hover {
    background-color: #eee !important;
}

/* #ah-pills .nav-pills > li:hover REMOVE {
    top: -0.05rem;
    transition: top 0.275s;
} */

#ah-pills .nav-pills > li {
    background-color: #eeeeee!important;
    margin-right: 5px;
    margin-bottom: 5px;
    border: none;
    border-radius: 4px;
}

#ah-pills .nav-pills > li > a {
    color: #5c5c5c;
    font-weight: 300;
    line-height: 1.42857143;
}

#ah-pills .list-group .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

#ah-pills .nav-pills > li.active > a,
#ah-pills .nav-pills > li.active > a:hover,
#ah-pills .nav-pills > li.active > a:focus {
    cursor: default;
    color: #FFFFFF;
    background-color: #337ab7!important;
}

.ah-app {
    text-align: center;
    position: relative;
    padding: 20px 10px;
    border: 1px solid #00a8d6; 
    border-radius: 3px;
    transition:0.3s;
    color:#666;
}

/* .ah-app a {
    color: #666;
}
.ah-app a:hover {
    color: #337ab7;
}
.ah-app a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00a8d6; 
    -webkit-transition: width .4s;
    transition: width .4s;
  }
  .ah-app a:hover::after {
    width: 100%;
  } */


/* ACCORDION */

#accordion .panel .panel-title {
    font-family: "Nunito", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

 #accordion .glyphicon { margin-right:10px; }
      .panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
      .panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
      .panel-collapse>.list-group {margin-bottom: 0;}
      .panel-collapse .list-group-item {border-radius:0;}

      .panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
      .panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd;border-bottom: 0;padding-left: 30px;}
      .panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

      .panel-collapse div.list-group div.list-group{margin: 0;}
      .panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd;border-bottom: 0;padding-left: 30px;}



/* RESPONSIVE CSS - MEDIA QUERIES */

/* Background Wrapper Mid-section hide on Smaller Screens - MM */
/* 
@media (max-width:650px) {
    .wrapper-section-bg {
        background-color:#eff3fa;
        background: url() ;
    }
} */

/* Reduce MBP text for smaller screens - MM */
@media (max-width: 767.98px) {
    .intro-message > h1 {
        font-size: 2.5em;
    }
    .nav-tabs > li > a {
        font-size: 13px;
      }
    .vet-block {
        padding-bottom: 40px;
    }
    .vet-block h4 {
        display: block;
        margin-bottom: 30px;
      }
}

@media (max-width: 992px) {
    .ah-app {
        margin-bottom: 20px;
    }
}

/* Increase Spacing for Larger screens to get rid of unnecessary whitespace
below the footer - MM */
@media (min-width: 1200px) {
    .intro-message > h1 {
        margin: 30px;
    }
    .wrapper-information {
        padding: 70px 0;
    }
    #secondary-info-block {
        padding: 40px 0;
    }
    #secondary-info-block .footer-widget a img {
        height: auto;
    }
}


@media (min-width: 992px) {
    /* .callout-wrapper {
        height: 400px; 
        overflow-x: hidden;
        overflow-y: auto;
    } */

    #callout .nav-tabs {
        background-color: #f2dede;
    }
}

@media (max-width: 491.98px) {
    #callout .nav a{
        font-size: 9.75px;
    }
    #callout .tab-content .list-group .list-group-item{
        font-size: 11px;
    }
}

@media (min-width:340px) and (max-width: 408.98px) {
    #callout .nav a{
        font-size: 8.75px;
    }
    #callout .tab-content .list-group .list-group-item{
        font-size: 10.50px;
    }
}




/* @media (min-width: px) {
    .intro-message > h1 {
        margin: 30px;
    }

} */