.main-container h1.page-header { margin-top: 25px; }
aside { padding-top: 22px; }

/* Web fonts and Typography
-------------------------------------------------------------- */
@font-face {
    font-family: 'OnBrand';
	src:url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-Regular.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OnBrand';
    src:url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-Medium.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OnBrand';
    src:url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-SemiBold.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;  
    font-display: swap;
}
@font-face {
    font-family: 'OnBrand';
    src:url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-RegularItalic.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'OnBrand';
    src:url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-MediumItalic.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'OnBrand';
    src:url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-SemiBoldItalic.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Reckless/Myotonic-Reckless-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'BodyCopy';
	src:url('/themes/custom/bootstrap_aline/fonts/Post-Grotesk/PostGrotesk-Book.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Post-Grotesk/PostGrotesk-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BodyCopy';
	src:url('/themes/custom/bootstrap_aline/fonts/Post-Grotesk/PostGrotesk-BookItalic.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Post-Grotesk/PostGrotesk-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'BodyCopy';
	src:url('/themes/custom/bootstrap_aline/fonts/Post-Grotesk/PostGrotesk-Medium.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Post-Grotesk/PostGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'BodyCopy';
	src:url('/themes/custom/bootstrap_aline/fonts/Post-Grotesk/PostGrotesk-MediumItalic.woff2') format('woff2'),
		url('/themes/custom/bootstrap_aline/fonts/Post-Grotesk/PostGrotesk-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .views-field-title {
	font-family: 'OnBrand', serif;
}

h1 {
	font-size: 36px;
	color: #032145;
	font-weight: normal;
	/*text-transform: uppercase;*/
	line-height: 1.0em;
}

h2 {
	font-size: 24px;
	color: #032145;
	font-weight: normal;
	/*text-transform: uppercase;*/
	line-height: 1.0em;
}

a {
    color: #34c18c;
}

p {
    font-family:'BodyCopy';
    font-weight: 400;
    font-style: normal;
}

/* Top Level Stuff and Globals
/-------------------------------------------------------------- */
body {
  font-family: 'BodyCopy', serif;
  color: #032145;
  font-size: 18px;
}
body.navbar-is-fixed-top,body.toolbar-drawer.navbar-is-fixed-top { padding-top: 0 !important; }
 

.container {}

.main-container.container {
	position: relative;
	background: #fff;
	padding: 15px;
}

.slideshow-container {
	position: relative;
}

.main-container img {
	max-width: 100%;
	height: auto !important;
}

.node img {
	display: block;
	margin: 0 0 10px 0;
}

button.form-submit { margin-top: 20px; }

.btn-primary {
	color: #134f50;
    background-color: #fce8eb;
    border-color: #fce8eb;
    border-radius: 0 !important;
}

.btn-subtle {
    display: inline-block;
	color: #134f50;
    background-color: #fce8eb;
    border-color: #fce8eb;
    border-radius: 0 !important;
    padding: 10px;
    margin: 15px 0;
}

.button {
	color: #134f50;
    background-color: #fadb00;
    border-color: #fadb00;
    border-radius: 0 !important;
    display: inline-block;
    padding: 7px;
}


* input { border-radius: 0 !important; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #134f50;
    border-color: #134f50;
}

/* Header
-------------------------------------------------------------- */
body.toolbar-drawer .region-super-nav {
    top: 64px;
}
body .region-super-nav {
    /* top: 0; */
    width: 100%;
    left: 0;
    padding: 0px 15px;
}
.region-super-nav {
	overflow: hidden;
    position: relative;
    z-index: 200;
    background: #33c18c;
    line-height: 1em;
    text-align: left;
    padding: 0px 15px;
}

.region-super-nav .block { display: inline-block; vertical-align: middle; }

/* Search */
#block-search-form {
	width: 100%;
	margin-right: 0;
}
#block-search-form .form-group { margin: 0; }

#block-block-36 { margin: 15px 0 15px 15px; }

/* Social Media */
.fab, .fas, .far, .region-super-nav a {
	color: #fff;
	font-size: 22px;
	margin-left: 3px;
}

/* Navbar */
body.toolbar-drawer .navbar-fixed-top {
    top: 64px;
}
.navbar-default {
    font-family: 'OnBrand', serif;
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    line-height: 5em;
}
.navbar-default .container-fluid {
	background: rgba(19,79,80,1);
}

.navbar a.logo { float: right; margin-right: 30px; }
.navbar a.logo img { height: 80px; }
.slogan {
	position: absolute;
    top: 78px;
    left: auto;
    color: #33c18c;
    font-size: 1.6rem;
    line-height: 1em;
    width: auto;
    right: 40px;
}

/* Navigation */
body:not(.mobile) .navbar-header nav {
    display: inline-block !important; 
    vertical-align: middle !important;
    margin-left: 3px;
}

.tb-megamenu button.tb-megamenu-button {
    margin: 20px 15px 15px;
    background: transparent;
    border: 1px solid #fff;
}

header#navbar .navbar-header { padding: 10px 0; }

body.mobile .navbar-fixed-top, body.mobile .navbar-fixed-bottom {
    position: relative !important;
}

/*__ Mobile Nav Hamburger, etc. __*/
/* Hide the mobile nav first
#block-menu_block-6 { display: none; }
/* But then show it and hide Megamenu on mobile
body.mobile #block-menu_block-6 { display: block; }
body.mobile #block-tb_megamenu-main-menu { display: none; } */


/* Navbar Collapse Positioning */
/*header#navbar .navbar-collapse {
    margin: 0;
    padding: 0;
    left: auto;
    right: 15px;
    clear: both;
    position: absolute;
    top: 34px;
    border: none;
}*/

/* Button */
/*header#navbar .navbar-collapse #block-tb_megamenu-main-menu .tb-megamenu-button {
    background: transparent;
    color: #33c18c;
    border: 2px solid #33c18c;
}*/


/* TB Mega Override */
.navbar-collapse.in { overflow: visible; }

#block-tb_megamenu-main-menu { line-height: 2em; }
.tb-megamenu.style-black {
	background: transparent;
}
.tb-megamenu .nav > li > a {
    border-right: none;
    border-top: 0;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
    text-shadow: none;
    /*text-transform: uppercase;*/
}
.tb-megamenu.style-black .nav > li > a {
    background: transparent;
    border-right: none;
    color: #fff;
    font-weight: normal;
}
.tb-megamenu.style-black .nav > li > a:focus, .tb-megamenu.style-black .nav > li > a:hover {
    background-color: #000;
    color: #fadb00;
}
.tb-megamenu.style-black .nav li.dropdown.open > .dropdown-toggle {
	color: #fadb00;
}
.tb-megamenu.style-black .dropdown-menu li > a:hover, .tb-megamenu.style-black .dropdown-menu li > a:focus, .tb-megamenu.style-black .dropdown-submenu:hover > a {
    background: none;
    color: #fadb00;
}

.tb-megamenu.style-black .nav li.dropdown.active > .dropdown-toggle {
    background-color: inherit;
    color: #fce8eb;
}
.tb-megamenu.style-black .nav li.dropdown.active > .dropdown-toggle:hover {
    background-color: inherit;
    color: #fadb00;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    color: #fce8eb;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    background-image: none;
    filter: none;
}

.tb-megamenu.style-black .nav-collapse .nav > li.open.active > a:hover, .tb-megamenu.style-black .nav-collapse .nav > li.open.active > a:focus,
.tb-megamenu.style-black .nav-collapse .nav > li.active > a:focus {
	color: #fadb00;
}

.tb-megamenu .dropdown-menu li > a { font-weight: 600; text-transform: uppercase; }
.tb-megamenu.style-black .dropdown-menu li > a { color: #ddd; padding-left: 10px; }

.tb-megamenu .dropdown-menu .nav-child li > a { font-weight: normal; text-transform: none; }
.tb-megamenu.style-black .dropdown-menu .nav-child li > a { color: #aaa; }

.tb-megamenu.style-black .nav > .active > a, .tb-megamenu.style-black .nav > .active > a:hover, .tb-megamenu.style-black .nav > .active > a:focus {
    background-color: inherit;
    color: #fadb00;
}

/*
#block-block-39 a.nav-block { text-align: center; }
#block-block-39 a.nav-block i { font-size: 5rem; }
#block-block-39 a.nav-block p {
    font-family: 'OnBrand';
    color: #fff;
    font-size: 2rem;
    margin: 15px 0;
}
*/

/*_____ Carousel Slider _____*/
.slideshow-container { padding: 0; position: relative; height: 200px; margin-top: 0px; }

.slideshow-container #block-views-curated_banners-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 200px;
	overflow: hidden;
}
.slideshow-container #block-views-curated_banners-block img { width: 100%; }

.slideshow-container p {
    font-family: 'OnBrand',serif;
}

/* Removing to adhere with brand guidelines, 7/29/2019
.carousel .item::before {
	content: "";
    position: absolute;
    width: 100%;
    height: calc(100%);
    background-color: rgba(252,232,235,0.43);
}
*/

.carousel li { list-style: none; height: 200px; }

.carousel .slide img { width: 100%; margin-left: 0; }

.carousel .carousel-caption {
    position: absolute;
    width: 56%; height: auto;
    top: 20% !important;
    left: 10%;
    padding: 0;
    margin: 0;
    background: transparent;
}
.carousel p>span { display: block; }
.carousel h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    line-height: 1em;
}
.carousel p .caption-body { display: none; }
.carousel p .caption-attribution { display: none; }
.carousel p .caption-attribution-location { display: none; }
.carousel .carousel-caption a {
	display: inline-block;
    font-size: 22px;
    color: #fff;
    /*text-transform: uppercase;*/
    border-bottom: 2px solid #fadb00;
    text-align: left;
    margin: 20px 0 0;
}

.carousel p a span {

}

.carousel-control { width: 5%; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 50px;
}

.carousel-control.left, .carousel-control.right { background-image: none; font-size: 42px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 20px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 20px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 50%;
}

.carousel-indicators { display: none; }


/*_____ Mobile Banner _____ */
    #block-block-29 img {
        width: 100% !important;
        height: auto !important;
    }

/* Start Here
/-------------------------------------------------------------- */
#block-block-27 {
	background: #33c18c;
    text-align: center;
    padding: 10px 0;
    line-height: 1em;
    /*text-transform: uppercase;*/
    margin: 0;
    font-size: 28px;
    color: #032145;
    font-weight: 600;
    font-family: 'OnBrand', serif;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

#block-block-27 .content a {
	padding: 0 21px 0 0;
	color: #fff;
}

/* Home Page Hidden
/-------------------------------------------------------------- */
.region-home-col1,
.region-home-col2,
.front aside,
.region-partners
	{ display: none; }
	
/* Home Toolkit
/-------------------------------------------------------------- */
/*
#block-block-24 h2 {
	font-size: 45px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.0em;
    background: #000 url('/sites/all/themes/bootstrap_aline/images/Toolkit-Banner-2.jpg') center 0 no-repeat;
    background-attachment: fixed;
    height: 200px;
    background-size: cover;
    text-align: center;
    line-height: 4em;
    margin: 0 -15px;
    border-top: 5px solid #fce8eb;
}
*/
#block-block-24 h2 {
	font-size: 45px;
    color: #ffffff;
    background: #032145;
    font-weight: normal;
    line-height: 1.0em;
    text-align: center;
    margin: 0 -15px;
    border-top: 5px solid #fce8eb;
    padding: 30px 0;
}


