/*
Theme Name: tangent media!
Theme URI: http://tangentmedia.com/
Author: Tangent Media
Author URI: http://tangentmedia.com/
Description:
Version: 1.0
Tags:

*/

/*
*
* GENERAL
*
*/

img {
	user-drag: none;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-drag: none;
		-webkit-user-select: none;
		-ms-user-select: none;
}

[href='#noclick'] {
	cursor: default;
}

html {
  scroll-behavior: smooth;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d2d2d2;
}

.parallax {
	will-change: transform;
	transform: translateZ(0);
}
/*html {
	margin-top: 0px !important;
}*/

.extra-vertical-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

body {
  font-family: "Nunito Sans",sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #000;
  background: #fff;
}

/* fix bootstrap modals nested inside site-wrapper */
div#site-wrapper {
	position: static;
}

.modal-with-iframe .modal-body {
    padding: 0;
}

.modal-with-iframe .modal-header {
	border: none;
}

.modal-with-iframe .modal-header .close {
	float: right;
	color: #fff;
	background: none;
	box-shadow: none;
	opacity: 1;
	margin-top: 0;
}

.modal-with-iframe .modal-header .modal-title {
    clear: none;
}

.modal-with-iframe .modal-content {
    background: #000;
    color: #fff;
}

.modal .flex-video {
    margin-bottom: 0;
}

p.highlight {
    font-size: 19px;
    color: #2b3695;
    font-style: oblique;
}
.entry-content {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 0;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.entry-content > div > div > ul,
#secondary ul {
  padding: 0;
  margin: 0;
  margin-left: 19px;
}
.entry-content > div > div > ul li,
#secondary ul li {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dedede;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
}
h1 {
  font-size: 35px;
  margin-bottom: 25px;
}
h2 {
  font-size: 32px;
}

h2.highlight-headline::after {
	content: "";
	display: block;
	width: 280px;
	height: 4px;
	background: #fccb0a;
	border-radius: 1px;
	margin: auto;
	margin-top: 20px;
}

h2.highlight-headline {
    text-align: center;
}

h2.highlight-headline-left::after {
	content: "";
	display: block;
	width: 280px;
	height: 4px;
	background: #fccb0a;
	border-radius: 1px;
	margin-top: 20px;
}

h2.highlight-headline-left {
    text-align: left;
}

p {
	font-size: 16px;
}
h4 {
	font-size: 20px;
	line-height: 1.5;
}
.container.container-large {
    width: 1450px;
}

.flexible-content-row {
	position: relative;
}

#site-credit {
  background: none;
  padding: 15px 0;
  color: #7d7d7d;
  text-align: center;
  border-top: 1px solid #dedede;
  font-size: 14px;
}
#site-credit a {
  color: #429ce2;
}

#primary {
	margin-top: 0px !important;
}

.tm-divider:before {
	content: "";
  max-width: 328px;
  width: 100%;
  height: 11px;
  background: url(../../uploads/2015/09/divider-1x.png) no-repeat center center;
  display: block;
  margin: 50px auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.tm-divider:before {
		background: url(../../uploads/2015/09/divider-2x.png) no-repeat center center;
		background-size: cover;
	}
}
.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 53.5%;
  padding-top: 1.38889rem;
  position: relative;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

a.button-default {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px !important;
  background: none;
  display: inline-block;
  text-align: center;

  margin-top: 20px;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  z-index: 2;

	border-radius: 5px;
	border: none;
	background: #0D2241;
	color: #fff;
	letter-spacing: 2px;
	padding: 15px 30px;
	font-weight: 400;
	min-width: 250px;

	outline: none;
}

a.button-default.btn-secondary {
    color: #000;
    background: #fccb06;
}

a.button-default:hover {
	opacity: 0.8 !important;
}

/*a.button-default::before {
  content: "";
  display:block;
  position: absolute;
  top: -500px;
  left: -500px;
  right: -550px;
  bottom: -550px;
  will-change: transform;

  transition: all 1s ease;

	background: #ac5078;
	background: -moz-linear-gradient(-45deg, #ac5078 40%, #ec771f 60%);
	background: -webkit-linear-gradient(-45deg, #ac5078 40%,#ec771f 60%);
	background: linear-gradient(135deg, #ac5078 40%,#ec771f 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac5078', endColorstr='#ec771f',GradientType=1 );
}

a.button-default:hover::before {
  transform: rotate(210deg);
  opacity: 0.4;
}
a.button-default::after {
  content: attr(btn-text);
  position: relative;
  font-size: 24px;
}*/
.hentry {
	margin: 0;
}

.container.large-container {
  width: 100%;
}
@media (min-width: 1500px) {
	.container.large-container {
	  width: 100%;
	  max-width: 1500px;
	}
}

a.fancy-link {
  color: #ac9c62;
  background-image: url(/wp-content/themes/tangent/core/imgs/arrow.png);
  background-size: 46px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 65px;
  font-size: 16px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  text-decoration: none;
  position: relative;
}

a.fancy-link:hover::after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #ac9c62;
	bottom: -1px;
	left: 0%;
	opacity: 0.3;
}

ul li {
  font-weight: 600;
}

ul li {
  line-height: 1.4;
}

ul li {
  margin-bottom: 8px !important;
  color: #ffffff;
}

/* Added alternative UL LI class (other than Nav) for use in body copy and removed forced styling of UL LI as white, bold, etc. */

ul.not-the-nav li {
  font-family: "Nunito Sans",sans-serif;
  color: black;
  font-weight: 400;
  line-height: 1.4;
}


/*
* HEADER
*/
.home .row.flexible-content-row.one_column {
  margin: 75px -15px;
}

#site-wrapper > .header {
	color: #000;
  position: relative;
  z-index: 1000;
	margin-bottom: 50px;
	padding: 3px 0;
}

#site-wrapper > .header.floating-header,
.single-attempt_to_identify #site-wrapper > .header {
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 1400px) {
	#site-wrapper .header > .container {
		width: 1340px;
	}
}

#site-wrapper .header > .container {
    display: flex;
    align-items: center;
}

.header .logo .branding img {
  max-width: 150px;
  padding: 0;
	margin-bottom: -40px;
}

.navigation {
  background: none;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1500px) {
	#nav-main-wrapper {
	  max-width: 959px;
	}
}



#nav-main-wrapper #main-navigation.main-navigation {
  width: 100%;
	clear: none;
}

#nav-main-wrapper #main-navigation.main-navigation > div > ul > li > a {
	line-height: 60px;
  padding: 0px 9px;
  outline: none;
  outline: 0;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-left: 2px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: "Oswald";
}

#nav-main-wrapper #main-navigation.main-navigation > div > ul > li > a:hover {
  color: #fdd721;
}

#nav-main-wrapper #main-navigation.main-navigation > div > ul > li.current_page_item > a {
  color: #fdd721;
}

/* #nav-main-wrapper #main-navigation.main-navigation > div > ul > li:hover > a::before,
#nav-main-wrapper #main-navigation.main-navigation > div > ul > li.current_page_item > a::before,
#nav-main-wrapper #main-navigation.main-navigation li.current-menu-parent > a::before {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 42%;
	background: #fad526;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-radius: 1px;
} */

#nav-main-wrapper #main-navigation.main-navigation > div > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 16px;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6px;
	margin-left: 0;
}

#nav-main-wrapper #main-navigation.main-navigation ul ul {
  top: 57px;
  padding: 20px 0;
  background: rgba(255,255,255,0.92);
}
#nav-main-wrapper #main-navigation.main-navigation ul ul a {
	color: #dcbb18;
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 300px;
	text-decoration: none;
}
.main-navigation .new-tag a::after {
    content:"New!";
    display:inline-block;
    float:right;
    font-size:11px;
    font-weight:100;
    background-color:#005ca6;
    color:#ffffff;
    padding:4px 10px;
    border-radius:5px;
    margin-top: -2px;
}
.main-navigation .encore-tag a::after {
    content:"Encore!";
    display:inline-block;
    float:right;
    font-size:11px;
    font-weight:100;
    background-color:#005ca6;
    color:#ffffff;
    padding:4px 10px;
    border-radius:5px;
    margin-top: -2px;
}
/*#nav-main-wrapper #main-navigation.main-navigation ul ul a:hover {
	color: #015ca6;
	background: #eee;
}*/
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus-within > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus-within > ul {
	left: 100%;
}
#nav-main-wrapper #main-navigation.main-navigation ul li:hover > ul,
#nav-main-wrapper #main-navigation.main-navigation ul li:focus-within > ul {
  text-align: left;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  padding: 0;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.21);
}

/*#nav-main-wrapper #main-navigation.main-navigation ul li:hover > ul::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -7px;
  left: 34px;
  background: #ffffff;
  transform: rotate(-45deg);
  z-index: -1111111;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.06);
}*/

#nav-main-wrapper #main-navigation.main-navigation ul ul a {
	background: #fff;
	padding: 16px 20px;
	border-bottom: 1px solid #f3f3f3;
	color: #5d5b52;
	position: relative;
}

.header .logo {
	display: inline-block;
}

.navigation-bar {
	flex: 1;
  border-top: 1px solid #ddd;
  text-align: center;
  border: none;
  display: inline-block;
}
#nav-main-wrapper #main-navigation.main-navigation li {
	float: none;
	display:inline-block;
	position: relative;
	margin-bottom: 0 !important;
}

.upper-nav {
  text-align: right;
  margin-top: 10px;
}

.upper-nav > div {
  display: inline-block;
}

.upper-nav .social {
  float: none;
}

.upper-nav .social a {
  color: #5e6477;
  margin-right: 30px;
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 3px;
}

.upper-nav .search input {
  background: none;
  border-radius: 0;
  font-size: 11px;
  border: 1px solid #bfbfbf;
  padding: 5px 9px;
  padding-left: 30px;
  font-weight: 100;
  min-width: 150px;
  outline: none;
  background: url(http://indianriverbyway.tangentmedia.com/wp-content/themes/tangent/core/imgs/searchicon.png) no-repeat;
  background-size: 13px;
  background-position: 7px center;
}

.header-right {
  display:inline-block;
}

.secondary-nav {
  background: #e2e2e2;
  height: 100%;
  padding-left: 146px;
  margin-left: -167px;
  padding-top: 37px;
  color: #0f283c;
  padding-right: 27px;
  font-weight: 500;
  font-size: 16px;
}

.secondary-nav ul {
  list-style: none;
  margin: 0;
}

.secondary-nav ul li {
  display: inline-block;
}

.secondary-nav ul li a {
  outline: none;
  color: #0f283c;
  margin-left: 30px;
}

.menu-secondary-menu-container {
  display: inline-block;
}

.member-login a::before {
  content: "\f023";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 12px;
}

.navigation-bar {
    display: flex;
    align-items: center;
		position: relative;
		max-width: 1100px;
		margin: auto;
}

.navigation-bar .logo {
    margin: 0;
    flex: 1;
		position: relative;
}

.navigation-bar .navigation {
    flex: 3;
}

.navigation-right .main-navigation ul {
    text-align: left;
}

.navigation-left .main-navigation ul {
    text-align: right;
}

.navigation-strip-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 60px;
    background: #0d2240;
    transform: translateY(-50%);
    z-index: 0;
		-webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}

#nav-main-wrapper #main-navigation.main-navigation ul ul li::after {
  position: absolute;
  content: "";
  background: #000;
  height: 10px;
  display: block;
  width: 100%;
  z-index: -1;
  transition: bottom 0.15s ease, transform 0.3s ease;
  bottom: 10px;
  opacity: 1;
  transform: rotate(0deg);
}

#nav-main-wrapper #main-navigation.main-navigation ul ul li:hover::after {
  position: absolute;
  content: "";
  background: #000;
  height: 10px;
  display: block;
  width: 98%;
  z-index: 1;
  bottom: 8px;
  opacity: 1;
  transform: rotate(-2.5deg);
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
}

#nav-main-wrapper #main-navigation.main-navigation ul ul li:hover a {
  z-index: 2;
}

.header .phone {
    font-size: 24px;
    color: #900000;
    font-weight: 600;
}

.social {
	display: inline-block;
  line-height: 60px;
  padding-left: 31px;
}

#nav-main-wrapper #main-navigation.main-navigation ul ul ul {
	top: 0px;
}



.social a {
    color: #000;
    font-size: 25px;
    margin-left: 7px;
}


.social .fa-facebook {
	background-image: url(/wp-content/themes/tangent/core/imgs/facebook-icon.png);
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 3px;
}

.social .fa-youtube-play {
    color: #e80000;
}

.social .fa-youtube-play {
    color: #ff0000;
}

.social .fa-pinterest {
    color: #cb2027;
}


.social .fa-facebook::before {
	content: none;
}

#mobilemenu .main-navigation .menu-main-menu-container {
	float: none;
}

#mobilemenu .social {
  float: none;
  text-align: center;
  line-height: 1;
  padding: 0;
  display: block;
}

#mobilemenu .social a {
  color: #0f2a3e;
  font-size: 23px;
}

@media (max-width: 1700px) {
	#nav-main-wrapper #main-navigation.main-navigation > div > ul > li > a {
	  padding: 0 11px;
	  font-size: 16px;
	}
}

@media (max-width: 1500px) {
	.secondary-nav {
	  font-size: 13px;
	}
	#nav-main-wrapper #main-navigation.main-navigation > div > ul > li > a {
	  padding: 0 10px;
	  font-size: 15px;
	}
}

@media (max-width: 1300px) {
	.secondary-nav {
	  font-size: 12px;
    padding-top: 25px;
    padding-left: 93px;
	}

	#nav-main-wrapper #main-navigation.main-navigation > div > ul > li > a {
	  padding: 0 10px;
    font-size: 15px;
	  line-height: 70px;
	}

	.header .logo .branding img {
	  max-width: 130px;
	  padding: 0;
	}
}

