body.layout_home #logo { padding:10px 0; }

#home .pagegroup { margin-bottom:0; }

/* SECTION/ACTION-BUTTONS */
.action-buttons-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: center; */
	/* align-items: center; */
}
.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;
		/* padding: 1.2em; */
	}
}

/* SECTION/TWITTER-YOUTUBE */
.home-section-twitter-youtube {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: center; */
	/* align-items: center; */
	
	/* outline: cyan dashed 2px;
	outline-offset: -1px; */
}
.home-section-twitter-youtube>* {
	flex-grow: 1;
	flex-basis: 100%;
	
	/* outline: red dashed 2px;
	outline-offset: -1px; */
}
@media (min-width: 768px) {
	.home-section-twitter-youtube {
		/* flex-wrap: nowrap; */
	}
	.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: #79a3ff;
	background-image: url(../images/template/home-twitter-bg-2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.home-col-twitter {
	padding: 2em;
}
.home-col-twitter .home-twitter-item {
	max-width: 480px;
}
.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;
}
.home-col-twitter h3 .title-username {
	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: inherit;
	text-decoration: underline;
}
@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; }
@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 {}
.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; }

@media (min-width: 992px) {
	.home-section-latest-news .items {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		
		/* margin: 0 -15px; */
	}
	.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/home-newsletter-bg.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: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:992px) {
	
}

@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; }
.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 );
}

/* 458fd0 > rgba(69,143,208,0) */
/* 183956 > rgba(24,57,86,1) */

.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-image: url(../images/template/home-offices-bg.jpg);
	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/template/home-offices-photo.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-offices, .home-section-offices .home-col-photo {
		
	}
	.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:hover {}
.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 {
	padding: 2em 15px;
}
.home-section-instagram .social-data-header h2 {
	background-image: url(../images/section_title_instagram.png);
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
	height: 54px;
	margin-top: 0px;
	text-indent: -99999px;
}
.home-section-instagram .social-data-items {
	/* margin: 0px -15px; */
	margin: 0px -1px;
}
.home-section-instagram .social-data-items>.item {
	/* padding: 7.5px 15px; */
	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::before { content: "Attention!"; text-transform: uppercase; position: absolute; font-weight:600; top: 15px; left: 0; font-family: 'Roboto', sans-serif; } */
.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: 5; }

.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); }