#block-block-24 .content {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 32px auto 32px;
}

#block-block-24 .content a {
    height: 100px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    color: #134f50;
    margin: 16px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 3px #134f50;
    padding: 24px 12px;
}

/* This is actually for bulleted lists coming out of the RTE. Putting here just so it's close to the code that started it all. hehehe. */
.field-name-body ul.box-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 32px auto 32px;
}

.field-name-body ul.box-list li {
    height: 100px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    color: #134f50;
    margin: 16px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 3px #134f50;
    padding: 24px 12px;
}

/* Home News
/-------------------------------------------------------------- */
#block-views-News-block_2 h2.title {
	font-size: 45px;
    color: #134f50;
    font-weight: normal;
    /*text-transform: uppercase;*/
    line-height: 1.0em;
    text-align: center;
}


#block-views-News-block_2 .views-row {
	background: #33c18c;
	padding: 15px;
    margin: 15px;
	min-height: 356px;
    width: 92%;
}

#block-views-News-block_2 .views-field-title {
    margin-bottom: 30px;
}

#block-views-News-block_2 .views-field-title a {
    color: #fff;
    font-size: 42px;
    font-weight: normal;
    line-height: 0.75em;
    margin-bottom: 30px;
}
#block-views-News-block_2 .views-field-title a:hover {
	text-decoration: none;
}

#block-views-News-block_2 .views-field-body {
	font-size: 24px;
}

#block-views-News-block_2 .views-field-view-node a {
	/*text-transform: uppercase;*/
	color: #fff;
	font-size: 22px;
	border-bottom: 2px solid #fadb00;
}

/* Home Page Menu
/-------------------------------------------------------------- */
/* Also Professionals landing page */
.menu-block-5 ul,
.menu-block-7 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
}
.menu-block-5 li,
.menu-block-7 li {
	font-size: 20px;
	line-height: 26px;
    width: 50%;
}