@media (max-width: 1200px) {
	.secondary-nav {
	  font-size: 12px;
    padding-top: 25px;
    padding-left: 93px;
	}

	#nav-main-wrapper #main-navigation.main-navigation > div > ul > li > a {
	  padding: 0 10px;
    font-size: 12px;
	  line-height: 70px;
	}

	.header .logo .branding img {
	  max-width: 120px;
	  padding: 0;
	}
}
/* Contact Page Tweaks */

.contactrightcol {
    margin-top: -14px;
}

/* Color Bar under items */

.twocolheadline::after {
    content: "";
    display: block;
    height: 8px;
    width: 66px;
    background-color: #fcd721;
}

/* Bolo Banner */

.bolobanner .headline {
	padding-top: 94px;
}
.bolobanner {
	margin-top: -198px;
}

.header_banner .headline .line1 {
	font-size: 63px !important;
	font-weight: 900 !important;
}

.header_banner .headline .line2 {
	font-weight: 100;
}

.bolopageonecolumn {
    margin-top: -101px;
}
/*
* HEADER BANNER
*/
.header_banner {
  overflow: hidden;
  padding-bottom: 42%;
  height: 0;
  position: relative;
}

.header_banner.negative_margin_bottom {
    margin-bottom: -193px;
}

.header_banner .background {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    background-position: center;
    background-size: cover;
}

.header_banner .background img {
  margin-top: -50px;
}

@media screen and (max-width: 1200px) {
	.header_banner.inventory-background .background img {
	    left: 40% !important;
	    transform: translateX(-50%) !important;
	}
}

@media screen and (max-width: 767px) {
	.header_banner.inventory-background .background img {
	    left: 55% !important;
	    transform: translateX(-50%) !important;
	}
}

.header_banner .headline h1,
.header_banner .headline h2,
.header_banner .headline h3 {
    margin: 0;
}

.header_banner .headline {
  position: absolute;
	left: 50%;
	top: 40%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #fff;
	line-height: 1.2;
  max-width: 700px;
}

.header_banner .headline .line2 {
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.7;
}

.header_banner .headline .line1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 5px;
}

.header_banner .headline .line1 {
    font-size: 34px;
}

.header_banner .headline .line2 {
    font-size: 18px;
}

.header_banner.style-2 .line1 {
    font-size: 30px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 12px;
}

