.blue { color: #2DB1FA; }

/* NAVIGATION */
body.layout_home #logo { padding:10px 0; }
#logo { padding:10px 0; }

.translate-wrapper {
	width: 100%;
}

#header {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	min-height: 105px;
	border: unset !important;
}
@media (min-width: 1080px) {
	#header {
		background-size: cover;
	}
}

#header.header-size-fixed .header-inner {
	max-width: 1340px;
	margin: 0 auto;
}

/* TITLE */
#header .header-title {
	position: relative;

	float: left;
	min-height: 100px;
	width: 50%;
}
#header .header-title a {
	position: absolute;
	top: 7px;
	bottom: 10px;
	left: 20px;

	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 200px;
}
@media (min-width: 1080px) {
	#header {
		min-height: 200px;
	}
	#header .header-title {
		min-height: 195px;
	}
	#header .header-title a {
		background-size: initial;
		width: 175px;
		position: relative;
		top: 2px;
	}
}

#header .nav-section {
	float: right;
	min-height: 100px;
	width: 50%;
}
@media (min-width: 1080px) {
	#header .nav-section {
		min-height: 120px;
	}
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul>li {
	margin: 0;
	padding: 0;
}
#header ul>li>a {
	display: block;
	margin: 0;
	padding: 0;
}

#header .toggle-wrap {
	position: absolute;
	top: -10px;
	right: 0;
}

#header .items-toggle {
	background-color: transparent;
	border: 0;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin: 20px 0;
	margin-right: 10px;
	padding: 0 20px;
	text-shadow: 1px 1px #111;
	text-transform: uppercase;
}
#header .items-toggle:active, #header .items-toggle:focus, #header .items-toggle:hover {
	outline: 0;
}
#header .items-toggle .icon-bar-wrap {
	margin-bottom: -2px;
	margin-right: 5px;
}
#header .items-toggle .icon-bar {
	display: block;
	width: 18px;
	height: 3px;
	border-radius: 4px;
}
#header .items-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
#header .items-toggle .icon-bar-wrap, #header .items-toggle .icon-bar-label {
	display: inline-block;
}

#header .items-wrap {
	display: none;
	margin-top: 100px;
	margin-left: -100%;
	padding: 0px;
	z-index: 99;
}
#header .nav-section.open>.items-wrap {
	display: block;
}
#header ul>li>a {
	border-top-style: solid;
	border-top-width: 0;
	font-weight: regular;
	line-height: 50px;
	padding: 0px 20px;
	transition: background-color .2s, color .2s;
}
#header ul.main-items>li.nav_home-redirect {
	display: none;
}
#header ul.secondary-items>li>a {
	font-weight: 500;
}
#header ul>li.dropdown>a {
	background-position: 97% center;
	background-repeat: no-repeat;
}
#header ul>li.dropdown.open>a {
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
#header .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	-webkit-box-shadow: unset;
    box-shadow: unset;
}
#header .dropdown-menu>li>a {
	border: 0;
	font-weight: 500;
	line-height: 35px;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
}
#header .nav_search>a.dropdown-toggle {
	background-position: center;
	background-repeat: no-repeat;
	outline: 0;
	text-indent: -10000px;
	width: 54px;
}
#header .nav_search.dropdown .dropdown-menu {
	margin: 0;
	padding: 0;
}
#header .nav_search form {
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
#header .nav_search form label {
	display: none;
}
#header .nav_search form .search-input {
	background-color: transparent;
	border: 0;
	display: block;
	height: 49px;
	line-height: 49px;
	min-width: 300px;
	padding: 0 20px;
	outline: none;
	width: 100%;
}
#header .nav_search form button {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	height: 49px;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	outline: 0;
	width: 49px;
}
#header .social-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	background: white;
}
#header .social-items .social-item {
	flex: 1;
	line-height: 28px;
}
#header .social-items .social-item.newsletter {
	flex-basis: 100%;
}
#header .social-items .social-item.newsletter i {
	vertical-align: middle;
	margin-right: 10px;
}
#header .social-items .social-item i {
	font-size: 28px;
}
#header .social-items .social-item a {
	text-align: center;
}

@media (max-width: 1079px) {
	#header .nav_search .dropdown-toggle {
		display: none;
	}
	#header .nav_search .dropdown-menu {
		position: static;

		display: block;
		float: none;
	}
}
@media (min-width: 1080px) {
	#header .nav_search .dropdown-menu {
		right: 0;
		left: auto;
	}
	#header .nav_search form {
		border: 0;
	}
	#header .social-items {
		background: none;
		margin-right: 20px;
		padding: 25px 0;
	}
	#header .social-wrapper {
		position: absolute;
		right: 3px;
	}
	#header .social-items .social-item {
		flex: none;
	}
	#header .social-items .social-item.newsletter {
		flex-basis: auto;
		border-left: 1px solid rgba(255, 255, 255, .25);
		margin-left: 10px;
		padding-left: 10px;
	}
	#header .social-items .social-item.newsletter a:hover span {
		color: inherit;
	}
	#header .social-items .social-item a {
		line-height: 1;
	}
}

@media (max-width: 399px) {
	#header .items-toggle {
		border-left: none;
	}
	#header .items-toggle .icon-label {
		display: none;
	}
}
@media (max-width: 767px) {
	.page-home #header.has-open-menu {
		position: relative;
	}
	#header .social-wrapper {
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	}
}

@media (min-width: 768px) and (max-width: 1079px) {
	#header .nav-section.open>.items-wrap {
		position: absolute;
		top: -20px;
		right: 10px;

		padding: 0;
		width: 300px;
	}
	#header ul>li.dropdown>a {
		background-position: 275px center;
	}
}