.menu-block-5 li a:active,
.menu-block-5 li a:hover,
.menu-block-7 li a:active,
.menu-block-7 li a:hover
    { color: #587a9b; }

.menu-block-5 li a,
.menu-block-7 li a
    { font-size: 12px; /*text-transform: uppercase;*/ }
.menu-block-5 li a::before,
.menu-block-7 li a::before
    { display: block; margin-bottom: 5px; font-size: 35px; }

.menu-block-5 li.first,
.menu-block-7 li.first
    { margin-left: -1px; }

.menu-block-wrapper li.events { background: #6F90B0; }
.menu-block-wrapper li.news { background: #587a9b; }
.menu-block-wrapper li.toolkit { background: #587a9b; }
.menu-block-wrapper li.professionals,.menu-block-5 li.active.professionals { background: #6F90B0; }
.menu-block-wrapper li.trials { background: #6F90B0; }
.menu-block-wrapper li.anesthesia { background: #587a9b; }

.menu-block-wrapper li.grants { background: #6F90B0; }
/*news*/
.menu-block-wrapper li.archive { background: #587a9b; }
.menu-block-wrapper li.resources { background: #6F90B0; }


.menu-block-5 li a,
.menu-block-7 li a
    { color: #fff; }


/* Subnavigation
/-------------------------------------------------------------- */
#block-menu_block-1 { display: none; }

#block-menu_block-2 { margin-top: 20px; }

.responsive-menus.responsified span.toggler { background: #839ab8; box-shadow: none; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #33c18c;
	border-color: #ccc;
	outline: none;
}

.responsive-menus.responsified .responsive-menus-simple { background: #839ab8; box-shadow: none; }

/*  Page Tools
-------------------------------------------------------------- */
.region-page-tools {
    margin: 15px 0;
    border-top: 1px solid rgba(19,79,80,1);
    padding: 15px 0;
}
.region-page-tools .block { margin: 0 13px 0 0; }

/* ShareThis */
.block-addtoany { display: inline-block; }
div#a2apage_dropdown {
    display: none !important;
}

/* Print */
#block-print_ui-print-links { display: none; }

/* Breadcrumb */
#block-easy_breadcrumb-easy_breadcrumb {
	display: inline-block;
	width: auto;
	line-height: 24px !important;
	font-size: 10px;
	color: #6b6969;
	/*text-transform: uppercase;*/
}

#block-easy_breadcrumb-easy_breadcrumb a { color: #6b6969; }

/*________ Page Content ________*/
body.not-front.logged-in .main-container { margin-top: 220px; }
body.not-front:not(.mobile) .main-container { margin-top: 0px; }
body.not-front.logged-in:not(.mobile) .main-container { margin-top: 220px; }
.page-header {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
}

/* Page header banners */
div#block-views-curated_banners-block_1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 30px;
}
body.no-sidebars div#block-views-curated_banners-block_1 {
    max-height: 400px;
}

div#block-views-curated_banners-block_1 img {
	width: 100%;
	/*margin-top: -25%;*/
}

#sidebar_second p {
    font-size: 1.5rem;
}

/*------------------------------------------------*/
/*  Add to Anything                                
/*------------------------------------------------*/
.a2a_button_email span, .a2a_dd.addtoany_share_save span, .a2a_button_printfriendly span {
    background-color: rgba(51,193,140,1.0) !important;
}

/*------------------------------------------------*/
/*	View Pages
/*------------------------------------------------*/


.view-display-id-page .views-field-body img { display: none; }

#block-block-18 .inner {
	border-top: 1px solid #dedadd;
	padding: 10px 0 0;
	margin-top: 0;
}

.node .content .field-name-body ul li ul { list-style-type: circle; }
.node .content .field-name-body ul li ul li ul { list-style-type: square; }
.node .content .field-name-body ul li ul li ul li ul { list-style-type: disc; }

/*------------------------------------------------*/
/*	View Blocks
/*------------------------------------------------*/
#block-views-News-block_1 { padding-top: 15px; }

.block-views { position: relative; }

.block-views h2.title { font-size: 24px; }


.block-views .view-header p { margin: 0; }

.view-video-academy.view-display-id-page .view-header p a img { width: 100% !important; }

.block-views .views-row { margin: 0 0 20px; }

.block-views .views-row .views-field-created { font-size: 12px; }
.block-views .views-row .views-field-title span.field-content a {
	font-size: 16px;
	font-weight: 600;
}

.block-views .views-field-body p { margin: 0; }

.view-footer { clear: both; }

.block-views .view-footer a.inactive {
	color: #dedcdc;
	cursor: default;
}
.block-views .view-footer a.inactive:hover { text-decoration: none; }

.block-views .view-footer a:hover { text-decoration: none; }

/*------------------------------------------------*/
/*	Category Sorting
/*------------------------------------------------*/
.view .sort {
	display: block;
	height: 26px;
	margin: 10px 0 20px;
	padding: 0 0 0 30px;
	background: transparent url('/themes/custom/bootstrap_aline/images/icon_hamburger.png') top left no-repeat;
	cursor: pointer;
	color: #7F7F7F;
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
}
.view .sort.no-burger {
	background: transparent;
	padding: 0;
}

.view .view-display-id-block_1 {
	margin: 15px 0;
	padding: 6px;
	border: 1px solid #c9c6c6;
}

.view .view-display-id-block_1 ul {
	list-style: none;
	margin: 0; padding: 0;
	overflow: hidden;
	border: 0;
}

.view .view-display-id-block_1 ul li {
	float: none;
	display: inline-block;
	margin: 0 5px 0; padding: 0;
	border-width: 0;
	width: auto;
}

.view .view-display-id-block_1 ul li a {
}
.view .view-display-id-block_1 ul li a:hover {
	background: none;
	text-decoration: none;
	color: #33c18c;
}

.view .sort + .view ul li.current a { color: #AEADAE; }

/*------------------------------------------------*/
/*	Digital Academy
/*------------------------------------------------*/

/*------------------------------------------------*/
/*	News
/*------------------------------------------------*/
.view-id-News.view-display-id-page .views-row {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 4px;
    padding: 30px;
    background: #33c18c;
    color: #fff;
}

.view-id-News.view-display-id-page .views-field-title {
    font-size: 3.0rem;
}
.view-id-News.view-display-id-page .views-field-title a { color: #fff; }
.view-id-News.view-display-id-page .views-field-created {
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    margin: 0;
}


/*------------------------------------------------*/
/*	Tags
/*------------------------------------------------*/
.field-name-field-tags {
	border: 1px solid #eee;
	padding: 5px;
}

.field-name-field-tags .field-label {
	color: #dadada;
}

.field-name-field-tags .field-item {
	float: left;
	margin: 0 5px 0 0;
}

.field-name-field-tags .field-item a {
	color: #C4D3E7;
}

/*------------------------------------------------*/
/*	Glossary
/*------------------------------------------------*/
#block-block-1 h4 a {
	background: #839ab8;
	padding: 8px;
	line-height: 1em;
	color: #fff;
	display: block;
	border-radius: 5px;
	/*text-transform: uppercase;*/
}

h2.thermometer {
	font-size: 14px;
}

div.thermometer {
	border: 1px solid #dadada;
	padding: 6px;
}



/*------------------------------------------------*/
/*	Calendar
/*------------------------------------------------*/
.page-calendar #content-tabs {
	margin: 0;
}

.page-calendar #content-tabs ul.primary { border: 1px solid #DDCBD6; border-width: 1px 1px 0; border-radius: 3px 3px 0 0; padding: 3px 0 0; }
.page-calendar #content-tabs ul.primary li {}

.page-calendar #content-tabs ul.primary li a { 
	/*text-transform: uppercase;*/
	color: #7087A9;
	font-size: 90%;
}
.page-calendar #content-tabs ul.primary li a.active {
	color: #959595;
	border-color: #DDCBD6;
}

.page-calendar .view-header .date-nav-wrapper { margin: 0; }
.page-calendar .view-header .date-nav-wrapper .date-heading {
	margin: 0;
	border: 1px solid #DDCBD6;
}

.page-calendar .view .date-nav-wrapper ul.pager li { top: 2px; }

.year.mini-day-on a {
	background: #ca4590;
	padding: 2px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.calendar-calendar th.days {
    background-color: #ceebdf;
    color: #134f50;
    font-weight: bold;
    border: 1px solid #ccc;
}   

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
    background: #ceebdf;
    width: auto;
    padding: 0px 3px;
    overflow: hidden;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
    background: #ceebdf;
}

.calendar-calendar .month-view .full td.date-box.today, .calendar-calendar .month-view .full td.single-day.today {
    border-color: #fce8eb;
}
.calendar-calendar .month-view .full tr td.single-day.today {
    border-bottom: 2px solid #fce8eb;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff { background: #ceebdf; }

.calendar-calendar td .inner div.day a {
    color: #134f50;
}

.pagination > li > a, .pagination > li > span {
    color: #134f50;
}

.view-id-community_calendar .glyphicon {
    top: 3px;
}

.calendar-calendar div.calendar {
    font-size: 1em;
}

.view-id-community_calendar .views-field-field-event-date,
.view-id-community_calendar .date-display-single{ display: none; }

/* Calendar search */
#custom-search-blocks-form-2 .form-item-custom-search-blocks-form-2 {
    display: inline-block;
    vertical-align: middle;
}

#custom-search-blocks-form-2 .form-actions {
    display: inline-block;
    vertical-align: middle;
}

/* Responsive */
.view .date-nav-wrapper .date-nav {
    margin-bottom: 0;
    padding-bottom: 0;
}

.calendar-calendar .month-view table.full {
    position: relative; 
}
.calendar-calendar .month-view .full tr td {
    display: block;
    width: 100%;
    text-align: left;
}
.calendar-calendar .month-view .full tr td.single-day:before { 
    height: auto;
    content: attr(data-day-of-month);
    font-weight: 600;
}
.calendar-calendar .month-view .full tr td.multi-day:before {
    content: 'Multi-Day Event';
}
.calendar-calendar .month-view .full thead tr,
.calendar-calendar .month-view .full tr th.days,
.calendar-calendar .month-view .full tr td.date-box,
.calendar-calendar .month-view .full tr td.no-entry,
.calendar-calendar .month-view .full tr td.empty {
    display: none;
}

.calendar-calendar .month-view .full tr.date-box,
.calendar-calendar .month-view .full tr.date-box td,
.calendar-calendar .month-view .full tr.multi-day,
.calendar-calendar .month-view .full tr.multi-day td {
    height: auto;
    max-height: none;
}

/* Year */
.calendar-calendar .year-view > table > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 1px;
    border: none;
}

/* Block Calendar */
#block-views-community_calendar-block_1 {}

#block-views-community_calendar-block_1 ul.pager { margin: 0; }

#block-views-community_calendar-block_1 .date-nav-wrapper .date-nav {
	min-height: 0;
	margin: 0px;
	padding: 0;
}