.header_banner.style-2 .line2 {
    font-weight: 300;
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
	.header_banner .background img {
    position: absolute;
    max-width: none;
    width: auto !important;
    height: 100%;
    left: -200px;
	}

	.header_banner {
    padding-bottom: 55%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.header_banner .background img {
    position: absolute;
    max-width: none;
    width: auto !important;
    height: 100%;
    left: -200px;
	}

	.header_banner {
    padding-bottom: 70%;
	}
}

@media screen and (max-width: 767px) {
	.header_banner.negative_margin_bottom {
		margin-bottom: 0px;
	}

	.header_banner .background img {
			transform: none !important;
			left: -90px;
	}

	.header_banner {
		height: 70vh;
		padding-bottom: 0;
	}

	.header_banner .background img {
		position: relative;
    height: 45vh;
		max-width: none;
		left: -90px;
		transform: none !important;
	}

	.header_banner .headline {
	    position: relative;
	    transform: none;
	    left: auto;
	    top: auto;
	    background: rgb(255, 255, 255);
			color: #000 !important;
	    z-index: 1;
	    border-radius: 10px;
	    margin: 15px;
	    margin-top: -42px;
	    width: auto;
	    padding: 30px 23px;
	    box-shadow: 0 0 20px #00000024;
	}

	.header_banner .headline > div {
		max-width: 343px;
		margin-left: auto;
		margin-right: auto;
	}

	.header_banner {
	    height: auto;
	}

	.header_banner .background {
		position: relative;
		top: 0;
    left: 0;
    right: 0;
    bottom: 0;
		min-height: 400px;
		min-height: 60vh;
	}

	.header_banner .headline .line1 {
	    font-size: 30px;
	    letter-spacing: 1.6px;
	    margin-bottom: 10px;
	    font-weight: 400;
	}
	.header_banner.style-2 .headline .line1 {
		letter-spacing: 0px;
	}

	.header_banner .headline .line2 {
	    font-weight: 400;
	    font-size: 15px;
	}
}
/* Two column on Landing Page*/

.twocolbgcolor p {
    padding: 0px 46px 10px;
}

/* Header banner landing pages */

.landingpgbanner {
    padding-bottom: 27%;
}

.landingpgbanner.header_banner .headline {
	top: 39%;
}

.landingpgbanner .headline .line1 {
	font-size: 50px;
}

.landingpgbanner .headline .line2 {
	font-size: 28px;
}

/* One Column Padding */

.onecolpad {
    margin-bottom: 93px;
}

/* Top Heavy Padding */
.topheavypadding {
    padding-top: 59px;
}

.jumpaboard h3 {
    font-weight: 900;
}

/* Two Colun li coloring */

.twocolll li {
    color: black;
}

/* Crime Prevention Page */

.page-id-360 li {
    color: black !important;
}


/* Padding for the top or bottom of whatever */

.padthebottomplease {
    padding-bottom: 75px;
}

.padthetopplease {
	padding-top: 50px;
}

/* Padding for the Top and Bottom of whatever */

.paddingontopandbottomplease {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Dark font for bulleted lists when needed */

.darkerfontplease li {
    color: black;
}

/* Give me more line height */

.ineedmorelineheight h4 {
    line-height: 1.75;
}

/* Bulletin CTA Banner */

.bulletincta {
    margin-bottom: 185px !important;
}

/* One Column Landing Page */

.landingpg_onecolumn {
    padding-top: 65px;
    padding-bottom: 65px;
}

/* Content Image Banner for Location Pages */

.bannercoloroverlay {
	position:absolute;
	height:100%;
	width:100%;
}

/**
* HOME BANNER
*/
.home_banner {
    max-height: 800px;
		margin-bottom: 40px;
}

.home-banner-inner {
    padding-bottom: 70%;
    height: 0;
}

.home_banner .bg {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 17px solid #2c3695;
}

.home_banner .bg .bg-image {
    flex: 2;
		background-color: #666;
    background-size: cover;
		background-position: center;
    margin-bottom: 80px;
    border-bottom: 17px solid #2c3695;
    border-left: 17px solid #2c3695;
    position: relative;
}

.home_banner .bg .main-image {
    flex: 3;
		background-color: #666;
    background-size: cover;
    background-position: center 23%;
    border-bottom: 17px solid #2c3695;
    border-right: 17px solid #2c3695;
    border-left: 17px solid #2c3695;
    margin-left: -17px;
}

.home_banner .headlines-wrap {
    position: absolute;
    bottom: 30%;
    width: 100%;
}

.home_banner .headlines-wrap .headlines {
    text-align: right;
    max-width: 469px;
}

.home_banner .headlines-wrap .headlines.original {
	visibility: hidden;
}

.home_banner .headlines-wrap .headlines .typed-cursor {
	z-index: 100;
  font-size: 72px;
  line-height: 86px;
  min-height: 91px;
  position: relative;
  top: -7px;
  left: -19px;
  width: 0 !important;
  display: inline-block;
  color: #0c2240;
  margin-right: 0;
	vertical-align: middle;
}

.home_banner .headlines-wrap .headlines .line {
	font-size: 77px;
	font-family: "Oswald";
	text-align: right;
	line-height: 86px;
	background: #fdd721;
	color: #0c2240;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 10px 15px;
	padding-top: 4px;
	font-weight: 600;
	min-height: 100px;
	min-width: 100px;
	vertical-align: middle;
}

.home_banner .headlines-wrap .headlines .line-1 {
	min-width: 120px;
}

.home_banner .headlines-wrap .headlines .line-3 {
	min-width: 140px;
}

.home_banner .bg .mobile-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    border: 7px solid #2c3695;
    border-top: none;
		background-color: #777;
		display: none;
}

@media screen and (max-width: 1199px) {
	.home_banner .headlines-wrap .headlines {
			text-align: right;
			max-width: 380px;
	}
}

@media screen and (max-width: 991px) {
	.home_banner .headlines-wrap .headlines .typed-cursor {
	  font-size: 44px;
	  line-height: 35px;
	  min-height: 40px;
	}

	.home_banner .headlines-wrap .headlines .line {
    font-size: 44px;
    line-height: 46px;
    min-height: 60px;
	}

	.home_banner .headlines-wrap .headlines {
    max-width: 370px;
		width: 47%;
	}
}

@media screen and (max-width: 767px) {
	.home-banner-inner {
		padding-bottom: 102%;
	}
	.home_banner .bg .mobile-image {
		display: block;
	}
	.home_banner .headlines-wrap .headlines .typed-cursor {
	    font-size: 24px;
	    line-height: 45px;
	    min-height: 40px;
	    left: -12px;
	    top: -3px;
	}

	.home_banner .headlines-wrap {
	    bottom: 70px;
	}

	.home_banner .headlines-wrap .headlines .line {
	    font-size: 24px;
	    line-height: 22px;
	    min-height: 45px;
	    min-width: 60px;
	    padding-top: 10px;
	    margin-bottom: 3px;
			margin-left: -5px;
	    padding-left: 3px;
	    padding-right: 3px;
	}

	.home_banner .headlines-wrap .headlines .line-1 {
		min-width: 80px;
	}

	.home_banner .headlines-wrap .headlines .line-3 {
		min-width: 100px;
	}

	.home_banner .bg,
	.home_banner .bg .bg-image,
	.home_banner .bg .main-image {
	    border-width: 7px;
	}

	.home_banner .bg .main-image {
	    margin-left: -7px;
	}

	.home_banner .bg .bg-image {
	    margin-bottom: 35px;
	}

	.home_banner .headlines-wrap .headlines .typed-cursor {
	    position: relative;
			left: 0;
	}

	.home_banner .headlines-wrap {
	    bottom: -22px;
	}

	.home_banner .headlines-wrap .headlines {
			width: 100%;
			max-width: none;
	}

	.home_banner .headlines-wrap .headlines br {
		display: none;
	}

	.home_banner .headlines-wrap .headlines .line {
	    min-width: 0 !important;
	}

	.home_banner .headlines-wrap .container {
	    padding-right: 0;
	}

	.home_banner .headlines-wrap .headlines .line-1 {
	    padding-left: 15px;
	}
	.home_banner .headlines-wrap .headlines .line-3 {
	    padding-right: 15px;
	}
}

/**
* ATTEMPT TO IDENTIFY SINGLE
*/
.attempt-to-identify .images-row {
    display: flex;
    overflow: hidden;
		align-items: center;
		justify-content: center;
}

.attempt-to-identify .images-row img {
	padding: 2px;
}

.attempt-to-identify .header_banner {
    padding-bottom: 35%;
}

.attempt-to-identify .header_banner .headline {
	top: 50%;
}

.attempt-to-identify .heading {
    background: #0c2240;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    text-transform: uppercase;
		font-family: "Oswald", sans-serif;
}

.attempt-to-identify .heading h1 {
	font-size: 36px;
	margin-top: 0;
}

.ati-content .container {
    max-width: 900px;
}

.ati-content .content {
	padding: 40px 0;
}

.attempt-to-identify .stats {
	margin-top: 40px;
}

.attempt-to-identify .contact-cta {
    text-align: center;
    font-size: 29px;
    padding: 18px;
    margin-top: 50px;
}

.attempt-to-identify .pdf-download-wrap {
	text-align: center;
}

.attempt-to-identify .pdf-download {
    background: #fcd720;
    color: #0d2240;
		margin-top: 0;
}

.attempt-to-identify .heading h1 {
    margin-bottom: 0;
}

.attempt-to-identify .heading .the-date {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}

.single-attempt_to_identify .ati-identified {
    position: static;
    top: auto;
    right: auto;
}

.single-attempt_to_identify .more-heading h3 {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: -3px;
    color: #0b2240;
}

.single-attempt_to_identify .more-heading {
    border-bottom: 1px solid #fcd71f;
    margin-bottom: 30px;
}

@media screen and (min-width: 1500px) {
	.attempt-to-identify .header_banner {
	    padding-bottom: 25%;
	}
}

@media screen and (max-width: 991px) {
	.attempt-to-identify .header_banner {
	    padding-bottom: 0;
			top: 0;
	    height: auto;
	}

	.attempt-to-identify .header_banner .background {
			position: relative;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
	    transform: none !important;
	    min-height: 400px !important;
	}

	.attempt-to-identify .header_banner .headline .line1 {
	    font-size: 40px !important;
	}

	.attempt-to-identify .header_banner .headline {
	    position: absolute;
	    top: 50%;
			width: 100%;
	    background: none;
	    box-shadow: none !important;
	    color: #fff !important;
	}

	.attempt-to-identify .contact-cta {
		margin-top: 0px;
	}

	.attempt-to-identify .heading h1 {
		font-size: 27px;
	}

	.attempt-to-identify .contact-cta {
		font-size: 20px;
		width: 280px;
		margin: 0 auto;
	}

	.attempt-to-identify .images-row {
    display: block;
	}

	.attempt-to-identify .images-row img {
	  width: 100% !important;
	  height: auto !important;
	}
}

/**
* ATTEMPT TO IDENTIFY SLIDER
*/
.attempt_to_identify_slider {
    position: relative;
		overflow: hidden;
}

.attempt_to_identify_slider_inner {
	padding: 0 80px;
}

.attempt_to_identify_slider .slick-list {
    overflow: visible;
}

.attempt_to_identify_slider .items {
	width: 100%;
}

.attempt_to_identify_slider .item {
    width: 100%;
    margin-right: 10px;
		opacity: 0.3;
		transition: opacity 1s ease;
}

.attempt_to_identify_slider .item.slick-active {
    opacity: 1;
}

.attempt_to_identify_slider button.slick-arrow {
    background: #000;
    box-shadow: none;
    border: none;
    font-size: 0px;
    height: 53px;
    width: 53px;
    border-radius: 56px;
    outline: none;
		z-index: 100;
}

.attempt_to_identify_slider button.slick-arrow.slick-next::after {
	background-image: url(/wp-content/themes/tangent/core/imgs/white-arrow-right.png);
}

.attempt_to_identify_slider button.slick-arrow.slick-prev::after {
    background-image: url(/wp-content/themes/tangent/core/imgs/white-arrow-left.png);
}

.attempt_to_identify_slider button.slick-arrow::after {
    content: "";
    display: block;
    background-size: contain;
    height: 22px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.attempt_to_identify_slider button.slick-arrow.slick-prev {
    padding: 16px 17px;
}

.attempt_to_identify_slider button.slick-arrow.slick-next {
    padding: 16px 19px;
}

.attempt_to_identify_slider button.slick-arrow.slick-disabled {
    background: #ddd;
}

.attempt_to_identify_slider .slick-prev {
    position: absolute;
    left: -77px;
    top: 50%;
    transform: translateY(-50%);
}

.attempt_to_identify_slider .slick-next {
    position: absolute;
    right: -77px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1315px) {
	.attempt_to_identify_slider .slick-prev {
	    left: 2px;
	}

	.attempt_to_identify_slider .slick-next {
	    right: 12px;
	}
}

@media screen and (max-width: 767px) {
	.attempt_to_identify_slider .items {
    margin: 0 -15px;
    display: block;
    width: auto;
	}

	.attempt_to_identify_slider .item {
    margin-right: 0px;
	}

	.attempt_to_identify_slider .slick-next {
	    right: 2px;
	}

	.property-header .navigation {
		display: none;
	}
}

/**
* ATTEMPTY TO IDENTIFY ITEM DISPLAY
*/
.ati-item-display {
    max-width: 450px;
    margin: auto;
		margin-bottom: 30px;
}

.ati-item-display a {
    display: block;
}

.ati-item-display .inner-container {
    padding-bottom: 100%;
    height: 0;
    border: 1px solid #0b2240;
    position: relative;
}

.ati-item-display .inner-container .bg-image, .ati-item-display .inner-container .main-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.ati-item-display .inner-container .bg-image {
    background-size: cover;
    filter: blur(10px);
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    opacity: 0.7;
		transition: all ease 0.8s;
}

.ati-item-display .inner-container .main-image {
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ati-item-display .inner-container .image {
    background: #0c2240;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.ati-item-display .inner-container .info-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(12, 34, 64, 0.69);
    width: 100%;
    left: 0;
    padding: 20px 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
		transition: all ease 0.8s;
		line-height: 1.4;
}

.ati-item-display .inner-container .info-overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ati-item-display .inner-container .info-overlay .info-left {
	margin-right: auto;
}

.ati-item-display .inner-container .info-overlay .read-more-link {
    text-decoration: underline;
}

.ati-item-display .inner-container .info-overlay .case-num.text-large {
    font-size: 27px;
}

.ati-item-display .inner-container .info-overlay .type {
    font-size: 27px;
}

.ati-item-display a:hover .info-overlay {
	padding: 40px 30px;
}

.ati-item-display a:hover .bg-image {
	top: -40px;
	bottom: -40px;
	left: -40px;
	right: -40px;
}

/**
* ATTEMPT TO IDENTIFY GRID
*/
.attempt_to_identify_grid_inner .pagination a {
    display: inline-block;
    padding: 7px 12px;
    background: #2b3695;
    color: #ffffff;
    border-radius: 3px;
    margin: 4px;
		text-decoration: none;
		transition: all ease 0.3s;
		border: 1px solid #2b3695;
}

.attempt_to_identify_grid_inner .pagination a:hover {
	color: #2b3695;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.attempt_to_identify_grid_inner .pagination a.active {
    background: #fcd721;
    color: #0c2240;
		border: 1px solid #fcd721;
}

.attempt_to_identify_grid_inner .pagination {
    text-align: center;
    margin: 50px 0;
}

.attempt_to_identify_grid_inner .pagination.top-pagination {
    margin-bottom: 10px;
}

.attempt_to_identify_grid_inner .pagination.bottom-pagination {
    margin-top: 10px;
}

.ati-identified {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    background: #fcd721;
    color: #0c2240;
    padding: 5px 10px;
}

/**
* VIDEO BANNER
*/
.video_banner .video-item .image {
    padding-bottom: 56%;
    background-size: cover;
		position: relative;
}

.video_banner .videos {
    padding: 85px 46px;
}

.video_banner .video-item {
    padding: 0 30px;
		margin-bottom: 0;
}

.video_banner .video-item button,
.video_banner .video-item a {
		display: block;
		position: relative;
		background: none;
		border: none;
		text-shadow: none;
    box-shadow: none;
    text-align: center;
		padding: 0;
		width: 100%;
}

.video_banner .video-item .desc {
    font-size: 20px;
		color: #fff;
		padding: 20px 10px;
		padding-bottom: 0;
}

.video_banner {
    background: #0c2240;
		margin: 90px 0;
}

.video_banner .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.video_banner .video-item .playbtn {
    left: 30px;
    bottom: 30px;
    transform: scale3d(1,1,1) !important;
    top: auto;
}

.video_banner .video-item a:hover .playbtn,
.video_banner .video-item button:hover .playbtn {
    transform: scale3d(1.1,1.1,1) !important;
}

.video_banner .slick-track {
	margin: auto;
}

.video_banner .slick-prev {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
}

/* .video_banner .slick-list {
    padding: 20px 10px;
		overflow: visible;
} */

.video_banner .slick-next {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.video_banner .button-wrap {
	text-align: center;
	margin-top: 60px;
}

.video_banner button.slick-arrow {
    background: #2c3695;
    box-shadow: none;
    border: none;
    font-size: 0px;
    height: 53px;
    width: 53px;
    border-radius: 56px;
    outline: none;
		z-index: 100;
}

.video_banner button.slick-arrow.slick-next::after {
	background-image: url(/wp-content/themes/tangent/core/imgs/white-arrow-right.png);
}

.video_banner button.slick-arrow.slick-prev::after {
    background-image: url(/wp-content/themes/tangent/core/imgs/white-arrow-left.png);
}

.video_banner button.slick-arrow::after {
    content: "";
    display: block;
    background-size: contain;
    height: 22px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.video_banner button.slick-arrow.slick-prev {
    padding: 16px 17px;
}

.video_banner button.slick-arrow.slick-next {
    padding: 16px 19px;
}

.video_banner button.slick-arrow.slick-disabled {
    background: #ddd;
		opacity: 0.7;
}

.video_banner .slick-active {
    opacity: 1;
}

.video-modal {
    top: 200%;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(0,0,0, 0.85);
		color: #fff;
    transition: opacity 1s ease, top 0.6s ease;
    opacity: 0;
}

.video-modal.open {
    top: 0;
    opacity: 1;
}

.video-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
		color: #000;
    border-radius: 50px;
    border: none;
    font-weight: 800;
    line-height: 50px;
    width: 50px;
    padding: 0;
}

.video-modal .modal-content {max-width: 800px;background: #000;flex: 1;}

.video-modal .modal-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media screen and (max-width: 767px) {
	.video_banner .slick-prev {
    left: 2px;
	}
	.video_banner .slick-next {
    right: 2px;
	}
	.video_banner .video-item {
		padding: 0;
	}
	.video_banner .video-item .playbtn {
	    left: 10px;
	    bottom: 10px;
			height: 70px;
			width: 70px;
	}
	.video_banner button.slick-arrow {
		top: 43%;
	}
}

/**
* CONTENT & NAV
*/

.content_and_nav .nav {
	background: #fdd721;
	padding: 40px 0;
	padding-bottom: 80px;
	margin-top: 80px;
	-webkit-clip-path: polygon(50% 3%, 100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
	clip-path: polygon(50% 3%, 100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
}

@media screen and (min-width: 991px) {
	.content_and_nav .nav {
		min-height: 600px;
	}

	.content_and_nav.negative-margin-top .nav {
		margin-top: -100px;
	}
}

.content_and_nav .nav h2 {
	margin-top: 30px;
	padding: 0 40px;
  color: #0c2240;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-size: 48px;
	font-weight: 500;
}

.content_and_nav ul.nav-items li a {
    color: #0c2240;
    text-decoration: none;
		padding: 20px 40px;
		border-bottom: 1px solid #e4c42e;
		display: block;
		font-family: "Oswald", sans-serif;
		font-weight: 300;
		font-size: 20px;
		display: flex;
		align-items: center;
}

.content_and_nav ul.nav-items li a span {
    flex: 1;
}

.content_and_nav ul.nav-items li a:hover {
	opacity: 0.6;
}

.content_and_nav ul.nav-items,
.content_and_nav ul.nav-items li {
    list-style: none;
    margin: 0 !important;
}

/**
* POST-IT BANNER WIDGET
*/
.post-it_banner {
  position: relative;
  min-height: 627px;
  padding: 50px 0;
  margin: 150px 0;
}
.post-it_banner .background {
  min-height: 527px;
  background-size: cover;
  background-color: #dcdcdc;
}

.post-it_banner .side-right .background {
  margin-left: 60px;
  background-position: left center;
}

.post-it_banner .side-left .background {
  margin-right: 60px;
  background-position: right center;
}
.post-it_banner .content-container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.post-it_banner .content-container .content-wrap {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 44%;
  max-width: 665px;
  background: #fff;
  padding: 78px 65px;
  display: table;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.09);
}

.post-it_banner .content-container .content {display: table-cell;vertical-align: middle;}

.post-it_banner .side-right .content-container .content-wrap {
  right: 50px;
}

.post-it_banner .side-left .content-container .content-wrap {
  left: 50px;
}

.post-it_banner .content-logo {
  position: absolute;
  right: 50px;
  top: 20px;
}

.post-it_banner .content-logo img {
  height: 120px;
}

.post-it_banner .content-p p {
  font-size: 15px;
  color: #444444;
  line-height: 1.8;
}

.post-it_banner h3 {
  margin-bottom: 36px;
  font-size: 32px;
}

@media (max-width: 1199px) {
	.post-it_banner .content-container .content-wrap {
	  position: relative;
	  right: 0 !important;
	  left: 0 !important;
	  width: 100%;
	  max-width: none;
	  transform: none !important;
    padding: 40px 15px;
	}

	.post-it_banner .content-container {
	  position: relative;
	}

	.post-it_banner .background {
	  margin: 0 !important;
	  transform: none !important;
	  min-height: 0;
	  padding-bottom: 61%;
	}

	.post-it_banner {
    margin: 0px 0;
	  padding: 0;
	}

	.post-it_banner .content-container .content {
		display: block;
	}

	.post-it_banner .content-logo {
		position: static;
	}
}

/**
* CONTENT COLUMNS BANNER
**/
.content_columns_banner {
    padding: 120px 0;
		position: relative;
		overflow: hidden;
}

.content_columns_banner .column {
    text-align: center;
		display: flex;
		flex-direction: column;
		padding: 0 25px;
		margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.content_columns_banner .column.col-md-4 {
		width: 33.3%;
	}
}

.content_columns_banner .headline {
	margin-bottom: 20px;
}

.content_columns_banner .background-img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: -50px;
    background-size: cover;
}

.content_columns_banner .row {
    display: flex;
    flex-wrap: wrap;
}

.content_columns_banner .column .column-content {
    flex: 1 0 auto;
		margin-bottom: -15px;
}

.content_columns_banner .column .icon {
    height: 150px;
    position: relative;
}

.content_columns_banner .column .icon img {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content_columns_banner .highlight-headline {
	margin-bottom: 70px;
}

.content_columns_banner.style-2 .column .icon {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.content_columns_banner.style-2 .headline {
		font-size: 20px;
		font-weight: 400;
}

@media screen and (max-width: 991px) {
	.content_columns_banner .column {
    margin-bottom: 70px;
		width: 100%;
	}

	.content_columns_banner .background-img {
    filter: blur(20px);
	}
}

/**
* SLIDEOUT BANNER WIDGET
*/
.slideout_banner .content-container .content-wrap {
  background: #fff;
  width: 55%;
  padding: 60px 60px;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.09);
}

.slideout_banner .content-container .content-wrap .content {
  max-width: 620px;
  margin-left: auto;
}

.flexible-content-row.slideout_banner {
  margin: 200px 0;
  position: relative;
}

.slideout_banner .content-p p {
  color: #444444;
  line-height: 1.8;
}

.slideout_banner h3 {
  margin-bottom: 36px;
  font-size: 32px;
}

.slideout_banner .background-wrap {
  height: 127%;
  top: -13.5%;
  width: 45%;
  position: absolute;
  overflow: hidden;
}

.slideout_banner .background {
  transform: translate3d(100%, 0, 0) !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 600px;
}

.slideout_banner .side-left .background-wrap {
	right: 0;
}
.slideout_banner .side-left .background {
  background-position: left center;
  left: -15px;
}
.slideout_banner .side-right .background-wrap {
	left: 0;
}
.slideout_banner .side-right .background {
  background-position: right center;
  right: -15px;
}

.slideout_banner .side-right .content-container .content-wrap {
  margin-left: auto;
  margin-right: 0;
}

.slideout_banner .side-right .content-container .content-wrap .content {
  margin-left: 0;
}

.slideout_banner .content ul {
  margin-left: 19px;
}

.slideout_banner .content ul li {
  font-size: 18px;
  font-weight: 100;
  color: #000;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
	.slideout_banner .content-container .content-wrap {
	  width: 100%;
	  padding: 40px 15px;
    transform: none !important;
	}

	.slideout_banner .background {
	  transform: none !important;
	}

	.slideout_banner .background-wrap {
	  position: relative;
	  width: 100%;
	  top: 0;
	  padding-bottom: 100%;
	  margin-bottom: -31px;
	}

	.flexible-content-row.slideout_banner {
	  margin: 25px 0;
	}
}

/**
* VIDEO MODAL PLAYER BANNER
**/
.video-modal-player-banner-wrap {
  padding-bottom: 30%;
  height: 0;
  position: relative;
  overflow: hidden;
}

.video-modal-player-banner-wrap .background {
  position: absolute;
  top: -40px;
  bottom: -40px;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: 66% center;
}

.video-modal-player-banner-wrap .content {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video-modal-player-banner-wrap .content .headline {
  font-size: 42px;
  line-height: 1.2;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.video-modal-player-banner-wrap .content .playbtn {
  width: 100px;
  margin: 13px auto;
}
@media (max-width: 1200px) {
	.video-modal-player-banner-wrap {
	  padding-bottom: 50%;
	}
}

@media (max-width: 767px) {
	.video-modal-player-banner-wrap {
	  padding-bottom: 100%;
	}
}


/**
* SLIDER WIDGET
*/
.flexible-content-row.slider .flexslider {
  margin: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.scroll-down {
  position: absolute;
  bottom: 6px;
  z-index: 3;
  color: #d0d0d0;
  width: 100%;
  text-align: center;
  font-size: 60px;
  /* text-shadow: 1px 1px 2px #0000007d; */
  line-height: 1;
}

@media (max-width: 1200px) {
	.scroll-down { display: none; }
}

.flexible-content-row.slider {
  position: relative;
}

.scroll-down span {
  display: block;
  font-size: 14px;
  margin-bottom: -14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.flexible-content-row.slider .flexslider ul,
.flexible-content-row.slider .flexslider ol {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.flexible-content-row.slider .flexslider ul li,
.flexible-content-row.slider .flexslider ol li{
  border: none !important;
}
.flexible-content-row.slider .flex-control-nav {
  position: absolute;
  right: 20px;
  width: auto;
  bottom: 10px;
  z-index: 10;
}

.flexible-content-row.slider .flex-control-nav a {
  border: 2px solid #fff !important;
  background: none !important;
  box-shadow: 0 0 3px rgba(0,0,0,0.3) !important;
  width: 15px !important;
  height: 15px !important;
}

.flexible-content-row.slider .flex-control-nav a.flex-active {
  background: #fff !important;
}
.flexible-content-row.slider .flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexible-content-row.slider .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexible-content-row.slider .flexslider.loading .slides > li:first-child { opacity: 1 !important; }




/**
* SLIDER BANNER WIDGET
*/
.slider_banner .flexslider .slides > li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
}

.slider_banner .flexslider {
  border: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}

.slider_banner .flexslider .slides {
  margin: 0;
  padding: 0;
}

.slider_banner .flexslider .slides > li .slide-bg {
  width: 100%;
  margin: -100px 0;
}

/*.slider_banner .flexslider .slides > li .slide-banner {
  position: relative;
}*/

.slider_banner .photo-tag {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  line-height: 1;
}

.slider_banner .flexslider .slides > li .slide-banner
 .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.slider_banner .flexslider .slides > li .slide-banner
 .inner .headline {
  font-size: 58px;
  font-weight: 600;
}

.slider_banner .flexslider .slides > li .slide-banner .inner .sub-headline {
	font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slider_banner .flexslider .flex-control-nav {
  bottom: 28px;
  z-index: 10;
  text-align: right;
  padding-right: 40px;
  font-size: 0px !important;
}

.slider_banner .flexslider .flex-control-nav a {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none !important;
  background: none;
  border: 2px solid #fff;
}

.slider_banner .flexslider .flex-control-nav a.flex-active {
  background: rgb(255, 255, 255);
}

.slider_banner .flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 30px;
  background-image: url(/wp-content/themes/tangent/core/imgs/slide-arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.slider_banner .flexslider:hover .flex-next {
	opacity: 0.7;
  right: 30px;
  background-image: url(/wp-content/themes/tangent/core/imgs/slide-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.slider_banner .flex-direction-nav a { font-size: 0px !important; }
.slider_banner .flex-direction-nav a:before {
	content: none !important;
}

.slider_banner .flexslider .slides > li .slide-banner {
  height: 0;
  padding-bottom: 45%;
  position: static;
}

.slider_banner.small .flexslider .slides > li .slide-banner {
  height: 0;
  padding-bottom: 28%;
  position: static;
}

.slider_banner.small .flexslider .slides > li .slide-bg {
  position: absolute;
  top: -50%;
}

/**
* LOGO DISPLAY
*/
.logo_display a {
	text-decoration: none;
}
.logo_display [class^="columns-"] {
  padding: 15px;
  display: inline-block;
	margin-right: -4px;
}
.logo_display .columns-5 {
  width: 20%;
}
.logo_display .columns-4 {
  width: 25%;
}
.logo_display .columns-3 {
  width: 33.333333%;
}
.logo_display .columns-2 {
  width: 50%;
}
.logo_display .columns-1 {
  width: 70%;
}

.logo_display .logo-wrap {
	/*border: 1px solid #ddd;*/
	padding: 15px;
}

.logo_display .logo {
	padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.logo_display {
  text-align: center;
}

@media screen and (max-width: 767px) {
	.logo_display .columns-5 {
	  width: 50%;
	}
	.logo_display .columns-4 {
	  width: 50%;
	}
	.logo_display .columns-3 {
	  width: 100%;
	}
	.logo_display .columns-2 {
	  width: 100%;
	}
	.logo_display .columns-1 {
	  width: 100%;
	}
}

/**
* TAB NAVIGATION
*/
.tabs-navigation li, .tabs-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.tabs-navigation a {
  display: inline-block;
  padding: 0 10px;
  margin: 10px 20px;
  color: #000;
}

.tabs-navigation {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.tabs-navigation a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
}

.tabs-navigation a.active {
  color: #41c2f3;
  position: relative;
  background: #fff;
  z-index: 1;
}

.tabs-navigation a.active::after {
  content: "";
  display:inline-block;
  height: 30px;
  width: 30px;
  background: #fff;

  position: absolute;
  z-index: -1;
  left: calc(50% - 15px);
  top: 19px;
  transform: rotate(45deg);
  border-bottom: 1px solid #Ddd;
  border-right: 1px solid #Ddd;
}

/**
* PHOTO TITLE GRID
*/
.photo_title_grid .container-fluid .row > div {
  padding: 0px;
}

.photo_title_grid .item-inner {
  height: 0;
  padding-bottom: 55%;
  position: relative;
  background-size: cover;
}
.photo_title_grid .item-inner .content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1.2;
}

.photo_title_grid .item-inner .content .title {
  font-size: 34px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

.photo_title_grid .item-wrap {
	background: #000;
}

.photo_title_grid a {
  text-decoration: none;
  color: #fff;
  outline: none;
  display: block;
}
.photo_title_grid .item-inner:hover img {
	opacity: 0.8;
}

.photo_title_grid .item-inner .content .subtitle {
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0.7;
  color: #fff;
}
.photo_title_grid .item-inner {
  overflow:hidden;
}
.photo_title_grid img {
  position: absolute;
  /* Position the image in the middle of its container. */
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  /* The following values determine the exact image behaviour. */
  /* You can simulate background-size: cover/contain/etc.
     by changing between min/max/standard width/height values.
     These values simulate background-size: cover
  */
  min-width: 100%;
  min-height: 100%;

  transition: all 2s ease;
  transform: scale3d(1,1,1);
}

.photo_title_grid .item-inner:hover img {
  transform: scale3d(1.04, 1.04, 1);
}

/**
* VIDEOS
*/
.video-item .background-img {
  padding-bottom: 55%;
  background-size: cover;
}

.video-item {
  margin-bottom: 30px;
}

.video-item a {
  display: block;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.09);
  text-decoration: none;
  outline: 0;
}

.video-item .info {
  padding: 28px;
}

.video-item .info h2 {
  padding: 0;
  margin: 0;
}

.video-item .info p {
  margin: 0;
  color: #000;
  line-height: 1.3;
  margin-top: 10px;
  font-size: 14px;
}

.video-item .background-img {
  position: relative;
}

.video-item .playbtn {
  height: 90px;
  width: 90px;
  background-image: url(/wp-content/themes/tangent/core/imgs/playbtn.png);
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1,1,1);
  transition: all 0.3s ease-out;
}

.video-item a:hover .playbtn {
  transform: translate(-50%, -50%) scale3d(1.1,1.1,1);
}

/**
	Landing Page 1489
*/
.page-id-1489 .flexible-content-row.header_banner {
  background: #000;
}

.page-id-1489 .flexible-content-row.header_banner .background {
  opacity: 0.7
}

/**
	POWEROBJECTS FORM
*/
.power-objects-form input {
  width: 100%;
  outline: none;
  padding: 10px 20px;
}

.power-objects-form label {
  font-weight: 100;
  margin-bottom: 0px;
}

.power-objects-form .field {
  margin-bottom: 17px;
}

.power-objects-form .label {
  margin-bottom: -2px;
  line-height: 1.2;
}

.power-objects-form .tip {
  font-size: 14px;
  font-weight: 100;
  line-height: 1;
}

.power-objects-form input.button {
  background: #025ba4;
  color: #fff;
  box-shadow: none;
  border: none;
  text-shadow: none;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  display: inline-block;
  width: auto;
  min-width: 250px;
  padding: 26px;
}

/**
* CONTENT HIGHLIGHT BANNER
*/
.content-highlight-banner .container-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.content-highlight-banner .banner-img img {
  width: 100%;
}

.content-highlight-banner .mobile-banner-img {
  display: none;
}

.content-highlight-banner .container-wrap .container-fluid.banner-img {
  padding: 0;
  margin: -70px 0;
}

.content-highlight-banner .container-wrap .container {
  position: relative;
}

.content-highlight-banner .container-wrap .container .row {
  position: absolute;
  width: 100%;
}

.content-highlight-banner .banner-content {
  font-weight: 300;
  line-height: 1.7;
  font-size: 18px;
}

.content-highlight-banner h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  display: inline-block;
  margin-top: 0;
  color: inherit;
}
.content-highlight-banner h2::after {
  content: "";
  width: 50%;
  border-bottom: solid 4px #ac9c62;
  display: block;
  margin: 20px 0;
  opacity: 1;
}
.content-highlight-banner h2 span:last-child {
  font-weight: 100;
}

.content-highlight-banner.video .col-inner {
  max-width: 500px;
  padding-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
	.content-highlight-banner.video.textside-left .col-inner {
	  right: 50px;
	}
}

.video .banner-content .row {
  height: 100%;
}


.video .banner-content .row > div {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
}

.content-highlight-banner.video .banner-content {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none !important;
}
.content-highlight-banner.textside-left .banner-img .row > div {
  padding-left: 0px;
}
.content-highlight-banner.textside-right .banner-img .row > div {
  padding-right: 0px;
}

.content-highlight-banner.video .container-wrap {
  padding-bottom: 45%;
}

.content-highlight-banner.video .bg .vimeo-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content-highlight-banner.video .bg iframe {
  position: absolute;
  height : 100%;
  width: 100%;
}

.vimeo-iframe .video-loading {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 100000000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 10px;
}

.vimeo-iframe .video-loading i {
  letter-spacing: 0;
}

.html5-bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

/*
* WHITE FLOAT VFB  FORM
*/
.white-float-form {
    background: #fff;
    padding: 10px 22px;
    margin: 30px 0;
    box-shadow: 0 0 30px #0000001f;
}

.white-float-form .vfb-fieldset:first-of-type .vfb-legend {
    display: none;
}

/*
* Sign Up Form
*/

div#sign-up-form {
  text-align: center;
  width: 350px;
  margin: auto;
	background: #fff;
	padding: 31px;
	width: 420px;
	box-shadow: 0 0 35px #0000001c;
}

div#sign-up-form input[type='text'] {
  width: 100%;
  background: #f1f1f1;
  height: 55px;
  padding: 0 18px;
  outline: none;
}

div#sign-up-form h2 {
    color: #0062ad;
}

div#sign-up-form .button {
  background: #0161ad;
  box-shadow: none;
  border: none;
  text-shadow: none;
  font-size: 18px;
  padding: 0 32px;
  height: 50px;
  min-width: 350px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
  outline: none;
}

#sign-up-form .field-label-left {
  text-align: left;
}

#sign-up-form .field-label-left label {
  font-weight: 100;
}

#sign-up-form .field p {
  margin: 0;
}

#sign-up-form .field {
  margin-bottom: 13px;
}

#sign-up-form textarea {
  background: none;
  outline: none;
}

a.btn-blue {
  background: #fccb06;
  color: #fff;
  padding: 15px 0;
  display: inline-block;
  min-width: 200px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 21px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-decoration: none;
}

a.btn-blue:hover {
	opacity: 0.7;
}

.event_info .cta {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: inline-block;
  max-width: 450px;
  width: 100%;
}

.event_info .cta-sub {
  font-weight: 100;
  font-size: 17px;
}

/*
* TEAM DISPLAY
*/

.team_display h3.heading {
  font-size: 28px;
  text-align: center;
  color: #888;
  margin: 0;
  margin-bottom: 40px;
}

.team_display h3.heading::after {
  content: "";
  display: block;
  height: 3px;
  background: #ac9c62;
  width: 12%;
  margin: 10px auto;
}

.team-large-display {
  background: #fff;
  overflow: auto;
  position: relative;
  margin: 50px 0;
}

.team-large-display .content {
  float: left;
  width: 65%;
  padding: 100px 60px;
}

.team-large-display .image {
  position: absolute;
  right: 0;
  height: 100%;
  width: 35%;
}

.team-large-display .image .bgimg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.team-large-display .content .position {
  font-size: 16px;
  color: #696969;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ac9c62;
  margin-bottom: 10px;
}

.team-large-display .content .name {
  font-size: 34px;
  color: #fccb06;
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.2;
}


.team-member.cols {
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 13px;
}

.team-member.cols-4 {
  width: 25%;
}

.team-member.cols-3 {
  width: 33.3333%;
}

.team-member.cols-5 {
  width: 20%;
}

.team_display .team-display-medium {
  margin: 50px 0;
  text-align: center;
}

.no-heading-and-margin h3 {
    display: none;
}

.no-heading-and-margin .team-display-medium {
    margin-top: -50px;
}

.team-display-medium .team-members .row {
	margin: 0 -10px;
}

.team-display-medium .team-member-inner {
  background: #fff;
}

.team-display-medium .team-member-inner .image {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  background: #000;
}

.team-display-medium .team-member-inner .image
 .bgimg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.team-display-medium .team-member-inner .content {
  padding: 10px 20px;
  text-align: left;
}

.team-member a {
	text-decoration: none;
	position: relative;
	top: 0;
	transition: all ease 0.5s;
  display: block;
}
.team-member a:hover {
	top: -5px;
}



.team-display-medium .team-member-inner .content .position {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}

.team-display-medium .team-member-inner .content .name {
  color: #fccb06;
  font-size: 23px;
}

.team-display-medium .team-member-inner .content {
  padding: 10px 20px;
  min-height: 107px;
  display: table;
  width: 100%;
}

.team-display-medium .team-member-inner .content .content-inner {
  display: table-cell;
  vertical-align: middle;
}

.team-display-medium .team-member-inner .image {
    overflow: hidden;
}

.team-display-medium .team-member-inner .image .bottom-badge {
    position: absolute;
    bottom: -50%;
    text-align: center;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #ac9c62;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 2px 17px;
    font-size: 14px;
    transition: all 0.5s ease;
}

.team-display-medium .team-member-inner:hover .bottom-badge {
    bottom: 0;
}

.team-display-small {
	text-align: center;
	margin: 50px 0;
}

.team-display-small .team-member-inner .content {
  position: absolute;
  top: 150%;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  opacity: 0;
  transition: opacity ease 0.5s;
}

.team-display-small .team-member-inner .content-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 20px;
}

.team-display-small .team-member-inner {
  position: relative;
  overflow: hidden;
  background: #000;
  margin-bottom: 20px;
}

.team-display-small .team-member-inner .image {
  padding-bottom: 80%;
}

.team-display-small .team-member-inner:hover .content {
  top: 50%;
  opacity: 1;
}

.team-display-small .team-member-inner .image .bgimg {position: absolute;height: 100%;width: 100%;background-size: cover;background-position: center center;}


.team-display-small .team-member-inner .content .name {
  font-size: 24px;
  border-bottom: 1px solid #ac9c62;
  margin-bottom: 8px;
  line-height:1.2;
}

.team-display-small .team-member-inner .content .position {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.team-display-small .team-member-inner .bottom-badge {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #ac9c62;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 2px 17px;
    font-size: 14px;
}

.team-member-modal.open {
	opacity: 1;
	visibility: visible;
}

.team-member-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
		opacity: 0;
    background: #0000003b;
    z-index: 1;
		visibility: hidden;

		transition: all ease 0.5s;
}

.team-member-modal .modal-inner {
    position: fixed;
    width: 100%;
    left: 0;
    top: 150%;
    background: #fff;
    padding: 35px;
    transform: translateY(-50%);

		transition: all ease 0.5s;
		max-height: 100%;
    overflow: scroll;
}

.team-member-modal.open .modal-inner {
	top: 50%;
}

.team-member-modal .modal-content {
    max-width: 1140px;
    margin: auto;
}

.team-member-modal .member-header {
    text-align: left;
    display: flex;
    border-bottom: 1px solid #cb8b1d;
    align-items: flex-end;
    margin-bottom: 27px;
    padding-bottom: 5px;
}

.team-member-modal .member-header .name {
    margin-right: 27px;
    font-size: 31px;
    font-weight: 100;
}

.team-member-modal .member-header .position {
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.team-member-modal .bio {
    text-align: left;
}

.team-member-modal .bio p {
    font-weight: 100;
}

.team-member-modal .image {
    padding-bottom: 80%;
    position: relative;
}

.team-member-modal .image .bgimg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.team-member-modal .imagereflection {
		padding-bottom: 51%;
		overflow: hidden;
		height: 0;
		opacity: 0.06;
		margin-bottom: -36px;
		position: relative;
		-moz-transform: scaleY(-1);
		-o-transform: scaleY(-1);
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1);
		filter: FlipY;
		-ms-filter: "FlipY";
}

.team-member-modal .imagereflection .image {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.team-member-modal .imagereflection::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;

		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+12,0+85 */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 85%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 12%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.team-member-modal .close {
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 34px;
    font-weight: 100;
    -webkit-transform: scale(1.2,1); /* Safari and Chrome */
    -moz-transform: scale(1.2,1); /* Firefox */
    -ms-transform: scale(1.2,1); /* IE 9 */
    -o-transform: scale(1.2,1); /* Opera */
    transform: scale(1.2,1); /* W3C */
    box-shadow: none;
    position: absolute;
    right: 20px;
    top: 20px;
		z-index: 100;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.team-large-display .bio,
	.team-large-display .bio p {
	  font-size: 12px;
	}
	.team-large-display .content {
		width: 56%;
	}
	.team-large-display .image {
		width: 44%;
	}
}

@media (max-width: 991px) {
	.team-member.cols-4 {
	  width: 50%;
	}

	.team-member.cols-5 {
	  width: 33.333%;
	}

	.team-large-display .image {
	  width: auto;
	  position: relative;
	  max-width: 400px;
	  margin: 0px 62px;
	  margin-bottom: -50px;
	  margin-top: 80px;
	  border-radius: 6px;
	  overflow: hidden;
	}

	.team-large-display .content {
	  width: 100%;
	  float: none;
	}

	.team-large-display .image .bgimg {
	  position: relative;
	  padding-bottom: 80%;
	}
}

@media (max-width: 767px) {
	.team-member.cols {
	  width: 100%;
	}

	.team-display-small .team-member-inner .content .position {
	  font-size: 12px;
	  color: #888;
	  text-transform: uppercase;
	  font-weight: 100;
	  letter-spacing: 1px;
	  padding-bottom: 7px;
	}

	.team-display-small .team-member-inner .content .name {
	  color: #fccb06;
	  font-size: 23px;
	}

	.team-display-small .team-member-inner .content {
	  padding: 10px 20px;
	  min-height: 107px;
	  display: table;
	  width: 100%;
	}

	.team-display-small .team-member-inner .content .content-inner {
	  display: table-cell;
	  vertical-align: middle;
	  position: relative;
	  transform: none;
	  text-align: left;
	  padding: 0;
	}

	.team-display-small .team-members .row {
		margin: 0 -10px;
	}

	.team-display-small .team-member-inner {
	  background: #fff;
	}

	.team-display-small .team-member-inner .image {
	  width: 100%;
	  padding-bottom: 80%;
	  position: relative;
	  background: #000;
	}

	.team-display-small .team-member-inner .image
	 .bgimg {
	  position: absolute;
	  height: 100%;
	  width: 100%;
	  background-size: cover;
	  background-position: center center;
	}

	.team-display-small .team-member-inner .content {
	  padding: 10px 20px;
	  text-align: left;
	  position: relative;
	  background: none;
	  transform: none;
	  opacity: 1;
	}

	.team-display-small .team-member-inner .content {
	    padding-bottom: 28px;
	}

	.team-member-modal .member-header {
	    display: block;
	}

	.team-member-modal .imagereflection {
	    display: none;
	}
}

@media (max-width: 450px) {
	.team-large-display .image {
	  margin: 0;
	  max-width: 100%;
	  border-radius: 0;
	}
	.team-large-display .content {
	  padding: 20px;
	}
}

/* Button Wrapper */

.buttonwrappp {
    text-align: center;
}

/*
* ONE COLUMN BANNER
*/
.one-column-banner {
  padding: 17% 0;
  background-size: cover;
  background-position: center center;
  /*border-bottom: 1px solid #eee;*/
}

.one-column-banner * {
  color: #fff;
}

.one-column-banner h2 {
  font-size: 40px;
}
.one-column-banner h1 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 100;
}

@media (max-width: 767px) {
	.one-column-banner p {
	  font-size: 13px;
	}
	.one-column-banner {
	  padding: 1% 0;
    min-height: 239px;
	}
}

/*
* FOUR COLUMN ICON LINKS
*/
.four-column-icon-links .col-sm-3 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.four-column-icon-links .col-sm-3 img {
  width: 60%;
}

.four-column-icon-links .col-sm-3 a {
  text-decoration: none;
}

.four-column-icon-links .col-sm-3 a h2 {
  color: #000;
  font-weight: 100;
  font-size: 25px;
  letter-spacing: 1px;
  margin: 15px 0;
}

.four-column-icon-links .col-sm-3 a .btn {
  color: #900000;
  font-weight: 100;
  font-size: 16px;
  border: 2px solid #900000;
  border-radius: 50px;
  padding: 5px 30px;
  transition: all 0.3s ease;
}

.four-column-icon-links .col-sm-3 a:hover .btn {
  background: #900000;
  color: #fff;
}
@media (min-width: 768px) {
	.col-sm-offset-1dot5 {
	  margin-left: 12.5%;
	}
}

/*
* FOUR COLUMN LOCATIONS
*/
.four-column-locations .col-sm-3 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.four-column-locations .col-sm-3 img {
  width: 100%;
}

.four-column-locations .col-sm-3 a {
  text-decoration: none;
	background-color: #ffcd21;
  margin: -8px;
  padding: 0px;
  border-radius: 10px;
  border: 2px solid white;
  overflow: hidden;
  display: block;
	transition: all .5s ease,box-shadow 1s ease;
  will-change: transform;
}

.four-column-locations a:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.15);
  transform: translateY(-10px);
}

