/* #616365 dark gray for heading 4 
	#1dcad3 teal
	#e65300 orange
	#863399 purple
	#005cb9 300 blue
	#001c71 dark blue
	#3dae2b green
	#EEEDED light gray
*/

.bg-white {
    background-color: #fff!important;
}

.bg-blue {
	background-color: #001C71!important;
	color: #fff;
}

.bg-blue > h2 {
	color: #fff!important;
}

.bg-teal {
	background-color: #1DCAD3!important;
	color: #fff;
}

.bg-green {
	background-color: #007976!important;
	color: #fff;
}

.bg-red {
	background-color: #C00000!important;
	color: #fff;
}

.bg-orange {
	background-color: #E65300!important;
	color: #000;
}

.bg-gold {
	background-color: #FFB71B!important;
	color: #000;
}

.bg-purple {
	background-color: #863399!important;
	color: #fff;
}

/* added for text colors */
.text-eeeded {
	color: #EEEDED; 
}

.text-ffffff {
	color: #ffffff;
}

.text-000000 {
	color: #000000;
}

.text-1dcad3 {
	color: #1dcad3;
}

.text-e65300 {
	color: #e65300;
}

.text-863399 {
	color: #863399;
}

.text-005cb9 {
	color: #005cb9;
}

.text-001c71 {
	color: #001c71;
}

.text-3dae2b {
	color: #3dae2b;
}

.text-636569 {
	color: #636569;
}

.text-ffb71b {
	color: #ffb71b;
}

.border-1DCAD3 {
	border-color: #1DCAD3;
}

.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

.chart-header {
	font-family: linotype-sabon, Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
	color: #001c71;
	font-size: 30px;
}

/* added for image compare widget */
.ba-slider {
    position: relative;
    overflow: hidden;
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 87%; /* 50 */
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:87%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  background: rgba(255,255,255,1.0);
  cursor: ew-resize;
}
 
.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
	font: var(--fa-font-sharp-regular);
	/*font-family: "Font Awesome 5 Pro";*/
    content:'\f337';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;
 
    background: #e65300; /* @orange */
    border:1px solid #e65300; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    /* box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466;  /* lighten(@orange, 20%)*/ 
	
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	/*transform: scale(1);*/
	animation: pulse 1s infinite;
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:48px;
    font-size:30px;
}

/* end image compare widget */

/* animations */
@keyframes pulse {
	0% {
		transform: scale(0.95);
		/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);*/
	}

	70% {
		transform: scale(1);
		/*box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);*/
	}

	100% {
		transform: scale(0.95);
		/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
	}
}


@font-face {
  font-family: "segal-star-point";
  src:url("/fonts/segal-star-point.eot");
  src:url("/fonts/segal-star-point.eot?#iefix") format("embedded-opentype"),
    url("/fonts/segal-star-point.woff") format("woff"),
    url("/fonts/segal-star-point.ttf") format("truetype"),
    url("/fonts/segal-star-point.svg#segal-star-point") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "segal-star-point" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "segal-star-point" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star-point:before {
  content: "\e000";
}

input  {
  font-family: aktiv-grotesk, FontAwesome, sans-serif;
}

.jssocials-share-link, .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
	border: 0;
	padding: 0;
	color: #e65300!important;
}

.jssocials-share-logo {
	font-size: 1.25rem;
}

.jssocials-shares {
	margin: 0;
}

.jssocials-share {
	margin-top: 0;
	margin-bottom: 0;
}

.footnote{
	font-size: 75%;
	line-height: 1.1rem;
}

p > span.footnote {
	display: block;
	font-size: 75%;
	line-height: 1.1rem;
}

ul, ol {
	padding-left: 1em;
}

p ~ ul, p ~ ol {
	margin-top: -.5rem;	
}

ul:not(.navbar-nav) > li, ol > li {
	margin-bottom: .5rem;	
}

ul >li > ul {
  list-style-type: none;
}

ul > li > ul li:before {
  content: "-";
  position: absolute;
  margin-left: -20px;
}

a {
	color: #016699;
}

a.big-link {
	font-size: 18px;
	line-height: 28px;
	color: #001c71; /*#016699 */
	font-weight: bold;
}

a.big-link:hover {
	text-decoration: none;
}

a.big-link i {
	vertical-align: -10%;
}

a.teal:hover {
	color: #1dcad3;
}

a:hover {
	color: inherit;
}

.table {
	background-color: #FFFFFF;
}

.table-transparent {
	background-color: transparent!important;
}

.table td, .table th {
	border-top: none;
    border-bottom: 1px solid #3BC0CB;
	padding: 10px;
	vertical-align: top;
}

.table thead th {
	border-top: none;
    border-bottom: 3px solid #3BC0CB;
	vertical-align: bottom;
}

.table p {
	margin-bottom: 0;
}

.table p ~ ul {
	margin-top:0.5rem;
}

.table.table-borderless thead th {
	border-bottom: none;
}

.table.table-borderless td {
	border-bottom: none;
}


.form-label-group {
	line-height: 100%;
}

.form-check-input {
    position: absolute;
    margin-top: .5rem;
    margin-left: -1.25rem;
}

.field-error {
	border: 1px solid #e65300!important;
}

.field-validation-error {
	font-size: 80%;
	color: #e65300;
}

::placeholder {
	color: #63656B;
    opacity: 0.7;
    font-weight: 300;
	}

.lead, .lead p {
    font-size: 1.75rem;
    font-weight: 300;
	line-height: 2.5rem;
}

.muted {
	opacity: 0.85;	
}

.text-muted, .border-light {
	color: #7F8080!important;
}

#emailHelp.text-muted{
	color: #c8ccd4!important;
}

.container--svg[data-v-ac2ec7bc]{
	display: none;
	opacity: 0!important;
}

.stat-prefix {
	margin-left: -15%;
}

.stat-prefix sup {
	top: -.3em;
	left: 22px;
}

.stat-suffix sup {
	left: -22px;
}

.count + .stat-suffix {
	margin-right: -15%;
}


body {
	font-family: aktiv-grotesk, sans-serif;
	font-size: 20px;
	line-height: 32px;
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.teal {
	color: #1dcad3;
}

.dark-blue {
	color: #001c71;
}

.orange {
	color: #e65300;
}

.gray-back {
	/*background-color: #EEEDED;*/
	/* #FAF8F8 or #D3D1D2 or #E2E0E1 or #EBEAEA or #EEEDED*/
}

.grid-item {
	transition: .25s all ease;
}

.media-body p:last-child {
	margin-bottom: 0;
}

#main-content + .container-fluid {
	/*margin-bottom: 3rem;*/
}

.container-fluid.pb-5 + .container-fluid.gray-back {
	padding-bottom: 0!important;
}

.modal {
	padding: 0 !important;
}

.modal-content {
	background-color: rgba(255,255,255, .95);
}

.cookie-area {
	background-color: rgba(0,0,0,0.85);
}

.cookie-area p, .cookie-area a, .cookie-area button {
	color: #fff;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: #fff;
}

.fade:not(.show) {
    opacity: 0;
	z-index: -3;
}

#main-content+#page-heading {
	margin-top: 40px;
}

h1 {
	font-family: linotype-sabon, Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
	font-size: 36px;
	line-height: 42px;
}

h1:not(.hero-h1) {
	color: #001c71;
}

h2:not(.hero-h2):not(.wrap-block):not(.bg-blue *) {
	color: #001c71;
	font-weight: 900;
}

h2 {
	font-weight: 900;
}