#block-views-community_calendar-block_1 .date-nav-wrapper .date-heading {
	margin: 0 0 20px;
}

#block-views-community_calendar-block_1 .date-nav-wrapper .date-heading h3 {
	line-height: 1.0em;
	font-size: 16px;
	margin: 0 0 0 35px;
}

#block-views-community_calendar-block_1 .date-nav-wrapper .date-prev,
#block-views-community_calendar-block_1 .date-nav-wrapper .date-next {
	border-radius: 0;
	background: none;
	padding: 0;
}
#block-views-community_calendar-block_1 .date-nav-wrapper .date-prev a,
#block-views-community_calendar-block_1 .date-nav-wrapper .date-next a {
	margin: 0px;
}

#block-views-community_calendar-block_1 table.mini td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	padding: 12px;
	text-align: center;
}

#block-views-community_calendar-block_1 table.mini td.has-events { background: #eca5f1; }
#block-views-community_calendar-block_1 table.mini td.has-events a { color: #75137c; text-decoration: none; }

/* Upcoming Events */
.view-community-calendar.view-display-id-block_2 {
	margin-top: 10px;
}

.view-community-calendar.view-display-id-block_2 .views-row {
    display: inline-block;
    border: solid 3px #134f50;
    padding: 15px;
    margin: 15px 0 0;
    width: 15%;
    min-height: 140px;
    vertical-align: top;
}

.view-community-calendar.view-display-id-block_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*  SlideDowns (was Accordions)
-------------------------------------------------------------- */
.slidedown .slideitem h3 {
	cursor: pointer;
}

.slidedown .slideitem .content {
	display: none;
}



/*  Care Tools
-------------------------------------------------------------- */
.view-care-tools .views-row {
	margin: 0 0 20px;
	border-bottom: 1px solid #aaa;
	padding: 0 0 15px;
}

.view-care-tools .views-field-title {
	font-size: 24px;
}

