@import '//fonts.googleapis.com/css?family=Poppins:400,500,600|Raleway:600,700';

html {
    scroll-behavior: smooth;
	scroll-padding-top: 50px;
}

@media (prefers-reduced-motion) {
    html{
        scroll-behavior: auto;
    }    
}

body {
	background-color: #f6faff;
}

body, p, ul, ol, li, input {
	font-family: 'Poppins', sans-serif;
	color: #3c3c3c;
    -webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .site-name {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #182139;
}

a, a:visited {
	color: #b43000;/*f1622e*/
    -webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {
	color: #0071ef;
}

a img {
	transition: .75s;
}

a img:hover {
	opacity: .5;
}

a.button, #gsa_search input.submit {
    background: #eee;
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    line-height: normal;
    padding: 8px 10px;
    font-weight: 500;
	transition: .75s;
}

a.button:hover, #gsa_search input.submit:hover {
	color: #222;
    background: #ddd;
    background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
    background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

.timeline-intro-button.timeline-intro-button {
    display: inline-block;
    padding: 10px;
    color: #660000;
    background-color: #f2622e;
    font-size: 1.5rem;
    line-height: 1;
    border: none;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
}

.timeline-intro-button:hover {
	 background-color: #ff7c4d;
}

.flex,
.divisions-flex {
	display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex > div {
    overflow: hidden;
}

p {
    margin-bottom: 20px;
}

#subpage main .grid {
	padding-top: 0;
}

/* SEARCH BAR & RESULTS */

#search {
	background-color: #4f91db;
	color: #0c213c;
	font-family: 'Raleway', sans-serif;
}

#search .grid {
	padding: 0 20px;
}

#search .unit.whole {
	padding: 0;
}

#search form {
	float: right;
	background-color: #ebf3fd;
	padding: 0px 7px;
	width: 200px;
	height: 40px;
}

#search input {
	width: 150px;
    height: 40px;
    line-height: 40px;
}

#search input, #search button {
	background: none;
    border: none;
	-webkit-appearance: none; 
	height: 40px;
    line-height: 40px;
}

#search button {
	float: right;
	transition: .75s;
}

#search button:hover {
	color: #4d596f;
}

#search button i {
	font-size: 18px;
	font-size: 1.125rem;
}

::-webkit-input-placeholder {
   color: #0c213c;
   font-family: 'Raleway', sans-serif;
   font-size: 13px;
   font-size: .8125rem;
   font-weight: 600;
}

:-moz-placeholder { /* Firefox 18- */
   color: #0c213c; 
   font-family: 'Raleway', sans-serif;
   font-size: 13px;
   font-size: .8125rem;
   font-weight: 600;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #0c213c; 
   font-family: 'Raleway', sans-serif;
   font-size: 13px;
   font-size: .8125rem;
   font-weight: 600;
}

:-ms-input-placeholder {  
   color: #0c213c; 
   font-family: 'Raleway', sans-serif;
   font-size: 13px;
   font-size: .8125rem;
   font-weight: 600;
}

form#form1 p {
    display: inline-block;
    vertical-align: baseline;
}

#gsa_search input[type="text"] {
	height: 30px;
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
	font-size: .75rem;
}

#gsa_search input.submit {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
	font-size: .75rem;
}