/* max: 1079*/
@media (max-width: 1079px) {
	#header .dropdown.open .dropdown-menu {
		position: static;
		background-color: #fff;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		padding: 0 20px;
		width: auto;
	}
	#header .dropdown.open .dropdown-menu>li:last-child {
		border: 0;
	}
}
@media (min-width: 1080px) {
	#header .header-title {
		width: 30%;
	}
	#header .main-nav-section {
		width: 100%;
	}
	#header .items-toggle {
		display: none;
	}
	#header .secondary-items-wrap {
		padding-right: 20px;
		text-align: right;
	}
	#header .secondary-items-wrap .secondary-items {
		border-bottom: 1px solid white;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	#header ul.secondary-items>li {
		display: block;
		float: left;
	}
	#header ul.secondary-items>li>a {
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 18px center;
		line-height: 49px;
		padding-left: 18px;
		padding-right: 18px;
	}
	#header .items-wrap {
		background-color: transparent;
		display: block;
		float: right;
		margin: 0;
		margin-top: 10px;
	}
	#header .has-secondary-items .items-wrap {
		margin-top: 0px;
	}
	#header ul.main-items {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;

		height: 80px;
		margin-right: 20px;
	}
	#header .has-secondary-items ul.main-items {
		height: 70px;
	}
	#header ul.main-items>li {
		display: block;
	}
	#header ul.main-items>li>a {
		line-height: 80px;
		max-height: 80px;
		overflow: hidden;
		padding-right: 12px;
		padding-left: 12px;
	}
	#header .has-secondary-items ul.main-items>li>a {
		line-height: 70px;
		max-height: 70px;
	}
	#header ul>li.dropdown.open > .dropdown-menu {
		box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.25);
		max-height: calc(100vh - 100px);
		overflow-y: auto;
	}
	#header ul>li.dropdown>a {
		background-image: none;
	}
	#header li.dropdown ul a {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	#header li.dropdown ul li:last-child a {
		border: 0;
	}
	#header li.dropdown.last .dropdown-menu { left: auto; right: 0; }
}

/* ******************* */

/* COMPONENTS *//* Header */
#header {
	background-color: #ffffffd9 !important;
	color: #5083f8;
}

#header .header-title a {
	background-image: url(https://katherineclark.house.gov/vendor/_accounts/katherine-clark/_skins/clark-2023/images/logo-118.png);
}
#header .items-toggle {
	border-left-color: rgba(255, 255, 255, .5);
	color: #5083f8;
}
#header .items-toggle:hover, #header .nav-section.open .items-toggle {
	color: #0c1442;
}
#header .items-toggle .icon-bar {
	background-color: #0c1442;
}
#header ul>li>a {
	border-top-color: rgba(0, 0, 0, .15);
}
#header .main-items>li>a {
	background-color: #fff;
}
#header .main-items>li>a:hover {
	background-color: #f2f2f2;
}
#header ul>li.dropdown.open>a {
	border-bottom-color: rgba(255, 255, 255, .15);
}
#header ul>li.dropdown.open>ul:hover {
	background-color: #f2f2f2;
}
#header .dropdown-menu>li>a:hover, #header .dropdown-menu>li>a:focus {
	background-color: transparent;
}
#header .nav_search>a.dropdown-toggle {
	background-image: url(https://katherineclark.house.gov/vendor/_accounts/katherine-clark/_skins/clark-2023/images/icon_search.png);
}
#header .nav_search form {
	background-color: #eee;
	border-top-color: rgba(255, 255, 255, .15);
	color: #333;
}
#header .nav_search form button {
	background-image: url(https://katherineclark.house.gov/vendor/_accounts/katherine-clark/_skins/clark-2023/images/btn_icon_search.png);
	color: #262626;
}
#header .secondary-items-wrap {
	background-color: white;
}
#header .secondary-items {
	background-color: rgba(0, 0, 0, .05);
}
#header ul.secondary-items>li>a:hover, #header ul.secondary-items>li>a:focus {
	background-color: rgba(255, 255, 255, .15);
}

@media (min-width: 1080px) {
	#header ul>li>a {
		color: #5083f8;
	}
	#header ul.main-items {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}
	#header .main-items>li>a {
		background-color: transparent;
	}
	#header ul.main-items>li>a:hover, #header ul.main-items>li.open>a {
		background-color: rgba(255, 255, 255, .15);
		color: #0c1442;
	}
	#header li.dropdown ul a {
		border-bottom-color: rgba(0, 0, 0, .15);
	}
	#header li.dropdown ul a:hover {
		background-color: #f2f2f2;
	}
	#header .secondary-items-wrap {
		background-color: transparent;
	}
	#header .secondary-items {
		background-color: transparent;
	}
}