/*  Partners
-------------------------------------------------------------- */
.region-partners { background: #fff; margin-top: 10px; padding: 15px; }

.region-partners h2.title {
	font-size: 24px;
	color: #839ab8;
	margin: 0 0 4px;
}

.region-partners a {
	margin: 0 10px 10px 0;
	display: inline-block;
	vertical-align: middle;
}

.region-partners .block-block img {
	max-width: 70px;
    height: auto;
    margin: 20px;
}

/*------------------------------------------------*/
/*	Agenda
/*------------------------------------------------*/
/* Main */
.view-program .view-header {
    margin: 0;
    overflow: hidden;
}
.view-program .view-header a {
    font-size: 1.7rem;
    background: #ceebdf;
    color: #134f50;
    border-radius: 4px 4px 0 0;
    padding: 5px;
    /*text-transform: uppercase;*/
    display: inline-block;
}
.view-program .view-header a.print { display: none; }
.view-program .view-header a.inactive {
    background: #134f50;
    color: #fff;
    border: 1px solid #134f50;
    border-width: 1px 1px 0;
}

.view-program .item-list {
    display: inline-block;
    vertical-align: top;
    background: #ceebdf;
    padding: 10px;
    width: 50%;
    margin: 0;
}
.view-program .item-list:first-child { margin-top: 0; }

.view-program .item-list h3 {
    margin: 0 0 10px;
    padding: 0;
}

.view-program .item-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.view-program .item-list ul li {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.agenda-break {
    background: #ffffff;
    padding: 4px 6px 6px;
}
.agenda-break .field-content {
    display: inline-block;
    font-style: 'italic';
    color: #8b8b8b;
    font-size: 1.5rem;
}

.view-program .panel-group {
    margin-bottom: 0px;
}

.view-program .panel {
    color: #496a74;
    background-color: transparent;
    border-color: transparent;
    border: 0;
    box-shadow: none;
}

.view-program .panel-default > .panel-heading {
    color: #496a74;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 5px;
}

.view-program .panel-default > .panel-heading a:hover {
    text-decoration: none;
}

.view-program .panel-title span.field-content {
    min-width: 45px;
    display: inline-block;
}

.view-program .panel-default > .panel-heading a[aria-expanded="true"] span.glyphicon {
    transform: rotate(90deg);   
}

.view-program .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    /* background: #ffffff url('/sites/idmc.myotonic.org/themes/bootstrap_idmc/images/ui_time-line.png') 12px 0 repeat-y; */
    padding: 0 5px 0 0;
    margin-bottom: 10px;
}
.view-program .panel-body:before{
    content: "\e023";
    font-family: "Glyphicons Halflings";
    line-height: 1em;
    background: #fff;
    margin: 0;
    padding: 5px 0px 0px 6px;
    color: #a8b6ba;
}

.view-program .panel-body .agenda-category {
    color: #0087af;
    /*text-transform: uppercase;*/
    font-size: 1.0rem;
    margin-left: 20px;
}
.view-program .panel-body .agenda-session-number,
.view-program .panel-body .agenda-title,
.view-program .panel-body .agenda-chairs,
.view-program .panel-body .agenda-location,
.view-program .panel-body .agenda-location-2
{
    margin-left: 20px;
    font-size: 1.4rem;
    padding-left: 20px;
}

.view-program .panel-body .agenda-title {
    font-weight: 600;
    font-size: 2.0rem;
}

.view-program .panel-body .agenda-chairs:before,
.view-program .panel-body .agenda-location:before 
{
    font-family: "Glyphicons Halflings";
    margin-left: -20px;
    margin-right: 8px;
}
.view-program .panel-body .agenda-chairs:before { content: "\e008";}
.view-program .panel-body .agenda-location:before { content: "\e021";}

.view-program .panel-body .agenda-detail .popover-but {
    display: inline-block;
    color: #ca4590;
    margin-left: 40px;
    /*text-transform: uppercase;*/
    cursor: pointer;
    font-weight: 600;
}
.view-program .panel-body .agenda-end-time {
    /* background: #fff url(/sites/idmc.myotonic.org/themes/bootstrap_idmc/images/ui_time-arrow.png) top left no-repeat; */
    margin: 0 0 0 8px;
    padding: 5px 0 10px 10px;
    font-size: 1.2em;
    color: #a8b6ba;
}

/* Detail */
.agenda-detail .pop-con { display: none; }

/*.agenda-detail .popover { max-width: 25%; }*/

.agenda-detail .popover-content {
    max-width: 100%;
    font-size: 1.4rem;
    padding-top: 3px !important; 
}

.agenda-detail h3.popover-title {
    padding: 5px 7px;
    /*text-transform: uppercase;*/
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.agenda-detail .popover-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.agenda-detail .popover-content li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.agenda-detail .popover-content .field-type-timefield {
    font-weight: 600;
    display
}

/* Overview */
.page-agenda-overview .region-content {
    background: transparent;
    width: 100%;
    padding: 0;
}

.view-program.view-display-id-page_1 .view-content,
.view-program.view-display-id-page_4 .view-content {
    background: rgba(255,255,255,1.0);   
}

.view-program.view-display-id-page_1 .item-list .views-row > div, .view-program.view-display-id-page_4 .item-list .views-row > div {
    background: #fff;
    padding: 15px;
    margin: 0 0 10px;
}


.view-program.view-display-id-page_1 .agenda-time, .view-program.view-display-id-page_4 .agenda-time {
    font-weight: 600;
    font-size: 0.8em
}
.view-program.view-display-id-page_1 .agenda-title, .view-program.view-display-id-page_4 .agenda-title {
    font-weight: 600;
    font-size: 1.1em;
}

/* Details */
.view-program.view-display-id-page_1 .field-name-field-agenda-detail-item strong,
.view-program.view-display-id-page_4 .field-name-field-agenda-detail-item strong {
    font-size: 1.2em;
}

.field-name-field-agenda-detail-time.field-type-timefield {
    font-weight: 600;
}

/* Footer */
.view-program .view-footer {
    background: #fff;
    padding: 5px;
}

.view-program .view-footer a {
    font-size: 1.5em;
    color: #134f50;
}


/*  Postscript & Footer Regions
-------------------------------------------------------------- */
/* Footer */
.footer-wrapper {
	margin: 10px 0 0;
}

.mobile.front .footer-wrapper { margin: 0; }


.footer {
	margin-top: 0;
	border: 0;
	position: relative;
	background: #134f50;
	text-align: left;
}

footer .region {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

footer .region-footer-two { margin: 30px 0 30px 15px; }


/* About Us */
.footer #block-block-8 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.footer #block-block-8 h2 {
	font-size: 18px;
	margin: 0 0 5px;
    text-transform: uppercase;
    color: #34c18c;
    font-weight: bold;
}
.footer #block-block-8 p {
	margin: 0;
}
.footer #block-block-8 a {
	color: #fff;
	line-height: 1.75em;
}

/* Contact */
.footer #block-block-26 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.footer #block-block-26 h4 {
	font-size: 11px;
	color: #fff;
	margin: 0 0 1px;
	font-weight: 600;
}
.footer #block-block-26 p {
	margin: 0 0 10px;
}
.footer #block-block-26 .content a {
	color: #fff;
	line-height: 1.75em;
	display: block;
	float: left;
	text-decoration: underline;
}


/* Subfooter */
#subfooter-wrapper.container-fluid {
	margin: 0;
	padding: 0;
}
.region-subfooter {
	background: #134f50;
	color: #fff;
	text-align: left;
}

.region-subfooter #block-block-11 {
    display: inline-block;
    width: auto;
    margin-left: 108px;
}

.region-subfooter #block-block-10 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 11px;
    display: inline-block;
    margin-left: 20px;
    width: auto;
}
.region-subfooter a { color: #fff; }





/* Pagers
-------------------------------------------------------------- */
.pager {
	margin: 10px 0;
}

.pager li > a { border-radius: 0; }
ul.pager li.pager-current { padding: 7px; }

ul.pager {
}

ul.pager li {
}

ul.pager a,
ul.pager li.pager-current {
  border-color: #E2E1E1;
}

ul.pager a:link,
ul.pager a:visited { color: #9FB0C9; }

ul.pager li.pager-current {
  background-color: #C9C6C6;
  color: #fff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #9FB0C9;
  border-color: #E2E1E1;
  color: #fff;
}

/* Calendar Pager Override */
.view-community-calendar {}

.view .date-nav-wrapper .date-heading h3 {
	font-size: 1.1em;
	padding: 0 46px;
}

.view-community-calendar .pager {
	margin: 0;
	padding: 0;
}

.view-community-calendar .pager li {
	display: inline-block;
	top: 0; bottom: auto;
}
.view-community-calendar .pager li.date-prev {
	background: none;
	left: 0; right: auto;
}
.view-community-calendar .pager li.date-next {
	background: none;
}

.view-community-calendar .pager li a {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
  margin: 2px;
  padding: 3px 5px;
}

/* Hover style for form buttons */
form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
}

/* Remove backgrounds and border on radios and checkboxes */
/* .form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
} */

/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}

/* Typography and spacing for legend of fieldsets */
fieldset legend {
}

/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}

/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}

/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}

/* #### bootstrap Form #### */
.bootstrap-frm {
    max-width: 500px;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bootstrap-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: 600;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-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);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.bootstrap-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}


/* Tables
-------------------------------------------------------------- */
table {
}

/* Body of tables */
tbody {
  border-top: 1px solid #ccc;
}

table.report-pub tbody {
  border-top: 0px solid #ccc;
}

table.report-pub { margin: 0 auto; }