body.leadership h2 {
	font-size: 24px;
	line-height: 46px;
	color: #63656B;
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body.leadership h2:after {
	content: '';
	border-top: 1px solid #63656B;
	margin: 0 20px 0 0;
    flex: 1 0 20px;
}

body.leadership h2:after {
	margin: 0 0 0 20px;
}

body.person h2 {
	font-size: 24px;
	line-height: 34px;
	color: #63656B;
}

body.home h2 {
	/*font-size: 44px;
	line-height: 54px;*/
	
	font-size: 28px;
	line-height: 38px;
	
}

p+h2 {
	margin-top: 3rem!important;
}

h3 {
	color: #000;
	font-size: 28px;
	line-height: 33px;
	font-weight: 600;
}

h4 {
	color: #616365;
	font-weight: 500;
}

h4.card-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

h6 {
	font-size: 18px;
}

a.plain-link {
	color: #63656B;
}

body.home p:not(.full-hero-caption p) {
	color: #63656B;
	font-size: 20px;
	line-height: 32px;
}

.full-width > div > .internal-hero {
	position: relative;
	height: 425px;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
}

.container-fluid {
	padding: 0;
}

.w-85 {
	width: 100%;
}

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  /*border: 0 !important;*/
  background: #FFF;
  background-image: none;
	font: 24px aktiv-grotesk, sans-serif !important;
	color: #63656B;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  /*width: 20em;*/
  height: 3em;
  line-height: 3;
  background: #FFF;
  overflow: hidden;
  border-radius: 0;
}

.select .form-control {
	height: auto;
	line-height: 3em;
}
	
select {
  flex: 1;
  padding: 0 .5em;
  color: #63656B;
  cursor: pointer;
	
}
/* Arrow */
.select::after {
   /*font-family: "Font Awesome Kit";*/  /*Font Awesome 5 Pro*/
	font: var(--fa-font-sharp-regular);
	font-size: 36px;
  content: '\f107';
  position: absolute;
  top: .40em;
  right: 0;
  padding: 0 1em;
	color: #1dcad3;
 /* background: #FFFFFF;*/
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #001c71;
}

/* search bar */

.btn-search {
	background-color: #fff;
	color: #1dcad3;
	border: 0;
	border-radius: 0;
}

.btn-search > i {
	color: #1dcad3;
}

#searchForm .input-group-text {
	background: transparent;
	color: #fff;
	padding-left: 30px;
}

.close-search:hover {
	cursor: pointer;
}

/* end search bar */

/* navigation styles */
/* top nav */
.segal-logo {
	transition: all .25s ease;
}

.navbar-brand {
		width: 35%;
	}
	
	#menu-toggle {
		width: 60%;
	}
	
	.segal-logo {
		width: 100%;
	}

.segal-gray-back {
	/*background: linear-gradient(90deg, #EEEDED 0%, #FFFFFF 100%);*/
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(238,237,237,1) 100%);
}

#site-nav.navbar {
	    padding: 0;
}

#site-nav a.nav-link {
	color: #63656B;
	font-weight: bold;
	/*padding: 1.25rem 1.0rem;*/
	position: relative;
	transition: all .25s ease;
}

#site-nav a.nav-link:focus {
	border: 0;
	outline: none;
}

#site-nav a.nav-link:hover, #site-nav a.nav-link.active,  #site-nav a.nav-link:focus:not(.small-button), #site-nav li.show a.nav-link, #site-nav li.active a.nav-link {
	background: linear-gradient(to bottom, rgba(59,192,204,1) 0%, rgba(59,192,204,1) 4%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 100%);
	color: #001c71;
}

#site-nav a.nav-link.dropdown:hover:after, #site-nav li.show a.nav-link.dropdown:after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 15px #1dcad3;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

#site-nav #search-launch:hover:before, #site-nav #search-launch:active:before, #site-nav #search-launch.active:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 15px #1dcad3;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

#site-nav #search-launch.active {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 100%);
	
}

#site-nav a.nav-link.no-hover:hover {
	background: none;
	color: #001c71;
}

#site-nav a.nav-link.no-hover:hover:after {
	border: 0;
}

#site-nav a.nav-link.small-button {
	margin-top: .5rem;
	padding: .75rem 1.0rem;
}

#site-nav a.nav-link.small-button.no-hover:hover {
	background-color: #3fd2da;
	color: #001c71;
}

.dropdown-menu {
	color: #fff;
	/*background: rgba(29,202,211, .95);*/
	background: linear-gradient(120deg, rgba(29,202,211,.97) 0%, rgba(29,202,211,.97) 93%, rgba(63,210,218,.97) 93%);
	border-radius: 0;
	border: 0;
	margin-top: 0px;
	margin-left: -10%;
	padding: 30px 50px;
	box-shadow: 0 40px 80px 0 rgba(0,0,0,0.5);
	left: 7.5%
}

.dropdown-menu a.dropdown-item {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: .5rem 2.5rem;
	white-space: normal;
	margin-bottom: 10px;
}

.dropdown-menu a.dropdown-item:hover {
	color:#242B6B;
	border-left: 2px solid #fff;
	background: transparent;
}

.dropdown-menu a.dropdown-item.active, .dropdown-menu a.dropdown-item:active {
    color:#242B6B;
	border-left: 2px solid #fff;
	background: transparent;
}

.dropdown-menu .col-lg-4:after,  .dropdown-menu .col-lg-6:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: .5rem;
    bottom: .5rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent rgba(255,255,255,.27) transparent transparent;
   /* transform-origin: left;
    transform: rotate(15deg) translateX(10%) translateY(15%);*/
	z-index: -1;
}

.dropdown-menu .col-lg-4:last-child:after, .dropdown-menu .col-lg-6:last-child:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 0px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
}

#site-nav a.nav-link.btn-nav {
	color: #fff;
	background-color: #1dcad3;
	border: 0;
	border-radius: 0;
}

/* end top nav styles */

/* buttons */
.full-hero-caption .btn-primary {
	background: linear-gradient(120deg, rgba(230,84,0,1) 0%, rgba(230,84,0,1) 45%, rgba(234,109,38,1) 45%);
	background-position: left;
	background-size: 200%;
	color: #fff;
	border-color: transparent;
	border: none;
	border-radius: 0;
	padding: 1.25rem 3.0rem 1.25rem 1.25rem;
	font-weight: bold;
	transition: 0.5s ease-out;
	position: relative;
}

.btn-primary {
	background: linear-gradient(120deg, rgba(29,202,211,1) 0%, rgba(29,202,211,1) 45%, rgba(63,210,218,1) 45%);
	background-position: left;
	background-size: 200%;
	color: #fff;
	border-color: transparent;
	border: none;
	border-radius: 0;
	padding: .75rem 3.0rem .75rem 1.25rem;
	/*padding: 1.25rem 3.0rem 1.25rem 1.25rem; used to be fatter */
	font-weight: bold;
	transition: 0.5s ease-out;
	position: relative;
}

#email-signup-row .btn-primary {
	background: linear-gradient(120deg, rgba(29,202,211,1) 0%, rgba(29,202,211,1) 45%, rgba(63,210,218,1) 45%);
	background-position: left;
	background-size: 200%;
	color: #fff;
	border-color: transparent;
	border: none;
	border-radius: 0;
	padding: .75rem 3.0rem .75rem 1.25rem;
	font-weight: bold;
	transition: 0.5s ease-out;
	position: relative;
}

#email-signup-row span.button-use {
	position: absolute;
	width: 35%; /* was 25% */
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: linear-gradient(120deg, rgba(29,202,211,0) 45%, rgba(29,202,211,0) 0%, rgba(63,210,218,1) 45%);
	background-position: left;
}

