/*
Theme Name: Med Assistant Child
Description: This is the theme for medicalassistantschools.com
Version: 1.0
Template: med-parent
License: GNU General Public License
License URI: license.txt
Tags: 
*/

/***********************************
*  Basic Styles
***********************************/

body {
    color: #555;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 26px !important;
    font-weight: bold;
    line-height: 1em;
}

h2 {
    font-size: 22px !important;
    font-weight: bold;
}
h3 {
    font-size: 20px !important;
    font-weight: bold;
}

p, a, ul, li, ol {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.content a, .content a:hover {
    color: #3c5487 !important;
}

.content p,
.content ul li,
.content ol li {
    color: #555;
    line-height: 1.4;
}

.entry-content ul,
.entry-content ol {
    padding-inline-start: 0px;
}

.entry-content ul ul,
.entry-content ul ol {
    padding-inline-start: 40px;
}

.entry-meta .sep,
footer.entry-meta {
	color: #555;
	font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

input, select, textarea {
    font-family: sans-serif;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0;
}

table td {
    line-height: 1.1;
    padding: 5px;
}

select {
    height: 30px;
}


/***********************************
*  Header
***********************************/
nav {
    background-color: #3c5487;
}

/* Header nav container */
.navban {
    padding: 0 10px 10px 10px;
}

/* Override header nav absolute positioning */
.navban ul li {
    right: inherit !important;
}

/* Flexbox for the header menu to center correctly */
.header-flex {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

.top-nav li a:hover {
    border: none !important;
    text-decoration: underline;
}

.state-dropdown {
    margin-top: 4px; 
}
.state-dropdown option:nth-child(1) {
    font-weight: bold;
}

/* logo image */
.topban {
    background-image: url( '/wp-content/themes/med/images/logo.png' );
}

/* Primary (TopNav) navigation */
.masthead {
    background-color: #76c9bf;
}

.main-nav > li > a {
    text-transform: uppercase;
}
.main-nav > li > a:hover {
    text-decoration: underline;
}
.nav-justified {
    white-space: nowrap;
}

/***********************************
*  Footer
***********************************/
#footer {
    background-color: #1e2123;
/*     margin: 0 -9999rem; */
}

#footer, #footer li, #footer li a, #footer li a:hover {
    color: #fff;
}

.blog #footer {
	background-color: #fff;
}
.blog #footer, .blog #footer li, .blog #footer li a, .blog #footer li a:hover {
    color: #555;
}


nav#nav-below {
	background-color: #fff;
}

/***********************************
*  Left Nav
***********************************/

#leftnav ul > li,
#sbleftnav ul > li {
    border: none;
    padding-left: 5px;
}

#leftnav ul > li a,
#sbleftnav ul > li a {
    font-size: 16px;
    line-height: 1.1;
}

#leftnav ul > li:first-child a,
#sbleftnav ul > li:first-child a {
    color: #555 !important;
    font-size: 22px;
    font-weight: bold;
    padding-left: 0;
    pointer-events: none;
}
#sbleftnav h3 {
    background-color:transparent !important;
    border: none !important;
    color: #555;
    font-size: 22px;
    font-weight: bold;
    padding-left: 0;
}

#sbleftnav aside {
    margin-right: 5px;
}

#sbleftnav aside.widget_recent_entries ul > li a {
    color: #3c5487 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    padding-left: 12px !important;
    pointer-events: initial;
}


/***********************************
*  Blog Posts
***********************************/
nav.clearfix {
    background-color: #fff;
}

/***********************************
*  Components
***********************************/
.border-bottom {
    border-bottom: 2px solid #76c9bf;
}

/* SVG Map */
.mapWrapper {
    margin: 15px auto;
    position: relative;
}

/* Featured Schools */
.fs-header {
    background-color: #3c5487;
}

.fs-row-header {
    background-color: #76c9bf;
}

/* Recent Articles widget [recent_articles] */
#recent-articles {
    display: none;
    border-left: 2px solid #76c9bf;
    float: right;
    margin-left: 15px;
    max-width: 200px; 
}

#recent-articles ul {
    list-style: none;
    padding-inline-start: 15px;
}

#recent-articles ul > li {
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 10px;
}

#recent-articles ul > li > a {
    font-weight: bold;
}

#recent-articles-heading {
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
}

/* Show/hide ?quicksearch=true content on states pages */
#state-content-quicksearch {
	display: none;
}

/***********************************
*  Homepage
***********************************/
#featured-schools img {
    display: initial !important;
    float: left;
    padding-right: 15px;
    width: initial !important;
}

#featured-schools ul {
    list-style: none;
    padding-inline-start: 0px;
}

#featured-schools ul > li {
    height: 80px;
    line-height: 1.1;
    margin: 6px 0;
}

#featured-schools ul > li a {
    font-weight: bold;
}

/***********************************
*  Miscellaneous styles
***********************************/

.collapse {
/*     margin-bottom: 30px; */
}

/* YouTube embed responsive container */
.embed-container { 
    position: relative; 
    height: 0;
    margin: 20px auto;
    max-width: 100%; 
    overflow: hidden;
    padding-bottom: 56.25%; 
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

span.cbn a {
    font-weight: bold;
}

h2.accordion {
    cursor: pointer;
    margin: 20px 0;
}

h3.school-listing-header {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

/***********************************
*  Media Queries
***********************************/
@media (max-width: 468px) {
    .topban {
        background-size: 325px;
        background-position: 26px 20px;
    }
}

@media ( max-width: 767px ) {
    #main.container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #map_container {
        display: none !important;
    }
}
@media ( min-width: 768px ) {
    .leftnavcontent,
    .sbleftnavcontent {
        border-right: 2px solid #76c9bf;
        padding-right: 5px !important;
    }

    .topban {
        background-position: 12px 25px;
    }
    
    .main-nav > li > a {
        font-size: 12px;
        padding-left: 5px !important;
        padding-right: 5px !important;  
    }

    .mapWrapper {
        left: -25px;
    }

    #recent-articles {
        display: block;
    }
}

@media ( min-width: 992px ) {
    #featured-schools {
        border-left: 2px solid #76c9bf;
        float: right;
        margin-left: 15px;
        max-width: 33%; 
        padding-left: 15px;
    }

    .main-nav > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .mapWrapper {
        left: initial;
    }
}

@media ( min-width: 1200px ) {
    .main-nav > li > a {
        font-size: 14px;
    }
}
/*reduce the text size of the Thruline select options for larger screens because our menu is too narrow to fit the words*/
@media only screen and (min-width: 770px){
    #quick-search-filters-container input, #quick-search-filters-container select {
        font-size: 13px !important;
    }
}
#wiley-disclosure {
	color: #FFFFFF !important;
}
#wiley-disclosure a {
	color: #b3dffd;
}

#wiley-disclosure a:hover {
	color: #f5f58c;
}