/* Header of tables */
thead th,
th {
  border-bottom: 3px solid #ccc;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

/* Alternating row background styles */
tr.even,
tr.even td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

tr.odd,
tr.odd td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

td.active {
}

tr.drag td,
tr.drag-previous td {
  color: #000;
}

/*  Auction Preview
	-------------------------------------------------------------- */
.page-node-1811 table tbody {
	border: none;
}

.page-node-1811 table td img {
	width: 100%;
}

.page-node-1811 table,
.page-node-1811 table td {
	border: none;
}

.page-node-1811 table td {
	display: block;
	width: 100%;
	padding: 0 20px;
	vertical-align: top;
}



/*_______##### RESPONSIVE #####_______*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body.navbar-is-fixed-top {
        padding-top: 145px !important;
    }
    body.mobile .navbar-fixed-top, body.mobile .navbar-fixed-bottom {
        position: fixed !important;
    }
	.node img {
		/* float: left; */
		margin: 0 20px 10px 0;
	}
    
    .node .field-name-body img { float: none; }
    .node-type-field-event .node .field-name-body img { float: left; }
    
    
    /* Header
    -------------------------------------------------------------- */
    body.toolbar-drawer .region-super-nav {
        top: 64px;
    }
    /* body .region-super-nav {
        top: 0;
    } */
    .region-super-nav {
        overflow: hidden;
        position: fixed;
        z-index: 200;
        background: #33c18c;
        line-height: 1em;
        text-align: right;
        padding: 0 0px;
    }
    
    #block-block-36 { margin: 0; }

    .region-super-nav .block { display: inline-block; vertical-align: middle; }

    /* Search */
    #block-search-form {
        width: 30%;
        margin-right: 10px;
    }
    #block-search-form .form-group { margin: 0; }

    /* Social Media */
    .fab, .fas, .far, .region-super-nav a {
        color: #fff;
        font-size: 22px;
        margin-left: 5px;
    }

    /* Navbar */
    body.toolbar-drawer .navbar-fixed-top {
        top: 64px;
    }
    
    .navbar a.logo { float: none; margin-right: -15px; }
    .navbar a.logo img { height: 90px; }
    .slogan {
        left: 112px;
        right: auto;
        font-size: 2rem;
    }
	
	/*  Navigation
	-------------------------------------------------------------- */
    /* Navbar Collapse Positioning */
    header#navbar .navbar-collapse {
        margin: 0 0 0 30px;
        padding: 0;
        left: auto;
        right: auto;
        clear: both;
        position: relative;
        top: auto;
        border: none;
    }
    
    #block-tb_megamenu-main-menu {
        line-height: 5.9em;
    }
    
    .navbar-default { margin: 34px 0 0; }
    
    /*_____ Carousel _____*/
    .slideshow-container { margin-top: 0; height: 400px; }
    .slideshow-container #block-views-curated_banners-block {
        max-height: 400px;
        height: 400px;
    }
    .carousel li { list-style: none; height: 400px; }
    
    .carousel .carousel-caption {
        width: 70%; height: auto;
        top: 30% !important;
        text-align: left;
        margin-left: 30px;
    }
    .carousel .carousel-caption h1 {
        font-size: 56px;
    }
    .carousel .carousel-caption a {
        font-size: 22px;
        /* padding-top: 25px; */
        padding-left: 0px;
    }
    
    /*_____ Homepage News _____ */
    #block-views-News-block_2 .views-row { width: 46%; }
    
    /*_____ Mobile Banner _____ */
    #block-block-29 {
        width: 100%;
        text-align: center;
        background: #647b98;
        border-top: 4px solid #bf317f;
    }
    
    #block-block-29 img {
        max-width: 300px;
    }
	
	/*------------------------------------------------*/
	/*	Digital Academy
	/*------------------------------------------------*/


	/*  Secondary Nav
	-------------------------------------------------------------- */
	aside.col-sm-3 {
		font-family: 'OnBrand', serif;
	}
	
	.subnav-wrapper {
		
	}
	
	.subnav-wrapper .nav>li>a {
		padding: 0;
	}
	
	#block-menu_block-1 {
		display: block;
		padding: 0;
	}
	
	#block-menu_block-1 .inner {
		background: #fff;
		border: 1px solid #aaa;
		padding: 20px;
		border-radius: 6px 6px 0 6px;
	}
	
	#block-menu_block-1 ul.menu {
		list-style: none;
		margin: 0; padding: 0;
	}

	#block-menu_block-1 .menu li {
		display: block;
		margin: 0 0 18px; padding: 0;
		/*text-transform: uppercase;*/
		font-size: 18px;
		line-height: 22px;
	}
	#block-menu_block-1 .menu li.last { border: 0; }

	#block-menu_block-1 .menu li a { display: block; color: #4991c6; }

	#block-menu_block-1 .menu li a.active,
	#block-menu_block-1 .menu li a.active-trail 
		{ color: #92989c; }
		
	#block-block-28 { display: block; }

	
	/*  Page Content
	-------------------------------------------------------------- */
    .not-front .main-container .col-sm-9 {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    /* Print */
    #block-print_ui-print-links {
        display: inline-block;
        width: 24px;
        line-height: 1em !important;
        vertical-align: middle;
    }
    #page-tools-wrapper .block#block-print_ui-print-links { margin-right: 17px; }

    #block-print_ui-print-links span.print_html { margin: 0; }

    #block-print_ui-print-links span.print_html a {
        display: inline-block;
        text-indent: -5000px;
        width: 24px !important;
        height: 24px !important;
        background: transparent url('/themes/custom/bootstrap_aline/images/icon_print.png') top left no-repeat;
    }
    
    #block-print_ui-print-links span.print_html a img { display: none; }
	
	/*------------------------------------------------*/
	/*	Category Sorting
	/*------------------------------------------------*/
	.not-front .view .sort + .view ul li {
		display: inline-block;
		margin: 0 10px 12px;
	}
    
    /*------------------------------------------------*/
	/*	News
	/*------------------------------------------------*/
    .view-id-News.view-display-id-page .views-row {
        width: 49%;
        min-height: 255px;
    }
	
	/*------------------------------------------------*/
	/*	Digital Academy
	/*------------------------------------------------*/
    /*____ Port of Entry ____*/
    #block-block-30 .content a {
        display: inline-block;
        background: #ca4590;
        padding: 5px 7px;
        border-radius: 4px;
        color: #fff;
        margin: 0 20px 20px 0;
    }



    /*____ Academy Search ____*/
    #custom-search-blocks-form-1 { text-align: center; }
    #custom-search-blocks-form-1 .form-item {
        display: inline-block;
        vertical-align: bottom;
        width: 40%;
        margin: 0;
    }
    #custom-search-blocks-form-1 .form-actions {
        display: inline-block;
        margin: 0;
        vertical-align: bottom;
    }
    #custom-search-blocks-form-1 .form-actions button { margin: 0; }

    /*____ Featured ____*/
    .view-video-academy.view-display-id-block_1 {
        margin: 20px 0;
    }

    .view-video-academy.view-display-id-block_1 .views-field-field-video-image img {
        width: 100%;
    }

    .view-video-academy.view-display-id-block_1 .views-field-title {
        background: #032145;
        padding: 4px;
    }
    .view-video-academy.view-display-id-block_1 .views-field-title a { color: #fff; }

    .view-video-academy.view-display-id-block_1 .views-field-view-node {
        position: relative;
        /* top: 30%;
        left: 30%; */
    }
    .view-video-academy.view-display-id-block_1 .views-field-view-node a {
        background: url('/themes/custom/bootstrap_aline/images/control_play.png') 0 0 no-repeat;
        padding: 10px 0 0 50px;
        font-weight: 600;
        color: #fff;
        height: 42px;
        display: block;
    }
    .view-video-academy.view-display-id-block_1 .views-field-view-node a:hover {
        text-decoration: none;
    }
    
    /*__ YouTube Like _*/
    .view-id-video_academy {
        margin: 30px 0;
    }
    
    .view-id-video_academy .row {
        margin: 0 0 30px;
    }
    
    .view-id-video_academy .views-field-field-video-image {
        background: #000;
        text-align: center;
        border: 2px solid #000;
        border-width: 2px 0;
    }
    
    .view-id-video_academy .views-field-field-video-image img {
        margin: 0 auto;
    }
    
    .view-id-video_academy .views-field-title {
        font-family: 'BodyCopy';
        font-weight: 600;
        font-size 1.6rem;
        margin: 15px 0;
    }
    
    .view-id-video_academy .views-field-created {
        font-size: 1.2rem;   
    }

   

    /*_____ Academy Topics______*/
    .view-id-video_categories [class*="col-"] { text-align: center; }
    .view-id-video_categories .row a { display: block; }
    .view-id-video_categories .row a:hover { text-decoration: none; }
    .view-id-video_categories .row a span::before {
        display: block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;

        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 7px;
        font-size: 6.0rem;
    }
    .Newly-Diagnosed::before {  content: "\f0f0"; }
    .Management-Considerations::before {  content: "\f24e"; }
    .Clinical-Trials-and-Drug-Approval::before {  content: "\f0c3"; }
    .Community-Voices-and-Inspiration::before {  content: "\f086"; }
    .Congenital-and-Childhood-Onset::before {  content: "\f1ae"; }
    .Genetics-and-Disease-Overview::before {  content: "\f471"; }
    .Disease-Management::before {  content: "\f470"; }
    .DM2::before {  content: "DM2"; font-family: 'OnBrand', serif; !important; font-weight: 600; letter-spacing: -5px; }
    .Community-Favorite::before {  content: "\f164"; }


    /*____ Video Nodes ____*/
    body.node-type-video .region-content {
        padding: 0 160px;
    }
    .wrapper-poster {
        width: 100%;
        background: #000;
        padding: 4px 0;
        text-align: center;
    }
    .node-type-video .node-video img {
        float: none;
        margin: 0;
    }
    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    /*------------------------------------------------*/
	/*	Calendar
	/*------------------------------------------------*/
    /* Month */
    .view .date-nav-wrapper .date-nav {
        margin-bottom: 10px;
        padding-bottom: 30px;
    }

    .calendar-calendar .month-view table.full {
        position: relative; 
    }
    .calendar-calendar .month-view .full tr td {
        width: 14%;
        display: table-cell;
        text-align: left;
    }
    .calendar-calendar .month-view .full tr td.single-day:before { 
        content: none; 
        font-weight: normal;
    }
    .calendar-calendar .month-view .full thead tr {
        display: table-row;
    }
    .calendar-calendar .month-view .full tr td.multi-day:before {
        content: none;
    }
    .calendar-calendar .month-view .full tr th.days,
    .calendar-calendar .month-view .full tr td.date-box,
    .calendar-calendar .month-view .full tr td.no-entry,
    .calendar-calendar .month-view .full tr td.empty {
        display: table-cell;
    }
    
    .calendar-calendar .month-view .full tr.date-box,
    .calendar-calendar .month-view .full tr.date-box td,
    .calendar-calendar .month-view .full tr.multi-day,
    .calendar-calendar .month-view .full tr.multi-day td {
        height: 19px;
        max-height: 19px;
    }
    
    /* Year */
    .calendar-calendar .year-view > table > tbody > tr > td {
        display: table-cell;
        width: 32%;
        padding: 1px;
        border: none;
    }
    
	
	/*  Footer and Subfooter
	-------------------------------------------------------------- */
	/* About Us */
    .footer #block-block-8 {
        margin: 20px 5px 0 20px;
        padding: 0 10px 0 0;
    }

    /* Contact */
    .footer #block-block-26 {
        margin: 20px 5px;
    }
    
    footer .region-footer-two { margin: 0; }
    
    
    /*  Auction Preview
	-------------------------------------------------------------- */
	td img {
		width: 60%;
	}
	.view-video-academy td img { width: 100%; }

	.page-node-1811 table,
	.page-node-1811 table td {
		border: none;
	}

	.page-node-1811 table td {
		display: table-cell;
		width: auto;
		padding: 0 20px;
		vertical-align: top;
	}
    
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body:not(.mobile) .navbar-header nav {
        margin-left: 15px;
    }
    	
	/*_______ Search _______*/
	
	/*  Carousel
	-------------------------------------------------------------- */
    .slideshow-container { margin-top: 0px; height: 600px; }
    .slideshow-container #block-views-curated_banners-block {
        max-height: 600px;
        height: 600px;
    }
    .carousel li { list-style: none; height: 600px; }
	
	/*  Main Content
	-------------------------------------------------------------- */
	.not-front .main-container.container {
		padding-top: 88px;
	}
	
	/* Home Page Columns
	/-------------------------------------------------------------- */
	.region-home-col1 {
		width: 554px;
		margin: 0 81px 0 12px;
	}

	.region-home-col2 {
		width: 277px;
	}
    
    /* Body Systems Tool
	/-------------------------------------------------------------- */
	/* Needs to be taken care of by tpl and/or moved to more general location */
	body.node-type-full-page #sidebar-first { display: none; }

	.field_name__field_body_system_node_reference {
		position: relative;
		width: 850px;
		height: 803px;
		background: url(/themes/custom/bootstrap_aline/images/body-systems.jpg) center center no-repeat;
		margin: 40px auto;
	}

	.field_name__field_body_system_node_reference .node-body-system {
		display: inline-block;
		position: absolute;
	}
	.field_name__field_body_system_node_reference .node-body-system#node-646 { top: 166px; left: 566px; }
	.field_name__field_body_system_node_reference .node-body-system#node-647 { top: 0px; left: 215px; }
	.field_name__field_body_system_node_reference .node-body-system#node-648 { top: 477px; left: 65px; }
	.field_name__field_body_system_node_reference .node-body-system#node-649 { top: 31px; left: 561px; }
    .field_name__field_body_system_node_reference .node-body-system#node-1193 { top: 92px; left: 502px; }
	.field_name__field_body_system_node_reference .node-body-system#node-650 { display: none; }
	.field_name__field_body_system_node_reference .node-body-system#node-651 { top: 100px; left: 141px; }
	.field_name__field_body_system_node_reference .node-body-system#node-652 { top: 488px; left: 569px; }
	.field_name__field_body_system_node_reference .node-body-system#node-653 { top: 182px; left: 82px; }
	.field_name__field_body_system_node_reference .node-body-system#node-654 { top: 296px; left: 567px; }
	.field_name__field_body_system_node_reference .node-body-system#node-655 { top: 296px; left: 201px; }
	.field_name__field_body_system_node_reference .node-body-system#node-656 { top: 550px; left: 129px; }
    .field_name__field_body_system_node_reference .node-body-system#node-1197 { bottom: 0px; right: 0px; }


	.field_name__field_body_system_node_reference .node-body-system h2 {
		display: inline-block;
		position: relative;
		z-index: 100;
		border: 1px solid #d6d2d2;
		border-radius: 6px;
		padding: 12px;
		line-height: 1em;
		background: #fff;
		margin: 0;
	}
	.field_name__field_body_system_node_reference .node-body-system h2.active {
		border-radius: 6px 6px 0 0;
		border-width: 1px 1px 0;
		border-bottom: 1px solid #fff;
		z-index: 102;
	}

	.field_name__field_body_system_node_reference .node-body-system h2 a {
		color: #696768;
		font-size: 18px;
		padding: 0 20px 0 0;
		background: url('/themes/custom/bootstrap_aline/images/sprite_arrow-collapse.png') 100% 4px no-repeat;
        
	}
	.field_name__field_body_system_node_reference .node-body-system h2 a:hover { text-decoration: none; }
	.field_name__field_body_system_node_reference .show .accordion-header button:not(.collapsed) a { background-position: 100% -69px }

	.field_name__field_body_system_node_reference #node-646 h2 a,
	.field_name__field_body_system_node_reference #node-649 h2 a,
	.field_name__field_body_system_node_reference #node-650 h2 a,
	.field_name__field_body_system_node_reference #node-652 h2 a,
	.field_name__field_body_system_node_reference #node-654 h2 a,
    .field_name__field_body_system_node_reference #node-1193 h2 a
		{ padding: 0 0 0 20px; background-position: 0 -35px !important; }
	.field_name__field_body_system_node_reference .show #heading-646 button:not(.collapsed) a,
	.field_name__field_body_system_node_reference .show #heading-649 button:not(.collapsed) a,
	.field_name__field_body_system_node_reference .show #heading-650 button:not(.collapsed) a,
	.field_name__field_body_system_node_reference .show #heading-652 button:not(.collapsed) a,
	.field_name__field_body_system_node_reference .show #heading-654 button:not(.collapsed) a,
    .field_name__field_body_system_node_reference .show #heading-1193 button:not(.collapsed) a
		{ padding: 0 0 0 20px; background-position: 0 -70px !important; }

	.field_name__field_body_system_node_reference .node-body-system > .content {
		display: none;
	
		position: relative;
		background: #fff;
		z-index: 101;
		border: 1px solid #d6d2d2;
		margin: -1px 0 0;
		padding: 20px;
		color: #727070;
		font-size: 14px;
	}

	.field_name__field_body_system_node_reference .node-body-system > .content ul {
		margin: 0 0 0 17px; padding: 0;
	}

	.field_name__field_body_system_node_reference .node-body-system > .content .group-care-tools { margin: 20px 0 0; }
	.field_name__field_body_system_node_reference .node-body-system > .content .group-care-tools h5 { /*text-transform: uppercase;*/ font-weight: normal; }

	.node-body-system .field-name-field-deep-dive-link { text-align: right; margin: 20px 0 0; font-size: 16px; font-weight: normal; }

	.node-body-system .field-name-field-deep-dive-link .field-label { font-weight: normal; }

	.node-body-system .field-name-field-deep-dive-link > div { float: none; display: inline-block; }

	.node-body-system .field-name-field-deep-dive-link a {
		background: #33c18c;
		color: #fff;
		padding: 5px 7px;
		/*text-transform: uppercase;*/
		border-radius: 4px;
	}
	
	/* Video Academy */
	#block-views-video_academy-block .views-row {
		width: 128px;
	}
	
	#block-views-video_academy-block .views-row a { font-size: 12px; }
    
    /*------------------------------------------------*/
	/*	News
	/*------------------------------------------------*/
    .view-id-News.view-display-id-page .views-row {
        width: 33%;
        min-height: 337px;
    }
	
	/*  Secondary Nav
	-------------------------------------------------------------- */
	aside.col-sm-3 {
		font-family: 'OnBrand', serif;
	}
	
	.subnav-wrapper {
		
	}
    
    .subnav-wrapper #block-block-28 {
           
    }
	
	/*  Tertiary Nav
	-------------------------------------------------------------- */
	
	/*------------------------------------------------*/
	/*	Digital Academy
	/*------------------------------------------------*/
	/*____ View Page ____*/
	.view-video-academy.view-display-id-page .view-header p a {
		width: 299px;
	}

	
	/*  Footer and Subfooter
	-------------------------------------------------------------- */
	/* About Us */
	.footer #block-block-8 {
		font-size: 20px;
		margin-right: 15px; padding-right: 20px;
	}
	.footer #block-block-8 h2 { font-size: 20px; }

	/* Contact */
	.footer #block-block-26 { font-size: 14px; display: inline-block; }
	
	/* Slogan */
	.footer #block-block-25 {
		left: 542px;
		width: 294px;
		background: transparent url('../images/care-cure_footer.jpg') top left no-repeat;
	}
	
	/* Subfooter */
	.region-subfooter #block-block-10 { font-size: 14px; }
}