#email-signup-row .button-point {
	position: absolute;
	top: 55%; /* used to be 25 also 17px*/
	transform: translateX(0%) translateY(-50%);
	/*bottom: 0;*/
	/*left: 0;*/
	right: 15%;
	line-height: 1rem;
}

#email-signup-row .btn-primary:hover {
	background-position: right;
}

.btn-primary.gray-button {
	background: linear-gradient(120deg, rgba(239,239,240,1) 0%, rgba(239,239,240,1) 45%, rgba(224,224,225,1) 45%);
	background-position: left;
	background-size: 200%;
	color: #001c71                   ;
	border-color: transparent;
	border: none;
	border-radius: 0;
	padding: 1.25rem 3.0rem 1.25rem 1.25rem;
	font-weight: bold;
	transition: 0.5s ease-out;
	position: relative;
	text-align: left;
}

.gray-button span.button-use {
	position: absolute;
	width: 30%; /* was 25% */
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: linear-gradient(120deg, rgba(239,239,240,0) 45%, rgba(239,239,240,0) 0%, rgba(224,224,225,1) 45%);
	background-position: left;
	color: #1dcad3;
}

.btn-primary:hover {
	background-position: right;
}

.full-hero-caption span.button-use {
	position: absolute;
	width: 30%; /* was 25% */
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: linear-gradient(120deg, rgba(230,84,0,0) 45%, rgba(230,84,0,0) 0%, rgba(234,109,38,1) 45%);
	background-position: left;
}

span.button-use {
	position: absolute;
	width: 30%; /* was 25% */
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: linear-gradient(120deg, rgba(29,202,211,0) 45%, rgba(29,202,211,0) 0%, rgba(63,210,218,1) 45%);
	background-position: left;
}

.button-point {
	position: absolute;
	top: 55%; /* used to be 25 also 17px*/
	transform: translateX(0%) translateY(-50%);
	/*bottom: 0;*/
	/*left: 0;*/
	right: 15%;
	line-height: 1rem;
}

/*.service-buttons .button-point, .full-hero .button-point {
	top: 50%; 
	transform: translateX(0%) translateY(-50%);
}*/

/* end buttons */


/* hero space styles */
.dark-mode {
	color: #ffffff;
}

.light-mode {
	color: #000000;
}

.back-ffb71b {
	background-color: #ffb71b;
}

.back-eeeded {
	background-color: #EEEDED; /* #FAF8F8 or #D3D1D2 or #E2E0E1 or #EBEAEA or #EEEDED*/
}

.back-ffffff {
	background-color: #ffffff;
}

.back-1dcad3 {
	background-color: #1dcad3;
}

.back-e65300 {
	background-color: #e65300;
}

.back-863399 {
	background-color: #863399;
}

.back-005cb9 {
	background-color: #005cb9;
}

.back-001c71 {
	background-color: #001c71;
}

.back-3dae2b {
	background-color: #3dae2b;
}

.full-hero {
	position: relative;
	text-align: center;
	/*display: flex;
	flex-direction: row;
	height: 713px;*/
	/*overflow: hidden;*/
}

.hero-solid {
	height: 450px;
}

.hero-image {
	height: auto;
}

.full-hero-blend {
	display: block;
	position: absolute;
	/*flex: 1;
	display: flex;*/  
	background-image:   linear-gradient(to right, rgba(0,28,113,0.75) 0%, rgba(0,28,113,0) 80%, rgba(0,28,113,0) 100%);
	top: 0;
	bottom: 0;
	left: 0;
	/*height: 100%;*/
	width: 100%;
	z-index: 2;
}

.full-hero-blend.full-purple {
	background-image:   linear-gradient(to right, rgba(0,28,113,0.75) 0%, rgba(0,28,113,0.75) 100%);
}

.hero-star {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	/*height: 100%;*/
	width: 100%;
	background: url(/media/1030/segal-hero-star.png) no-repeat;
	background-size: 50%;
	background-position: bottom right;
	z-index: 3;
	transition: all .25s ease;
}

.full-hero img {
	/*position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index:1;*/
}

.hero-caption-wrap {
	top: 0; 
	left: 0; /* 7.5%; */
	z-index: 500;
}

.full-hero-caption {
		position: absolute;
		top: 50%;
		  left: 50%;
		  z-index: 501;
  		/*transform: translate(-50%, -50%);
		transform: translateY(-50%);*/
}

.caption-center {
	text-align: center;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 85%;
}

.location-hero .caption-center {
	text-align: center;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 85%;
}

.caption-left {
	width: 75%; /* 45% */
	left: 7.5%;
	text-align: left;
	transform: translateX(0%) translateY(-50%);
}

.caption-right { 
	width: 50%;
	text-align: left;
	right: 10%;
	transform: translateX(-5%) translateY(-50%);
}

.full-hero-caption h1 {
	/*font-size: 60px;
	line-height: 70px;*/
	transition: all .25s ease;
}

.full-hero-caption p {
	font-size: 24px;
	line-height: 32px;
	/*color: inherit;*/
	transition: all .25s ease;
}

.internal-hero {
	position: relative;
	height: 375px;
	text-align: center;
}

.internal-hero img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

 

/* Makes a fixed background wrapper
which the user cannot interact with */

.iframe-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
  }
  
  /* Make the iframe keep an aspect ratio, and
  position it in the middle of its parent wrapper*/
  
  .iframe-wrapper iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

		
.internal-hero-caption {
		position: absolute;
		top: 50%;
		  left: 50%;
		  z-index: 2;
  		/*transform: translate(-50%, -50%);
		transform: translateY(-50%);*/
}

/* end hero styles */

/* video player override styles */

.video-js {
	background-image:   linear-gradient(0deg, rgba(0,28,113,0.75) 0%, rgba(0,28,113,0) 80%, rgba(0,28,113,0) 100%);
	 /* override other styles to make responsive */
  width: 100% !important;
	height: auto !important;
}

.video-js:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.vjs-big-play-button {
    /*font-size: 72px;
	text-align: center;
    line-height: 120px;*/
    height: 120px;
    width: 120px;
    display: block;
    position: absolute;
	z-index: 3;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: none; /*3px solid rgba(255,255,255,.35);*/
	color: #fff;
	background-color: rgba(255,255,255,.35);
	/*background-color: rgba(43, 51, 63, 0);
    background: linear-gradient(60deg, rgba(59,192,204,.75) 0%, rgba(59,192,204,.75) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);*/
    border-radius: 50%;
    transition: all 0.4s;
	
	animation: playPulse 1s infinite;
}

.play-triangle {
	
  position: absolute; 
	top: 50%;
  	left: 50%;
  	transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 55px;
  border-color: transparent transparent transparent rgba(29,202,211,.55);
}

.video-div {
	cursor: pointer;
}

.video-div:hover .vjs-big-play-button {
	background-color: #ffffff;
	/*border: 3px solid rgba(255,255,255,1.0);*/
	color: rgba(29,202,211,1);
	/*background-color: rgba(43, 51, 63, 0);
	background: linear-gradient(60deg, rgba(59,192,204,1) 0%, rgba(59,192,204,1) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);*/
}

.video-div .vjs-big-play-button:hover {
	background-color: #ffffff;
	color: rgba(29,202,211,1);
	/*background: linear-gradient(60deg, rgba(59,192,204,1) 0%, rgba(59,192,204,1) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);*/
}


/* end video player styles */

/* form styles */