/* __HEADER__ */
#header .header-title a {
  background-image: url(https://katherineclark.house.gov/vendor/_accounts/katherine-clark/_skins/clark-2023/images/logo-118.png);
  background-size: contain;
}
#feature-carousel .feature-content .feature-head { margin-top: 75px; }
#header .nav_search>a.dropdown-toggle {
  background-image: url(https://katherineclark.house.gov/vendor/_accounts/katherine-clark/_skins/clark-2023/images/icon_search.png);
  margin-right: 5px;
  width: 40px;
}
.page-home #site-wrapper #header { transition: .1s ease; position: absolute; z-index: 99; padding: 0; min-height: unset; max-height: 90px; }
.header-inner { transition: .1s ease; padding: 10px 20px; margin: 0 auto; height: 120px;}
#header .header-title { transition: .1s ease; position: unset; max-height: 70px; min-height: unset; }
#header .header-title a {
	height: 70px;
	width: 200px;
	position: relative;
	top: 6px;
	transition: .1s ease;
}
#header .social-items .social-item.newsletter i { margin-right: 0; }
@media (min-width: 768px) {
  .page-home #site-wrapper #header { max-height: 110px; }
  #header .header-title { margin-top: 0; max-height: 110px; }
}
@media (min-width: 1080px) {
  #header .header-title { width: fit-content !important; min-height: unset; margin-top: 0; position: absolute; }
  .dropdown-menu { top: 95%; }
  .page-home #site-wrapper #header { position: absolute; }
}
@media(min-width: 1600px) {
  .header-inner { padding: 10px 20px; }
}
#header .dropdown-menu { padding: 0 !important; }
#header .dropdown-menu li { padding: 0 10px; }
.dropdown-menu li:hover { background-color: #c4c4c4; }
#header ul.main-items>li>a { 
  color: #21223E; 
  font-family: 'Roboto', sans-serif; 
  text-transform: uppercase;
}
a.dropdown-toggle { font-size: 20px; }
#header ul.main-items { border-right: none; margin-right: 0; }
#header .social-items .social-item i { font-size: 20px; }
#header .social-items { padding: 0;  flex-wrap: nowrap; padding-left: 10px; }
#header .dropdown-menu { background: #fff; }
#header li.dropdown ul a { color: #0c1442; padding: 5px 10px; font-size: 20px;}
#header ul.main-items>li>a { line-height: 60px; font-family: 'Roboto', sans-serif; }
#header ul>li.dropdown.open>ul:hover { background-color: #fff; }
#header .main-items>li>a:hover { background-color: #f2f2f2;}
#header .social-items > li > a {
  padding: 10px;
}

@media(min-width: 1500px) {
  #header .social-items > li > a {
	padding: 10px 15px;
  }
  #header .social-items .social-item.newsletter i { margin-right: 5px; }
}
#header .nav-section { min-height: unset; }
#header .social-item a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #21223E;
  transition: .1s ease;
}
#header .items-wrap { margin-top: 71px; }

@media (min-width: 768px){
  #header ul>li.dropdown.open > ul li:hover {background-color: #cccccc; transition: .2s ease; }
  #header ul>li.dropdown.open > ul { padding: 0 !important; }
  #header ul>li.dropdown.open > ul a { padding: 2px 20px; font-size: 19px; line-height: 1.75;}
  #header ul.main-items {
	position: absolute;
	left: 0;
	right: 0;
  }
  #header ul.social-items { position: relative; top: 351px; }
  #header .items-wrap { margin-top: 91px; }
}
@media (min-width: 1080px) {
  #header .main-items>li>a:hover { background-color: #fff;}
  #header ul.main-items>li>a { color: #0c1442; padding: 0 5px; font-size: 16px;}
  #header ul.main-items { position: unset; height: unset; border: none; }
  #header li.dropdown ul a:hover { background-color: unset;}
  #header .social-item a { color: #0c1442;}
  #header ul.social-items { display: flex; margin-right: 0 !important; top: unset; position: static; }
  #header ul.main-items>li>a { white-space:nowrap; }
}
@media (min-width: 1080px) { 
  #header .items-wrap { margin-top: 10px; padding-bottom: 10px; display: flex; align-items: center; align-items: center; width: 100%; justify-content: center; } 
  #header .dropdown-menu li { padding: 0; }
  #header .header-title a {width: 175px; position: relative; top: -3px; height: 92px; }
  #header .social-items .social-item i { font-size: 18px; }
  .header-inner { height: 120px; }
}
@media (min-width: 1200px) { 
	#header .header-title a { width: 192px; top: -2px; }
	#header ul.main-items>li>a { font-size: 18px;}
}
@media (min-width: 1300px) {
  #header ul.main-items>li>a { font-size: 18px; padding: 0 10px; }
  #header .social-items .social-item i { font-size: 20px; }
}
@media (min-width: 1450px) {
  #header .header-title a { width: 220px; top: -1px; }
  #header ul.main-items>li>a { font-size: 20px; padding: 0 10px; }
}
@media (min-width: 1700px) {
  #header ul.main-items>li>a { padding: 0 10px; }
}
.header-inner { padding: 10px 20px; }

#header .social-item a:hover { background-color: rgba(255, 255, 255, .15); transition: .2s ease; }
#header .social-item.newsletter { display: none; }

header ul>li.dropdown.open > ul li:hover {background-color: #333333cc; }

/* Menu Tweaks */
#header .items-toggle { 
  color: #0c1442; 
  text-shadow: none; 
  margin: 0; margin-top: 8px; 
  border-left: 1px solid #ffffff80;
  height: 35px; 
  margin-top: 25px;
}
#header .nav_search form .search-input { background-color: #fff;}
#header .items-toggle .icon-bar-wrap { margin-bottom: 4px; }
span.icon-label { position: relative; bottom: 8px; }

@media(min-width: 768px) {
  #header .items-toggle { height: 50px; }
  #header .items-toggle .icon-bar-wrap { margin-bottom: 4px; }
  span.icon-label { bottom: 8px; }
}
@media(min-width: 1080px) {
  #header .items-toggle { border-left: none; }
  .header-inner { padding: 10px 5px; }
}
@media(min-width: 1115px) {
  #header .items-toggle { border-left: none; }
  .header-inner { padding: 10px 20px; }
}
@media(min-width: 1550px) {
  #header .main-nav-section { width: 100%; }
}