.result_item {
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.result_item_text > a, .result_item_text > a:visited {
	color: #660000;
    font-weight: 500;
}

.result_item_text > a:hover {
	color: #b43000;
}


/* END SEARCH BAR */



/* HEADER */

header {
	background-color: #f6faff;
}

header .unit.whole {
	padding: 25px 0;
}

header img, .site-name {
	display: inline-block;
}

.site-name {
    padding: 20px 35px;
	border-left: 1px solid #aba597;
	font-size: 40px;
}


h1 a, h1 a:visited, .site-name a, .site-name a:visited {
	color: #0b89fa;
	font-weight: 600;
}

h1 a:hover, .site-name a:hover {
	color: #f58148;
}

header img {
	margin-right: 35px;
}

header .flex {
	-webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* END HEADER */



/* NAVIGATION */

.mobile-nav-button {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #192138;
    height: 52px;
    width: 100%;
    z-index: 10;
}

.menu-button {
    padding: 5px 10px;
    margin: 5px;
    color: #fff;
    background-color: #192138;
    position: fixed;
    top:0;
    left:0;
}

.mm-listview>li>a, .mm-listview>li>span {
    color: #fff;
}

.site-navigation {
	background-color: #192138;
}

nav.desktop-navigation .grid.js {
	padding: 0 10px;
}

nav.desktop-navigation.stick {
	position: fixed;
    top: 0;
    z-index: 9000;
	width: 100%;
}

nav.desktop-navigation .grid .unit.whole {
	padding: 0;
}

nav.desktop-navigation ul {
    list-style-type: none;
	margin: 0;
}

nav.desktop-navigation ul li {
    display: inline-block;
	margin: 0;
	float: left;
}

.site-navigation li {
    transition: .5s;
	background-color: #192138;
}

nav.desktop-navigation ul li a, nav ul li a:visited {
    display: block;
	padding: 10px 15px;
}

.site-navigation a, .site-navigation a:visited, .mm-listview {
    color: #fff;
    font-size: 16px;
	font-size: 1rem;
    font-weight: 500;
}

.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}

.mm-opening .menu-button .fa-bars:before,
.mm-open .menu-button .fa-bars:before{
    content: "\f00d";
}

.site-navigation a:hover {
	color: #fff;
	}


/* Hide Subnav items */
nav.desktop-navigation ul ul {
	display: none;
	z-index: 9999;
}

/* Reveal Subnav on hover */
nav.desktop-navigation ul li:hover ul,
#desktop-nav-list > li > ul[aria-hidden=false]{
	display: block; /* Make subnav display block */
	position: absolute; /* Position absolute in order to control width */
	top: 100%;
	width: 300px; /* Set width */
	margin: 0;
	padding: 0;
}

/* Put hover state on list item so that the parent item stays highlighted when its children are highlighted */
.site-navigation ul li:hover {
	background: #4d5a70;
}

.site-navigation ul li ul li {
	padding: 0;
	width: 100%;
	background: #4f91db;
}

.site-navigation ul ul li a i.fa {
	font-size: 12px;
	font-size: .75rem;
	color: #12182a;
	margin-left: 3px;
}
/* nav container items */
.container > a:after {
    display: inline;
	font-family: "FontAwesome";
	content:"\00A0\f107"; 
	line-height: initial;
	text-shadow: none;
}

/* yellow nav */

.site-navigation ul li.patient-care:hover, .site-navigation li.patient-care ul li:hover {
	background: #4d5a70;
}

nav.desktop-navigation ul li.patient-care ul li {
	padding: 0;
	width: 100%;
}

.site-navigation ul li.patient-care ul li {
    background: #660000;
}

li.patient-care {
    background-color: #660000;
}

li.patient-care > a:before,
li.patient-care > span:before {
    display: inline;
	font-family: "FontAwesome";
	content:"\f21e"; 
	margin-right: 7px;
	color: #f75b2b;
	line-height: initial;
	text-shadow: none;
}

.site-navigation .fa.fa-gift {
    color: #12182a;
}

a.donate {
    background-color: #0071ef; /*0071ef*/
}

a.donate:hover {
    background-color: #4b85a8;
}

.weblink:after,
.secured-page:after {
	font-family: "FontAwesome";
	/*margin-left: 7px;*/
	line-height: inherit;
}

a.secured-page:after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content:'\f084';
    padding: 0 0 0 3px;
}

.weblink:after {
    content:"\f08e"; 
}

.site-navigation li.patient-care a.weblink:after {
	color: #f2c100;
}

/*desktop nav*/
#desktop-nav-list {
	display: flex;
}

.desktop-navigation li {
    position: relative;
	display: flex;
    flex-grow: 1;
    text-align: center;
}

.desktop-navigation ul ul li {
    text-align: left;
}

/* MMENU */
.mm-menu {
    background-color: #192138;
    background-color: rgba(25,33,56,.85);
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
    background-color: #192138;
}

.mm-menu.mm-offcanvas {
    z-index: 2;
}

/* END NAVIGATION */



/* BREADCRUMB */

.grid.breadcrumb {
    margin: 25px 20px 5px 20px;
}

.breadcrumb {
    overflow: auto;
    display: inline-block;
	margin: 20px 0 0 20px;
}

.breadcrumb ul {
    margin: 0;
    list-style-type: none;
    padding: 0 15px;
	background-color: #1f68c2;
	overflow: auto;
}

.breadcrumb ul li {
    float: left;
	color: #FFFFFF; /*#192138*/
	font-size: 13px; font-size: .8125rem;
}