.four-column-locations .col-sm-3 a h2 {
  color: #900000;
  font-weight: 100;
  font-size: 21px;
  letter-spacing: 1px;
  margin: 15px 0;
}

.four-column-locations .col-sm-3 a .btn {
  color: #900000;
  font-weight: 100;
  font-size: 16px;
  border: 2px solid #900000;
  border-radius: 50px;
  padding: 5px 30px;
  transition: all 0.3s ease;
}

.four-column-locations .col-sm-3 a:hover .btn {
  background: #900000;
  color: #fff;
}
@media (min-width: 768px) {
	.col-sm-offset-1dot5 {
	  margin-left: 12.5%;
	}
}

@media (min-width: 1370px) {
	.container.four-column-locations-container {
    width: 1350px;
}
}

/*
* GALLERY
*/
.gallery-wrap .gallery-item {
  margin-bottom: 30px;
}
@media (max-width:767px) {
  .gallery-wrap .gallery-item {
	  margin-bottom: 3px;
	}
}

/*
* IMAGE BANNER
*/
.image_banner .row {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.image_banner .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.image_banner img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.image_banner img.alignright {
	margin-left: auto;
  margin-right: 0;
}

.image_banner .row::before,
.image_banner .row::after {
  content: none;
}

.image_banner .background {
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.image_banner .banner_image {
  position: relative;
  overflow: hidden;
}

.image_banner .content {
	padding: 30px 0;
}
.image_banner .content * {
  color: #fff;
}

.image_banner .content h1 {
  font-size: 42px;
}

/* Meet the Chief One Column */
.meetchiefonecolumn {
    margin-top: 75px;
}

@media (min-width: 992px) {
	.image_banner img {
	  margin: -20px 0;
	}
}

@media (max-width: 992px) {
	.image_banner .row > div {
	  display: block;
	  vertical-align: middle;
	  float: none;
	}
	.image_banner .col-sm-6.min-height {
	  display: none;
	}
}

/*
* Horz Profile
*/
.horz-profile-inner {
  background: #fff;
  margin-left: 20px;
  box-shadow: 0 0 50px #0000001a;
  padding: 43px 0;
}

.horz-profile-inner .image img {
  margin-left: -46px;
  box-shadow: 0 0 30px #00000017;
}

.horz_profile h3 {
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 23px;
}

.horz_profile h2 {
  margin-bottom: 3px;
}
.horz_profile ul {
  margin: 0;
  margin-left: 26px;
  font-weight: 100;
  font-size: 18px;
}
.headings {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 20px;
}
.flexible-content-row.horz_profile {
  margin-bottom: 50px;
}
.flexible-content-row.horz_profile .row {
  display: table;
  width: 100%;
}

.flexible-content-row.horz_profile .row > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.flexible-content-row.horz_profile .image img {
  border-radius: 800px;
}
.flexible-content-row.horz_profile h2 {
	font-size: 38px;
}
@media (max-width: 992px) {
	.flexible-content-row.horz_profile .row > div  {
	  float: none;
	  width: 100%;
	  display: block;

	}
}

@media (max-width: 767px) {
	.horz-profile-inner {
	  margin: 0;
	  padding: 46px;
	}

	.horz-profile-inner .image img {
	  margin: 0;
	  margin-bottom: 39px;
	}
}

/*
* Flexiable data.
*/
.flexible-content-row.call-to-action_banner {
  background: #fccb06;
  text-align: center;
  line-height: 1.5;
  padding: 50px 0;
  margin: 80px 0;
}

.flexible-content-row.call-to-action_banner h2 {
  font-size: 39px;
  text-align: center;
	text-transform: uppercase;
  margin: 11px 0;
	color: #0d2240;
	font-weight: 900;
	line-height: 1.4;
}

.flexible-content-row.call-to-action_banner .pre-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
	color: #000;
}

.flexible-content-row.call-to-action_banner .cta-content {
	max-width: 800px;
	margin: auto;
}

.home .flexible-content-row.call-to-action_banner {
    background: #fccb06;
    text-align: center;
    line-height: 1.5;
    padding: 26px 0;
}

@media screen and (max-width: 767px) {
	.flexible-content-row.call-to-action_banner .cta-content {
    padding: 27px;
	}

	.flexible-content-row.call-to-action_banner h2 {
		font-weight: 400px;
		font-size: 21px;
	}
}

/* One Column Container Size */

@media (min-width: 1200px) {
	.attempttoident .container {
		width: 100%;
	}
}

	.attempttoident {
		padding-bottom: 46px;
	}

/*
* TIMELINE DISPLAY
*/
.timeline_display .timeline-items {
  margin: 10px 100px;
}

.timeline_display .timeline-item {
  margin-bottom: 50px;
}

.timeline_display .timeline-item .content-p p {
  font-size: 16px;
}

.timeline_display .timeline-item h3 {
	margin-top: 9px;
	color: #00599f;
	font-size: 29px;
}
.timeline_display .timeline-items {
  position: relative;
  counter-reset:mycounter;
}

.timeline_display .timeline-items::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 156px);
  width: 2px;
  background: #0263af;
  left: -60px;
  margin-top: 80px;
}