#header .menu-clearfix {
	background-color: #ffffffd9 !important;
	height: 75px;
}

/* HOME CONTENT */

/* ACTION BUTTONS */
.action-button-item {
	background-color: #0c1442 !important;
}

.action-button-item:hover, .action-button-item:focus {
	background-color: #03050F!important;
}

.action-button-item:nth-child(2) {
	background-color: #a3750a !important;
}

.action-button-item:nth-child(2):hover, .action-button-item:nth-child(2):focus {
	background-color: #705107 !important;
}

/* LATEST NEWS */
#featured-news .header h2 {
	color: #fff !important;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

.home-section-latest-news {
	background-color: #0c1442 !important;
}

.home-section-latest-news .items .item .title a {
	color: #5083f8 !important
}

.home-section-latest-news .items .item .title a:hover, .home-section-latest-news .items .item .title a:focus {
	color: #a3750a !important;
}

.home-section-latest-news .items .item .read-more a, .home-section-latest-news .items .item .read-more a:hover, .home-section-latest-news .items .item .read-more a:focus {
	background-color: #a3750a !important;
}

/* HOME OFFICES */
.home-section-offices .home-col-offices {
	background-color: #fff !important;
}

.home-section-offices .home-col-offices .offices {
	color: #0c1442 !important;
}

.home-col-offices .office-item.linkable {
	background-color: #5083f8 !important;
}

#home-offices > div > div.item.office-item.linkable > h3, #home-offices > div > div.item.office-item.linkable > address, #home-offices > div > div.item.office-item.linkable > address a {
	color: #fff !important;
}

.blockquote {  border-left: none; }

@media(min-width: 768px){
  #page-body .home-section-featured-size-full {
	min-height: 500px;
  }
}

#home .pagegroup { margin-bottom:0; }

/* HOME CAROUSEL */
.layout_home #header {
    min-height: unset !important;
    background: unset!important;
    height: 75px;

	position: fixed;
    z-index: 9999;
    width: 100%;
}
#header {
    min-height: unset !important;
    background: unset!important;
    height: 75px;

	position: fixed;
    z-index: 9999;
    width: 100%;
}
/* FEATURED */
.home-section-featured {
    min-height: 375px;
}

.home-section-featured-size-full {
    background-image: none !important;
}
.home-section-featured-size-fixed {
    padding-top: 200px;
}
.home-section-featured-size-fixed #feature-carousel {
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
    background-color:white;
}
.home-section-featured-size-fixed #feature-carousel .feature-content
{
    background-image: none !important;
    padding-top: 60px;
}

.home-section-featured-size-fixed {
    padding-top: 100px;
}

@media (min-width: 768px) {
    .home-section-featured-size-fixed #feature-carousel .feature-item>img {
        width: 80%;
        float: right;
        max-height: 600px;
    }
    .home-section-featured-size-fixed #feature-carousel .feature-content {
        background-image: linear-gradient(to right, #FFFFFF 0, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ) !important;
        padding-top: 
    }
    .home-section-featured-size-fixed #feature-carousel .feature-item {
        color: inherit;
    }
    .home-section-featured-size-fixed #feature-carousel .feature-head h1 a {
        color: inherit;
        text-shadow: none;
    }
    .home-section-featured-size-fixed #feature-carousel .feature-head h1 a:hover, .home-section-featured-size-fixed #feature-carousel .feature-head h1 a:focus {
        color: inherit;
    }
    .home-section-featured-size-fixed #feature-carousel .feature-content .feature-body {
        text-shadow: none;
    }
}
@media (min-width: 1080px) {
    .home-section-featured-size-fixed {
        padding-top: 200px;
    }
}

#feature-carousel .feature-item {
    margin: 0;
    padding: 0;
}
#feature-carousel .feature-item>img {
    background-position: center;
    background-repeat: no-repeat;
	background-position-y: top;
    background-size: cover;
    max-height: 675px;
    min-height: 375px;
    width: 100%;
}
.owl-carousel  .owl-item { overflow: hidden; }
#feature-carousel .feature-item>video.bg {
    position: absolute;;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%);
}
#feature-carousel .feature-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    background-color: transparent;
    box-shadow: inset 0em 0em 200px 50px rgba(0, 0, 0, 0.25);
    padding: 100px 40px 20px;
}
/* TODO: get rid of feature-content in def, feature-head should be enough */
#feature-carousel .feature-content .feature-head {
    margin-bottom: 10px;
}
#feature-carousel .feature-content .feature-head h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-shadow: 1px 1px #111;
}
#feature-carousel .feature-content .feature-body {
    display: none;
}

@media (max-width: 767px) {
    #feature-carousel .feature-head h1 a {
        display: block;
        text-align: center;
    }
    #feature-carousel .feature-content {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 768px) {
    #feature-carousel .feature-content {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: stretch;
        
        padding-right: 33%;
        padding-left: 92px;
    }
    #feature-carousel .feature-content .feature-head {
        margin-bottom: 30px;
    }
    #feature-carousel .feature-content .feature-head h1 {
        font-size: 40px;
        line-height: 40px;
    }
    #feature-carousel .feature-content .feature-foot {
        width: 100%;
    }
}
@media (min-width: 992px) {
    #feature-carousel .feature-content {
        padding-top: 140px;
        padding-left: 118px;
    }
    #feature-carousel .feature-content .feature-head h1 {
        font-size: 48px;
        line-height: 48px;
    }
    #feature-carousel .feature-content .feature-body {
        display: block;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
        text-shadow: 1px 1px #111;
    }
}
@media (min-width: 1200px) {
    #feature-carousel .feature-content {
        padding-top: 160px;
        padding-right: 50%;
        padding-left: 120px;
    }
    #feature-carousel .feature-content>* {
        max-width: 1340px;
    }
    #feature-carousel .feature-content .feature-head h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