.form-control-lg {
	border-radius: 0;
	padding: .5rem 1rem;
	/*border: 0;*/
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
	padding: .5rem 1rem;
  /*padding: var(--input-padding-y) var(--input-padding-x);*/
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #63656B;
	opacity: 0.7;
	font-weight: 300;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder, .form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder, .form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder, .form-label-group textarea::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder, .form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown), .form-label-group textarea:not(:placeholder-shown) {
  /*padding-top: *calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));*/
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #001c71;
	opacity: 1.0;
	font-weight: 500;
}

label[for="115bbddb-5641-4432-d3bc-f28a76c76481"], label[for="dbfebf6c-b97c-4cb1-e4cf-ab7e6235febf"] { 
	display:none; 
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.09);
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.form-check {
	margin-bottom: 10px;
}

.checkboxlist label {
	line-height: 26px;
}

[type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

[type="file"] + label {
  /* File upload button styles */
	background: #f15d22;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 0;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}

[type="file"]:focus + label,
[type="file"] + label:hover {
  /* File upload hover state button styles */
	background-color: #d3460d;
}

[type="file"]:focus + label {
  /* File upload focus state button styles */
	outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
/* end form styles */

/* Testimonial styles */

.testimonial-block {
	background-color: rgba(99,101,105,.15);
}

h4.feature-quote {
	color: #353856;
	font-family: linotype-sabon, Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
	font-size: 36px;
	line-height: 43px;
}

h4.feature-quote::before {
	position: absolute;
    left: -31px;
    top: 80px;
    content: '\201C';
    color: #e65300;
    font-size: 3em;
}

/* End testimonial styles */

.star-pattern {
	background-image: url("/img/site-assets/star-pattern.png"), linear-gradient(to bottom, rgba(99,101,105,.45) 0%, rgba(99,101,105,.15) 50%); /* rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, */
	background-repeat: repeat-x;
	/*background-position: 0% 100%;*/
	padding-bottom: 20px;
}

.star-pattern-top {
	background-image: url("/img/site-assets/star-pattern-30.png"), linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(99,101,105,.35) 0%, rgba(99,101,105,.0) 100%);
	background-repeat: repeat-x;
	/*padding-top: 35px;*/
	padding-bottom: 20px;
}

.star-pattern-bottom {
	background-image: url("/img/site-assets/star-pattern-white.png"), linear-gradient(to bottom, rgba(238,237,237,1.0) 0%, rgba(238,237,237,.0) 100%);
	background-repeat: repeat-x;
}

.signup-stars {
	background-image: url("/img/site-assets/star-pattern-30.png");
	    background-position: center center;
	background-color: rgba(99,101,105,.15);
}

.light-gray {
	background-color: rgba(99,101,105,.15);
}

.card-footer {
    background-color: rgba(255,255,255, 1.0);
    border-top: 0px solid rgba(0,0,0,.125);
	line-height: 24px;
}



/* insights row styles */

.insight-block-row {
	margin-bottom: 2.1rem;
}

.resource-block-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all .5s ease;
	z-index: 0;
}


.sub-insight:hover .resource-block-image,
.sub-insight:focus .resource-block-image,
.top-insight:hover .resource-block-image,
.top-insight:focus .resource-block-image {
  transform: scale(1.25);
	cursor: pointer;
	
}

.resource-block-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,28,113,0);
	background: -moz-linear-gradient(top, rgba(0,28,113,0) 0%, rgba(0,28,113,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,28,113,0)), color-stop(100%, rgba(0,28,113,0.8)));
	background: -webkit-linear-gradient(top, rgba(0,28,113,0) 0%, rgba(0,28,113,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,28,113,0) 0%, rgba(0,28,113,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,28,113,0) 0%, rgba(0,28,113,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,28,113,0) 0%, rgba(0,28,113,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c71', endColorstr='#001c71', GradientType=0 );
	color: #fff;
	/*padding: 24px 12px;*/
	height: 40%;
	z-index: 1;
}

.resource-block-caption:hover {
	cursor: pointer;
}

.resource-block-caption span.link-text {
	position: absolute;
    width: 80%;
    bottom: 7%;
    left: 3%;
}

.sub-insight .resource-block-caption {
	line-height: 24px;
}

.home .sub-insight .resource-block-caption {
	line-height: 26px;
}

.sub-insight .sub-insight-helper {
	font-size: 16px;	
}

.resource-block-caption a {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

/*.home .resource-block-caption a {
	font-size: 20px;
}*/

.resource-block-caption a:hover {
	text-decoration: none;
}

.resource-block-caption span.button-use {
	position: absolute;
	width: 43px;
	height: 75px;
	top: auto;
	bottom: 0;
	right: 0;
	text-align: center;
	background: linear-gradient(120deg, rgba(29,202,211,0) 50%, rgba(29,202,211,0) 0%, rgba(63,210,218,1) 50%);
	background-position: left;
}

.resource-block-caption .button-point {
	position: absolute;
	top: 75%; /*45px;*/
	transform: translateX(0%) translateY(-50%);
	/*bottom: 0;
	left: 0;*/
	right: 13%;
}

.sub-insight .resource-block-caption .button-point {
	font-size: .9em;
	line-height: .9em;
}

.top-insight a {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	z-index: 1000;
}

.top-insight .resource-block-caption span.button-use {
	position: absolute;
	width: 83px;
	height: 145px;
	top: auto;
	bottom: 0;
	right: 0;
	text-align: center;
	background: linear-gradient(120deg, rgba(29,202,211,0) 50%, rgba(29,202,211,0) 0%, rgba(63,210,218,1) 50%);
	background-position: left;
}

.top-insight .resource-block-caption .button-point {
	position: absolute;
	top: 80%; /* 95px;*/
	transform: translateX(0%) translateY(-50%);
    font-size: 1.45em;
	line-height: 1.45em;
	/*bottom: 0;
	left: 0;*/
	right: 15%;
}

/* end insights row styles */

/* experts row styles */

.expert-card {
	background-color: #001c71;
	color: #fff;
}

.expert-card h5.card-title {
	font-size: 1.15rem;
}

.expert-card i {
	color: #1dcad3;
	font-size: .85rem;
	padding-left: 10px;
}

.expert-card .card-body {
	padding: .5rem 1.25rem; /* right was 2.5rem */
}

.expert-card .card-body a {
	color: #fff;
	text-decoration: none;
}

.expert-card .card-body a:hover {
	color: #fff;
}

.expert-card .card-body {
	line-height: 1.15rem;
}

.expert-card .job-title {
	font-size: .80rem;
	line-height: .8rem;
}

/* end experts row styles */

/* stats block styles */

.stat-value {
	color: #242B6B;
	font-size: 85px;
	line-height: 90px;
	font-family: linotype-sabon, Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
}

.theStats .stat:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 90px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #c8ccd4 transparent transparent;
   /* transform-origin: left;*/
    transform: rotate(15deg) translateX(10%) translateY(15%);
}

.theStats .stat:last-child:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 0px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
}

/* end stats block styles */

/* case study cards styles */

.case-studies-row .card {
	border: none;
	border-radius: 0;
}

.block-body {
	font-size: 20px;
	line-height: 32px;
}

.card.case-study h5.card-title, .card.insight-card h5.card-title {
	font-size: 24px;
	line-height: 28px;
}

.case-study-text {
	font-size: 18px;
	line-height: 32px;
	color: #C2C0C2;
	font-weight: bold;
}

.case-study h6 i {
	font-size: 30px;
}

.card.case-study, .card.insight-card {
	transition: all .15s ease-in;
}


.card.case-study:hover, .card.insight-card:hover {
	/*box-shadow: 0 2px 20px 0 rgba(0,0,0,0.09);*/
	border: 1px solid rgba(0,0,0,.250);
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
	cursor: pointer;
}

