/*
Theme Name: UHR-Responsive
Theme URI: https://UHR.UMD.EDU
Author: Chris Fukui
Description: A redesigned UHR theme for responsiveness 
Version: 4.0
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

body {
	/* padding-top: 0px !important;
	background-color: #f1f1f1 !important; */
	color:#3a3a3a;
}
.header {
	padding: 12px 0 8px !important;
}

.tagline {
	font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
}

#inner_banner {
	margin-bottom: 1rem;
}
.entry-title {
	margin-bottom: 1rem;
	font-weight: 800;
}
/* Accessibiity additions */
.entry-content a {text-decoration:underline;}
.dept-name {font-size: 1.8rem;color: #424242;}

.widget-title {
	font-size: 1.25rem;
	font-weight: 700;
}	

.quicklink p {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 700;
}

.entry-content h2 {
	margin-top: 4rem;
}
	
.card-title {font-weight: 800;}
	
/* Style Navbar match division */
.navbar-default {background: #ffffff !important;}
.navbar-brand h1 {color: #424242;}
.navbar-brand h1 a:hover {color: #e21833 !important;}
.navbar-brand:hover {text-decoration: underline;}
.navbar-nav {display: inherit;}ß

.white-bg {padding-bottom: 2rem;margin-bottom: 2rem;background-color: #ffffff;}

.site-footer-legal {padding: 2em 2.5em; background-color: #222;}

.banner-box {
	background-color: #ffffff;
	padding: 15px;
	margin-top: 10px;
	border-bottom: 5px solid #e21833;
}
.box_selectors { background-color: #ffffff;}
.box_selector {
	height: 250px;
	width: 250px;
	background-color: #6D6D6D;
	border: 1px solid #333;
	margin: auto;
}
.counts .box_metric{
    padding: 10px;
    margin: 20px auto;
    width: 200px;
    text-align: center;
    /*border: solid 1px #333333;*/
    background-color: #fff;
}
.counts .box_metric .front-metric {
	font-size: 40px;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #e21833;
    line-height: 1;
}
.counts .box_metric p {
	font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d6d;
    margin-top: 2px;
	margin-bottom: 5px;
	line-height: 1.3}
.counts i {
    
    margin: 5px auto;
}
/*.sidebar ul li a {
	font-size: 16px !important;*/
}
.uhr-front {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 10px;
	padding-right: 30px;
}
.gallery-three-up i{
	text-align: center;
	margin: 0 auto;
}
.gallery-three-up p{
	color: #fff;
	font-size: 32px;
	padding: 25px;
	text-align: center;
	font-weight: 800;
	line-height: 1em;
}

blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c;
}
.text-muted {
	color:#4c5257 !important;
}
/************************/
/******Breadcrumbs*******/
/************************/
.breadcrumbs a{
	color:#636363 !important; 
}
.breadcrumbs__current {
	color:#434A4f;
	font-weight: bold;
}
.breadcrumbs {font-size: .875rem;}

/****Add-on for Team listing****/
/* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 1rem;
  padding: 0 8px;
}

/* line 223, ../sass/_project.scss */
.sidebar {
  margin-bottom: 2em;
  margin-right: 2em;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 223, ../sass/_project.scss */
  .sidebar {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 223, ../sass/_project.scss */
  .sidebar {
    margin-right: 0;
  }
}
/* line 230, ../sass/_project.scss */
.sidebar ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 235, ../sass/_project.scss */
.sidebar ul li {
  position: relative;
}
/* line 240, ../sass/_project.scss */
.sidebar ul li.sidebar-brand a:hover, .sidebar ul li.sidebar-brand a:focus {
  color: #900900 !important;
  background-color: #fff;
  text-decoration: none;
}
/* line 249, ../sass/_project.scss */
/*.sidebar ul li:first-child a {
  font-size: 13px;
  color: #e21833;
}*/
/* line 254, ../sass/_project.scss */
.sidebar ul li a {
  padding: 10px;
  display: block;
  color: #636363;
  clear: both;
  text-decoration: underline;
}
/* line 262, ../sass/_project.scss */
.sidebar ul li a:hover, .sidebar ul li a:focus {
  color: #e21833 !important;
  text-decoration: underline;
  background-color: #f1f1f1;
}
/* line 270, ../sass/_project.scss */
.sidebar ul.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 !important;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
  background-color: #f1f1f1;
  background-clip: border-box !important;
}
/* line 284, ../sass/_project.scss */
.sidebar ul.dropdown-menu li:first-child a {
  font-size: .8125rem;
  padding: 10px 15px 10px 25px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  color: #636363;
}
/* line 293, ../sass/_project.scss */
.sidebar ul.dropdown-menu li a {
  padding: 10px 15px 10px 25px;
  clear: both;
}
/* line 297, ../sass/_project.scss */
.sidebar ul.dropdown-menu li a:hover, .sidebar ul.dropdown-menu li a:focus {
  background-color: #E9E9E9;
}
/* line 302, ../sass/_project.scss */
.sidebar ul.dropdown-menu li.dropdown-submenu {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 !important;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
  background-color: #f1f1f1;
  background-clip: border-box !important;
}
/* line 316, ../sass/_project.scss */
.sidebar ul.dropdown-menu li.dropdown-submenu li:first-child a {
  font-size: .8125rem;
  padding: 10px 35px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  background-color: #E9E9E9;
  color: #636363;
}
/* line 326, ../sass/_project.scss */
.sidebar ul.dropdown-menu li.dropdown-submenu li a {
  padding: 10px 35px !important;
  background-color: #E9E9E9;
  border-bottom: 1px solid #D9D9D9;
}
/* line 331, ../sass/_project.scss */
.sidebar ul.dropdown-menu li.dropdown-submenu li a:hover, .sidebar ul.dropdown-menu li.dropdown-submenu li a:focus {
  background-color: #D9D9D9;
}
/* line 344, ../sass/_project.scss */
.sidebar .dropdown.open a {
  border-bottom: 1px solid #e1e1e1;
}
/* line 350, ../sass/_project.scss */
.sidebar .dropdown-toggle .caret {
  margin-top: 7px;
}

/* line 358, ../sass/_project.scss */
.tab-pane {
  padding: 30px;
  border: 1px solid #f1f1f1;
  margin-bottom: 25px !important;
}

/*end import of sidebar nav*/

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Side bar menus */
#sidebar ul {
	padding: 0px;;
}

.widget {
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 1em;
}

.widget ul {
	margin-left: 0;
	list-style: none;
	padding: 0;
}
.widget_nav_menu ul {list-style: none !important; padding-left: 0px !important;
}
/*.widget_nav_menu ul li {border-bottom: 1px solid #6d6d6d;}
.widget_nav_menu ul a {
	display: block;padding: 5px 5px 5px 15px !important;
	background-color: #f3f3f3;
	text-decoration: none !important;
}
.widget_nav_menu ul a:hover {background-color: #e21833 !important;color: #ffffff;}
*/
.widget a {
	color: #6d6d6d;
	margin-bottom: 14px;
}
.widget a:hover {
	color:  #e21833;
}
.widget_nav_menu ul li {
	margin-bottom: 1em;
}

.entry-content {
	padding: 2rem .5rem;
}
.btn{white-space:normal !important;}
.img-fluid {
  max-width: 100%;
  height: auto;
}
/* Staff profile picture in circle
	.staff-img {
	border-radius: 50%;
}
*/
.card-hover .reveal {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

.card-hover:hover .reveal {
    height: auto;
    visibility: visible;
    opacity: 10;
    transition: opacity .5s ease;
}

.course-title{margin-top: 0px !important;}
	
/* Content accordion styling */

.sub_accord .c-accordion__title{
	background-color: #ffffff;
	color: #e21833;	
	padding: 5px;
}

.c-accordion__content h3 {margin-top: 2rem;}

.c-accordion__content {
	padding: .5rem 2rem;
}
.c-accordion__title{
	display: block;
	margin-top: .5rem !important;
	cursor: pointer;
	/*font-size: 1.2em;*/
	padding: 15px;
	position: relative;
	/*font-weight: bold;*/
	color: #ffffff;
	background-color: #990000;
	/*font-family: "Source Sans Pro", Arial;*/
}
.c-accordion__title:before{
	font-family: bootstrap-icons;
	color: inherit;
	content: "\f229";
	top: 50%;
	margin-top: -.8rem;
	font-size: 2rem;
	padding-right: 20px;
}
.c-accordion__title:after{
	content: none;
	}

.c-accordion__item.is-open .c-accordion__title{
	border-bottom:none;
	color:#e21833;
	background-color: #ffffff;
}

.c-accordion__item.is-open .c-accordion__title:before {
	content: "\f235";
	right: 15px;
}
.c-accordion__item.is-open .c-accordion__title:after {
	content: none;
}
.accordion-title{
	display: block;
	margin-top: .5rem !important;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 15px;
	position: relative;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
}

.accordion-content{
	padding: 0 1em 1em 1em;
	margin-bottom: 1em;
	border-top: none;
}

.accordion-content li {
	margin-left: 1em !important;
}

.accordion-title:before{
	font-family: FontAwesome;
	color: inherit;
	content: "\f107";
	top: 50%;
	margin-top: -.8rem;
	font-size: 2rem;
	padding-right: 20px;
}

.accordion-title.open {
	border-bottom:none;
	color:#e21833;
	background-color: #ffffff;
}

.accordion-title.open:before {
	content: "\f106";
	right: 15px;
}

.accordion h2 {display: none;}

.listing-item {
	padding: 1em 0 1rem 0;
	border-bottom: solid thin;
}

.widget_recent_entries li{
	padding:1em 0 1em 0;
	border-bottom: solid thin;
}
/* Event list homepage */
 .event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		background-color: #e21833;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.event-list > li > year > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 4.66rem;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 2rem;
		font-weight: 900;
		line-height: 1;
	}
	
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    }
    
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;	
    }
    
#skipnav
{
width: 26em;
	display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    padding: 5px;
    position: absolute;
    left: -1000em;
    top: 0;
    font-weight: bold;
}
 
#skipnav:focus
{
	top: 6em;
    left: 2em;
    border: solid #777 2px;
    color: #fff;
    background: #333 !important;
    z-index: 1000;
}

.toc-push {float:right;margin-left:10px;}

/* Add UMD style changes */
/* line 88, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e21833;
}
/* line 38, ../sass/_base.scss */
a {
  color: #e21833;
}
/* line 41, ../sass/_base.scss */
a:hover {
  color: #900900;
}
/* line 45, ../sass/_base.scss */
a.body-color {
  color: #434A4F;
}
/* line 48, ../sass/_base.scss */
a.body-color:hover, a.body-color:focus {
  color: #900900;
}
/* line 53, ../sass/_base.scss */
a.full {
  width: 100%;
}
/* line 56, ../sass/_base.scss */
a.underline {
  text-decoration: underline;
}
/* line 59, ../sass/_base.scss */
a.underline:hover, a.underline:focus {
  text-decoration: underline;
}
.btn, .btn-info, .btn-info[disabled] {
  /*margin-bottom: $pad;*/
  font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif;
  display: inline-block;
  /*font-size: .875rem;
  letter-spacing: 1.3px;*/
  text-transform: uppercase;
  padding: 16px 24px;
  color: #e21833;
  border: 2px #e21833 solid;
  background-color: transparent;
	font-weight: 800;
}
/* line 319, ../sass/_base.scss */
.btn:hover, .btn-info:hover, .btn-info[disabled]:hover {
  background-color: #e21833;
  border-color: #e21833;
  color: #fff !important;
	box-shadow: 0 2px 10px rgba(0,0,0,.33);
}
/* line 325, ../sass/_base.scss */
.btn:focus, .btn:active, .btn:active:focus, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled]:active:focus {
  background-color: #900900;
  border-color: #900900;
  color: #fff;
  outline: 0;
}
/* line 346, ../sass/_base.scss */
.btn.thin, .btn-info.thin, .btn-info[disabled].thin {
  border-width: 1px;
}
/* line 350, ../sass/_base.scss */
.btn.square, .btn-info.square, .btn-info[disabled].square {
  border-radius: 0;
  /*        padding: 0.7rem 3rem !important;*/
}
/* line 354, ../sass/_base.scss */
.btn.square.dark, .btn-info.square.dark, .btn-info[disabled].square.dark {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 357, ../sass/_base.scss */
.btn.square.dark:hover, .btn.square.dark:focus, .btn-info.square.dark:hover, .btn-info.square.dark:focus, .btn-info[disabled].square.dark:hover, .btn-info[disabled].square.dark:focus {
  background-color: #e21833;
}
/* line 362, ../sass/_base.scss */
.btn.solid, .btn-info.solid, .btn-info[disabled].solid {
  background-color: #e21833;
  color: #ffffff;
  border-width: 1px;
}
/* line 367, ../sass/_base.scss */
.btn.solid:hover, .btn.solid:focus, .btn-info.solid:hover, .btn-info.solid:focus, .btn-info[disabled].solid:hover, .btn-info[disabled].solid:focus {
  background-color: #900900;
  border-color: #900900;
}
/* line 372, ../sass/_base.scss */
.btn.full, .btn-info.full, .btn-info[disabled].full {
  width: 100%;
}
/* line 376, ../sass/_base.scss */
.btn.yellow-bg:hover, .btn.yellow-bg:focus, .btn-info.yellow-bg:hover, .btn-info.yellow-bg:focus, .btn-info[disabled].yellow-bg:hover, .btn-info[disabled].yellow-bg:focus {
  background-color: #e21833 !important;
  border-color: #e21833;
}
/* line 381, ../sass/_base.scss */
.btn.white, .btn-info.white, .btn-info[disabled].white {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
/* line 385, ../sass/_base.scss */
.btn.white:hover, .btn.white:focus, .btn-info.white:hover, .btn-info.white:focus, .btn-info[disabled].white:hover, .btn-info[disabled].white:focus {
  background-color: #e21833 !important;
  border: 2px solid #e21833 !important;
  color: #ffffff !important;
}
/* line 391, ../sass/_base.scss */
.btn.grey, .btn-info.grey, .btn-info[disabled].grey {
  border: 2px solid #d3d3d3 !important;
}
/* line 395, ../sass/_base.scss */
.btn.grey:hover, .btn.grey:focus, .btn-info.grey:hover, .btn-info.grey:focus, .btn-info[disabled].grey:hover, .btn-info[disabled].grey:focus {
  background-color: #e21833 !important;
  border: 2px solid #e21833 !important;
  color: #ffffff !important;
}
/* line 481, ../sass/_base.scss */
a.text-btn {
  color: #e21833;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  padding: 0.7rem 3rem !important;
  margin: 0 0.5rem 1rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #E2E2E2;
  letter-spacing: 1px;
  display: inline-block;
}
a.text-btn:hover, a.text-btn:focus {
  background-color: #e21833 !important;
  color: #ffffff;
}
/* line 503, ../sass/_base.scss */
a.text-btn.hollow {
  color: #636363 !important;
  border: 1px solid #636363;
  background-color: transparent;
}
/* line 508, ../sass/_base.scss */
a.text-btn.hollow:hover, a.text-btn.hollow:focus {
  background-color: #e21833;
  border: 1px solid #e21833;
  color: #ffffff !important;
}
/* line 514, ../sass/_base.scss */
a.text-btn.hollow.white {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
/* line 518, ../sass/_base.scss */
a.text-btn.hollow.white:hover, a.text-btn.hollow.white:focus {
  background-color: #e21833 !important;
  border: 1px solid #e21833 !important;
  color: #ffffff !important;
}

/* line 528, ../sass/_base.scss */
a.btn-tag {
  display: inline-block;
  color: #636363 !important;
  border: 1px solid #636363;
  padding: 0.7rem 3rem !important;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 2rem 0 1rem 0 !important;
  letter-spacing: 1px;
}
/* line 539, ../sass/_base.scss */
a.btn-tag:hover, a.btn-tag:focus {
  background-color: #e21833 !important;
  border: 1px solid #e21833;
  color: #ffffff !important;
  text-decoration: none;
}
/* line 546, ../sass/_base.scss */
a.btn-tag.red {
  border: 1px solid #e21833;
  color: #e21833 !important;
}
/* line 550, ../sass/_base.scss */
a.btn-tag.red:hover, a.btn-tag.red:focus {
  color: #ffffff !important;
}
footer {
  background-color: #f1f1f1;
}
/* line 4, ../sass/components/_footer.scss */
footer .umd-logo {
  text-align: center;
  margin: 0 auto;
}
/* line 9, ../sass/components/_footer.scss */
footer.spaces {
  padding-bottom: 3.125rem;
  font-size: .88rem;
  margin-top: 4rem;
}
/* line 13, ../sass/components/_footer.scss */
footer .menu-centered {
  text-align: center;
}
/* line 16, ../sass/components/_footer.scss */
footer .menu-centered .menu {
  display: inline-block;
}
/* line 21, ../sass/components/_footer.scss */
footer .footer-inner {
  padding-top: 2.5rem;
  border-top: 3px solid #d3d3d3;
}
/* line 26, ../sass/components/_footer.scss */
footer .footer-inner .menu-centered {
  text-align: center;
}
/* line 29, ../sass/components/_footer.scss */
footer .footer-inner .menu-centered .menu {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
/* line 37, ../sass/components/_footer.scss */
footer .footer-inner p {
  font-size: 90%;
  margin-left: 3rem;
}
/* line 46, ../sass/components/_footer.scss */
footer .social .menu {
  padding-left: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

.rtcGuide {
	background-color: #000000;
}

.rtcGuide .fas {
	font-size: 3rem;
	color: white;
}
.umd_border .uagb-post__inner-wrap {
	border: 1px solid #878787;
}

/*events calendar mods 
.tribe-common .tribe-common-a11y-visual-hide {
	clip:inherit !important;
	margin:inherit !important;
	overflow: visible !important;
	padding: inherit !important;
	position: inherit !important;
}*/
#tribe-events-content a {
	text-decoration: underline;
	}
#tribe-events-content a:hover {
	text-decoration: none;
	color: #900900;
	}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 46, ../sass/components/_footer.scss */
  footer .social .menu {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 46, ../sass/components/_footer.scss */
  footer .social .menu {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  /* line 46, ../sass/components/_footer.scss */
  footer .social .menu {
    text-align: center;
  }
}
/* line 56, ../sass/components/_footer.scss */
footer .social .menu li {
  padding: 0.7rem 1rem;
  width: 25%;
}
@media only screen and (min-width: 1200px) {
  /* line 56, ../sass/components/_footer.scss */
  footer .social .menu li {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 56, ../sass/components/_footer.scss */
  footer .social .menu li {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 56, ../sass/components/_footer.scss */
  footer .social .menu li {
    display: inline-block;
    width: 22%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 56, ../sass/components/_footer.scss */
  footer .social .menu li {
    display: inline-block;
    width: 22%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 56, ../sass/components/_footer.scss */
  footer .social .menu li {
    display: inline-block;
    width: 22%;
  }
}
/* line 66, ../sass/components/_footer.scss */
footer .social .menu li a {
  color: #636363;
  font-size: 26px;
  line-height: 34px;
  width: 100%;
  display: block;
  text-align: center;
}
/* line 74, ../sass/components/_footer.scss */
footer .social .menu li a:hover, footer .social .menu li a:focus {
  color: #e21833;
}
/* line 81, ../sass/components/_footer.scss */
footer .social .navbar-nav {
  float: none !important;
}
@media only screen and (min-width: 1200px) {
  /* line 81, ../sass/components/_footer.scss */
  footer .social .navbar-nav {
    float: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 81, ../sass/components/_footer.scss */
  footer .social .navbar-nav {
    float: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 81, ../sass/components/_footer.scss */
  footer .social .navbar-nav {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 81, ../sass/components/_footer.scss */
  footer .social .navbar-nav {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 81, ../sass/components/_footer.scss */
  footer .social .navbar-nav {
    padding: 0;
  }
}
/* line 93, ../sass/components/_footer.scss */
footer .navbar-bottom {
  margin: 0.5rem 0;
  width: 100%;
}
/* line 97, ../sass/components/_footer.scss */
footer .navbar-bottom .navbar-nav {
  width: 100%;
  text-align: center;
  padding: 0;
}
/* line 103, ../sass/components/_footer.scss */
footer .navbar-bottom .navbar-nav a {
  color: #636363;
  text-decoration: none;
  list-style-type: none;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 103, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav a {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 103, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav a {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  /* line 103, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav a {
    width: 100%;
    display: block;
  }
}
/* line 129, ../sass/components/_footer.scss */
footer .navbar-bottom .navbar-nav a:hover {
  text-decoration: underline;
}
/* line 135, ../sass/components/_footer.scss */
footer .navbar-bottom .navbar-nav > li {
  float: none;
  display: inline-block;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 135, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav > li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 135, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav > li {
    width: 100%;
  }
}
/* line 147, ../sass/components/_footer.scss */
footer .navbar-bottom .navbar-nav > li + li {
  margin-left: 3rem;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 147, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav > li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 147, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav > li + li {
    margin-left: 0;
  }
}
/* line 157, ../sass/components/_footer.scss */
footer .navbar-bottom .navbar-nav > li + li:before {
  content: "|";
  color: #e21833;
  margin-right: 3rem;
  display: inline-block;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 157, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav > li + li:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 157, ../sass/components/_footer.scss */
  footer .navbar-bottom .navbar-nav > li + li:before {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 175, ../sass/components/_footer.scss */
  .navbar-nav {
    margin: 0px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 175, ../sass/components/_footer.scss */
  .navbar-nav {
    margin: 0px !important;
  }
}

/* line 184, ../sass/components/_footer.scss */
.sub-footer {padding: 2em 2.5em; background-color: #222; margin: 0; width: 100%;}

/* line 189, ../sass/components/_footer.scss */
.sub-footer .navbar-nav {
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: .88rem;
  font-weight: 700;
}
/* line 195, ../sass/components/_footer.scss */
.sub-footer .navbar-nav a {
  color: #8e8e8e;
  text-decoration: none;
  list-style-type: none;
  letter-spacing: 1px;
}
/* line 202, ../sass/components/_footer.scss */
.sub-footer .navbar-nav a:hover {
  text-decoration: underline;
}
/* line 208, ../sass/components/_footer.scss */
.sub-footer .navbar-nav > li {
  float: none;
  display: inline-block;
}
/* line 213, ../sass/components/_footer.scss */
.sub-footer .navbar-nav > li + li {
  margin-left: 3rem;
}
/* line 216, ../sass/components/_footer.scss */
.sub-footer .navbar-nav > li + li:before {
  content: "|";
  color: #434A4F;
  margin-right: 3rem;
  display: inline-block;
}

/* line 226, ../sass/components/_footer.scss */
.footer-img {
  margin: 0 auto;
  display: block;
  max-width: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 226, ../sass/components/_footer.scss */
  .footer-img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 226, ../sass/components/_footer.scss */
  .footer-img {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 226, ../sass/components/_footer.scss */
  .footer-img {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 234, ../sass/components/_footer.scss */
  p.footer-info {
    text-align: center;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 234, ../sass/components/_footer.scss */
  p.footer-info {
    text-align: center;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 234, ../sass/components/_footer.scss */
  p.footer-info {
    text-align: center;
    margin-left: 0 !important;
  }
}
/* line 81, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* --------------------------------

Hero Banner Styles

-------------------------------- */
/* line 6, ../sass/components/_feature-banner.scss */
.hero-small {
  /*    .h-textarea-inner {
          top: 70px !important;
      }*/
}
/* line 7, ../sass/components/_feature-banner.scss */
.hero-small .hero-wrapper {
  height: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 7, ../sass/components/_feature-banner.scss */
  .hero-small .hero-wrapper {
    height: 200px;
  }
}
/* line 15, ../sass/components/_feature-banner.scss */
.hero-small .h-textarea {
  height: 350px;
}
@media only screen and (max-width: 480px) {
  /* line 15, ../sass/components/_feature-banner.scss */
  .hero-small .h-textarea {
    height: 200px;
  }
}
/* line 25, ../sass/components/_feature-banner.scss */
.hero-small .textarea-intro {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media only screen and (max-width: 480px) {
  /* line 25, ../sass/components/_feature-banner.scss */
  .hero-small .textarea-intro {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* line 35, ../sass/components/_feature-banner.scss */
.hero-small .header-banner {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/* line 43, ../sass/components/_feature-banner.scss */
.hero-small a:hover .header-banner {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* --------------------------------
For full height banner images
-------------------------------- */
/* line 56, ../sass/components/_feature-banner.scss */
.hero-wrapper.full {
  height: -moz-calc(100vh -44px);
  height: -webkit-calc(100vh -44px);
  height: -o-calc(100vh -44px);
  height: calc(100vh - 44px);
}
@media only screen and (max-width: 480px) {
  /* line 65, ../sass/components/_feature-banner.scss */
  .hero-wrapper.full .h-textarea.hp h1 {
    font-size: 26px;
    line-height: 26px;
  }
}
/* line 72, ../sass/components/_feature-banner.scss */
.hero-wrapper.full .h-textarea.hp h4 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 34px;
  padding: 0 20px;
}
@media only screen and (max-width: 480px) {
  /* line 72, ../sass/components/_feature-banner.scss */
  .hero-wrapper.full .h-textarea.hp h4 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 62, ../sass/components/_feature-banner.scss */
  .hero-wrapper.full .h-textarea {
    height: 100vh;
    top: -64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 62, ../sass/components/_feature-banner.scss */
  .hero-wrapper.full .h-textarea {
    height: 100vh;
    top: -64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 62, ../sass/components/_feature-banner.scss */
  .hero-wrapper.full .h-textarea {
    height: 100vh;
    top: -64px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 62, ../sass/components/_feature-banner.scss */
  .hero-wrapper.full .h-textarea {
    height: 100vh;
    top: -64px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 62, ../sass/components/_feature-banner.scss */
  .hero-wrapper.full .h-textarea {
    height: 100vh;
  }
}

/* --------------------------------
For small banner images - sub-page layouts for 
offic of strategic communications website
-------------------------------- */
/* line 117, ../sass/components/_feature-banner.scss */
.hero-wrapper.small {
  height: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 120, ../sass/components/_feature-banner.scss */
  .hero-wrapper.small .h-textarea {
    height: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 120, ../sass/components/_feature-banner.scss */
  .hero-wrapper.small .h-textarea {
    height: 275 px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 120, ../sass/components/_feature-banner.scss */
  .hero-wrapper.small .h-textarea {
    height: 250px;
  }
}
/* line 131, ../sass/components/_feature-banner.scss */
.hero-wrapper.small .h-textarea .h-textarea-inner {
  padding: 0 25px;
}

/* line 138, ../sass/components/_feature-banner.scss */
.hero-wrapper {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  background: fixed;
  z-index: 0;
  background-color: #000 !important;
}
/* line 146, ../sass/components/_feature-banner.scss */
.hero-wrapper.tall {
  height: auto !important;
}
@media only screen and (min-width: 1200px) {
  /* line 138, ../sass/components/_feature-banner.scss */
  .hero-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 138, ../sass/components/_feature-banner.scss */
  .hero-wrapper {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 138, ../sass/components/_feature-banner.scss */
  .hero-wrapper {
    height: 500px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 138, ../sass/components/_feature-banner.scss */
  .hero-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 138, ../sass/components/_feature-banner.scss */
  .hero-wrapper {
    height: 400px;
  }
}
/* line 166, ../sass/components/_feature-banner.scss */
.hero-wrapper .header-banner {
  /*height: 600px;*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50% \9  !important;
  background-size: cover;
}
/* line 175, ../sass/components/_feature-banner.scss */
.hero-wrapper .header-banner.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*z-index: 2;*/
  background: -webkit-linear-gradient(to bottom, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 30%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.5)), to(rgba(51, 51, 51, 0)));
  background: -webkit-linear-gradient(top, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 30%);
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 30%);
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
/* line 193, ../sass/components/_feature-banner.scss */
.hero-wrapper #hero {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #666666;
}
/* line 206, ../sass/components/_feature-banner.scss */
.hero-wrapper.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*z-index: 2;*/
  background: -webkit-linear-gradient(to bottom, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 30%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.5)), to(rgba(51, 51, 51, 0)));
  background: -webkit-linear-gradient(top, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 30%);
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 30%);
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* line 226, ../sass/components/_feature-banner.scss */
.overlay-bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*z-index: 2;*/
  background: -webkit-linear-gradient(to top, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 60%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.5)), to(rgba(51, 51, 51, 0)));
  background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 60%);
  background: linear-gradient(to top, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 60%);
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* line 243, ../sass/components/_feature-banner.scss */
.h-textarea {
  position: relative;
  display: block;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  /* line 243, ../sass/components/_feature-banner.scss */
  .h-textarea {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 243, ../sass/components/_feature-banner.scss */
  .h-textarea {
    top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 243, ../sass/components/_feature-banner.scss */
  .h-textarea {
    top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 243, ../sass/components/_feature-banner.scss */
  .h-textarea {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 243, ../sass/components/_feature-banner.scss */
  .h-textarea {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/* line 271, ../sass/components/_feature-banner.scss */
.h-textarea .h-textarea-inner {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
/* line 277, ../sass/components/_feature-banner.scss */
.h-textarea .h-textarea-inner.position-top {
  top: 0px !important;
}
/* line 282, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro {
  display: table-cell;
  vertical-align: middle;
  /*        @include breakpoint(screen-sm) {
              top: 50%;
          }
          @include breakpoint(screen-xs) {
              top: 50%;
          }*/
}
/* line 294, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro a, .h-textarea .textarea-intro .button {
  margin: 1rem 0;
}
/* line 298, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro h1 {
  font-size: 5.563rem;
  line-height: 5rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
}
@media only screen and (min-width: 1200px) {
  /* line 298, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1 {
    font-size: 5.563rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 298, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1 {
    font-size: 4.563rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 298, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1 {
    font-size: 4.563rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 298, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1 {
    font-size: 3.563rem;
    line-height: 3.563rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 298, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1 {
    font-size: 3.563rem;
    line-height: 3.563rem;
  }
}
/* line 326, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro h1 strong {
  letter-spacing: 2.2px;
}
/* line 330, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro h1.medium {
  font-size: 89px;
  line-height: 89px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 330, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1.medium {
    font-size: 68px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 330, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1.medium {
    font-size: 42px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 330, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1.medium {
    font-size: 34px;
    line-height: 34px;
  }
}
/* line 349, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro h1.large {
  font-size: 144px;
  line-height: 100px;
  margin-top: 5rem;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 349, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1.large {
    font-size: 110px;
    line-height: 89px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 349, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1.large {
    font-size: 89px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 349, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro h1.large {
    font-size: 68px;
    line-height: 55px;
  }
}
/* line 369, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro .subheader {
  font-size: 21px;
  line-height: 26px;
  max-width: 650px;
  display: block;
  margin: 0 auto;
}
/* line 377, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro.special {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 2em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/* line 384, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro.special h1 {
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  letter-spacing: 1.3px;
  font-weight: 500;
  text-transform: initial;
}
@media only screen and (max-width: 480px) {
  /* line 384, ../sass/components/_feature-banner.scss */
  .h-textarea .textarea-intro.special h1 {
    font-size: 26px;
    line-height: 26px;
  }
}
/* line 398, ../sass/components/_feature-banner.scss */
.h-textarea .textarea-intro.special p {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