#feature-carousel .owl-controls {
    position: absolute;
    right: 0;
    bottom: 13px;
    left: 0;
    
    line-height: 1px;
    margin: 0;
}
@media (max-width: 767px) {
    #feature-carousel .owl-controls {
        display: none !important;
    }
}
#feature-carousel .owl-controls .owl-page span {
    height: 15px;
    margin: 7px;
    opacity: .25;
    width: 15px;
}
#feature-carousel .owl-controls .owl-page.active span, #feature-carousel .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

#feature-carousel-next, #feature-carousel-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
    width: 40px;
}
#feature-carousel-next {
    right: 0;
}
#feature-carousel-prev {
    left: 0;
}
#feature-carousel-next:hover, #feature-carousel-prev:hover {
    opacity: 1;
}
@media (min-width: 768px) {
    #feature-carousel-next, #feature-carousel-prev {
        width: 60px;
    }
}

#feature-more-on-page {
    position: absolute;
    bottom: 15px;
    left: 40px;
    z-index: 10;
    display: none;
}
#feature-more-on-page .more-on-page-btn {
    display: block;
    cursor: pointer;
    opacity: .75;
    font-size: 18px;
    padding-left: 50px;
}
#feature-more-on-page .more-on-page-btn:hover, #feature-more-on-page .more-on-page-btn:focus {
    opacity: 1;
}
#feature-more-on-page .icon, #feature-more-on-page .learn-more, #feature-more-on-page .scroll-down {
    display: block;
    line-height: 20px;
}
#feature-more-on-page .icon {
    position: absolute;
    top: 0;
    left: 0;
    
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}
#feature-more-on-page .scroll-down {
    font-style: italic;
}
#feature-more-on-page .learn-more {
    font-weight: bold;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #feature-more-on-page {
        left: 92px;
    }
}
@media (min-width: 992px) {
    #feature-more-on-page {
        left: 118px;
    }
}
@media (min-width: 1200px) {
    #feature-more-on-page {
        left: 120px;
    }
}

#feature-carousel-progress-bar {
    width: 0%;
    max-width: 100%;
    height: 5px;
}
#feature-carousel-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.home-section-featured-size-fixed #feature-carousel-progress {
    top: 0;
    bottom: auto;
}


/* *************************** */

.home-section-featured {
    background-image: url(/vendor/_accounts/michaelturner/images/header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
#feature-carousel .feature-item {
    color: #fff;
}
#feature-carousel .feature-content {
    background-image: -moz-linear-gradient(top,  5 rgba(0, 0, 0, 0) 30%);
    background-image: -webkit-linear-gradient(top,  5%, rgba(0, 0, 0, 0) 30%);
    background-image: linear-gradient(to bottom,  5%, rgba(0, 0, 0, 0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=0 );
}
#feature-carousel .feature-head h1 a {
    color: #fff;
}
#feature-carousel .feature-head h1 a:hover, #feature-carousel .feature-head h1 a:focus {
    color: #f2f2f2;
}
#feature-carousel .owl-controls .owl-page span {
    background-color: #fff;
}
#feature-carousel-next {
    background-image: url(vendor/accounts/katherineclark/_skins/clark-2023/images/carousel_arrow_next_black.png);
}
#feature-carousel-prev {
    background-image: url(vendor/accounts/katherineclark/_skins/clark-2023/images/carousel_arrow_prev_black.png);
}
#feature-more-on-page .icon {
    background-color: rgba(0, 0, 0, .5);
    background-image: url(vendor/_skins/hathaway/images/carousel_arrow_scroll_down.png);
}
#feature-carousel .feature-content .feature-head { margin-top: 75px; }

@media(min-width: 768px){
    #page-body .home-section-featured-size-full {
        min-height: 500px;
    }
}