/* end case study card styles */

/* leader card styles used on about-segal/leadership*/
.card.leader-card {
	background-color: transparent;
	margin: 0;
}

/* end leader card styles */

/* person insight list styles */

li.person-insight {
	transition: all .25s ease;
	background-color: rgba(255,255,255, 0.65);
}

li.person-insight:hover {
	background-color: rgba(255,255,255, 1.0);
}

li.person-insight:hover a {
	text-decoration: none;
}

li.person-insight i.icon-star-point {
	margin-top: 3px;
}

/* search styles */

ul#searchResults li {
	padding: 30px 0;
	border-bottom: 1px solid #dee2e6;
}

ul#searchResults li:last-child {
	border: none;
}

ul#searchResults li a {
	font-weight: 600;
	font-size: 28px;
}

ul#searchResults li p.catName {
	color: #C2C0C2;
	font-size: 18px;
}

.highlight {
	font-weight: 900;
}

/* pagination */
.page-link {
    position: relative;
    display: block;
    padding: .75rem 1.0rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #001c71;
    background-color: #fff;
    /*border: 1px solid #dee2e6;*/
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #1dcad3;
    border-color: #1dcad3;
}

.page-item.active .page-link {
	background-color: #1dcad3;
}


/* end pagination */

/* end search styles */

/* location page styles */

.location-data-row {
	background-color: #FAF8F8; 
	z-index:999; 
	transform: translateX(0%) translateY(-25%);
}

/* end location page styles */

.card-img-holder {
	overflow: hidden;
}

.card-img-top.zoom {
	transition: transform .5s ease;
}

.card:hover img.card-img-top.zoom {
	transform: scale(1.5);
}

#footer {
	/*height: 300px;*/
}

#footer p.small a {
	color: #c8ccd4;
}

#footer p a i{
	font-size: 18px;
}

#footer-icons a:hover i {
	color: #e65300!important;
}

#footer p.footer-links {
	font-size: 18px;	
}

/* sitemap styles */

.sitemap-listing a {
	color: #016699;
}

.sitemap > ul > li.level-2 > a {
	font-weight: 600;
	/*color: #000;*/
}

.sitemap > ul >li.level-2 > ul > li.level-3 > a {
	/*color: #1dcad3;*/
}

li.level-2+li.level-2 {
	margin-bottom: 1rem;
}

/* end sitemap styles */

/* some break points */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
  .w-50 {
	  width: 85%!important;
  }
	
	.gray-back.p-5 {
		padding: 1rem!important;
	}
}

/* iphone horiz */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

}

/* iphone vertical */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	
}

/*Galaxy S7 and S8 */
@media only screen and (min-device-width : 360px) and (max-device-width : 640px){
	.w-50 {
	  width: 85%!important;
  }
	
	.navbar-brand {
		width: 35%;
	}
	
	#menu-toggle {
		width: 60%;
	}
	
	.segal-logo {
		width: 70%;
	}
		.full-hero-caption h1 {
    		font-size: 36px;
    		line-height: 42px;
		}
	
	.full-hero-caption p {
    	font-size: 20px;
    	line-height: 24px;
	}
		
		.hero-star {
			background-size: 50%;
		}
	
	.caption-left {
    	width: 70%;
	}
	
	.top-insight a {
    	font-size: 18px;
    	line-height: 24px;
	}
	
	.gray-back.p-5 {
		padding: 1rem!important;
	}

}

/* iPhone 6 */
/* portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	.w-50 {
	  width: 85%!important;
  }
	
	h1 {
		font-size: 40px;
    	line-height: 50px;
	}
	
	body.home h2 {
    	font-size: 32px;
    	line-height: 42px;
	}
	
	#site-nav a.nav-link {
		padding-left: 7.5%;
		padding-right: 7.5%;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	#site-nav a.nav-link i {
		line-height: 32px;
		/*padding-top: 1rem;
		padding-bottom: 1rem;*/
	}
	
	#site-nav a.nav-link.small-button {
		width: 85%;
		margin: 0 auto;
	}
	
	#site-nav li form {
		padding-left: 7.5%;
    	padding-right: 7.5%;
	}
	
	#site-nav li.border-right {
    	border-right: 0!important;
	}
	
	.dropdown-menu {
		padding: 20px 0;
		box-shadow: none;
	}
	
	.dropdown-menu a.dropdown-item {
		padding: .5rem 7.5%;
	}
	
	#site-nav li.show a.nav-link.dropdown:after {
		margin-left: 87%;
	}
	
	#site-nav a.nav-link.dropdown:hover:after {
		border: 0;
		left: -1000px;
	}
	
	#site-nav li a.nav-link.dropdown:after {
		border: 0;
		margin-left: -1000px;
	}
	
	.full-hero-blend {
		background-image: linear-gradient(to right, rgba(0,28,113,0.75) 0%, rgba(0,28,113,.25) 100%);
	}
	
	.hero-solid {
		height: auto;
	}
	
	.full-hero.hero-image .hero-caption-wrap {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
	.full-hero.hero-image .hero-caption-wrap .caption-center {
		position: absolute;
		left: 7.5%;
		top: 50%;
		transform: translateX(0%) translateY(-50%)!important;
		width: 85%;
	}
	
	.full-hero.hero-solid .hero-caption-wrap {
		position: relative!important;
		height: auto!important;
	}
	
	.full-hero.hero-solid .full-hero-caption.caption-center {
		position:relative;
    	text-align: center;
		top: 0;
    	left: 0;
    	transform: none!important;
		padding: 45px 0;
    	width: 85%;
		margin: 0 auto;
	}
	
	.full-hero.hero-solid .full-hero-caption.caption-left {
		position:relative;
    	text-align: left;
		top: 0;
    	left: 0;
    	transform: none!important;
		padding: 45px 0;
    	width: 85%;
		margin: 0 auto;
	}
	
	.top-insight a {
		font-size: 20px;
		line-height: 26px;
	}
	
	.theStats .stat:after {
		content: '';
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: -100px;
    	bottom: 0;
    	border-width: 0px;
    	border-style: solid;
    	border-color: transparent #c8ccd4 transparent transparent;
    	/* transform-origin: left; */
    	transform: none;
	}
	
	.location-data-row {
    	transform: translateX(0%) translateY(-10%);
	}
	
	body.person h2 {
    	font-size: 20px;
    	line-height: 24px;
	}
	
	.vjs-big-play-button {
		display:none;
	}
	
.caption-content {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 35%;
    right: 5%;
	color: #fff;
}
	
	.vid-caption .watch-text  {
		color: #ffb71b!important;
		font-size : 11px!important;
		line-height: 14px!important;
	}
	
	.vid-caption .vid-details {
		color: #ffffff!important;
		font-size: 14px!important;
		line-height: 16px!important;
	}
	
	
	.footer-links a {
		display: block;
		width: 100%;
	}
	
	.footer-links a:last-child {
		padding-bottom: 30px;
	}
	
	.gray-back.p-5 {
		padding: 1rem!important;
	}

}