.breadcrumb li + li:before {
	font-family: 'FontAwesome';
    content: '\f054';
    margin: 0 5px;
    color: #DDD;
    font-size: 9px;
    vertical-align: middle;
}

.breadcrumb ul li a {
    color: #ffedab;
}

.breadcrumb ul li a:hover {
    color: #12182a;
}

/* END BREADCRUMBS */



/* MAIN */

main {
	padding-bottom: 50px;
}

main .grid {
    padding-top: 25px;
}

h1, h2 {
	font-family: 'Raleway', sans-serif;
    background-color: #ebf3fd;
    padding: 10px 25px;
    font-weight: 700;
    color: #182139;
	margin-bottom: 0;
}

.main-inner-wrapper {
	background-color: #f6faff;
	padding: 20px 25px;
}

.main-inner-wrapper--flex {
    display: flex;
    flex-wrap: wrap;
}

.homepage-banner {
	/*padding-bottom: 0;*/
	align-self: center;
    -webkit-align-self: center;
    position: relative;
	overflow: hidden;
}

.flexslider .slides > li {
	margin: 0;
}

ol.flex-control-nav {
    position: absolute !important;
	bottom: 0;
}

.flex-direction-nav {
    display: none;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: #0071ef;
}

.static-photo {
	width: 100%;
}

blockquote {
	background: none;
	margin-bottom: 25px;
	padding: 0;
}

blockquote:before {
	font-family: "FontAwesome";
	content:"\f10d";
	color: #aba597;
	font-size: 28px;
	font-size: 1.75rem;
	float: left;
}

blockquote p {
	font-size: 17px;
	font-size: 1.0625rem;
	color: #fff;
	line-height: 30px;
	background-color: #4b85a8;
	margin-left: 40px;
    padding: 20px 25px;
	font-weight: 500;
    font-style: italic;
	margin-bottom: 0;
}

a.more {
    font-weight: 600;
	float: right;
}

.contain-float {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

a.more:after {
	font-family: "FontAwesome";
	content:"\f105";
	margin-left: 5px;
}

.more:after:after {
    content: "";
    clear: both;
}

#three-columns h3 {
	background-color: #4d5a70;
    padding: 10px 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    color: #fff;
	margin-bottom: 0;
}

#three-columns h3 i {
	color: #182139;
}

#three-columns .one-third {
	/*padding-bottom: 0;*/
	margin: 10px 10px 0 20px;
    padding: 0;
	background-color: #f6faff;
}

#three-columns .one-third:last-child {
	margin-right: 20px;
}

#spotlight h3 {
	background-color: #b43000;
}

#spotlight h3 i {
	color: #660000;
}

#events ul, #news ul {
    list-style-type: none;
    margin: 0;
}

#events ul li, #news ul li {
    margin-bottom: 25px;
}

span.title {
    font-weight: 600;
    display: block;
}

span.title a {
	color: #660000;
}

span.title a:hover {
    color: #b43000;
}

span.date {
    display: block;
    font-style: italic;
}

span.description {
    display: block;
}
/* END MAIN */

.main-content--sticky-sidebar {
    display: grid;
    grid-template-columns: minMax(0, auto) 20%;
    grid-template-areas: "main sidebar";
    align-items: start;
}

.main-content__main {
    grid-area: main;
    padding-right: 25px;
}

.sidebar.sidebar--sticky {
    grid-area: sidebar;
    width: 100%;
    position: sticky;
    top: 52px;
    padding: 0;
}

/* DIVIONS SIDEBAR */

#divisions form {
	display:none;
}

#divisions nav {
	padding-right: 0;
	padding-bottom: 0;
}

#divisions nav ul {
    list-style-type: none;
    margin: 0;
}

#divisions nav li {
    margin: 0;
}

#divisions nav ul li a, #divisions nav ul li a:visited {
    display: block;
    padding: 12px 20px;
    background-color: #b94e20; /*ff8854*/
	color: #fff;
	font-weight: 500;
}

#divisions nav ul li a:hover {
	background-color: #660000;
}

#divisions nav ul li a.active {
	background-color: #efeeeb;
    color: #333;
	font-weight: 400;
}

#divisions nav ul li a.active:hover {
	cursor: default;
}

#divisions .unit.three-quarters {
	background-color: #efeeeb;
    padding: 12px 20px 0 20px;
    margin-top: 10px;
}