/* Carousel  */
#feature-carousel .feature-item>img {
    opacity: 1;
}
@media(min-width: 1080px) {
    #page-body .home-section-featured-size-full {
        min-height: 300px;
    }
}
.feature-content .feature-foot a, .feature-content .feature-foot a:active {
    background-color: #5083f8;
	border-color: #5083f8;
    color: #fff;
    border-radius: 5px;
}
.owl-pagination { display: none; }
#feature-carousel .feature-content .feature-head { margin-bottom: 10px; }
#feature-carousel .feature-content {
    background: transparent linear-gradient(90deg, #161D31 0%, #161D3100 75%) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-top: 0; 
}
@media (min-width: 1200px) {
    #feature-carousel .feature-content { padding-left: 80px; padding-right: 45%;}
}
#feature-carousel-prev {
    background-image: url(../images/carousel_arrow_prev.png);
}
#feature-carousel-next {
    background-image: url(../images/carousel_arrow_next.png);
}
#feature-carousel-progress-bar { display: none;}
.page-home .feature-content .feature-foot a {
    background-color: #184BBC;
    border-radius: 3px;
    box-shadow: 5px 5px 10px #00000080;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    display: flex;
    max-width: 195px;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
.page-home .feature-content .feature-foot a:after {
    content: '';
    position: absolute;
    background: url(/vendor/_accounts/michaelturner/images/arrow-white.svg);
    display: block;
    height: 30px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 20px;
}
.page-home .feature-content .feature-foot a:hover {
    background-color: #143b8d;
}

/* SECTION/ACTION-BUTTONS */
.action-buttons-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.action-button-item {
	flex-grow: 1;
	flex-basis: 100%;
	
	background-color: #5C8FFF;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 300;
	padding: .5em;
	text-align: center;
	text-transform: uppercase;
}
.action-button-item:nth-child(2) {
	background-color: rgba(66, 126, 255, 1);
}
.action-button-item:hover, .action-button-item:focus {
	background-color: rgba(121, 163, 255, .75);
	color: #fff;
}
.action-button-item:nth-child(2):hover, .action-button-item:nth-child(2):focus {
	background-color: rgba(66, 126, 255, .75);
}
.action-button-item>strong {
	font-weight: 900;
}
@media (min-width: 640px) {
	.action-buttons-items {
		flex-wrap: nowrap;
	}
	.action-button-item {
		flex-basis: 0;
	}
}
@media (min-width: 768px) {
	.action-button-item {
		font-size: 34px;
	}
}

/* SECTION/TWITTER-YOUTUBE */
.home-section-twitter-youtube {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.home-section-twitter-youtube>* {
	flex-grow: 1;
	flex-basis: 100%;
}
@media (min-width: 768px) {
	.home-section-twitter-youtube>#home-youtube{
		flex-basis: 0;
	}
	.home-section-twitter-youtube>#home-twitter{
		flex-basis: 0;
	}
}

#home-youtube {
	background-color: #79a3ff;
}
.home-col-youtube, .home-youtube-item, .home-col-youtube .element_developeractions, .home-col-youtube .section, .home-col-youtube .youtube-items, .home-col-youtube .item, .home-col-youtube .media-block, .home-section .home-youtube .social-data-items>.item .media-block img {
	height: 100%;
}

.home-col-youtube .media-block {}
.home-col-youtube .media-block a {}
.home-col-youtube .media-block .media-block__label {
	position: absolute;
	top: .5em;
	right: .5em;
	left: .5em;
	
	color: #fff;
	font-size: 14px;
	line-height: 1.1em;
}
@media (min-width: 992px) {
	.home-col-youtube .media-block .media-block__label {
		font-size: 16px;
	}
}
#home-twitter {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.home-col-twitter {
	padding: 2em;
}
.home-col-twitter h3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-weight: 900;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
}
.home-col-twitter h3 .title-icon {
	background-image: url(../images/icon_twitter.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	
	min-height: 40px;
	min-width: 40px;
}
.home-col-twitter h3 .title-label {
	padding: 0px 0.33em;
	color: #0c1442;
}
.home-col-twitter h3 .title-username {
	color: #a3750a;
	font-weight: 400;
	text-transform: none;
}
.home-col-twitter .tweets {
	text-align: center;
}
.home-col-twitter a {
	color: inherit;
}
.home-col-twitter a:hover, .home-col-twitter a:focus {
	color: #a3750a;
	text-decoration: underline;
}
#home-twitter .content {
	color: #0c1442;
}
.home-col-twitter a i, .home-col-twitter a:hover i, .home-col-twitter a:focus i {
	color: #0c1442;
}
@media (min-width: 1200px) {
	.home-col-twitter {
		padding: 3em;
	}
	.home-col-twitter h3 .title-icon {
		min-height: 50px;
		min-width: 60px;
	}
}

.home-col-youtube .item>.content {
	display: none;
}

.home-section-latest-news { background:url(../images/template/home-latest-news-bg.jpg) no-repeat center center; background-size:cover; padding:30px 0; background: #cdd4e7; }
@media (min-width:768px) {
	.home-section-latest-news { padding:60px 0; }
}

#home .posttypelayout_carousel .carousel { overflow:hidden; position:relative; }
#home .posttypelayout_carousel .carousel:before { display:block; position:absolute; top:-72px; left:-72px; z-index:100; content:"News"; background:#4590d1; color:white; text-transform:uppercase; font-size:18px; text-align:center; line-height:20px; width:141px; padding:114px 0 5px 0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }

.home-section-latest-news {
	color: #262626;
}
.home-section-latest-news #featured-news {
	margin-bottom: 30px;
}
.home-section-latest-news .header { text-align:center; text-transform:uppercase; margin-bottom:30px; line-height:1; }
.home-section-latest-news .header .title { font-size:18px; font-weight:300; }
.home-section-latest-news .header h3 { font-size:40px; font-weight:900; margin:0; }

.home-section-latest-news .items .item {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px;
}
.home-section-latest-news .items .item .title { font-size:30px; font-weight:700; line-height:1.1; margin-bottom:30px; }
.home-section-latest-news .items .item .title a { color: inherit; }
.home-section-latest-news .items .item .title a:hover, .home-section-latest-news .items .item .title a:focus {
	color: #427eff;
}
.home-section-latest-news .items .item .read-more { margin-top:30px; }
.home-section-latest-news .items .item .read-more .btn { padding:10px 30px; border-color: #a3750a; }

@media (min-width: 992px) {
	.home-section-latest-news .items {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.home-section-latest-news .items .item {
		flex-grow: 1;
		flex-basis: 0;
		
		margin-right: 15px;
		margin-left: 15px;
	}
	.home-section-latest-news .items .item:first-child {
		margin-left: 0px;
	}
	.home-section-latest-news .items .item:last-child {
		margin-right: 0px;
	}
}
@media (min-width: 768px) {
	.home-section-latest-news .items .item {
		padding: 40px;
	}
}
@media (min-width: 992px) {
	.home-section-latest-news .items .item {
		padding: 20px;
	}
}
@media (min-width: 1200px) {
	.home-section-latest-news .items .item {
		padding: 40px;
	}
}


#signup {
	background-color: #79a3ff;
	background-image: url(../images/template/bg-gradient.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 10px solid #fff;
}
#signup a {
	position: relative;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	
	color: #272727;
	font-size: 22px;
	font-style: italic;
	line-height: 1.1em;
	height: 138px;
	opacity:0.85;
	text-align: center;
	transition:opacity 0.2s;
}
#signup a:hover, #signup a:focus {
	opacity:1;
}
#signup a strong {
	display: block;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}