.timeline_display .timeline-items .image::before {
  content: counter(mycounter);
  counter-increment:mycounter;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -69px;
  border: 2px solid #0263af;
  width: 50px;
  height: 50px;
  background: #ebebeb;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  color: #0263af;
  font-weight: 500;
  font-size: 20px;
}

.timeline_display .timeline-items .image {
  position: relative;
}

@media (max-width: 991px) {
	.timeline_display .timeline-items::before {
	  content: "";
	  display: block;
	  position: absolute;
	  height: calc(100% - 424px);
	  width: 2px;
	  background: #0263af;
	  left: -60px;
	  margin-top: 142px;
	}
}

@media (max-width: 767px) {
	.timeline_display .timeline-items {
	  margin: 10px 30px;
	}

	.timeline_display .timeline-items::before {
	  left: -25px;
    height: calc(100% - 100px);
	  margin-top: 62px;
	}

	.timeline_display .timeline-items .image::before {
	  width: 35px;
	  height: 35px;
	  line-height: 30px;
	  left: -27px;
	  font-size: 14px;
	  font-weight: 600;
	}
	.timeline_display .timeline-items::after {
	  content: "";
	  display: block;
	  width: 8px;
	  height: 8px;
	  background: #0263af;
	  border-radius: 100px;
	  position: absolute;
	  left: -28px;
	  bottom: 31px;
	}
}