/* iPhone 6 landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	.navbar-brand .segal-logo {
		width: 100%;
	}
	
	.caption-left {
		width: 75%;
	}
	
	.full-hero-caption h1 {
		font-size: 28px;
    	line-height: 38px;
	}
	
	.insight-block-row > .col-sm-6:first-child {
		margin-bottom: 0;
	}
	
	.resource-block-caption .link-text {
		line-height: 23px;
	}
	
	#footer .segal-logo {
		width: 40%;
	}
	
	.vjs-big-play-button {
		display:none;
	}
}

/* iPhone 6 portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
	
	body.leadership h2 {
		text-align: left;
		font-size: 20px;
    	line-height: 30px;
	}
	
	.navbar-brand {
		width: 35%;
	}
	
	#menu-toggle {
		width: 60%;
	}
	
	.full-hero-caption {
		top:50%;
		width: 85% !important;
		transform: translateX(0%) translateY(-50%) !important;
	}
	
	.hero-star {
		/*hitting this style*/
		background-size: 50%;
	}
	
	.full-hero-caption h1 {
    	font-size: 40px;
    	line-height: 50px;
	}
	
	.full-hero-caption p {
    	font-size: 18px;
    	line-height: 26px;
    	/* color: inherit; */
	}
	
	.top-insight {
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.sub-insight {
		padding-bottom: 0px !important;
	}
	
	.insight-block-row > .col-sm-6:first-child {
		margin-bottom: 2rem;
	}
	
	
	#footer .segal-logo {
		width: 40%;
	}
	
	.vjs-big-play-button {
		display:none;
	}
}

/* iPhone 6+ */
/* portrait & landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
	.w-50 {
	  width: 85%!important;
  }
	
	.vjs-big-play-button {
		display:none;
	}
	
	.gray-back.p-5 {
		padding: 1rem!important;
	}
}

/* iPhone 6+ landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	
}

/* iPhone 6+ portrait */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
	
}

/* iPhone X and Xs Max */
@media only screen 
    and (min-device-width: 375px) 
    and (min-device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) { 
    /* styles */
		.w-50 {
	  width: 85%!important;
  }
		
		#site-nav a.nav-link {
    		font-size: 18px;
    		padding: .5rem .9rem;
		}
		
		.vjs-big-play-button {
		display:none;
	}
		
		.gray-back.p-5 {
		padding: 1rem!important;
	}
}

@media only screen 
    and (min-device-width: 375px) 
    and (min-device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: landscape) { 
    /* styles */
		.w-50 {
	  width: 85%!important;
  }
		#site-nav a.nav-link {
    		font-size: 18px;
    		padding: .5rem .9rem;
		}
		
		.segal-logo {
		width: 20%;
	}
		
		.gray-back.p-5 {
		padding: 1rem!important;
	}
}

/* 2688x1242px at 458ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) {
		.w-50 {
	  		width: 85%!important;
  		}
		
		.gray-back.p-5 {
		padding: 1rem!important;
	}
	}

/* iPhone XR */
@media only screen 
    and (min-device-width: 414px) 
    and (min-device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) 
    and (orientation: portrait) { 
    /* styles */
		.w-50 {
	  width: 85%!important;
  }
		.vjs-big-play-button {
		display:none;
	}
		
		.gray-back.p-5 {
		padding: 1rem!important;
	}
}

@media only screen 
    and (min-device-width: 414px) 
    and (min-device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) 
    and (orientation: landscape) { 
    /* styles */
		.w-50 {
	  width: 85%!important;
  }
		.segal-logo {
		width: 20%;
	}
		
		.vjs-big-play-button {
		display:none;
	}
		
		.gray-back.p-5 {
		padding: 2rem!important;
	}
}




@media screen and (max-width: 575px) { 
#rc-imageselect, .g-recaptcha 
{
transform:scale(0.83);
-webkit-transform:scale(0.83);transform-origin:0 0;
-webkit-transform-origin:0 0;
} 
}

@media (min-width: 576px) {
	h1 {
		font-size: 60px;
    	line-height: 70px;
	}
	
	h2 {
		font-size: 44px;
		line-height: 54px;	
	}
	
	body.home h2 {
		font-size: 44px;
		line-height: 54px;	
	}
	
.w-85 {
	width: 85%;
}
	
.top-insight a {
	font-size: 36px;
	line-height: 46px;
}
	.modal-dialog {
    	max-width: 85%;
    	height: auto;
    	/*margin: 0;
    	padding: 0;*/
  	}
	
.modal-content {
     /*height: auto;
    min-height: 100%;*/
    border: 0 none;
    border-radius: 0;
  }
	.segal-logo {
		width: 55%;
	}
	
	.navbar-brand {
		width: 25%;
	}
	
	#menu-toggle {
		width: 70%;
	}
	
	.full-hero-caption h1 {
		font-size: 22px; /* 28px; */
		line-height: 28px; /* 34px; */
	}
	
	.full-hero-caption p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.hero-star {
		background-size: 30%;
	}
	
	.caption-left {
		width: 50%;
	}
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 795px) {
	#site-nav a.nav-link {
		font-size: 9px;	
		padding: .5rem .9rem;
	}
	
	.segal-logo {
		width: 55%;
	}
	
	.navbar-brand {
		width: 12%;
	}
	
	.full-hero-caption h1 {
		font-size: 36px;
		line-height: 46px;
	}
	
	.full-hero-caption p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.hero-star {
		background-size: 30%;
	}
	
	.full-hero-caption.caption-left {
		width: 70%;	
	}
	
	.full-hero-caption h1 {
		line-height: 40px;
	}
	
	#site-nav a.nav-link.small-button {
		width: 85%;
		margin: 0 auto;
	}
	
	#site-nav li form {
		padding-left: 7.5%;
    	padding-right: 7.5%;
	}
}

@media (min-width:796px) and (max-width: 814px){
	#site-nav a.nav-link {
		font-size: 20px;
		padding: 1.25rem 1rem;
	}
	
	.segal-logo {
		width: 20%;
	}
	
	.navbar-brand {
    	width: 35%;
	}
	
	#menu-toggle {
    	width: 60%;
	}
	
	.full-hero-caption h1 {
		font-size: 30px /* 36px; */
		line-height: 32px; /* 46px; */
	}
	
	.full-hero-caption p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.hero-star {
		background-size: 30%;
	}
	
	#site-nav a.nav-link.small-button {
		width: 85%;
		margin: 0 auto;
	}
	
	#site-nav li form {
		padding-left: 7.5%;
    	padding-right: 7.5%;
	}
}


@media (min-width:815px) and (max-width: 862px){
	#site-nav a.nav-link {
		font-size: 10px;
		padding: .7rem .95rem;
	}
	
	.segal-logo {
		width: 55%;
	}
	
	.navbar-brand {
		width: 12%;
	}
	
	.full-hero-caption h1 {
		font-size: 32px; /* 36px; */
		line-height: 38px; /* 46px; */
	}
	
	.full-hero-caption p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.hero-star {
		background-size: 30%;
	}
	
	#site-nav a.nav-link.small-button {
		width: 85%;
		margin: 0 auto;
	}
	
	#site-nav li form {
		padding-left: 7.5%;
    	padding-right: 7.5%;
	}
}

@media (min-width:863px) and (max-width: 911px){
	#site-nav a.nav-link {
		font-size: 11px;
		padding: .85rem .9rem;
	}
	
	.segal-logo {
		width: 55%;
	}
	
	.navbar-brand {
		width: 12%;
	}
	
	.full-hero-caption h1 {
		font-size: 32px; /* 40px; */
		line-height: 38px; /* 50px; */
	}
	
	.full-hero-caption p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.hero-star {
		background-size: 30%;
	}
	
	#site-nav a.nav-link.small-button {
		width: 85%;
		margin: 0 auto;
	}
	
	#site-nav li form {
		padding-left: 7.5%;
    	padding-right: 7.5%;
	}
}