#toc {
    list-style-type: none;
    margin-left: 0;
	overflow: auto;
    margin-bottom: 0;
}

#toc li {
    float: left;
}

#toc li + li:before {
    content: "|";
    padding: 0 15px;
}

#toc a {
	font-weight: 600;
}

/* END DIVIONS SIDEBAR */



/* RIGHT SIDEBAR */

.sidebar {
	background-color: #f6faff;
	padding-left: 25px;
	padding-bottom: 0px;
}

.sidebar div {
	padding: 16px;
	background-color: #efeeeb;
	color: #fff;
}

.sidebar  a, .sidebar  a:visited {
	color: #f2622e;
}

.sidebar  a:hover {
	color: #0071ef;
}

.sidebar  h2 {
    font-size: 24px;
	font-size: 1.5rem;
	background: transparent;
	padding: 0;
	line-height: 32px;
	line-height: 2rem;
	margin-bottom: 10px;
}

.sidebar  h3 {
    font-size: 22px;
	font-size: 1.375rem;
}

.sidebar  h4 {
    font-size: 20px;
	font-size: 1.25rem;
}

.sidebar  h5 {
    font-size: 18px;
	font-size: 1.125rem;
}

.sidebar  h6 {
    font-size: 16px;
	font-size: 1rem;
}

#featured + .sidebar  {
    margin-top: 20px;
}

/* END RIGHT SIDEBAR */



/* FLICKR GALLERY */

.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelImage, .nanogallery_theme_light .nanoGalleryViewer .toolbar .label {
        display: none !important;
}

.nanogallery_theme_light .nanoGalleryContainer .nanoGalleryThumbnailContainer {
        border: none;    
		z-index: 1 !important;
}

.nanoGalleryContainer.nGEvent {
        float: left;
}

/* END FLICKR GALLERY */



/* FEATURED */

#featured {
	background-color: #ff8854;
	padding: 25px 20px 10px 20px;
    overflow: auto;
	margin: 20px 0;
}

#featured h3, #featured h4, #featured h5, #featured h6 {
	color: #660000;
}

#featured h3 {
    font-size: 24px;
	font-size: 1.5rem;
}

#featured h4 {
    font-size: 22px;
	font-size: 1.375rem;
}

#featured h5 {
    font-size: 20px;
	font-size: 1.25rem;
}

#featured h6 {
    font-size: 18px;
	font-size: 1.125rem;
}


#featured p {
	color: #fff;
}

#featured a, #featured a:visited {
	color: #182139;
}

#featured a:hover {
	color: #0071ef;
}

/* END FEATURED */



/* MIX IT UP */


#Filters {
    background-color: #ebf3fd;
    margin-bottom: 25px;
}

main #Filters div {
    background-color: #ebf3fd;
}

#Filters .unit:first-child {
    padding-left: 10px;
}

#Filters button,
.toggle {
	margin: 0 0 10px 20px;
    padding: 6px 10px;
    border: none;
    font-size: 15px;
    background-color: #e1b200;
    color: #060f2a;
    font-family: "Poppins";
    font-weight: 500;
	transition: .5s;
}

#Filters button:hover,
.toggle:hover {
	background-color: #660000;
	color: #ffffff;
}

#Filters h5 {
    margin: 0 10px;
	vertical-align: top;
}

fieldset.filter-group.checkboxes {
    display: inline-block;
    border: none;
}

.checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}

/*.checkboxes {
    width: 100%;
}*/

main .unit > div.checkbox {
    padding: 0;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.checkbox label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.75em;
}

.checkbox label:before, .checkbox label:after {
    content: '';
    display: block;
    position: absolute;
}

.checkbox label:before {
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #fff;
    border-radius: 3px;
	margin-top: 3px;
}

.checkbox label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #f2622e;
    opacity: 0;
    pointer-events: none;
}

.checkbox input:focus ~ label:before {
    box-shadow: 0 0 0 2px #0373ee;
}

.checkbox input:checked ~ label:after {
    opacity: 1;
}

.mix .unit.one-fifth .unit.two-fifths.no-gutters {
    float: right;
}

.loading-placeholder {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

#subpage main .grid .fac-head {
    background-color: #2273cc;
    padding: 10px;
    margin-bottom: 10px;
}

main .fac-head .unit > div {
    background-color: transparent;
}

.fac-head .unit {
    padding: 0 10px;
}

.fac-head p, .faculty-table th {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: inherit;
}