/*
* OFFSET CHECKERED CONTENT BANNER
*/
.offset_checkered_content_banner {
  background: #fff;
	padding: 100px 0;
  overflow: hidden;
	position: relative;
	z-index: 0;
}

.offset_checkered_content_banner .row {
    display: flex;
    min-height: 440px;
    align-items: center;
}

.offset_checkered_content_banner .row > div {
    display: block;
    flex: 1;
    position: relative;
    float: none;
}

@media screen and (min-width: 992px) {
	.offset_checkered_content_banner .content-inner {
	  max-width: 630px;
	}
}

.offset_checkered_content_banner.side-Right .content-inner {
    margin-left: auto;
}

.offset_checkered_content_banner .bg-image {
	background-size: cover;
	background-position: center center;
	padding-bottom: 69%;
	position: relative;
	top: -15px;
	width: calc(100% - 30px);
}

.offset_checkered_content_banner .bg-image::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	height: 100%;
	width: 100%;
	background: #fccb08;
	z-index: -1;
  box-shadow: 0px 0px 43px #00000045;
}

.offset_checkered_content_banner.side-Right .bg-image::after {
    left: -30px;
}

.offset_checkered_content_banner.side-Right .bg-image {
    left: 30px;
}

.offset_checkered_content_banner ul {
  font-size: 16px;
  font-weight: 100;
}

.offset_checkered_content_banner ul li {
  margin-bottom: 11px;
}

@media (max-width: 1199px) {
	.offset_checkered_content_banner .row {
		display: block;
	}

	.offset_checkered_content_banner .row > div {
		display: block;
		max-width: 700px;
    margin: auto;
	}

	.offset_checkered_content_banner .image {
		padding-bottom: 50px;
	}
}

/*
* INVENTORY DISPLAY
*/
.inventory_display {
    position: relative;
    margin: 50px 0;
		overflow: hidden;
}

.inventory_display .slick-track {
	margin: auto;
}

.inventory_display .slick-prev {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.inventory_display .inventory {
    padding: 0 80px;
}

.inventory_display .slick-list {
    padding: 20px 10px;
		overflow: visible;
}

.inventory_display .slick-next {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.inventory_display .button-wrap {
	text-align: center;
	margin-top: 60px;
}

.inventory_display button.slick-arrow {
    background: #000;
    box-shadow: none;
    border: none;
    font-size: 0px;
    height: 53px;
    width: 53px;
    border-radius: 56px;
    outline: none;
		z-index: 100;
}

.inventory_display button.slick-arrow.slick-next::after {
	background-image: url(/wp-content/themes/tangent/core/imgs/white-arrow-right.png);
}

.inventory_display button.slick-arrow.slick-prev::after {
    background-image: url(/wp-content/themes/tangent/core/imgs/white-arrow-left.png);
}

.inventory_display button.slick-arrow::after {
    content: "";
    display: block;
    background-size: contain;
    height: 22px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.inventory_display button.slick-arrow.slick-prev {
    padding: 16px 17px;
}

.inventory_display button.slick-arrow.slick-next {
    padding: 16px 19px;
}

.inventory_display button.slick-arrow.slick-disabled {
    background: #ddd;
}

.inventoryItem .photo {
    padding: 33%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inventory .inventoryItem {
	margin: 10px;
	position: relative;
	border: 2px solid #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 17px #00000029;
}

.inventory .inventoryItem {
    opacity: 0;
    transition: opacity 1s ease;
}

.inventory .inventoryItem.slick-active {
    opacity: 1;
}

.inventoryItem .button-default {
    display: block;
    margin: 13px;
    padding: 7px 20px;
    min-width: 0;
}

.inventoryItem .content {
    padding: 19px;
		padding-bottom: 10px;
}

.inventoryItem .content .title {
    font-size: 17px;
    margin-bottom: 9px;
}

.inventoryItem .name {
    margin-right: 10px;
}

.inventoryItem .modelID {
    font-size: 14px;
    color: #777;
		display: block;
}

.inventoryItem .specs .icon svg {
    width: 20px;
    height: 100%;
}

.inventoryItem .specs .icon svg path {
    fill: #900000;
}

.inventoryItem .specs {
    display: flex;
    align-items: center;
}

.inventoryItem .specs .icon {
    display: inline-flex;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.inventory_display .inventory {
    padding: 0 10px;
	}
	.inventory_display .slick-prev {
    left: -11px;
	}
	.inventory_display .slick-next {
    right: -11px;
	}
	.inventory_display {
    margin: 10px 0;
	}
}

/*
* INVENTORY GRID
*/
.inventory_grid .inventory .inventoryItem {
    opacity: 1;
		background: #fff;
		margin: 0;
		margin-bottom: 40px;
}

/*
* INVENTORY SINGLE
*/
.single-inventory #main {
    padding-top: 70px;
}

.property-header {
	margin-bottom: 50px;
}

.property-header .property-specs {
    display: flex;
    flex-wrap: wrap;
		margin: 10px 0;
}

.property-header .property-specs .spec {
    width: 50%;
		font-size: 18px;
}

.property-header .property-specs .spec svg {
    width: 22px;
    height: 100%;
}

.property-header .property-specs .spec {
    display: flex;
    align-items: center;
}

.property-header .property-specs .spec .icon {
    display: inline-flex;
    margin-right: 10px;
}

.property-header .property-specs .spec svg path {
    fill: #9f2628;
}

.property-header .property-specs .spec {
    margin-bottom: 7px;
}

.property-header .title {
    display: flex;
    align-items: center;
}

.property-header .title h1 {
    font-size: 33px;
    margin: 0;
    margin-right: 30px;
}

.property-header .title .model-id {
    color: #656565;
}

.property-header .title .model-id {
    font-size: 20px;
}

.property-header .navigation ul {
    margin: 0;
    list-style: none;
    display: flex;
}

.property-header .navigation ul a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
		text-decoration: none;
}

.property-header .navigation ul a:hover {
    color: #fccb0b;
}

.property-header .navigation ul li {
    margin-right: 20px;
    position: relative;
}

.property-header .navigation {
		display: inline-block;
    border-bottom: 4px solid #ddd;
    padding: 5px 15px;
    margin-top: 14px;
}

.property-header .navigation ul li:first-child::after {
		content: "";
		display: block;
		width: 80%;
		height: 4px;
		background: #fccb0b;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -17px;
}

.property-section {
	margin-bottom: 50px;
}

.property-section .highlight-headline-left {
	margin-bottom: 30px;
}

div#property-description,
div#property-virtual-tour {
    background: #f2f0e9;
    padding: 50px 0;
}

#property-description .section-inner {
    max-width: 700px;
}

#property-photos {
    position: relative;
		overflow: hidden;
}

#property-photos .slick-list {
    overflow: visible;
}

#property-photos .photos {
	max-width: 900px;
	width: 100%;
}

#property-photos .photo {
    width: 100%;
    background: #ddd;
    position: relative;
    margin-right: 10px;
		opacity: 0.3;
		transition: opacity 1s ease;
}

#property-photos .photo .photo-inner {
    padding-bottom: 66.6%;
		position: relative;
		overflow: hidden;
}

#property-photos .photo .photo-inner .photo-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    filter: blur(20px);
}

#property-photos .photo .photo-inner .photo-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#property-photos .photo.slick-current {
    opacity: 1;
}

#property-photos button.slick-arrow {
    background: #000;
    box-shadow: none;
    border: none;
    font-size: 0px;
    height: 53px;
    width: 53px;
    border-radius: 56px;
    outline: none;
		z-index: 100;
}

#property-photos button.slick-arrow.slick-next::after {
	background-image: url(/wp-content/themes/tangent/core/imgs/white-arrow-right.png);
}

#property-photos button.slick-arrow.slick-prev::after {
    background-image: url(/wp-content/themes/tangent/core/imgs/white-arrow-left.png);
}

#property-photos button.slick-arrow::after {
    content: "";
    display: block;
    background-size: contain;
    height: 22px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

#property-photos button.slick-arrow.slick-prev {
    padding: 16px 17px;
}

#property-photos button.slick-arrow.slick-next {
    padding: 16px 19px;
}

#property-photos button.slick-arrow.slick-disabled {
    background: #ddd;
}

#property-photos .slick-prev {
    position: absolute;
    left: -77px;
    top: 50%;
    transform: translateY(-50%);
}

#property-photos .slick-next {
    position: absolute;
    right: -77px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1315px) {
	#property-photos .slick-prev {
	    left: 2px;
	}

	#property-photos .slick-next {
	    right: 12px;
	}
}

@media screen and (max-width: 1199px) {
	.property-header .navigation ul a {
		font-size: 13px;
	}

	.property-header .navigation ul li {
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	#property-photos .photos {
    margin: 0 -15px;
    display: block;
    width: auto;
	}

	#property-photos .photo {
    margin-right: 0px;
	}

	#property-photos .slick-next {
	    right: 2px;
	}

	.property-header .navigation {
		display: none;
	}
}

/*
* EVENT INFO
*/
.event_info {
  text-align: center;
  margin: 60px 0;
  line-height: 1.3;
}

.image_banner .banner_image {
  position: relative;
  overflow: hidden;
  min-height: 256px;
}

.event_info .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
  color: #0b3f67;
}

.event_info h1 {
  font-size: 38px;
  color: #fccb06;
  margin: 9px 0;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding-bottom: 16px;
}

.event_info .date {
  font-size: 57px;
  /* font-weight: 600; */
  /* text-transform: uppercase; */
  /* letter-spacing: 4px; */
  color: #0f293d;
}

.event_info .location {
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #979897;
}

.event_info .datetime {
  margin-bottom: 37px;
  margin-top: 31px;
  display: inline-block;
  margin-right: 37px;
  border-right: 1px solid #ddd;
  padding-right: 37px;
  line-height: 1.1;
  color: #fccb06;
  font-size: 58px;
}

.event_info .dates {
  margin-bottom: 20px;
}

.event_info .dates.one-column .datetime::after,
.event_info .dates.two-column .datetime:nth-child(2n)::after,
.event_info .dates.three-column .datetime:nth-child(3n)::after {
    content:"\a";
    white-space: pre;
}