/* tweener */
@media (min-width: 1010px) {
    body:not(.mobile) .navbar-header nav {
        margin-left: 30px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	
	/*  Carousel
	-------------------------------------------------------------- */
    .slideshow-container { margin-top: 0px; height: 800px; }
    .slideshow-container #block-views-curated_banners-block {
        max-height: 800px;
        height: 800px;
    }
    .carousel li { list-style: none; height: 800px; }

	
	/*  Secondary Nav
	-------------------------------------------------------------- */
	aside.col-sm-3 {
		font-family: 'OnBrand', serif;
	}
	
	.subnav-wrapper {
		
	}
    
    #block-menu_block-1 {
		display: block;
		padding: 0 0 19px 0;
		background: transparent url('../images/ribbon-fold_subnav.png') bottom right no-repeat;
	}
    
    /*------------------------------------------------*/
	/*	News
	/*------------------------------------------------*/
    .view-id-News.view-display-id-page .views-row {
        width: 24%;
        min-height: 425px;
    }
    
    /* Curated banner, don't cut off too much */
    body.no-sidebars div#block-views-curated_banners-block_1 {
        background: #ceebdf;
    }
    body.no-sidebars div#block-views-curated_banners-block_1 img {
        max-width: 75%;
        margin: 0 auto;
    }
	

	
	/*  Footer and Subfooter
	-------------------------------------------------------------- */
	/* About Us */
	
	
	/* Subfooter */
	
}

/* Extra Large devices (higher rez screens, 1500px and up) */
@media (min-width: 1500px) {
    /*_____ Homepage News _____ */
    #block-views-News-block_2 .views-row { width: 48%; }
}

@media (min-width: 1600px) {
    /*  Carousel
	-------------------------------------------------------------- */
    /* These were for gif slide, but gif slide removed.
    #views-bootstrap-carousel-1 .item:first-child { background: #fbfbfb; }
    #views-bootstrap-carousel-1 .item:first-child img {
        max-width: 67%;
        margin: 0 auto;
    }
    */
}