@media (min-width: 912px) and (max-width: 991px) {
	#site-nav a.nav-link {
		font-size: 11px;
		padding: .95rem 1.0rem;
	}
	
	.segal-logo {
		width: 55%;
	}
	
	.navbar-brand {
		width: 12%;
	}
	
	.full-hero-caption h1 {
		font-size: 35px; /* 45px; */
		line-height: 45px; /* 55px; */
	}
	
	.full-hero-caption p {
		font-size: 18px;
		line-height: 26px;
	}
	
	.hero-star {
		background-size: 35%;
	}
	
	#site-nav a.nav-link.small-button {
		width: 85%;
		margin: 0 auto;
	}
	
	#site-nav li form {
		padding-left: 7.5%;
    	padding-right: 7.5%;
	}
}

@media (max-width: 767px) {
	.modal-dialog {
    	width: 85%;
    	height: auto;
    	/*margin: 0;
    	padding: 0;*/
  	}
	
.modal-content {
    height: auto;
    /*min-height: 100%;*/
    border: 0 none;
    border-radius: 0;
  }
	
	
}

/* ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	h2 {
		font-size: 36px;
    	line-height: 44px;	
	}
	
	h3 {
		font-size: 24px;
		line-height: 29px;
	}
	
	.dropdown-menu.w-85 {
		width: 95%!important;
		left: 2.5%;
	}
	
	.dropdown-menu a.dropdown-item {
		font-size: 14px;
		line-height: 20px;
	}
	
	.caption-content {
    	width: 65%;
    	margin: 0 auto;
    	position: absolute;
    	bottom: 10%;
    	left: 30%;
    	right: 5%;
	}
	
	.vid-caption .watch-text  {
		color: #ffb71b;
		font-size : 11px;
		line-height: 14px;
	}
	
	.vid-caption .vid-details {
		color: #ffffff;
		font-size: 14px;
		line-height: 16px;
	}
	
	.resource-block-caption {
		    height: 60%;
	}
	
	.resource-block-caption span.link-text {
		width: 78%;
	}
	
	.top-insight .resource-block-caption, .top-insight .resource-block-caption a {
    	font-size: 24px;
    	line-height: 30px; 
	}
	
	.sub-insight .resource-block-caption, .sub-insight .resource-block-caption a {	
    	font-size: 16px;
    	line-height: 22px;
	}
	.stat-value {
		font-size: 65px;
		line-height: 70px;
	}
	
	.theStats p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.location-hero .full-hero-caption {
		top: 20%;
	}
	
	.location-hero .caption-center {
		transform: translateX(-50%) translateY(0%);
	}
	
	#footer a {
		font-size: 14px;
		line-height: 24px;
	}
	
	#extra-links {
		display: block;
		width: 60%;
	}
	
	#extra-links a:first-child {
		padding-left: 0!important;
	}
	
	#extra-links a:nth-child(4) {
		padding-left: 0!important;
	}
}

/* ipad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	body.home h2 {
    	font-size: 32px;
    	line-height: 42px;
	}
	
	h2 {
    	font-size: 32px;
    	line-height: 42px;
	}
	
	body.person h2 {
    	font-size: 20px;
    	line-height: 32px;
	}
	
	/*#site-nav.navbar {
    	padding: 15px 0;
	}*/
	
	.navbar-brand {
		width: 25%;
		
	}
	
	.segal-logo {
    	width: 65%;
		padding: 15px 0;
	}
	
	.dropdown-menu {
		box-shadow: none;
	}
	
	.dropdown-menu.w-85 {
		width: 100%!important;
		left: 0%;
	}
	
	.dropdown-menu a.dropdown-item {
		font-size: 14px;
		line-height: 20px;
	}
	
	
	
	#site-nav a.nav-link.small-button {
		width: 85%;
		margin: 0 auto;
	}
	
	#site-nav li form {
		padding-left: 7.5%;
    	padding-right: 7.5%;
	}
	
	#site-nav a.nav-link {
    	font-size: 14px;
    	padding: 1rem 7.5%;
	}
	
	#site-nav a.nav-link i {
    	line-height: 32px;
	}
	
	#site-nav li.border-right {
    	border-right: 0!important;
	}
	
	#site-nav li.show a.nav-link.dropdown:after {
    	margin-left: 90%;
	}
	
	#site-nav a.nav-link.dropdown:hover:after {
		border: 0;
		left: -1000px;
	}
	
	#site-nav li a.nav-link.dropdown:after {
		border: 0;
		margin-left: -1000px;
	}
	
	.caption-content {
    	width: 65%;
    	margin: 0 auto;
    	position: absolute;
    	bottom: 10%;
    	left: 30%;
    	right: 5%;
	}
	
	.vid-caption .watch-text  {
		color: #ffb71b;
		font-size : 11px;
		line-height: 14px;
	}
	
	.vid-caption .vid-details {
		color: #ffffff;
		font-size: 14px;
		line-height: 16px;
	}
	
	.resource-block-caption {
		    height: 60%;
	}
	
	.resource-block-caption span.link-text {
		width: 70%;
		left: 7%;
	}
	
	.sub-insight .resource-block-image {
		background-image: url()!important;
		background-color: rgba(0,28,113,1.0);
	}
	
	
	.top-insight .resource-block-caption, .top-insight .resource-block-caption a {
    	font-size: 24px;
    	line-height: 30px; 
	}
	
	.sub-insight .resource-block-caption, .sub-insight .resource-block-caption a {
    	font-size: 16px;
    	line-height: 22px;
	}
	
	.stat-value {
		font-size: 55px;
		line-height: 60px;
	}
	
	.theStats p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.location-hero .full-hero-caption {
		top: 20%;
	}
	
	.location-hero .caption-center {
		transform: translateX(-50%) translateY(0%);
	}
	
	.map-details h3 {
		font-size: 24px;
		line-height: 29px;
	}
	
	.map-details p {
		font-size: 14px;
		line-height: 20px;
	}
		
	
	#footer {
		line-height: 16px;
	}
	
	#footer a {
    	font-size: 12px;
    	line-height: 16px;
	}
	
	#extra-links {
		display: block;
		width: 70%;
	}
	
	#extra-links {
		margin-top: 10px;
		line-height: 26px;
	}
	
	#extra-links a:first-child {
		padding-left: 0!important;
	}
	
	/*#extra-links a:nth-child(3) {
		padding-left: 0!important;
	}*/
	
	#extra-links a:nth-child(4) {
    	padding-left: 0!important;
	}
}

/*@media (max-width: 991px) {
	#site-nav a.nav-link {
		font-size: 12px;	
	}
	
	.segal-logo {
		width: 60%;
	}
	
	.navbar-brand {
		width: 15%;
	}
	
	.modal-dialog {
    	width: 100%;
    	height: 100%;
    	margin: 0;
    	padding: 0;
  	}
	
	.modal-content {
    	height: auto;
    	min-height: 100%;
    	border: 0 none;
    	border-radius: 0;
  	}
}*/

@media (min-width:992px) and (max-width: 1072px) {
	#site-nav a.nav-link {
		font-size: 12px;
		padding: 1.0rem 1.0rem;
	}
	
	.segal-logo {
		width: 60%;
	}
	
	.navbar-brand {
		width: 15%;
	}
	
	.full-hero-caption h1 {
		font-size: 36px; /* 50px; */
		line-height: 42px; /* 60px; */
	}
	
	.full-hero-caption p {
		font-size: 20px;
		line-height: 28px;
	}
	
	.hero-star {
		background-size: 40%;
	}
}