.event_info .datetime:last-child,
.event_info .dates.one-column .datetime,
.event_info .dates.two-column .datetime:nth-child(2n),
.event_info .dates.three-column .datetime:nth-child(3n) {
  padding: 0;
  margin: 0;
  border: none;
}

.event_info .dates.one-column .datetime {
  display:block;
  margin-top:20px;
}

.event_info .datetime .date {
  font-size: inherit;
  display: block;
  color: inherit;
}

.event_info .datetime .time {
  font-size: inherit;
  letter-spacing: 0px;
}

@media (max-width: 1100px) {
  .event_info .dates.three-column .datetime {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
.event_info .datetime {
  font-size: 31px;
  margin-right: 20px;
  padding-right: 20px;
  margin-top: 23px;
}

.event_info .location {
  font-size: 23px;
}

.event_info .cta-sub {
  font-size: 13px;
}

.event_info .dates.three-column .datetime {
  display:block;
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 20px !important;
}

.event_info .dates.three-column .datetime:nth-child(2n) {
  padding: 0;
  margin: 0;
  border: none;
}

.event_info .dates.three-column .datetime:nth-child(2n)::after {
  content:"\a";
  white-space: pre;
}

.event_info .dates.three-column .datetime:nth-child(3n)::after {
  content: none;
}

}



/*
* CONTACT
*/
.contact-page {
  padding-top: 20px;
  padding-bottom: 100px;
}

/*
* SMALL ONE COLUMN
*/
.small_one_column {
  padding: 75px 0;
}

/*
* VIDEO MODAL
*/
/* .video-modal {
	cursor: pointer;
} */
div#youtube-video-wrap {
	opacity: 0;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 1);

  transition: all 1s ease;
}

div#youtube-video-wrap.open {
	opacity: 1;
}

div#youtube-video-wrap .video-inner {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

div#youtube-video-wrap::before {
	  content: "X";
	  position: absolute;
	  cursor: pointer;
	  z-index: 10;
	  top: 5px;
	  left: 5px;
	  display: block;
	  color :#000;
	  width: 50px;
	  line-height: 50px;
	  text-align: center;
	  border-radius: 50px;
	  background: #fff;
	}

div#youtube-video-wrap .video-inner .responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
}

div#youtube-video-wrap .video-inner iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.videoWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:767px) {
	div#youtube-video-wrap::before {
	  content: "X";
	  position: absolute;
	  cursor: pointer;
	  z-index: 10;
	  top: 5px;
	  left: 5px;
	  display: block;
	  color :#000;
	  width: 50px;
	  line-height: 50px;
	  text-align: center;
	  border-radius: 50px;
	  background: #fff;
	}
}

/*
* LOGO CAROUSEL
*/
.client-logos-carousel .carousel {
	display: none;
}
.client-logos-carousel .carousel.slick-initialized {
	display: block;
}
.client-logos-carousel .client-logo {
  margin: 0 40px
}

.client-logos-carousel {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.client-logos-carousel .client-logo img {
  width: auto;
  max-height: 100px;
}

@media (max-width: 767px) {
	.client-logos-carousel .client-logo {
	  margin: 0 15px
	}
	.client-logos-carousel .client-logo img {
	  max-height: 60px;
	}
}


/*
* BLOG ARCHIVE
*/
/*parallax*/
.single-post .parallax,
.blog .parallax,
.category .parallax{
	position: absolute!important;
	left:0;
	top:0;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.single-post .parallax2,
.blog .parallax2,
.category .parallax2{
	position: absolute!important;
	left:0;
	top:0;
	width:100%;
	height:150%;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.single-post .tmbackground,
.blog .tmbackground,
.category .tmbackground{
	position: absolute!important;
	left:0;
	top:0;
	width:100%;
	height:150%;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.blog-header {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 60px;
	margin-top: 60px;
}

.blog-header .parallax2 {
  z-index: -1;
}

.blog-header h1 {
  text-transform: uppercase;
}

.blog .categories .category,
.category .categories .category {
  display: block;
  text-align: right;
  color: #6d6d6d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.blog .categories .category.current,
.category .categories .category.current {
  color: #dcbb18;
}
.blog .categories .category:hover,
.category .categories .category:hover {
  color: #343434;
  text-decoration: none;
}
.blog #secondary,
.category #secondary {
  border-right: 1px solid #ddd;
  padding-right: 30px;
}
.blog #content-wrap,
.category #content-wrap {
  margin-top: 75px;
}
.blog #primary,
.category #primary {
  padding-left: 30px;
  margin-top: 0;
}
.blog .postcategories a, .blog .postcategories,
.category .postcategories a, .category .postcategories,
.related-blog-post .postcategories a, .related-blog-post .postcategories {
  color: #dcbb18;
  font-size: 13px;
}

.blog .postcategories a,
.category .postcategories a,
.related-blog-post .postcategories a  {
  text-decoration: underline;
}
.blog article,
.category article,
article.related-blog-post {
	margin-bottom: 75px;
}
.blog a.post-thumbnail,
.category a.post-thumbnail,
article.related-blog-post a.post-thumbnail {
	outline: none;
}
.blog a.post-thumbnail img,
.category a.post-thumbnail img,
article.related-blog-post a.post-thumbnail img {
  border-radius: 4px;
}

.blog article h2,
.category article h2,
article.related-blog-post h4 {
  margin:10px 0;
  font-weight: 100;
  color: #505050;
  line-height:1.2;
  font-size: 26px;
}
.blog article a,
.category article a,
article.related-blog-post a {
	text-decoration: none;
	outline: none;
}
.blog article .author,
.category article .author,
article.related-blog-post .author {
  text-transform: uppercase;
  font-weight: 600;
  color: #757575;
  font-size: 13px;
}
.blog article p,
.category article p,
article.related-blog-post p {
  font-size: 14px;
  line-height: 1.9;
  color: #505050;
}
.blog article a.readmore,
.category article a.readmore,
article.related-blog-post a.readmore {
  color: #960a0d;
  font-size: 17px;
}
.blog article a.readmore:hover,
.category article a.readmore:hover,
article.related-blog-post a.readmore:hover {
	color: #d43b3b;
}
/*.blog article .info,
.category article .info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}*/
.yuzo__title {
  text-align: center;
  margin: 38px !important;
  padding: 20px !important;
  margin-top: 85px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
.yuzo__title h3,
.yuzo__title h2 {
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.blog article .row,
	.category article .row {
	  display: table;
	}
	.blog article .row > div,
	.category article .row > div {
	  display: table-cell;
	  float: none;
	  vertical-align: middle;

	}
}
nav.navigation.paging-navigation {
  background: none;
}

nav.navigation.paging-navigation a {
  color: #dcbb18;
  text-decoration: underline;
}

.container.blog-content {
  max-width: 700px;
}

.container.blog-content p {
  line-height: 1.65;
  font-size: 17px;
  font-weight: 100;
}
.container.blog-content ul,
.container.blog-content ol {
  font-weight: 100;
}
.container.blog-content h2 {
  font-size: 23px;
}
.container.blog-content h3 {
  font-size: 20px;
  font-weight: 100;
}
.blog-single-header {
  position: relative;
  overflow: hidden;
  height: calc(64vh - 70px);
	margin-top: 50px;
	margin-bottom: 100px;
}
.blog-single-header h1 {
  color: #fff;
  font-size: 37px;
  letter-spacing: 3px;
  margin-bottom: 35px;
  line-height: 1.4;
}

.blog-single-header .postcategories, .blog-single-header .postcategories a {
  color: #dcbb18;
}

.blog-single-header .postcategories a {
  text-decoration: underline;
}
/* html, body.single-post, .single-post #site-wrapper, .single-post #pagey {
  height: 100%;
} */
.blog-single-header::before {
  content:"";
  width: 100%;
  height: 354px;
  position:absolute;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	opacity: 0.8;
}

.blog-single-header .container {
  padding: 24px;
}
.blog-single-header .author .img img {
  width: 100px;
  border-radius: 100%;
  border: 2px solid #ec761f;
}

.blog-single-header .author {
  text-align: right;
  color: #fff;
  margin-top: 38px;
}

.blog-single-header .author .img {
  float: right;
  padding-left: 19px;
}

.blog-single-header .author .name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1;
  padding-top: 31px;
}

.blog-single-header .author .jobtitle {
  font-size: 14px;
}
.blog-single-header a.scrollbtn {
  font-size: 43px;
  color: #fff;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#wpcomm .wc-blog-administrator > .wc-comment-left .wc-comment-label {
  background: #960a0d !important;
}

#wpcomm .wc-blog-administrator > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-administrator > .wc-comment-right .wc-comment-author
a {
  color: #960a0d !important;
}

#wpcomm span.wpdiscuz-sort-button-active {
	color: #960a0d !important;
}

@media screen and (max-width:1199px) {
	.blog article h2, .category article h2 {
	  font-size: 21px;
  }
  .blog article p, .category article p {
	  font-size: 13px;
  }
  .blog article a.readmore, .category article a.readmore {
	  font-size: 15px;
  }

	.blog article h2, .category article h2 {
	  font-size: 21px;
  }
  .blog article p, .category article p {
	  font-size: 13px;
  }
  .blog article a.readmore, .category article a.readmore {
	  font-size: 15px;
  }
}

@media screen and (max-width:991px) {
	.blog article .row > div, .category article .row>div {
	  display: table-cell;
	  float: none;
	  vertical-align: top;
	}
}

@media screen and (max-width: 767px) {
	.blog #secondary, .category #secondary {
	    border: none;
	}

	.blog .categories .category, .category .categories .category {
	    text-align: center;
	}

	.blog #secondary .categories, .category #secondary .categories {
	    background: #f2f0e9;
			padding: 20px;
			border-radius: 4px;
	}

	.blog article .row > .thumbnail, .category article .row > .thumbnail {
		max-width: 250px;
	}

	.blog article .row > div, .category article .row>div {
    display: block !important;
	}
}

/*
* YOUTUBE BG VIDEO
*/
.videoWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
* FORMS
*/
.visual-form-builder fieldset{background:none;border-radius:0;border:none}
.visual-form-builder .vfb-legend{color:rgb(51, 51, 51);border-bottom:1px solid #E4E4E4}
.visual-form-builder label,label.vfb-desc{font-weight:300}
input.vfb-text,input[type="text"].vfb-text,input[type="tel"].vfb-text,input[type="email"].vfb-text,input[type="url"].vfb-text,textarea.vfb-textarea {
	border-radius:0px;padding:6px 10px;box-shadow:none;background: rgb(243, 243, 243);border:none;box-shadow: none !important;
}

.visual-form-builder-container input:disabled{opacity:0.5}

.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-middle-third,
.visual-form-builder li.vfb-right-third {
    width: 33.3% !important;
}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
    margin-bottom: 0;
}

/*
* FOOTER
*/
div.wpcf7 .ajax-loader {
  background: none;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  left: calc(50% - 30px);
  bottom: 10px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

div.wpcf7 .ajax-loader::before {
  content: "\f021";
}
.footer {
  margin-top: 0px;
  background: #0d2240;
  color: #fff;
  padding: 64px 0;
  border-top: 1px solid #fcd721;
}

.footer-right {
    text-align: right;
}

.footer-middle {
    text-align: center;
}

.footer .phone {
    font-size: 18px;
    font-weight: 300;
}

.footer a {
	color: #5D5C5C;
}
.footer-nav {
  text-align: center;
  margin-top: 22px;
}
.footer-nav .copyright {
	font-size: 12px;
	color: #8c8c8c;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
}
.footer-nav ul li {
  display: inline-block;
}
.footer-nav ul a {
  padding: 0 10px;
  color: #848484;
  font-weight: 100;
  font-size: 17px;
  text-decoration: underline;
}
.footer-nav ul .current_page_item a {
  color: #000;
}
.footer-nav ul ul {
	display: none;
}
.footer p {
  margin-bottom: 2px;
}
.footer-logo img {
  max-width: 192px;
}

.footer .footer-headline {
  font-size: 35px;
  font-weight: 100;
  max-width: 549px;
  margin: auto;
  color: #93d9a9;
  padding: 72px 0;
  line-height: 1.2;
}

.footer-logo img {
	max-width: 305px;
	max-height: 128px;
  margin: 0 10px;
}

.footer #bbb p, .footer #disclaimer p {
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
}

.footer #bbb a, .footer #bbb img {
  float: right;
  display: block;
}

.footer #disclaimer {
  border-left: 1px solid #dedede;
}

.footer-lower {
  padding-top: 43px;
  /* border-top: 1px solid #dedede; */
  margin-top: 43px;
}

.footer-middle .row .col-md-4 {
	margin-bottom: 40px;
}

.footer .copyright {
  margin-top: 10px;
  font-size: 13px;
  color: #737373;
}

.footer .footer-bottom-column p {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
}

.footer .footer-bottom-column {
    margin-top: 50px;
}

.footer-tagline {
	margin-top: 50px;
}

.footer-left {
	text-align: left;
}

@media screen and (min-width: 992px) {
	.footer-left {
		padding-left: 70px;
	}

	.footer .row {
	    display: flex;
	    align-items: center;
			flex-wrap: wrap;
	}

	.footer .row .col-md-4 {
		width: 33.3%;
	}
}

@media screen and (max-width: 991px) {
	.footer-logo, .footer-right {
	    text-align: center;
	    margin-bottom: 22px;
	}
}





#bbb.col-sm-6 {
	margin-bottom: 50px;
}