@media (min-width: 450px) {
	#signup a {
		background-image: url(../images/template/home-newsletter-btn-bg.png);
		background-position: center 10px;
		background-repeat: no-repeat;
		background-size: contain;
		height: 138px;
		margin: 0 auto;
		max-width: 390px;
		padding-left: 152px;
		text-align: left;
	}
}
@media (min-width: 768px) {
	#signup a {
		background-position: center 25px;
		font-size: 36px;
		height: 275px;
		max-width: 780px;
		padding-left: 274px;
	}
}
@media (min-width: 992px) {
	#signup a {
		background-position: center 12px;
		padding-left: 304px;
	}
}

#social-banner { padding:30px 0; background:url(../images/template/home-twitter-bg.jpg) no-repeat center center; background-size:cover; color:white; }
#social-banner a { color:#ffd555; }
#social-banner h3 { font-size:30px; font-weight:900; text-align:center; margin:0; color:white; }
#social-banner h3 em { font-weight:100; font-style:italic; }
#social-banner h3 i { display:inline-block; width:70px; height:60px; vertical-align:middle; background:url(../images/icon_twitter.png) no-repeat center center; }
#social-banner .tweet { color:white; padding:15px; text-align:center; }
#social-banner .tweet a:hover { text-decoration:underline; }
#social-banner .tweet .title { display:block; text-align:center; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid rgba(255,255,255,0.35); font-size:16px; }
#social-banner .tweet .content { font-size:22px; word-break:break-word; line-height:30px; }

@media (min-width:641px) {
	body.layout_home #logo { padding:100px 0; }
}
@media (min-width:641px) {
	#logo { padding:100px 0; }
}
@media (min-width:768px) {
	#social-banner { padding:60px 0; }
	#social-banner h3 { font-size:40px; margin:0 0 30px; }
	#social-banner .tweet .content { font-size:18px; }
}
@media (min-width:1230px) {
	#social-banner .tweet .content { font-size:22px; }
}

.home-section-priorities { position: relative; background: url(../images/template/home-priorities-bg.jpg) no-repeat center center; background-size: cover; padding: 30px 0; background: #427DFF; }
.home-section-priorities::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	
	background-color: rgba(255, 255, 255, .2);
}
#home-priorities {
	position: relative;
}