@media (min-width: 1073px) and (max-width: 1126px) {
	#site-nav a.nav-link {
		font-size: 13px;
		padding: 1.1rem 1.0rem;
	}
	
	.segal-logo {
		width: 70%;
	}
	
	.navbar-brand {
		width: 20%;
	}
	
	.full-hero-caption h1 {
		font-size: 39px; /* 60px; */
    	line-height: 44px; /* 70px; */
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media(min-width: 1127px) and (max-width: 1156px){
	#site-nav a.nav-link {
		font-size: 14px;
		padding: 1.15rem 1.0rem;
	}
	
	.segal-logo {
		width: 70%;
	}
	
	.navbar-brand {
		width: 20%;
	}
	
	.full-hero-caption h1 {
		font-size: 40px; /* 60px; */
    	line-height: 50px; /* 70px; */
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}
	
@media (min-width: 1157px) and (max-width: 1199px) {
	.modal-dialog {
    	width: 85%;
    	height: auto;
    	/*margin: 0;
    	padding: 0;*/
  	}
	
	.modal-content {
    	height: auto;
    	/*min-height: 100%;*/
    	border: 0 none;
    	border-radius: 0;
  	}
	
	#site-nav .w-85 {
		width: 100%;	
	}
	
	.segal-logo {
		width: 70%;
	}
	
	.navbar-brand {
		width: 20%;
	}
	
	#site-nav a.nav-link {
		font-size: 14px;
		padding: 1.25rem 1.0rem;
	}
	
	.full-hero-caption h1 {
		font-size: 45px; /* 60px; */
    	line-height: 55px; /* 70px; */
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}



/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) and (max-width: 1208px) {
	body.insight .container:not(#header) {
    	max-width: 1140px;
	}
	
	.container {
	 	max-width: 85%;
 	}
	
	.segal-logo {
		width: 49%;
	}
	
	.navbar-brand {
		width: 23%;
	}
	
	#site-nav a.nav-link {
		font-size: 13px;	
		padding: 1.25rem 1.0rem;
	}
	
	.full-hero-caption h1 {
		font-size: 45px; /* 60px; */
    	line-height: 55px; /* 70px; */
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media (min-width: 1209px) and (max-width: 1263px){
	#site-nav a.nav-link {
		font-size: 14px;
		padding: 1.25rem 1.0rem;
	}
	
	.segal-logo {
		width: 49%;
	}
	
	.navbar-brand {
		width: 23%;
	}
	
	.full-hero-caption h1 {
		font-size: 47px; /* 60px; */
    	line-height: 57px; /* 70px; */
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media (min-width: 1264px) and (max-width: 1283px){
	#site-nav a.nav-link {
		font-size: 14px;
		padding: 1.25rem 1.1rem;
	}
	
	.segal-logo {
		width: 49%;
	}
	
	.navbar-brand {
		width: 23%;
	}
	
	.full-hero-caption h1 {
		font-size: 50px; /* 60px; */
    	line-height: 60px; /* 70px; */
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}


@media (min-width: 1284px) and (max-width: 1313px){
	#site-nav a.nav-link {
		font-size: 14px;
		padding: 1.25rem 1.1rem;
	}
	
	.segal-logo {
		width: 49%;
	}
	
	.navbar-brand {
		width: 23%;
	}
	
	.full-hero-caption h1 {
		font-size: 50px; /* 60px; */
    	line-height: 60px; /* 70px; */
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media (min-width: 1314px) and (max-width: 1342px){
	#site-nav a.nav-link {
		font-size: 14px;
		padding: 1.25rem 1.15rem;
	}
	
	.segal-logo {
		width: 49%;
	}
	
	.navbar-brand {
		width: 23%;
	}
	
	.full-hero-caption h1 {
		font-size: 60px;
    	line-height: 70px;
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media (min-width: 1343px) and (max-width: 1371px){
	#site-nav a.nav-link {
		font-size: 14px;
		padding: 1.25rem 1.15rem;
	}
	
	.segal-logo {
		width: 49%;
	}
	
	.navbar-brand {
		width: 23%;
	}
	
	.full-hero-caption h1 {
		font-size: 60px;
    	line-height: 70px;
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media (min-width: 1372px) and (max-width: 1445px){
	#site-nav a.nav-link {
		font-size: 15px;
		padding: 1.25rem 1.5rem;
	}
	
	.segal-logo {
		width: 78%;
	}
	
	.navbar-brand {
		width: 17%;
	}
	
	.full-hero-caption h1 {
		font-size: 60px;
    	line-height: 70px;
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media (min-width: 1446px) and (max-width: 1500px){
	#site-nav a.nav-link {
		font-size: 15px;
		padding: 1.25rem 1.6rem;
	}
	
	.segal-logo {
		width: 82%;
	}
	
	.navbar-brand {
		width: 16%;
	}
	
	.full-hero-caption h1 {
		font-size: 60px;
    	line-height: 70px;
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media (min-width: 1501px) and (max-width: 1903px){
	#site-nav a.nav-link {
		font-size: 16px;
		padding: 1.25rem 1.75rem;
	}
	
	.segal-logo {
		width: 80%;
	}
	
	.navbar-brand {
		width: 15%;
	}
	
	.full-hero-caption h1 {
		font-size: 60px;
    	line-height: 70px;
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media (min-width: 1903px) {
	.container-fluid {
		max-width: 1903px;
		margin: 0 auto;
	}
	
	#site-nav a.nav-link {
		font-size: 16px;
		padding: 1.25rem 1.75rem;
	}
	
	.segal-logo {
		width: 76%;
	}
	
	.navbar-brand {
		width: 14%;
	}

	.full-hero-caption h1 {
		font-size: 60px;
    	line-height: 70px;
	}
	
	.full-hero-caption p {
    	font-size: 24px;
    	line-height: 32px;
    }
}

@media reader, speech, aural {
	h4.feature-quote::before {
		display: none;
        visibility: hidden;
	}
}

/* print styles */
@media print {

  body {
    margin: 25mm 25mm 25mm 25mm;
    color: #000;
    background-color: #fff;
	  border-top: 8px solid #1dcad3;
	  
	  padding-top: 10mm;
	  font-size: 18px;
    line-height: 28px;
  }
	
	.col-lg-4 {
        -ms-flex: 0 0 33.333333%!important;
        flex: 0 0 33.333333%!important;
        max-width: 33.333333%!important;
    }
	
	.col-md-6 {
        -ms-flex: 0 0 50%!important;
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }
	
	.col-lg-8 {
        -ms-flex: 0 0 66.666667%!important;
        flex: 0 0 66.666667%!important;
        max-width: 66.666667%!important;
    }
	
	.segal-logo {
		margin-bottom: 20px;
	}
	
	h1 {
		font-size: 50px;
    	line-height: 60px;
	}
	
	
	h2 {
		font-size: 34px;
    	line-height: 42px;
		page-break-inside: avoid;
	}
	
	h2::after {
    content: "";
    display: block;
    height: 100px;
    margin-bottom: -100px;
}
	
	.lead, .lead p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.25rem;
}

	.gray-back, .segal-gray-back {
		background: none;
		background-color: #fff;
	}
	
	

	#search-bar {
		display: none;
	}
	
	.full-hero, .card-deck, .insight-row-title, #footer, .share-row, .signup-stars, .full-hero-form {
		display: none;
	}
	
	
	.container-fluid, .container, .w-85 {
		width: 100%!important;
		margin: 0;
		padding: 0;
	}
	
	.pb-5, .pt-5, py-5 {
		padding: 0!important;
	}
	
	.mb-5, .my-5 {
		margin-bottom: 1.5rem!important;
	}
	
	.mt-n6 {
		margin-bottom: 1.5rem!important;
	}
	
	.mt-n5, .my-n5 {
		margin-top: 1.5rem!important;
	}

	.col-sm-12 {
		page-break-inside:avoid;
	}
}