@media (min-width: 767px) {
	.footer-middle .row {
	  display: table;
	  width: 100%;
	  vertical-align: middle;
	}

	.footer-middle .row .col-md-4 {
	  display: table-cell;
	  vertical-align: middle;
	  float: none;
	  border-right: 1px solid #ddd;
	  margin-bottom: 0;
	}

	.footer-middle .row .col-md-4:last-child {
	  border: none;
	}

	#bbb.col-sm-6 {
		margin: 0;
	  padding-right: 40px;
	  padding-top: 20px;
	  padding-bottom: 20px;
	}

	#disclaimer.col-sm-6 {
	  padding-top: 20px;
	  padding-bottom: 20px;
	  padding-left: 40px;
	}
}




/*
* MOBILE MENU
*/
.toggle-button {
	display: none;
}
#nav-icon2 {
  width: 19px;
  height: 16px;
  position: absolute;
  top: 27px;
  right: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 6px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 12px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: -2px;
  top: 0px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 0px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: -2px;
  top: 7px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 7px;
}
.slideout-menu {
  position: fixed;
  /* left: 0; */
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #292929;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
#mobilemenu .main-navigation ul,
#mobilemenu .main-navigation {
  display: block;
  width: 100%;
  float: none;
}
#mobilemenu .main-navigation li {
  display: block;
  float: none;
  margin-bottom: 7px;
}
#mobilemenu .main-navigation li.menu-item-has-children {
	padding: 0;
	background: none;
}
#mobilemenu .main-navigation ul ul {
  position: relative;
  left: 0;
  top: 0;
  padding: 5px;
  margin-left: 21px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  width: 89%;
  float: none;
}
#mobilemenu .main-navigation ul ul li {
  margin: 9px 0 !important;
}
#mobilemenu .main-navigation ul ul a {
  font-size: 14px;
  width: auto;
  padding: 0 5px;
	color: #fff;
}
#mobilemenu .main-navigation > div > ul > li > a {
  line-height: 1.4;
  background-color: rgb(144, 0, 0);
  color: #fff;
  padding: 15px 20px;
  border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#mobilemenu .branding {
  padding: 30px;
  background-color: #0b2240;
  max-width: 100%;
  margin-bottom: 9px;
}
#mobilemenu .branding img {
	max-width: 180px;
  padding: 0 20px;
}

#mobilemenu .secondary-nav ul li a {
  background: #183954 !important;
  color: #fff;
  font-weight: 400;
  /* font-size: 14px; */
  width: 100%;
}

#mobilemenu .secondary-nav {
  padding: 0;
  margin: 0;
  width: 100%;
  background: none;
  height: auto;
}

.slideout-menu {
  background: #0c2240;
}

#mobilemenu .main-navigation > div > ul > li > a {
  background-color: rgb(43, 54, 149);
  margin: 0;
}

	#mobilemenu .main-navigation ul ul a {
	  border-color: #fff;
	  background: none;
	  padding-bottom: 5px;
	}

	#mobilemenu .branding {
	  text-align: center;
	}

	#mobilemenu .search input {
	  border: none;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  width: 100%;
	  background-color: #eaeaea;
	}

	#mobilemenu .sponsor-message {
	  display: block;
	  font-size: 12px;
	  margin: 0;
	  padding: 10px;
	  background: #fdce7b;
	  line-height: 1.2;
	  margin-bottom: 15px;
	}

	#mobilemenu .sponsor-message a {
	  text-align: left;
	  display: table;
	}

	#mobilemenu .sponsor-message a > div {
	  display: table-cell;
	}

	#mobilemenu .sponsor-message a .initials {
	  height: 42px;
	  width: 42px;
	  line-height: 40px;
	  vertical-align: top;
	  font-size: 16px;
	  border: 1px solid;
	}

	#mobilemenu .sponsor-message a .message {
	  vertical-align: middle;
	  padding-left: 15px;
	  color: #fff;
	}

	#mobilemenu .branding {
	  margin: 0;
	}

	#mobilemenu .branding img {
	  max-width: 120px;
	  padding: 0;
	}

	#mobilemenu .secondary-nav {
	  margin: 16px 0;
	  display: block;
	  float: none;
	}

	#mobilemenu .secondary-nav ul li a {
	  margin: 0;
	  padding: 10px 20px;
	  width: 100%;
	  display: block;
	  font-weight: 600;
    background: #47ccf7;
	}

	#mobilemenu .secondary-nav ul li {
	  margin: 8px 0;
	  /* display: block; */
	  float: none;
	  width: 100%;
	}

	#mobilemenu .menu-secondary-menu-container{ display: block;}

#nav-icon2 {
	z-index: 100000;
}

#mobilemenu .footer-nav {
	margin-bottom: 40px;
}
@media screen and (max-width:1199px) {
	.toggle-button {
		display: block;
	}
	#nav-main-wrapper {
	  display: none;
	}
	.header-right {
	  display: none;
	}
	#nav-icon2 {
    top: 48px;
    right: 27px;
	}
	#nav-icon2.open {
		top: 51px;
		right: 23px;
	}
}

/*
* RESPONSIVE
*/
/* DESKTOP */
@media screen and (min-width:1200px) {

}



/* MEDIUM DESKTOP */
@media screen and (max-width:1600px) {
	.header_banner .headline {
		font-size: 70px;
	}
}

/* SMALL DESKTOP */
@media screen and (max-width:1199px) {
  #nav-main-wrapper #main-navigation.main-navigation>div>ul>li>a {
    padding: 0 14px;
    font-size: 12px;
  }
	.navigation-strip-bg {
    left: auto;
    right: 0;
    width: 73px;
		-webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
	}
  .blog article h2, .category article h2 {
	  font-size: 21px;
  }
  .blog article p, .category article p {
	  font-size: 13px;
  }
  .blog article a.readmore, .category article a.readmore {
	  font-size: 15px;
  }
	.hero-text .line1 {
		font-size: 20px;
	}
	.hero-text .line2 {
		font-size: 37px;
	}
	.content-highlight-banner .banner-content {
	  line-height: 1.5;
	  font-size: 13px;
	}
	a.button-default {
	  padding: 9px 35px;
	}
	a.button-default::after {
		font-size: 19px;
	}
	.content-highlight-banner h2::after {
		margin: 5px 0;
	}
	.content-highlight-banner h2 {
	  font-size: 27px;
	}
	.content-highlight-banner.video .col-inner {
	  max-width: 90%;
	}
	.header_banner .headline {
		font-size: 60px;
	}
	.content-highlight-banner .container-wrap .container-fluid.banner-img {
	  margin: -50px 0;
	}
	.logo-wrap .branding .logotext {
	  font-size: 25px;
	  margin-top: 19px;
	}
	.header .logo .branding img {
	  max-width: 125px;
	}

}

@media screen and (max-width:1199px) {
	.blog article h2, .category article h2 {
	  font-size: 21px;
  }
  .blog article p, .category article p {
	  font-size: 13px;
  }
  .blog article a.readmore, .category article a.readmore {
	  font-size: 15px;
  }

	.tabs-navigation a {
	  letter-spacing: 0;
	}

}

/* TABLET */
@media screen and (max-width:991px) {

	.blog article .row > div, .category article .row>div {
	  display: table-cell;
	  float: none;
	  vertical-align: top;
	}

	.content-highlight-banner .container-wrap .container .row {
	  position: relative;
	}

	.content-highlight-banner .container-wrap .container {
	  transform: none !important;
	}

	.content-highlight-banner .container-wrap .container-fluid.banner-img {
	  overflow: hidden;
	  border-top: 1px solid #ddd;
	  text-align: center;
	  margin-top: 39px;
	}

	.content-highlight-banner .container-wrap .container-fluid.banner-img img {
	  max-width: 500px;
	  width: 100%;
	  margin: auto;
	}

	.content-highlight-banner .banner-content .col-inner {
	  padding: 20px;
	}
	/*.tmparallax {
		transform: none !important;
	}*/


	#site-wrapper > .header {
		position: relative;
	}
	html {
	  margin: 0;
	}

	.content-highlight-banner .banner-content .col-inner {
	  padding: 80px 20px;
	}

	.content-highlight-banner.video .col-inner {
	  position: relative !important;
	  transform: none;
	}

	.content-highlight-banner.video .banner-content {
	  position: relative;
	}

	.content-highlight-banner.video .container-wrap {
	  padding: 0;
	}

	.content-highlight-banner.video .bg {
	  display: none;
	}

	.content-highlight-banner.video {
	  background-size: cover !important;
	  background-position: center center !important;
	}

	.content-highlight-banner .container-wrap .container-fluid.banner-img {
	  display: none;
	}

	.content-highlight-banner .mobile-banner-img {
	  display: block;
	  border-bottom: 1px solid #Ddd;
	  overflow: hidden;
	}
	.content-highlight-banner h2::after {
	  margin: 20px 0;
	}

	.logo-wrap {
	  margin-top: 20px;
	}
	.upper-nav {
		display: none;
	}
	#site-wrapper > .header .container {
	  position: relative;
	}
	.navigation {
		height: auto;
	}
	.navigation-bar {
		border: none;
	}

	.logo-wrap {
	  margin-top: 20px;
	}

	#site-wrapper > .header .container {
	  position: relative;
	}



	.content-highlight-banner .mobile-banner-img img {
	  margin: -150px 0;
	}

	.slider_banner .flexslider .slides > li .slide-banner .inner .headline {
	  font-size: 36px;
	}

	.slider_banner .flexslider .slides > li .slide-banner .inner .sub-headline {
	  font-size: 27px;
	}
	.slider_banner .flexslider .slides > li .slide-bg {
	  width: 100%;
	  margin: 0;
	  transform: none !important;
	}
	.slider_banner .flexslider .slides > li .slide-banner .inner .headline {
	  font-size: 24px;
	}

	.slider_banner .flexslider .slides > li .slide-banner .inner .sub-headline {
	  font-size: 14px;
	}

	.slider_banner .flexslider .flex-control-nav {
	  bottom: 11px;
	  padding-right: 5px;
	}

	.slider_banner .flexslider:hover .flex-prev {
	  left: 10px;
	}

	.slider_banner .flexslider:hover .flex-next {
	  right: 10px;
	}

	.slider_banner .flexslider .flex-direction-nav a {
	  height: 20px;
	  width: 20px;
	  margin: -10px 0;
	}
	.footer-logo img {
	  margin: 10px;
	}

	.header-right .secondary-nav {
		display: none;
	}
	.header .logo .branding img {
	  max-width: 125px;
	}
}

/* PHONE */
@media screen and (max-width:767px) {
	.header .logo .branding img {
    max-width: 103px;
		margin-bottom: -45px;
	}
	#nav-icon2 {
    top: 32px;
	}
	#nav-icon2.open {
		top: 34px;
	}
	a.button-default {
	  letter-spacing: 3px;
	}
	.header .logo .branding {
		text-align: left;
	}
	.navigation {
		height: auto;
		position: static;
	}
	.small_one_column {
	  padding: 10px 0;
	}
  h1, .h1 {
	  font-size: 23px;
  }
  a.post-thumbnail img {
	  margin-bottom: 27px;
	}
	.blog-single-header .author
	.img {
	  float: left;
	  padding-right: 20px;
	  padding-left: 0;
	}

	.blog-single-header
	.author {
	  text-align: left;
	}
	.parallax2 {
		height: 150%;
	}

	.footer .footer-headline {
	  font-size: 20px;
	}

	.content-highlight-banner .mobile-banner-img img {
	  margin: -70px 0;
	}

	.logo-wrap .branding .logotext {
	  display: none;
	}
	.logo-wrap .branding a {
		border: none;
	}
	.logo-wrap {
	  margin-top: 0px;
	}
	.header_banner .headline {
	  font-size: 36px;
		color: #000 !important;
	}
	.header_banner .background img {
		margin: 0 !important;
	}

	.slider_banner .photo-tag {
	  font-size: 12px;
	  letter-spacing: 0px;
	}
	.tabs-navigation a.active::after {
	  content: none;
	}

	.tabs-navigation li {
	  display: block;
	}

	.secondary-nav {
	  display: none;
	}

	.flexible-content-row.slider .flexslider .slides img {
	  display: none;
	}

	.flexible-content-row.slider .flexslider .slides img.mobile-image {
	  display: block !important;
	}
}

#mobilemenu .main-navigation ul ul::before {
	content: none;
}
#mobilemenu .main-navigation ul ul a:hover {
  color: #000;
}

/*
* TYPED JS
*/
.typed-cursor {
	font-weight: 100;
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
  /*position: absolute;*/
  margin-right: -25px;
}
.hero-text .line2 span {
  display: inline-block;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/*
* VISUAL FORM BUILDER STYLING
*/
.visual-form-builder .vfb-legend {
    margin: 0;
    padding: 0;
}

.visual-form-builder fieldset:first-of-type .vfb-legend {
    display: none;
}

.visual-form-builder ul {
    margin: 0 !important;
}

.visual-form-builder li {
    padding-left: 0 !important;
    padding-right: 25px !important;
}

.visual-form-builder label, label.vfb-desc {
    font-weight: 600;
    font-size: 15px;
}

.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
    width: 50% !important;
}

input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea {
    background: #fff;
    border: 2px solid #eee;
    padding: 10px 10px;
}

.vfb-span, .visual-form-builder li div span.vfb-span {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    background: #f2f0e9;
    padding: 10px;
}

.visual-form-builder label.vfb-choice {
    margin: 0;
    padding: 0;
}

input.vfb-checkbox, input[type="checkbox"].vfb-checkbox, input.vfb-radio, input[type="radio"].vfb-radio {
    margin: 0;
    margin-right: 7px;
}

@media screen and (max-width: 767px) {
	.visual-form-builder li.vfb-left-half,
	.visual-form-builder li.vfb-right-half {
	    width: 100% !important;
	}
}