.mix .unit.one-quarter {
	word-wrap: break-word;
}

.faculty-filter.toggle {
    margin-bottom: 20px;
}

span.fac-title {
    font-style: italic;
    font-size: 13px;
}

.scroll-table-wrapper {
    width: 100%;
    max-height: calc(100vh - 100px);
    position: relative;
    overflow-x: scroll;
}

.faculty-table {
    table-layout: auto;
    width: auto;
    margin: 0;
}

.faculty-table__head th {
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0 3px 0 0 #fff;
}

.faculty-table__head th:first-child {
    left: 0;
    z-index: 3;
    box-shadow: 3px 0 0 0 #fff, 0 3px 0 0 #fff;
}

.faculty-table__body th {
    position: sticky;
    left: 0;
    z-index: 1;
    box-shadow: 3px 0 0 0 #fff;
    background-color: #FFD4C2;
    color: inherit;
}

.toggle {
    display: block;
    margin:0;
}

/* Give toggle the behavior of a link */
.toggle:hover {
	cursor: pointer;
}

/* Add down arrow for when toggle is closed */
.toggle.closed:after {
	font-family: 'FontAwesome';
	content: '\f107';
	margin-left: 5px;
}

/* Add up arrow for when toggle is open */
.toggle.opened:after {
	font-family: 'FontAwesome';
	content: '\f106';
	margin-left: 5px;
}

/* Give inner-toggle the behavior of a link */
p.inner-toggle:hover {
	cursor: pointer;
	color: #2F4673;
}


/* END MIX IT UP */


/* TABLE */

table th {
	background-color: #C54811;
	padding: 10px;
    margin-bottom: 10px;
	color: white;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
	font-size: 1.25rem;
    line-height: 32px;
}

table td {
	background: #efeeeb;
}

tr td p {
    margin-bottom: 0px;
}



/* END TABLE */


/* SITEMAP */

ul.divisions-list {
    list-style-type: none;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    margin-left: 0;
    padding-left: 0;
}

ul.sitemap {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-left: 0;
}

ul.sitemap li {
    font-weight: 500;
}

ul.sitemap li a {
    font-weight: 400;
}

/* END SITEMAP */



/* BACK TO TOP */

.top_page {
	position: fixed;
    bottom: 75px;
    right: 20px;
    border: none;
    text-align: right;
	z-index: 999;
}

a.scrollToTop {
    visibility: hidden;
    opacity: 0;
    padding: 1em 1.3em;
    display: inline-block;
    background-color: #e1b200;
    color: #FFF;
}

a.scrollToTop:hover {
	background-color: #660000;
}

a.scrollToTop:hover i:before,
.scrollToTop {
	-ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.scrolled a.scrollToTop {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

/* END BACK TO TOP */



/* FOOTER */

footer {
	background-color: #182139;
	padding: 25px 0 0 0;
}

footer h4 {
	color: #fff;
	font-weight: 700;
}

footer i {
	color: #f2622e;
}

footer p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}

footer ul li {
    color: #aba597;
	margin: 0;
}

footer a, footer a:visited {
	color: #e1b200;
	font-weight: 500;
}

footer a:hover {
	color: #0071ef;
}

footer address {
	font-style: normal;
}

.social-media-wrapper {
    margin: 20px 0;
}

.social-media-wrapper a {
    margin: 0 20px 0 0;
}

.social-media-icon {
    font-size: 26px;
    color: #e1b200;
    transition: .3s;
}

.social-media-icon:hover {
    color: #0071ef;
}

footer .donate {
	text-align: center;
}

footer .donate p {
    font-weight: 600;
    font-size: 16px; font-size: 1rem;
    color: #3b91f1;
}

footer .fa-stack {
    position: relative;
    display: inline-block;
    width: 5em;
    height: 5em;
    line-height: 5em;
    vertical-align: middle;
	margin: 10px 0;
	transition: .75s;
}

footer .fa-stack:hover .fa-stack-2x {
    color: #e1b200;
}

footer .fa-stack-2x {
    font-size: 5em;
	transition: .75s;
}

footer .fa-stack-1x {
    font-size: 2.3em;
	color: #660000;
}

/*remove auto-icons to reset with different icons for email and phone*/
footer a[href^='mailto:']:before, footer a[href^='tel:']:before {
    content: '';
	padding: 0;
    }

.phone {
    display: block;
    color: #bfbaae;
}     

.phone span {
    display: inline-block;
}

/* END FOOTER */



/* COPYRIGHT */

.copyright {
    background-color: #286ab7;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 500;
	margin: 0;
}

.copyright p a {
	color: #ffedab;
	text-decoration: underline;
}

.copyright p a:hover {
	color: #fff; 
}

/* END COPYRIGHT */


/* CKEDITOR 1.3.0-pl */

img[style="float:left"], figure[style="float:left"], img[style="float: left;"], figure[style="float: left;"]  {
    float: left;
    margin: 10px 20px 10px 0;
}


img[style="float:right"], figure[style="float:right"], img[style="float: right;"], figure[style="float: right;"] {
    float: right;
    margin: 10px 0 10px 20px;
}

figure {
    background-color: #fff;
	margin-bottom: 10px;
    display: inline-table !important;
}

figure img {
    display: block;
}

figcaption {
    font-size: 11px;
    color: #034077;
    line-height: 18px;
    background: #f0f0f0;
    padding: 5px 10px;
    display: table-caption !important;
    caption-side: bottom;
}

/* ========== MEDIA QUERIES =========== */


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

	header + .site-navigation ul li a, header + .site-navigation ul li a:visited {
		padding: 10px;
    	font-size: 14px;
		font-size: .875rem;
	}
}