.home-section-priorities .header { text-align:center; text-transform:uppercase; margin-bottom:30px; line-height:1; }
.home-section-priorities .header h3 { color: #fff; font-size:40px; font-weight:900; margin:0; }

.home-section-priorities .item { width:190px; height:300px; position:relative; background:#333; }
.home-section-priorities .item img { max-width:100%; height:auto; opacity:0.9; }
.home-section-priorities .item .content { position:absolute; bottom:0; left:0; right:0; text-align:center; color:white; line-height:1.1; padding:20px 15px; text-shadow:1px 1px 0px rgba(0, 0, 0, 1);
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 126, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(66, 126, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 126, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 126, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(66, 126, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(66, 126, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#427eff', GradientType=0 );
}

.home-section-priorities .item .content .rank { font-weight:700; }
.home-section-priorities .item .content .title { font-weight:700; }
.home-section-priorities .item .content .dates { font-size:16px; }

.home-section-priorities .footer { text-align:center; margin-top:30px; }
.home-section-priorities .footer a { color: #fff; padding-right:20px; background:url(../images/carat_right_white.png) no-repeat right center; font-style:italic; font-weight:300; }
.home-section-priorities .footer a:hover { color: #fff; font-weight: 500;}

.priorities-carousel { background-color: rgba(255, 255, 255, 0.8); padding:20px 56px; position:relative; width:297px; margin:0 auto; }
.priorities-carousel .prev, .priorities-carousel .next { position:absolute; top:0; bottom:0; width:56px; cursor:pointer; background-position:center center; background-repeat:no-repeat; transition:background-color 0.2s; }
.priorities-carousel .prev:hover, .priorities-carousel .next:hover { background-color:rgba(0,0,0,0.1); }
.priorities-carousel .prev { left:0; background-image:url(../images/arrow_left.png); }
.priorities-carousel .next { right:0; background-image:url(../images/arrow_right.png); }

@media (max-width: 480px) {
	.priorities-carousel .prev, .priorities-carousel .next { background-size:90%; }
}
@media (min-width:481px) {
	.priorities-carousel { width:380px; padding-right: 95px; padding-left: 95px; }
	.priorities-carousel .prev, .priorities-carousel .next { width:80px; }
}
@media (min-width:768px) {
	.home-section-priorities { padding:60px 0; }
	.home-section-priorities .header { margin-bottom:60px; }
	.priorities-carousel { width:auto; }
}
@media (min-width:992px) { .priorities-carousel { width:auto; } }
@media (min-width:1230px) { .priorities-carousel { width:1200px; } }


.home-section-offices>* {
	flex-grow: 1;
	flex-basis: 0;
	
	min-height: 550px;
}
.home-section-offices .home-col-offices {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
	background-color: #8ba6d6;
	background-color: #427DFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
}
.home-col-offices a {
	color: #fff;
	text-decoration: underline;
}
.home-col-offices a:hover, .home-col-offices a:focus {
	color: #fff;
	text-decoration: none;
}
.home-col-offices .offices {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	height: 100%;
	padding:30px;
}
.home-col-offices .office-item {
	padding: 0;
	padding-top: 25px;
	padding-right: 25px;
	width: 100%;
}
.home-col-offices .office-item.linkable {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	margin-top: 25px;
	padding: 20px;
	
	transition: background-color 0.2s ease;
}
.home-col-offices .office-item.linkable:hover {
	background-color: rgba(255, 255, 255, 0.4);
}
.home-col-offices .office-item.linkable a {
	color: inherit;
	text-decoration: none;
}
.home-col-offices .offices h3 { display:inline-block; background-repeat:no-repeat; background-position:left center; line-height:24px; margin:0; margin-bottom:15px; padding:0; text-transform: uppercase; }
.home-col-offices .offices address { margin-bottom: 0px; }
@media (min-width: 615px) {
	.home-col-offices .office-item {
		width: 50%;
	}
}
@media (min-width: 1275px) {
	.home-section-offices .offices {
		padding-left: calc(100% - 600px);
	}
}

.home-section-offices .home-col-photo {
	background-color: #dabf94;
	background-image: url(../images/img-bottom-right-resized.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

@media (min-width: 992px) {
	.home-section-offices {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.home-section-offices .home-col-photo {
		display: block;
	}
}


#quotes { margin:0 -15px; }
#quotes .quote .bg { display:table; background-size:cover; background-position:center center; color:white; }
#quotes .quote .content { display:table-cell; text-align:center; vertical-align:middle; overflow:hidden; padding:30px; }
#quotes .quote blockquote { border:0; padding:0; margin:0; font-style:italic; font-size:24px; }
#quotes .quote cite { font-weight:300; font-style:normal; font-size:18px; }
#quotes .quote cite:before { content:"―" }

@media (min-width:768px) {
	#quotes .quote .content { height:400px; padding:0 20%; }
}

.office-number > a[href^="tel"]{
    color:#fff !important;
    text-decoration:none;
}

/* SOCIAL DATA ITEMS */
.home-section .social-data-items {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.home-section .social-data-items>.item {
	position: relative;
	overflow: hidden;
}
.home-section .social-data-items>.item footer {
	display: none;
}
.home-section .social-data-items>.item .media-block {
	position: relative;
	display: block;
}
.home-section .social-data-items>.item .body {
	color: inherit;
	font-size: 18px;
	line-height: 1.2em;
	max-height: 4.8em;
	overflow: hidden;
	word-wrap: break-word;
}
.home-section .social-data-items>.item .media-block img, .home-section .social-data-items>.item .media-block video {
	height: auto;
	width: 100%;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-section .social-data-items>.item .media-block .play-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background-image: url(../images/trans-1by1-play.png);
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
@media (min-width: 768px) {
	.home-section .social-data-items {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.home-section .social-data-items>.item {
		flex-grow: 1;
		flex-shrink: 1;
		width: 50%;
	}
}
@media (min-width: 1055px) {
	.home-section .social-data-items>.item {
		width: 33%;
	}
}

.home-section-instagram .social-data-header h2 {
	background-image: url(../images/section_title_instagram.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 54px;
	margin-top: 0px;
	text-indent: -99999px;
}
.home-section-instagram .social-data-items {
	margin: 0px -1px;
}
.home-section-instagram .social-data-items>.item {
	padding: .5px .5px;
}
.home-section-instagram .social-data-items>.item .media-block::before {
	content: " ";
	display: block;
	padding-top: 100%;

	background-color: #00000040;
}
.home-section-instagram .social-data-items>.item .media-block img, .home-section-instagram .social-data-items>.item .media-block video {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;

	display: block;
	height: 100%;
	width: 100%;
}
@media (min-width: 480px) {
	.home-section-instagram .social-data-items {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.home-section-instagram .social-data-items>.item {
		flex-grow: 1;
		flex-shrink: 1;
		width: 50%;
	}
}
@media (min-width: 768px) {
	.home-section-instagram .social-data-items>.item {
		width: 33.3%;
	}
}
@media (min-width: 992px) {
	.home-section-instagram .social-data-items {
		flex-wrap: nowrap;
	}
}

.mfp-video-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background-image: url('../images/icon_youtube_play.png');
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: center;
	cursor: pointer;
	display: block;
	opacity: .9;
}
.mfp-video-btn:hover {
	opacity: .95;
}
.mfp-video-btn img {
	height: auto;
	max-width: 100%;
}

/* ALERT BANNER */
.site-alert { background-color: #C58516; color: #fff; font-family: Oswald; font-size: 24px; font-weight: 200; line-height: 30px; }
.site-alert .alert-title a { color: inherit; }
.site-alert .alert-title a:hover { text-decoration: underline; }
.site-alert .alert-title { padding-top: 15px; padding-bottom: 15px; position: relative; display: block; z-index: 2; }

.site-alert .alert-close { background: url(../images/icon_close.png) center center no-repeat; cursor: pointer; display: block; float: right; width: 60px; height: 60px; z-index: 10; margin-right:-15px; position: relative; transition:background-color .2s; }
.site-alert .alert-close:hover { background-color:rgba(0,0,0,.15); }