@media screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	a.scrollToTop {
    	visibility: visible;
    	opacity: 1;
	}

}


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

    .mobile-nav-button {
        display: block;
    }

	nav.desktop-navigation {
	    display: none;
	}

	.donate {
    	text-align: left;
	}
	
	#Filters > .unit:first-child,
	#Filters > .unit:first-child + .unit{
	    width:50%;
	}
	
	#Filters .unit .unit {
	    width: 100%;
	}
	
	#Container .grid .unit {
        width: 100% !important;
	}
	
}

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

	.site-name {
    	font-size: 32px;
		font-size: 2rem;
	}

}

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

	.flex {
    	display: block;
	}

	.site-name {
		border: none;
		padding-left: 0;
		display: block;
	}

	.flex > div.unit {
		display: block;
		width: 100%;
		padding: 10px 20px;
	}

	main .grid {
    	padding-top: 10px;
	}

	main #three-columns.grid {
		padding-top: 0;
	}

	#three-columns .one-third {
		margin: 0;
    	padding: 20px;
    	background: none;
	}
    
    
}

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

	.site-name {
    	font-size: 32px;
		font-size: 2rem;
	}

	.grid aside.one-fifth {
		width: 100%;
		margin-bottom: 25px;
	}

	footer .grid .one-third, footer .grid .two-thirds,
	footer .links .grid .three-quarters, footer .links .grid .one-quarter {
    	width: 100%;
	}

	footer .unit.two-thirds.links {
    	padding-left: 20px;
	}

	footer .unit.one-quarter.donate {
    	width: 100%;
    	margin-top: 10px;
	}

    .main-content--sticky-sidebar {
        grid-template-columns: minMax(0, 1fr);
        grid-template-areas: "sidebar" "main";
    }
    
    .sidebar.sidebar--sticky {
        position: static;
    }

}


@media screen and (max-width: 568px) {
    
    /* adjustment to normal mmenu styling to make the fixed on mobile button work properly */
    html.mm-opening .mm-menu~.mm-slideout {
        -webkit-transform: translate(80vw,0);
        -ms-transform: translate(80vw,0);
        transform: translate(80vw,0);
        -webkit-transform: translate3d(80vw,0,0);
        transform: translate3d(80vw,0,0);
    }

	ul.sitemap,
	ul.divisions-list{
    	columns: 1;
    	-webkit-columns: 1;
    	-moz-columns: 1;
	}

	#toc li {
    	float: none;
		border-bottom: 1px solid #ddd;
    	padding-bottom: 5px;
	}

	#toc li + li:before {
    	content: "";
    	padding: 0px;
	}
	
	#divisions form {
		display: block;
	}

	.divisions-select select {
		width: 100%;
	}
	
	.divisions-flex {
	    display: block;
	    float: left;
	}

	#divisions nav ul {
		display: none;
	}

	footer .links h4 {
		margin: 15px 0;
	}

	footer .links .three-quarters {
		margin-bottom: 20px;
	}

	footer .links .unit.half {
		padding-top: 0;
	}

	footer .links .unit.half ul {
		margin-bottom: 0;
	}
	

}
