<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin:0px;
	padding:0px 0 0 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	background-color: #ebeff2;
    -webkit-font-smoothing: antialiased;
	color: rgba(0,0,0,.75);
    font-weight: 400;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
	line-height: 1.75;
}
.lato, .lato &gt; .button {
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
strong .lato {
	font-weight:bold;
}
.weight-light {
	font-weight:300;
}
.weight-semibold {
	font-weight:500;
}
.size-2x {
	font-size:150%;
}
body.no-scroll {
        overflow:hidden;
}
* {
    box-sizing: border-box;
}
a {
	color:#00c08b;
	text-decoration: none;
	transition: color .2s ease;
}
a:hover {
	color: #002d5d;
	text-decoration: none;
}
a[href^="tel:"] {
	display:inline-block;
}
a[href*=".mp3"] {
	pointer-events:none;
}
p:last-child {
	margin-bottom:0;
}
.cols {
	display:flex;
	justify-content:space-between;
}
.cols &gt; div {
	position:relative;
}
strong, b {
	font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.lato strong, .lato b {
	font-family: 'Lato', sans-serif;
}
.contentBlock strong, .newsBody strong {
	color:#002d5d;	
}
*[class*="-text"] strong {
	color:inherit;
}
hr {
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
	background-color:rgba(255,255,255,0.5);
}
hr.red {
	border-color:#c70a26;
}
input, button, select, textarea {
	font-family: 'Sofia', sans-serif;
    font-size: inherit;
    line-height: inherit;
	margin: 0;
	color: inherit;
}
input, textarea {
	font-weight: 400;
	font-size: 18px;
	color: #6a6a6a;
	text-align: left;
	background-color: #FEFEFE;
    border: 2px solid #EBEBEB;
	padding:6px 10px;
	max-width:100%;
}
select::-ms-expand {
    display: none;
}
input.button, input[type=submit] {
	max-width:100%;
}
input.button.full {
	width:100%;
}
input::placeholder,textarea::placeholder {
	font-size:14px;
	font-weight:400;
	color:#939597;
}
select, .fancybox-wrap select {
	-webkit-appearance:none;
	background:#fff;
    border-radius: 0px;
	cursor: pointer;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background-image:url('/images/selectarrow.png');
	background-position: center right 5px;
	background-repeat:no-repeat;
	background-size: 18px auto;
    padding-right: 40px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;

	font-weight: 400;
	font-size: 18px;
	color: #939597;
	background-color: #FEFEFE;
    border: 2px solid #EBEBEB;
}
span.arrow-icon {
	font-family: 'Lato', sans-serif;
}
.collapsible .handle {
    display: flex;
    justify-content: space-between;
	align-items: center;
	cursor:pointer;
}
.collapsible .handle .icon {
	position:relative;
	border-radius:50%;
	min-width:30px;
	width:30px;
	height:30px;
	border:2px solid #00c08b;
}
.collapsible .handle .icon::before {
	content: ' ';
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: #00c08b;
    -ms-transition: background-color .15s ease;
    transition: background-color .15s ease;
    -webkit-transition: background-color .15s ease;
}
.collapsible .handle .icon::after  {
	content: ' ';
    top: 6px;
    left: 14px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    background-color: #00c08b;
    -ms-transition: transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
    transition: transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
}
.collapsible.expanded .handle .icon::after {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
}
.innerContent, .post-inc div .innerContent {
	width:85%;
	margin:0px auto;
	position:relative;
}
.main-container .innerContent, .post-inc .innerContent, footer .innerContent {
	max-width:1300px;
	max-width: 1160px;
}
.innerContent .innerContent {
	width:100%;
}
.outerContent {
	width:1380px;
	width:93.24%;
	margin:0px auto;
	position:relative;
}
.main-container { 
	flex-grow:1;
}
.main-container.top {
	background:#fff;
}
.main-header-image { 
	padding-top:60px; 
	padding-top:0;
}
.has-ticker .main-header-image { 
	padding-top:110px;
	padding-top:0;
}
a.fancypage {
        cursor:pointer;
}
.back-to-top {
    transition: box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
    background-color: rgba(0,0,0,.25);
	color:#fff;
	border-radius:50%;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
	bottom:-30px;
    z-index: 4000;
    height: 29px;
    width: 29px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
}
.back-to-top span {
	transform:scale(1.5,1);
	position:relative;
	top:2px;
}
.back-to-top:hover {
    box-shadow: 1px 2px 3px rgb(0 0 0 / 16%);
	background-color:#00c08b;
}
.alert {
    color:#ffffff !important;
    font-weight:bold;
        background-color:#990000;
        padding:3px 5px;
        margin-bottom:5px;
    margin-top: -40px;
    position: fixed;
	z-index:20;
}
.alert a {
	color:inherit;
	text-decoration:underline;
}
.home .alert {
    width: 100%;
    z-index: 100;
}
p {
	margin-top:0;
	padding-top:0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
    margin-top: 10px;
	margin-bottom:15px;
	line-height: 1.4;
    font-weight: 500;
    color: #002d5d;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top:0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom:0;
}
h1, .h1 {
	font-size: 40px;
}
h2,.h2 {
    font-size: 32px;
}
h3,.h3 {
	font-size: 28px;
}
h4,.h4 {
	font-size: 24px;
}
h5,.h5 {
	font-size: 20px;
}
h6,.h6 {
	font-size: 14px;
}
.divider-title {
	display:flex;
	align-items:center;
}
.divider-title::before {
	content:'';
	height:1px;
	background:#EBEBEB;
    flex-grow: 1;
    margin-right: 10px;
}
.divider-title::after {
	content:'';
	height:1px;
	background:#EBEBEB;
    flex-grow: 1;
    margin-left: 10px;
}
.subheading {
	font-weight: 700;
	font-size: 16px;
	color: #0083bc;
	text-transform: uppercase;
	line-height:1.25;
}
.button, .hs-button, .buttonSmall, .form-wrapper input[type=submit], .linkable-quote-box, 
.button-only a {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
	border: 2px solid transparent;
	background-color: #00c08b;
	cursor:pointer;
	border-radius: 4px;
    -webkit-border-radius: 4px;
}
.button.tag {
	border-radius:50px;
	color:#00c08b;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
	background-color: rgba(0,192,139,.06);
	font-size:14px;
}
.button.tag:hover {
	background-color: rgba(0,192,139,1);
	color:#fff;
}
.linkable-quote-box { 
	display:block;
	font-weight:normal;
	padding:20px 40px;
	line-height:1.3;
}
.linkable-quote-box:hover { 
	opacity:.8;
}
.small-text {
	font-size:80%;
	line-height:1.2;
	display:inline-block;
}
.outline-text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00C08B;
	color:transparent;
}
.green-text {
	color:#00c08b;
}
.blue-text  {
	color:#002d5d;
}
.gray-text {
	color: rgba(0,45,93,0.5);
}
.yellow-text  {
	color:#E8BE61;
}
input.button {
	-webkit-appearance:none;
}
.button a {
	color:#ffffff;
	text-decoration:none;
}
a.button, input.button, .button a, .button-only a, input.hs-button {
	text-decoration:none;
	padding:15px 20px;
	line-height:1;
	font-family: 'Lato',sans-serif;
	font-weight:bold;
	display:inline-block;
	margin-top:15px;
}
input.hs-button {
	margin-top:0;
}
body .hs-form fieldset.form-columns-1 .hs-input {
	width:100% !important;
}
body .hs-form fieldset.form-columns-1 .hs-input[type=checkbox],
body .hs-form fieldset.form-columns-1 .hs-input[type=radio] {
	width:auto !important;
	margin-right:5px;
}
.contentBlock .hs-form ul {
	margin:0;
	padding:0;
}
.hs-form li {
	padding:0;
	color:#002d5d;
}
.contentBlock .hs-form ul &gt; li::before {
	display:none;
}
body .hs-form &gt; div.hs_submit {
	padding-left:0;
	padding-right:0;
}
.button &gt; a {
	display:block;
	margin-top:0;
}
.button:hover,input.button:hover, a.button:hover, .button-only a:hover {
    opacity: .87;
	color:#fff;
}
.mobileonly.contact-info .button {
	border-color: #fff;
	color:#0E416A;
	background:transparent;
	color:#fff;
}
.button.arrow::after {
	display:inline-block;
	content:"â†’";
	font-family: 'Lato', sans-serif;
	font-weight:400;
	padding-left:10px;
}
.button.outline {
	background-color:transparent;
	border:2px solid #00c08b;
	color:#00c08b;
}
.button.outline:hover {
	background-color:#00c08b;
	color:#fff;
}
.button.blue.outline {
	border-color:#002d5d;
	color:#002d5d;
}
.button.blue.outline:hover {
	background-color:#002d5d;
	color:#fff;
}
.button.yellow,.form-wrapper input[type=submit] {
	background-color:#00c08b;
}
.button.small, .buttonSmall {
	font-size: 16px;
}
.tiny.button {
	font-size:11px;
	padding:3px 5px;
	margin-bottom:5px;
}
.padded.popup-container {
	padding:20px 40px;
	width:640px;
	max-width:100%;
}
.p_index .padded.popup-container {
	width:800px;
}
.p_insights #content_heading-insights {
	display:none;
}
.p_insights .contentBlock.t15 .bottom-button {
	display:none;
}
.teaser-image {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:2000;
	cursor:pointer;
	max-width:40%;
}
.teaser-pop {
	position:relative;
	min-height:100%;
}
.teaser-pop .hs-form div &gt;label &gt; span {
	color:#fff;
}
.teaser-pop .content-wrapper {
	position:relative;
	text-align:center;
	color:#fff;
	padding:40px;
}
.teaser-pop .content-wrapper h1,
.teaser-pop .content-wrapper h2,
.teaser-pop .content-wrapper h3,
.teaser-pop .content-wrapper h4,
.teaser-pop .content-wrapper h5
{
	color:inherit;
}

/*Forms*/
.hbspt-form h2 {
    font-size: 24px;
    line-height: 28px;
}
.hbspt-form .field, .hbspt-form .hs-richtext  {
	margin-bottom:20px;
}
.hubspt-form .hs-fieldtype-checkbox {
	width:100%;
}
.hbspt-form input[type=radio] {
	margin-right:10px;
}
.hbspt-form ul {
	margin:0;
	padding:0;
	list-style:none;
}
body .hbspt-form .hs-error-msg {
	color:#990000;
	font-size:12px;
}
.hs-form&gt;div:first-child, .hs-form&gt;div.hs_subscribe_markets, .hs-form&gt;div.hs_preferred_demo_date, .hs-form&gt;div.hs_phone {
    width: 100%;
}
.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=tel],
.hs-form textarea {
	width:100%;
}
.contentBlock .hs-form {
	margin-top:20px;
}
.hs-form div &gt;label &gt; span{
  color:#002D5D;
  font-size:16px;
  line-height:1.2;
	font-family: 'Lato', sans-serif;
}
.hs-form &gt; div &gt; .hs-error-msgs {
  margin:0;
}

.hs-form &gt; div &gt; .hs-error-msgs .hs-error-msg {
  color:#00C08B;
  font-size:14px;
  line-height:1;
  letter-spacing:0px;
	font-family: 'Lato', sans-serif;
}
.hs-form &gt; div.hs_any_additional_questions_or_comments_,
.hs-form &gt; div.hs_submit,
.hs-form &gt; div.hs_product_interest,
.hs-form &gt; div.hs_what_are_you_interested_in_from_aegis_select_all_that_apply_{
  width:100%;
  display: block;
  padding: 2%;
	padding:0;
}
.hs-form &gt; div &gt; .hs-error-msgs &gt; li,
.hs-form &gt; div &gt; .input &gt; ul &gt; li{
  list-style: none;
}

.hs-form &gt; div &gt; .input &gt; ul &gt; li &gt; label &gt; span{
  color:#002D5D;
  font-size:16px;
  line-height:1.2;
	font-family: 'Lato', sans-serif;
  padding-left: 3%;
}

.contentBlock ul {
  margin: 0 auto 1em auto;
  padding: 0 0 0 25px;
  list-style: none;
  text-align:left;
  display:block;
}
.contentBlock ul &gt; li p {
	margin-bottom:0;
	padding-bottom:0;
}
.contentBlock ul &gt; li {
	margin-bottom:2px;
	line-height:1.2;
}
.contentBlock ul &gt; li::before { 
	content: "";
	background-image:url('/images/bullet-list-blue.svg');
	background-repeat:no-repeat;
	background-size:contain;
	display: block;
	height: 10px;
	width: 10px;
	left: -20px;
	top: 16px;
	position: relative;
}
span[style*="underline"] {
	position:relative;
}
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) ul &gt; li::before { 
	filter:none;
}
ol {
  list-style: none;
  counter-reset: list-counter;
}
ol li {
  counter-increment: list-counter;
  position:relative
}
ol li::before {
	content: counter(list-counter) ". ";
	color: #0E416A;
	font-weight: bold;
	font-size:22px;
	position:absolute;
	left:-40px;
	top:4px;
	line-height:1;
    text-align: right;
    width: 30px;
}
.highlight {
	color:#00c08b;
	font-weight:bold;
}
.lighter {
	font-weight: 300;
}
h1 .caption {
	font-style:normal;
	font-weight:600;
	color:#555555;
	font-size: 10px;
	text-transform:uppercase;
	margin-top:20px;
}
.main-container table {
	table-layout:fixed;
	max-width:100%;
	width:100%;
/*	height:auto !important;*/
	float:none !important;
}
.main-nav {
	display:flex;
	align-items:center;
}
.nav-bar {
	background:#001162;
	padding:10px 0;
}
.nav-bar a {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}
.nav-bar a:hover {
	color:rgba(255,255,255,.8);
}
.nav-bar .innerContent  {
	display:flex;
	justify-content:space-between;
}
.nav-bar .left-links {
	display:flex;
}
.nav-bar .left-links a {
	display:block;
	margin-right:30px;
}
.navigation-options h1 {
	margin-bottom:0;
}
.navigation-options .price-container {
	flex-grow: 1;
    text-align: right;
}
.navigation-options .price-container .price {
	font-size: 25px;
    color: #000;
    font-weight: 700;
}
.navigation-options .price-container .mls {
	font-size:11px;
	color:#888;
}
.disclaimer {
	color:#888;
	font-size:85%;
	margin-top:10px;
}
.hr-text {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom:10px;
}
.hr-text &gt; span {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #e6dabb;
	position: relative;
    display: inline-block;
	text-transform:none;
}
.hr-text&gt;span:before, .hr-text&gt;span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ddd;
}
.hr-text&gt;span:before {
    right: 100%;
    margin-right: 5px;
}
.hr-text&gt;span:after {
    left: 100%;
    margin-left: 5px;
}
.two-col {
	display:flex;
	justify-content:space-between;
}
.two-col .left-section {
	width:49%;
}
.two-col .right-section {
	width:42%;
	max-width:500px;
}

.tagline {
	font-size:18px;
	font-style:italic;
	color:#000;
	font-weight:300;
	margin-bottom:15px;
}
.phone a i {
	color:#000;
}
.photo-container.photo-grid {
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
.photo-container.photo-grid &gt; div {
	width:19%;
	margin-right:1%;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.photo-container.photo-grid .more span {
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	width:90%;
	text-align:center;
	top:50%;
	left:5%;
	line-height:1.4;
	transform:translateY(-50%);
	z-index:5;
	font-size:1.5vw;
	font-weight:bold;
	text-shadow: 0px 0px 8.19px rgba(0, 0, 0, 0.75);
}
.photo-container.photo-grid &gt; div:nth-child(10) .more::before {
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:100%;
	left:0;bottom:0;right:0;top:0;
	background:rgba(0,0,0,.5);
	mix-blend-mode:multiply;
}
.photo-container.photo-grid &gt; div:nth-child(n+11) {
	display:none;
}
.photo-container.photo-grid &gt; div::after {
	content:"";
	position:relative;
	display:block;
	width:100%;
	padding-top:62%;
	margin-bottom:20px;
}
.left-section .wrapper {
	padding-right:40px;
}
header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:5000;
}
header.placeholder {
	position:static;
	visibility:hidden;
}
header.placeholder .ticker,
header.placeholder .mid-section {
	position:static !important;
	margin-top: 0 !important;
}
header .mid-section {
    position: relative;
    z-index: 10;
	padding:5px 0 5px 0;
	background-color:#002d5d;
}
header .mid-section .innerContent {
        display:flex;
        justify-content:space-between;
        align-items:center;
		width:auto;
		padding:0 78px 0 38px;
}
header .mid-section .logo {
        width:300px;
	padding:7px 0;
}
header .mid-section .logo img {
	display:block;
}
header .mid-section .right-side {
        text-align:right;
		font-family: 'Lato', sans-serif;
		font-size:14px;
		color:#fff;
}
header .mid-section .right-side #content_header_right {
	padding-left:20px;
	padding-right:20px;
}
header .mid-section .right-side #content_header_right td:last-child {
	font-size:12px;
	position:relative;
}
/*header .mid-section .right-side #content_header_right td:last-child::before {
	content:"";
	display:block;
	position:absolute;
	width:1px;
	height:18px;
	background:rgba(255,255,255,.7);
	left:0;
	top:50%;
	transform:translateY(-50%);
}*/
header .mid-section .right-side #content_header_right td:not(:first-child) {
	padding-left:20px;
}
header .mid-section .right-side #content_header_right td {
}
header .mid-section .right-side #content_header_right img {
	display:inline-block;
	vertical-align:middle;
}
header .mid-section .right-side #content_header_right .outline-text {
	display:block;
	white-space:nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #00c08b;
    border: 1px solid #00c08b;
    line-height: 1;
    border-radius: 4px;
    padding: 5px 10px;
	margin-top:4px;
	transition: all .2s ease;
}
header .mid-section .right-side #content_header_right a:hover {
	color:#00c08b;
}
header .mid-section .right-side #content_header_right a:hover .outline-text {
	color:#fff;
	background-color:#00c08b;
}
header .mid-section .right-side #content_header_right a:hover img {
	filter: brightness(75%) sepia(100) saturate(95) hue-rotate(145deg);
}
header .mid-section .right-side .content {
        line-height: 1;
        text-align:right;
}
header .mid-section .right-side .content a:not(.button) {
        color:inherit;
        text-decoration:none;
}
header .mid-section .right-side .content a.button {
        font-size: 14px;
        line-height: 1;
        padding:7px 8px;
        margin-bottom:0;
		margin-top:0;
        margin-left:12px;
		font-weight:800;
}
header .mid-section .right-side #content_header_right a.button:hover,
header .mid-section .right-side #content_header_right a.button:hover .green-text {
	color:#fff;
}
header .ticker {
	text-align:center;
	padding:10px 20px;
/*	background-image: url('/images/bg-desktop-ticker1.png');*/
    background-color: #c4dcf7;
    padding: 12px;
    background-repeat: no-repeat;
    background-position: 12% center;
}
header .ticker .wrapper {
	display:flex;
	justify-content:center;
	align-items:center;
}
header .ticker .wrapper * {
	color:inherit;
}
header .ticker .wrapper &gt; div:not(:last-child){
	padding-right:1vw;
}
header .ticker a.button, 
header .ticker input.button, 
header .ticker .button a, 
header .ticker .button-only a, 
header .ticker input.hs-button {
	margin-top:0;
}
header .ticker .category {
    font-size: 16px;
    color: #002d5d;
    opacity: .65;
    font-weight: 400;
    font-family: roboto,sans-serif;
    line-height: 1.2;
}
header .ticker .title {
    margin: 0 0 0 1vw;
    padding: 0;
    font-size: 16px;
    color: #002d5d;
    line-height: 1.2;
}
header .ticker .divider {
	border-left: 2px solid #93aac1;
	height:24px;
}
header .ticker .more a {
	font-family: 'Lato', sans-serif;
    font-weight: 700;
	font-size:14px;
    color: #002d5d;
}
header .ticker .more .icon {
	display:inline-block;
	vertical-align:middle;
	font-family: 'Lato', sans-serif;
	line-height:24px;
	font-size:15px;
	font-weight:400;
	color:#fff;
	width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #00c08b;
}
.devb {
    position: fixed;
    background-image: url(/images/dev.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: -50px;
    width: 170px;
    height: 64px;
    z-index: 20000;
}
.slide-down-arrow-container {
	position:absolute;
	width:100%;
	z-index:1000;
	bottom:20px;
}
.slide-down-arrow-container.green-text circle,
.slide-down-arrow-container.green-text path:not(#Path_6776) {
	stroke:#00c08b;
}
.slide-down-arrow-container.blue-text circle,
.slide-down-arrow-container.blue-text path:not(#Path_6776) {
	stroke:#002d5d;
}
.slide-down-arrow-container.gray-text circle,
.slide-down-arrow-container.gray-text path:not(#Path_6776) {
	stroke: rgba(0,45,93,0.5);
}
.slide-down-arrow-container.green-text #Path_6776 {
	fill:#00c08b;
}
.slide-down-arrow-container.blue-text #Path_6776 {
	fill:#002d5d;
}
.slide-down-arrow-container.gray-text #Path_6776 {
	fill: rgba(0,45,93,0.5);
}
.slide-down-arrow {
	position:relative;
	left:50%;
	transform:translateX(-50%);
	cursor:pointer;
	display:inline-block;
}
.slide-down-arrow &gt; svg {
    -webkit-animation: nudgeMouse 2.4s cubic-bezier(.25,.46,.45,.94) infinite;
    animation: nudgeMouse 2.4s cubic-bezier(.25,.46,.45,.94) infinite;
}
@keyframes nudgeMouse{
	0%{-webkit-transform:translateY(0);transform:translateY(0)}
	45%{-webkit-transform:translateY(8px);transform:translateY(8px)}
	65%,100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes nudgeMouse{
	0%{-webkit-transform:translateY(0);transform:translateY(0)}
	45%{-webkit-transform:translateY(8px);transform:translateY(8px)}
	65%,100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.home .slideshow .slide .innerContent {
	position:static;
}
.slideshow .overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}
.homefinder.background {
	background: rgba(21, 79, 136, 0.95);
	mix-blend-mode: multiply;
}
.main-container .forToolbox {
	display:none;
}
.interior .main-container &gt; .innerContent:not(:empty) {
	padding-top:40px;
}
header .header-search .wrapper {
	position:relative;
}
header .header-search .search-icon {
	position:absolute;	
	right:0;
	top:0;
	height:100%;
    padding: 9px 7px;
    border: 0;
}
header .header-search .field {
	height:35px;
	width:150px;
    border: 0;
    outline: none;
}
/* ---------------------------------------------------------------- */
/* HOVER MENU */
/* ---------------------------------------------------------------- */
.nav-wrapper {
	display:flex;
	align-items:center;
}
nav ul, nav ul li {
        list-style:none;
        margin:0;
        padding:0;
}
nav {
    width: 100%;
}
nav .has-sub {
	display:flex;
	align-items:center;
}
nav .toggleSub {
	display:block;
	width:15px;
	padding-left:2px;
}
nav .toggleSub::after {
	content:"^";
    transform: rotate(180deg) scale(2,1.2);
    display: block;
    font-size: 16px;
	position:relative;
	top:-5px;
}
nav .main-nav__menu {
        display:flex;
        justify-content:center;
		flex-wrap:wrap;
}
nav .main-nav__menu ul {
    display:none;
    position:absolute;
    background-color:#fff;
    background-color:rgba(255,255,255,.9);
    top:100%;
    text-align:center;
    min-width:100%;
	width:20em;
    z-index:300;
    max-width: 180px;
    padding: 8px 12px;
    border-radius: 8px;		
	border-color: #eee;
	border-top-width: 1px;
	border-top-style: solid;
	-webkit-box-shadow: 0 19px 35px rgb(0 0 0 / 11%);
	box-shadow: 0 19px 35px rgb(0 0 0 / 11%);
}
nav .main-nav__menu &gt; li:last-child &gt; ul {
        right:0;
}
nav .main-nav__menu ul ul {
        left:100%;
        top:0;
	margin-top:-3px;
}
nav .main-nav__menu li:hover &gt; ul,
nav .main-nav__menu li.hover &gt; ul,
nav .main-nav__menu li.open &gt; ul {
        display:block;
}
nav .main-nav__menu li.closed &gt; ul {
        display:none !important;
}
nav li {
    color: #fff;
    font-size: 14px;
	font-family: 'Lato',sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    position:relative;
    -webkit-transition: color .1s ease;
    transition: color .1s linear;
}
nav li a {
    padding:12px .8vw;
    position:relative;
    display:block;
        text-decoration:none;
        color:inherit;
}
.main-nav__menu &gt; li {
	padding-right:.8vw;
}
.main-nav__menu &gt; li:last-child {
    padding-right:0;
}
nav .main-nav__menu ul li {
        text-transform:none;
        font-weight:normal;
        font-size:15px;
}
nav .has-sub li a {
	padding:6px 10px;
	color: #002d5d;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}
nav li:hover &gt; a {
	color:#00c08b;
    text-decoration:none;
}
nav .main-nav__menu ul li a:hover {
    color:#00c08b;
    opacity:1;
}
nav .main-nav__menu ul li a.call.button {
        font-size: 22px;
        position: relative;
}
nav .main-nav__menu ul li:last-child a.call.button {
        top: 15px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*.p_index .main-header-image.has-video  .slideshow*/
.p_index .main-header-image .slideshow {
	height:calc(100vh - 110px);
/*	height:calc(100vh - 30px);*/
/*	padding-top:25%;*/
	position:relative;
}
.p_index .main-header-image .slideshow .slide_viewer,
.p_index .main-header-image .slideshow .slide_group,
.p_index .main-header-image .slideshow .slide {
	height:100%;
}
.p_index .main-header-image .video-wrapper::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#002d5d;
	opacity:.3;
	z-index:1;
}
.slideshow .slide &gt; a {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	z-index:20;
}
.slideshow {
	position:relative;
/*	height:50vw;
	max-height:745px;
*/
}
.slideshow .slide {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float:none !important;
	position:relative;
	width:100%;
	top:0;
}
.interior .slideshow .slide {
	min-height:145px;
}
.slideshow .slide .ratio {
	display:block;
	width:100%;
	content:"";
}
/*
.interior .slideshow .slide .ratio {
	padding-top:25%;
}*/
.slide_viewer &gt; svg {
	position:absolute;
	bottom:-1px;
	z-index: 500;
}
/*.slideshow .slide_viewer, .slideshow .slide_group, .slideshow .slide {
	height:100%;
}*/
.slideshow .slide:not(:first-child) {
	display:none;
}
.slideshow .caption {
	position:absolute;
	z-index:600;
	width:80%;
	left:10%;
	color: #ffffff;
	line-height: 1.11;
	text-align: center;
	font-family: 'Lato', sans-serif;
	top:50%;
	transform:translateY(-50%);
}
.slideshow .caption.caption-position-top {
	transform:none;
	top:10%;
	text-align:left;
}
.interior .slideshow .caption {
	position:relative;
	top:auto;
	transform:none;
	padding:80px 0;
	color:#fff;
}
.slideshow .caption .line1 {
	font-size:40px;
    font-size: 2.8vw;
	line-height:1.3;
    font-weight: 700;
}
.slideshow .caption .line2 {
	font-weight: 600;
	font-size: 54px;
    font-size: 1.4vw;
/*	opacity:.85;
	margin-top:30px;
	*/
}
.slideshow .caption .line2 h1, 
.slideshow .caption .line2 h2, 
.slideshow .caption .line2 h3, 
.slideshow .caption .line2 h4, 
.slideshow .caption .line2 h5 {
	color:inherit;
	line-height:1.12;
	text-wrap:balance;
}
.slideshow .caption .line2 h1 {
	font-size:40px;
}
.slideshow .caption .line2 h2 {
	font-size:30px;
}
.slideshow .slide.has-overlay {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.slideshow .slide.has-overlay .caption {
	position: relative;
	top: 0;
	transform: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow:1;
}
.slideshow .slide .bottomoverlay {
	background-color:rgba(255,255,255,.5);
	padding:2vw 0;
	display:flex;
	justify-content:center;
	line-height:1.15;
	z-index:20;
}
.slideshow .slide .caption-overlay-off + .bottomoverlay {
	background:none;
}
.slideshow .slide .bottomoverlay .button {
	color:#002d5d;
	margin-top:0;
}
.slideshow .caption .line2 a {
	color:inherit;
}
.slideshow .caption h1 {
	color:inherit;
	margin:inherit;
	line-height:inherit;
	font-weight:inherit;
	font-size:inherit;
}
/*
.slideshow .caption a.button:not(.yellow) {
	background:#fff;
}
.slideshow .caption a.button {
	font-size: 1.4vw;
	color: #0E416A;
	text-transform: uppercase;
	text-decoration:none;
	text-shadow:none;
	font-weight:bold;
}
*/
/*
.slideshow .caption a.button {
	padding-top:5px;
	padding-bottom:5px;
}
*/
/*
.slideshow .caption .outline.button,
.slideshow .slide .bottomoverlay .outline.button {
	border-color:#fff;
	border-radius:60px;
	padding:3px 10px;
}
*/
.slideshow .slide .bottomoverlay .outline.button {
	border-color:#002d5d;
}
.slideshow .slide .bottomoverlay .outline.button:hover {
	background-color:#fff;
}
.slideshow .slide .bottomoverlay h1,
.slideshow .slide .bottomoverlay h2,
.slideshow .slide .bottomoverlay h3,
.slideshow .slide .bottomoverlay h4,
.slideshow .slide .bottomoverlay h5 {
	margin-bottom:0;
}

.slideshow .caption svg,.slideshow .caption img {
	width:5.1vw;
}
.slideshow .caption &gt; a:hover {
	text-decoration:none;
}
.typewriter {
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #00c08b;
	line-height:.9;
}
.typed-cursor {
	font-weight:normal;
	opacity:.2;
    animation: blink-caret .75s step-end infinite;
}
/* The typing effect */
@keyframes typing {
	0% {
	    width: 0;
	  }
	  100% {
	    width: 100%;
	  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { opacity:.2; }
  50% { opacity:.8; }
}
@keyframes blink {
  0%,
  100% {
    border-color: transparent
  }
  50% {
    border-color: white
  }
}
.slideshow .rslides_tabs {
	position:absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 650;
    width: 35%;
    right: 0;	
}
.interior .video-wrapper {
	position:relative;
}
.video-wrapper .icons {
	position:absolute;
	right:20px;
	bottom:20px;
	background-color:rgba(255,255,255,.2);
	padding:5px 10px;
	z-index:200;
}
.video-wrapper .icons .muteButton {
	cursor:pointer;
	display:inline-block;
	width:40px;
	height:40px;
	background-size:contain;
	background-image:url('/video/icon-sound.png');
	background-repeat:no-repeat;
}
.video-wrapper .icons .muteButton.unmuted {
	background-image:url('/video/icon-mute.png');
}
video.bgvideo {
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;

    object-fit:cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';

	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000;
}
.slideshow .videoWrapper {
        display:none;
}
.fb-vid-wrapper {
	position:relative;
}
.fb-vid-wrapper iframe {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; bottom: 0; left: 0; right: 0;
}
.fb-vid-wrapper::after {
	display:block;
	content:"";
	width:100%;
	padding-top:55%;
}
.btcheck {
	display:none;
}
.red {
	color:red;
}
.breadcrumbs {
	text-align:center;
}
.breadcrumbs a {
	color:inherit;
	font-size:18px;
}
.breadcrumbs strong{
	font-size:22px;
	font-weight:700;
}
.newsContainer {
	display:flex;
	justify-content:space-between;
}
.newsContainer .newsBody {
	width:72%;
	position:relative;
}
.p_insights .newsContainer .newsBody {
	width:100%;
}
.newsContainer .sidebar {
	width:25%;
	position:relative;
}

.newsContainer .sidebar h4,.insights-sidebar h4 {
	font-size:22px;
	line-height:1.3;
}
.news-container .container {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.news-container .container &gt; div {
	position:relative;
	width:30%;
	margin:0px 2.5% 20px 2.5%;
	border: 1px solid #DDDDDD;
    display: flex;
    flex-direction: column;
}
.news-container .container &gt; div:first-child {
	margin-left:0;
}
.news-container .container &gt; div:nth-child(3n+3) {
	margin-right:0;
}
.news-container .container &gt; .article-container {
	width:100%;
	margin-right:0;
	margin-left:0;
}
.share-buttons {
	text-align:center;
	display:flex;
	justify-content:center;
}
.share-buttons div:not(:first-child) {
	margin-left:18px;
}
.article-container .img-container  {
	position:relative;
}
.article-container .img-container .img {
    position: relative;
	margin-top:40px;
	padding-bottom: 20%;
}
.article-container .img-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -16%;
    top: -10%;
    background-color: #F3F2F2;
}
.news-container .container .news .img-container {
	overflow:hidden;
}
.news-container .container .news img {
	display:block;
	margin-bottom:10px;
	width:100%;
}
.news-container .container .news .wrapper {
	padding:10px 30px 30px 30px;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    height: 100%;
}
.news-container .container .news h5 {
	flex-grow:1;
	margin-bottom:30px;
}
.news-container .news-date {
	color: #A19F9F;
	font-size: 15px;
	font-weight: 500;
	line-height:2;
	text-transform:uppercase;
}
.news-container .filter  {
	color: #001162;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.article-container .photo-container {
	display:inline-block;
}
.news-container .event {
	
}
img[style*="float: right"] {
	margin-left:30px;
}
body.darkblue {
	background:#222e53;
}
.latest-news-wrapper {
	display:flex;
	padding-bottom: 120px;
	padding-top: 40px;
}
.latest-news-wrapper .content {
	padding-right: 40px;
}
.latest-news-wrapper .main-carousel:not(.flickity-enabled) .carousel-cell:not(:first-child) {
	display:none;
}
.latest-news .carousel-cell .content {
	padding:10px;
	display:flex;
	flex-direction:column;
}
.latest-news .flickity-page-dots {
	text-align:left;
	bottom:-35px;
}
.latest-news .readmore {
	font-weight: 700;
	font-size: 15px;
	color: #4d9bcb;
	text-transform: uppercase;
	text-align: right;
	padding-top:20px;
}
.latest-news .carousel-cell {
	background-color: #f0f6f8;
	width: 265px;
	min-height:100%;
	box-shadow: 0 0 5px lightgray;
	margin-right:20px;
	display:flex;
	flex-direction:column;
}
.latest-news .photo {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	padding-top:68%;
}
.latest-news .date  {
	font-weight: 300;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
}
.latest-news .title  {
	font-weight: 400;
	font-size: 22px;
	color: #0d285f;
	line-height: 26px;
	text-align: left;
	flex-grow:1;
}
.latest-news-wrapper .spacer {
	width: calc((100% - 1200px) / 2);
	min-width:5%;
}
.latest-news-wrapper #content_latest_news {
	width:25%;
	min-width:300px;
}
.latest-news-wrapper &gt;div:last-child {
	width:75%;
}
footer  {
	position:relative;
}
footer .newsletter-signup {
	position:relative;
	padding:70px 0;
	text-align:center;
}
footer .newsletter-signup::before {
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:100%;
	top:0;bottom:0;left:0;right:0;
	opacity: 0.85;
	background-color: rgba(14,65,106,1);
}
footer .newsletter-signup form {
	width:55%;
	margin:0px auto;
}
footer .newsletter-signup input {
	border-color:transparent;
	margin-right:0px;
}
footer .newsletter-signup .fields {
	display:block;
	margin-top:15px;
}
footer .newsletter-signup .fields input[type=text], footer .newsletter-signup .fields input[type=email] {
	margin-bottom:10px;
	margin-right:10px;
	font-weight: 300;
	font-size: 14px;
	color: #000001;
	text-align: left;
	background-color: #fff;
	width:100%;
}
footer .newsletter-signup .fields input.button {
	width:100%;
}
footer .newsletter-signup .fields input::placeholder {
}
footer .newsletter-signup .content * {
	color:#ffffff;
}
footer .newsletter-signup label {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.33;
	text-transform:uppercase;
	display:block;
}
footer .footer-top {
	position:relative;
	padding:40px 0 0 0;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	color:#002d5d;
}
footer .footer-top a:hover {
	opacity: .65;
}
#content_footer_top_right p {
	margin-bottom: 1rem;
	line-height: 1.2;
}
footer .footer-top .cols .left-side {
	width:25%;
}
footer .footer-top .cols .right-side {
	width:70%;
}
footer .footer-top .content table td {
	padding:10px 20px;
	width:25% !important;
}
footer .footer-mid {
	position:relative;
	padding:65px 0;
    background-color: #263553;
}
footer .footer-bottom {
	padding:10px 0 24px 0px;
	position:relative;
	color:#002d5d;
}
footer .footer-mid .content * {
	color:#FEFEFE;
}
footer .footer-mid .button {
	background:#75A3C5;
}
footer #content_footer_bottom .content {
	color:#002d5d;
	font-size:14px;
}
.interior footer .footer-bottom {
	padding-bottom:30px;
}
footer .footer-bottom .links {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-weight: 300;
	line-height: 1.28;
	font-size:15px;
}
footer #content_footer_bottom .content td {
	padding-top:0;
	padding-bottom:0;
}
footer .footer-bottom .links .copyright {
	width:400px;
	max-width:100%;
}
footer .footer-bottom .links .bottom-right {
	flex-grow:1;
}
footer .footer-bottom .links a {
	color:inherit;
}
footer .footer-bottom hr {
	height: 1px;
	width: 100%;
	opacity: 0.3;
	background-color: #FFFFFF;
}
footer .footer-bottom .innerContent &gt; div {
/*	width:33%;*/
}
footer .footer-bottom .bottom-logos .content {
	text-align:right;
}
footer a {
	color:inherit;
	text-decoration:none;
}
footer .copyright img {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #0E416A;
	display:inline-block;
}
.load-more-wrapper {
	text-align:center;
	margin-bottom: 2rem;
}
.item-wrapper {
	position:relative;
}
.articles.previewmode .item-wrapper:nth-child(n+10) {
        display:none;
}
.articles {
	padding-top:20px;
	padding-bottom:20px;
}
.newsBody.featured {
	text-align:center;
}
.newsBody.featured .articles {
	background:none;
	text-align:left;
}
.articles .innerContent {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.articles .innerContent{
		justify-content: space-between;
	}
}
.p_news .newsContainer {
	width: 100%;
    margin: 0px auto;
    display: flex;
    max-width: 1160px;
}
.p_news .newsContainer .newsBody {
	width:100%;
}
.articles .news-filters {
	width:100%;
	padding-top:30px;
	padding-bottom:20px;
}
.articles .news-filters .filters {
	display:flex;
	justify-content:center;
}
.articles .news-filters .filters &gt; div {
	margin-left:15px;
	margin-right:15px;
	text-transform:uppercase;
	font-size:26px;
}
.articles .news-filters .filters &gt; div.active {
	font-weight:bold;
}
.articles .item-wrapper {
	width: 31%;
    margin: 0px 1% 20px 1%;
    background: #fff;
    box-shadow: 0px 6px 40px rgba(0,0,0,.15)!important;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}
.articles .item-wrapper-news {
	width:31%;
	margin:0px 0 20px 0;
	display:flex;
	overflow:hidden;
    background: transparent;
	border-radius: 0 !important;
    box-shadow:none !important;

}
@media screen and (min-width:768px) and (max-width:1023px) {
	.articles .item-wrapper {
		width:48% !important;
	}
}
body .articles .heading-wrapper {
	margin-top:30px;
	font-weight:bold;
	color: #002d5d8a;
}
body .articles .heading-wrapper .item-wrapper {
	background:none;
	box-shadow:none !important;
	display:block;
}
body .articles .heading-wrapper .item-wrapper:last-child {
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}
.newsBody.featured .articles {
	overflow:hidden;
}
.newsBody.featured .articles .item-wrapper {
	width:24%;
	margin:0px .5% 40px .5%;
	width: 22%;
	margin: 0px 1.5% 40px 1.5%;
	border:1px solid rgba(112, 112, 112, 0.314);
	box-shadow:none !important;
	min-width:250px;
}
.newsBody.featured .photo-wrapper {
	padding-top:44%;
}
.articles .item-wrapper .item {
	display:flex;
	flex-direction:column;
	width:100%;
	font-family: 'Lato', sans-serif;
}
.post-inc {
	background-color:#fff;
	text-align:center;
}
.unpublished-banner {
	background:#990000;
	color:#fff;
	position:absolute;
	z-index:10;
    font-size: 20px;
    width: 100%;
    font-size: 20px;
    bottom: 0;
	text-align:center;
}
.unpublished-banner-text {
    position: absolute;
    color: #990000;
    font-style: italic;
    display: inline;
	font-size:80%;
}
.post-inc .contentBlock {
	padding:0 0 40px 0px;
}
.post-inc .newsBody .innerContent {
	width:100%;
}
.newsBody .date {
	font-family: 'Lato', sans-serif;
    letter-spacing: .5px;
    color: #888;
}
.newsBody .author {
    font-size: 14px;
}
.newsBody .date-news {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    color: #032d5b;
	line-height:1.2;
	margin-top:5px;
}
.newsBody .newsText h1.title,
.newsBody .newsText .title {
	text-align:center;
}
.newsBody .newsText .date {
	font-family: 'Lato', sans-serif;
	font-size:16px;
}
.articles .text-wrapper {
	padding:20px 1rem;
	display:flex;
	flex-grow:1;
	flex-direction:column;
	justify-content:space-between;
}
@media screen and (max-width:480px) {
	.articles .text-wrapper {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.articles .text-wrapper {
		padding: 1rem 0;
	}
}
.articles .title {
	color: #05335E;
	font-size: 28px;
	font-weight: bold;
	line-height:1.1;
	margin-bottom:30px;
}
.articles .desc {
	padding-top:10px;
	padding-bottom:10px;
}
.articles .read-more {
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}
.newsContainer .filter {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding:40px 0;
}
.newsContainer .filter-news {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding:0;
}
.newsContainer .filter .dropdowns {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.newsContainer .filter h3 {
	margin-bottom:0;
}
.newsContainer .filter h5{
	margin-bottom:0;
	padding-left:30px;
	padding-right:10px;
	color:#565555;
}
.newsBody .photo-wrapper {
	overflow:hidden;
    padding-top: 58%;
	position:relative;
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.newsBody .photo-wrapper {
		padding-top: 45%;
	}
}
.newsBody .photo-wrapper .photo {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top 20% center;
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	width:100%;
	height:100%;
    transition: all .5s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .5s cubic-bezier(.2,1,.22,1);
}
.newsBody .item:hover .photo-wrapper .photo {
	/* width:110%;
	background-position:top 25% center; */
	transform: scale(1.1);
	left:5%;
}
.newsBody .item .title {
	font-size: 20px;
    line-height: 28px;
    margin: 15px 0 40px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, .75);
    font-weight: normal;
}
.newsBody .item .title-news {
	font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0;
    color: rgb(3 45 90);
    font-weight: normal;
    margin: 1rem 0;
}
@media screen and (max-width:480px) {
	.newsBody .item .title {
		font-size: 1.2rem;
    	margin: 0.5rem 0;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.newsBody .item .title {
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.4 !important;
		margin: 0.5rem 0;
	}
}
@media screen and (min-width:1024px) and (max-width:11365px) {
	.newsBody .item .title {
		font-size: 1rem;
		line-height: 1.4 !important;
		margin: 0.5rem 0;
	}
}
.newsBody .item .link {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.newsBody .item .link {
		font-size: 0.8rem;
	}
}
.newsBody .item &gt; a {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height:100%;
	z-index:2;
}
.newsBody .category .button {
	display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #00C08B;
    padding: 5px 12px 3px!important;
    border: 2px solid #00C08B;
    border-radius: 24px!important;
    margin-right: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.newsBody .category .button-news {
	display:inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 5px 12px 3px!important;
	margin-right:2px;
	text-transform:uppercase;
	position:relative;
	z-index:5;
	background: #00c08b;
    margin-left: 1rem;
    margin-bottom: 1rem;
	border-radius: 0;
	letter-spacing: 2px;
}
.newsBody .category .button-news:hover {
	cursor: pointer;
}
@media screen and (max-width:480px) {
	.newsBody .category .button {
		margin-left: 1rem;
    	margin-bottom: 1rem;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.newsBody .category .button {
		margin-left: 1rem;
    	margin-bottom: 1rem;
	}
}
.newsBody .category .button:hover {
	background-color:#00C08B;
	color:#fff;
}
.newsBody.article {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.category-news-header .category .button-news {
	display:inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 5px 12px 3px!important;
	text-transform:uppercase;
	position:relative;
	z-index:5;
	background: #00c08b;
	border-radius: 0;
	margin-bottom: 2rem;
	letter-spacing: 3px;
}
.category-news-header .category .button-news:hover {
	cursor: pointer;
}
@media screen and (max-width:480px) {
	.category-news-header{
		padding: 2rem;
	}
}
@media screen and (min-width:481px) and (max-width:767px) {
	.category-news-header{
		padding: 2rem;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.category-news-header{
		margin-top: 5rem;
	}
}


h5.title-pretable {
    margin: 0;
    background: #002d5d;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-family: roboto,sans-serif;
	font-weight:400;
}
table.table-trading {
    margin: 0 0 40px;
    border: none;
    background: 0 0;
    text-align: left;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table-trading th {
    background: #00c08b;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}
table.table-trading th:last-child {
    width: 50%;
}
table.table-trading td {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: center;
	font-size: 14px;
    padding: 10px;
	color: #676767;
	vertical-align:top;
}
table.table-trading td:first-child {
    font-weight: 700;
    text-align: left;
}
table.table-trading td:last-child {
    text-align: left;
}
.table-trading strong, .table-trading b {
	color: #002d5d;
}
.newsBody .contentBlockWrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
}
.newsBody .contentBlockWrapper .contentBlock {
	width:100%;
}
.admn .newsBody .contentBlockWrapper .contentBlock {
	min-height:80px;
}
.admin-notice {
	background:rgba(255,255,255,.3);
	text-align:center;
	font-weight:bold;
	color:#990000;
	width:100%;
	z-index:5;
}
.newsBody .contentBlockWrapper .contentBlock.t60 {
	width:48%;
}
.newsBody .contentBlock ul {
	list-style:disc;
}
.newsBody .contentBlock ul &gt; li {
	line-height:1.5;
}
.newsBody .contentBlock ul &gt; li::before {
	display:none;
}
.newsBody.article .contentBlock h3 {
	font-size:16px;
	font-family:roboto;
}
.contentBlock.t56 .photos {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.contentBlock .photo {
	position:relative;
}
.sort-extendeditem {
	cursor:move;
}
.contentBlock .photo .button {
	display:inline-block;
	position:static;
}
.contentBlock.t56 .photos .photo {
	width:49%;
	margin-bottom:20px;
}
.contentBlock.t57 .photo {
	margin-bottom:20px;
}
img.alignleft {
	float:left;
	padding: 10px 20px 10px 0px;
}
img.alignright{
	float:right;
	padding: 10px 0px 10px 20px;
}
.newsBody img[style*="float: left"] {
	padding: 10px 20px 10px 0px;
}
.newsBody img[style*="float: right"] {
	padding: 10px 0px 10px 20px;
}

/*.newsBody.article */
hr {
	width:100%;
	background-color:#002d5d;
	margin-left:0;
	margin-top:30px;
	margin-bottom:30px;
}
.gray-box {
	position:relative;
    background-color: #EBEEF2;
    padding: 24px 24px 34px 24px;
    border-radius: 8px;
	margin-top:10px;
	margin-bottom:30px;
}
.recent-posts {
	font-size:16px;
	line-height:1.4;
	margin-bottom:30px;
}
.recent-posts h5 {
	color: #002d5d8a;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
	text-transform:none;
	opacity:.7;
}
.recent-posts .posts-wrapper .item .thumbnail-wrapper {
	width:65px;
	min-width:65px;
	margin-right:15px;
}
.recent-posts .posts-wrapper .item .thumbnail {
	background-size:cover;
	background-position:center center;
	width:100%;
	padding-top:100%;
	border-radius: 5px;
}
.recent-posts .posts-wrapper .item a{
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	z-index:5;
	cursor:pointer;
}
.recent-posts .posts-wrapper .item {
	display:flex;
	margin-bottom:10px;
}
.recent-posts .posts-wrapper .title {
	font-size:15px;
	color:inherit;
}
.recent-posts .posts-wrapper .item:hover .title {
	color:#00c08b;
}
.recent-posts .posts-wrapper .date {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
    line-height: 14px;
    margin-top: 6px;
}
.recent-posts .search-box form {
	display:flex;
}
.recent-posts .search-box form input[type=text] {
	margin-right:10px;
}
.newsBody.article .newsText {
	width:100%;
}
.newsBody.article .newsText .heading {
	text-align:center;
	margin-bottom:20px;
}
.newsBody.article .newsText .category {
	display: flex;
	align-items: center;
	margin-bottom: 5rem;
	justify-content: center;
	flex-direction: column;
}
@media screen and (max-width:480px) {
	.newsBody.article .newsText .category{
		margin-bottom: 0;
	}
	
}
.newsBody.article .newsText .category #share_generic{
	margin-top: 1rem;
}
.newsBody.article .newsText .addthis_toolbox img {
	display:block;
/*	height: 20px;*/
}
.newsBody.article .newsText h1 {
    font-size: 32px;
}
.recent-posts .recent a {
	font-size:18px;
	font-weight:bold;
}
.recent-posts .link {
	margin-top:20px;
}
.recent-posts h4 {
	text-transform:uppercase;
}
.newsBody.article.contentBlock.t1, .contentBlock.t50, .contentBlock.t58, .contentBlock.t59 {
	padding:10px 0;
}
.item {
	position:relative;
}
.item .buttonWrapper {
	position:absolute;
	z-index:20;
}
.item .buttonWrapper .button {
	margin-bottom:5px;
	font-size:12px;
	display:inline-block;
	margin-right:5px;
}
.hero-heading {
	font-size: 56px;
	font-weight:500;
	text-transform:uppercase;
	color: #0E416A;
	line-height:1.2;
}
.search-results {
	text-align:left;
}
.search-results li {
	margin-bottom:10px;
}
.table-cell-outline {
	border:1.5px solid rgba(0,45,93,0.3);
	border-radius:10px;
	padding:20px 5%;
}
.table-double-scroll {
	border-collapse: collapse;
}
.table-double-scroll td {
	padding:10px;
}
.table-double-scroll tr:nth-child(n+3) td {
	border-top:1px solid rgba(0,45,93,0.3);;
}
.table-of-contents.cloned {
	visibility:hidden;
}
.table-of-contents.fixed {
    border-collapse: collapse;
	border:0;
}
.table-of-contents.fixed tbody {
	position:fixed;
	left:0;
    top: 180px;
    z-index: 500;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	overflow:hidden;
}
body .table-of-contents.fixed.collapsed tbody {
    width: 40px !important;
    height: 40px !important;
    background: #002d5d;
    color: #fff;
}
.table-of-contents.fixed.collapsed tr {
	display:none;
}
.table-of-contents.fixed tbody td {
	padding:0;
}
.table-of-contents.fixed tbody td &gt; p, .table-of-contents.fixed tbody td &gt; div {
    padding: 10px;
}
.table-of-contents.fixed tbody td &gt; ul {
	padding:10px 10px 10px 35px;
}
.table-of-contents.fixed tr:first-child p:first-child {
	background:#002d5d;
	color:#fff;
	margin-bottom:0;
	position:relative;
}
.table-of-contents.fixed tr:first-child p:first-child::after {
	content:'\2014';
	position:absolute;
	right:15px;
	top:10px;
	cursor:pointer;
}
.table-of-contents.fixed.collapsed tbody::after {
	content:'+';
	position:absolute;
    top: 7px;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.table-of-contents.fixed tr:first-child p:first-child * {
	color:inherit;
}
.table-dividers &gt; tbody &gt; tr &gt; td {
	padding:10px;
}
.table-dividers &gt; tbody &gt; tr &gt; td:not(:last-child) {
	border-right:4px solid #00c08b;
}
.table-dividers &gt; tbody &gt; tr &gt; td a {
	text-decoration:none;
}
.table-dividers &gt; tbody &gt; tr &gt; td a:hover {
}
.checkboxes {
	display:flex;
	flex-wrap:wrap;
    align-items: center;
    padding:5px 0;
}
.checkboxes &gt; div {
	min-width:25%;
	margin-right:35px;
	margin-bottom:15px;
    display: flex;
    align-items: center;
}
.checkboxes  label {
	font-weight:normal;
	font-size:inherit;
	text-transform:none;
	margin-left:3px;
}
.checkboxes input {
	width:20px !important;
	height:20px;
	border:1px solid #D6D5D5;
}
.background-wrapper {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.counter {
	font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size: 62px;
    line-height: 62px;
}
.counter.lato {
	font-family:'Lato';
}
.contentBlock {
        padding:80px 0;
        padding:40px 0;
        padding:60px 0;
        position:relative;
		background:#fff;
}
.contentBlock.empty {
	padding:0;
}
.contentBlock:not(.contentBlock[class*="bg-"]) + .contentBlock:not(.contentBlock[class*="bg-"]) {
	padding-top:20px;
    margin-top: -35px; /* reduce space between white blocks by 50%. 1.26.22 */
}
/* don't let it apply to the side by side blocks */
.newsBody .contentBlockWrapper .contentBlock.t60 {
	padding-top:60px !important;
    margin-top: 0 !important;
}
.contentBlock td {
}
.contentBlock .background-pattern {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}
.contentBlock.bg-gradient1 {
	background: linear-gradient(to bottom,#ffffff 0%,rgba(208,210,216,.20) 100%);
}
.contentBlock.bg-gradient2 {
	background: linear-gradient(to bottom,rgba(208,210,216,.20) 0%,rgba(208,210,216,.56) 100%);
}
.contentBlock.bg-gradient3 {
	background: linear-gradient(to bottom,rgba(208,210,216,.56) 0%,rgba(208,210,216,1) 100%);
}
.contentBlock.bg-dark-gradient4 {
    background: linear-gradient(180deg, rgba(0,45,93,0.24) 0%, rgba(3,46,92,1) 100%);
}
.contentBlock.bg-green {
	background-color:#00c08b;
}
.contentBlock.bg-gradient-lightgray {
    background-color: rgba(0,45,93,0.03);
}
.contentBlock.bg-darkblue,.contentBlock.bg-darkblue1,.contentBlock.bg-darkblue2 {
	background-color:#002d5d;
}
.contentBlock.bg-darkblue1 .background-pattern {
	background-position:bottom left -30px;
}
.contentBlock.bg-darkblue2 .background-pattern {
    background-position: bottom -150px right -130px;
    background-size: 600px;
}
.contentBlock.bg-green,
.contentBlock.bg-darkblue,
.contentBlock.bg-darkblue1,
.contentBlock.bg-darkblue2,
.contentBlock.bg-dark-gradient4,
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) strong,
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) h1,
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) h2,
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) h3,
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) h4,
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) h5,
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) h6,
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) table
 {
	color:#fff;
}
.contentBlock[class*="bg-"]:not([class*="bg-gradient"]) .button.outline {
	color:inherit;
	border-color:#fff;
}
.contentBlock.bg-green .button.outline:hover{
	background-color:#002d5d;
	border-color:#002d5d;
	opacity:1;
}

.contentBlock.hr-below::after {
	content:"";
	display:block;
	border-bottom:1px solid rgba(201,196, 196, .6);
	width:100%;
}
.contentBlock table td,
.contentBlock table th {
        padding-left:10px;
        padding-right:10px;
}
/*
.contentBlock table td:not(:first-child),
.contentBlock table th:not(:first-child) {
        padding-left:10px;
}
.contentBlock table td:not(:last-child),
.contentBlock table th:not(:last-child) {
    	padding-right:10px;
}
*/
.contentBlock .img-wrapper &gt; a {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;height:100%;
	z-index:20;
}
.contentBlock.t11 .content {
	width:67%;
	margin:0px auto;
}
.contentBlock.t111 .content table {
	display:block;
    display: flex;
    width: 100%;
    justify-content: center;
}
.contentBlock.t111 .content table tbody {
	display: inline-flex;
	overflow-x: auto;
	overflow-y: hidden;
	overflow:hidden;
	position: relative;
	max-width: 100%;
	scroll-behavior: smooth;
	justify-content:center;
	justify-content:flex-start
}
.contentBlock.t111 .content table tr {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}
.contentBlock.t111 .content img {
	max-width:none;
}
.contentBlock.t111 .content table tbody .scroll-wrapper {
	position:sticky;
    top: 50%;
    transform: translateY(-50%);
	width:0px;
	max-width:0px;
	height:30px;
    display: flex;
    align-items: center;
}
.contentBlock.t111 .content table tbody .scroll-wrapper.hidden {
	display:none;
}
.contentBlock.t111 .content table tbody .scroll {
	display:block;
	content:'';
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 40px;
	line-height:1;
	font-weight:bold;
	color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato';
	padding-top:20px;
	padding-bottom:20px;
}
.contentBlock.t111 .content table tbody .scroll .background-area {
	width:30px;
	min-width:30px;
	height:30px;
	border-radius:50%;
	background-color:#00c08b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentBlock.t111 .content table tbody .scroll:hover .background-area {
   filter: brightness(1.1);
}
.contentBlock.t111 .content table tbody .scroll.left {
	padding-right:20px;
}
.contentBlock.t111 .content table tbody .scroll.right {
	padding-left:20px;
}
.contentBlock.t111 .content table tbody .scroll-wrapper.left {
	left: 10px;
}
.contentBlock.t111 .content table tbody .scroll-wrapper.right {
	right: 60px;
}
.contentBlock.t111 .content table tbody .scroll span {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.contentBlock.t21 .background-wrapper{
	padding:40px 0;
	background-size:100% 100%;
	background-size: cover; /* changed 6.22.23 */
    background-position: top center;
	background-repeat:no-repeat;
}
.contentBlock.t21.bgphoto-photo-ratio .background-wrapper{
    background-size: 70% 100%;
	background-position:top left;
}
.contentBlock.t21.photo-ratio-stretch .background-wrapper{
    background-size: 100% auto;
}
.contentBlock.t21 {
	padding:0;
}
.contentBlock.t2 .wrapper, .contentBlock.t3 .wrapper,
.contentBlock.t4 .wrapper, .contentBlock.t5 .wrapper {
        display:flex;
	    justify-content: space-between;
}
.contentBlock.t76 {
	float:right;
	width:25vw;
}
.contentBlock.t2.photo-ratio .wrapper, .contentBlock.t3.photo-ratio .wrapper,
.contentBlock.t4.photo-ratio .wrapper, .contentBlock.t5.photo-ratio .wrapper {
    align-items: center;
}
body .contentBlock.background-dark-grey .content-wrapper {
	background-color:#5b4f53;
}
body .contentBlock.background-red .content-wrapper {
	background-color:#872128;
}
body .contentBlock.background-dark-grey .content-wrapper .content *,
body .contentBlock.background-red .content-wrapper .content * {
	color:#fff;
}
body .contentBlock.background-dark-grey .content-wrapper .content .button,
body .contentBlock.background-red .content-wrapper .content .button {
	background:none;
	border:1px solid #fff;
}
.contentBlock.t7 .img-wrapper .ratio, .contentBlock.t8 .img-wrapper .ratio {
	padding-top:20.8%;
}
.contentBlock.t8.template-width-400-tall .img-wrapper .ratio  {
	padding-top:0;
	height:400px;
}
.contentBlock.t7.photo-ratio .img-wrapper .ratio, .contentBlock.t8.template-width-photo-ratio .img-wrapper .ratio {
	display:none;
}
.contentBlock.t7.photo-ratio .img-wrapper .custom-ratio, .contentBlock.t8.template-width-photo-ratio .img-wrapper .custom-ratio {
	display:block;
}
.contentBlock.t2 .img-wrapper .img, .contentBlock.t3 .img-wrapper .img {
	height:100%;
	display:inline;
}
.contentBlock.t2.photo-ratio .img-wrapper .img, .contentBlock.t3.photo-ratio .img-wrapper .img {
	display:block;
	height:auto;
}
.contentBlock.t2 .wrapper .img-wrapper,
.contentBlock.t4 .wrapper .img-wrapper {
	order:1;
}
.contentBlock.photo-ratio .wrapper .img-wrapper .img &gt; span.ratio {
	display:block;
}
.contentBlock.t2 .wrapper .img-wrapper .img &gt; span:not(.ratio) {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	left:0;
}
.contentBlock.t2 {
}
.home .contentBlock.t2 {
	overflow:hidden;
}
.contentBlock.t3 .wrapper .img-wrapper .img &gt; span:not(.ratio),
.contentBlock.t4 .wrapper .img-wrapper .img &gt; span:not(.ratio),
.contentBlock.t5 .wrapper .img-wrapper .img &gt; span:not(.ratio) {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	left:0;
	width:100%;
}
.contentBlock.t2 .wrapper .content-wrapper,
.contentBlock.t4 .wrapper .content-wrapper{
	order:2;
}
.contentBlock.t4 .wrapper .content-wrapper .content,
.contentBlock.t5 .wrapper .content-wrapper .content {
	padding:60px 20%;
}
.contentBlock.t4,
.contentBlock.t5 {
	padding:0;
}
.contentBlock.t4 .wrapper .img,
.contentBlock.t5 .wrapper .img {
	display:inline;
}
.contentBlock.t4.photo-ratio .wrapper .img,
.contentBlock.t5.photo-ratio .wrapper .img {
	display:block;
}
.contentBlock.top-block {
	margin-bottom:50px;
}
.contentBlock.top-block	 .img-wrapper .img {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:125%;
	width:100%;
}
.contentBlock:not(.t1):not(.t11) video {
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;

    object-fit:cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';

	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000;
}
.contentBlock .img-wrapper.playing svg {
	display:none;
}
.contentBlock .img-wrapper svg {
	position:absolute;
	top:50%;
	left:50%;
	z-index:20;
	transform:translate(-50%, -50%);
    pointer-events: none;
}
.contentBlock .img-wrapper,
.contentBlock .content-wrapper {
	position:relative;
}
.contentBlock .img,  .contentBlock .img &gt; span {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
body .contentBlock.photo-ratio .img {
        position:relative;
        background-size: 100% auto;
        background-position:top center;
}
body .contentBlock.t8 .img {
    background-position:center;
	background-size:cover;	
}
.out-of-view .wrapper .img-wrapper,
.out-of-view .wrapper .content-wrapper {
        overflow:hidden;
}
.contentBlock .img-wrapper .vid {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contentBlock .img-wrapper .ratio {
	width:100%;
	padding-top:60%;
}
.contentBlock.t2 .wrapper .img-wrapper, .contentBlock.t3 .wrapper .img-wrapper {
    width:48%;
	overflow:hidden;
}
.contentBlock.t2 .wrapper .content-wrapper,
.contentBlock.t3 .wrapper .content-wrapper {
    width:48%;
}
.contentBlock.t3 .content-wrapper .content {
	padding-right: 30px;
}
.contentBlock.t4 .wrapper .img-wrapper, .contentBlock.t5 .wrapper .img-wrapper,
.contentBlock.t4 .wrapper .content-wrapper, .contentBlock.t5 .wrapper .content-wrapper {
    width:50%;
	overflow:hidden;
}

.contentBlock.t2 .wrapper &gt; div &gt; div, 
.contentBlock.t3 .wrapper .img &gt; span,
.contentBlock.t3 .wrapper &gt; div &gt; div,
.contentBlock.t4 .wrapper &gt; div &gt; div,
.contentBlock.t5 .wrapper &gt; div &gt; div {
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s linear 0.2s, opacity 0.4s linear 0.2s;
    transition: transform 0.5s linear 0.2s, opacity 0.4s linear 0.2s;
}
.contentBlock.t4 {
	padding-top:0;
	padding-bottom:0;
}
.contentBlock.t14 .content-wrapper {
	text-align:center;
}
.contentBlock.t16 {
	padding:0;
}
.contentBlock.t20 {
	padding-top:80px;
	padding-bottom:0px;
}
.contentBlock.t22 {
	padding:0px;
}
.contentBlock.t24 + .contentBlock {
	padding-top:150px;
	padding-bottom:80px;
}
.contentBlock.t24:not(:last-child) .navPhotos {
    position: relative;
    margin-bottom: -150px;
    z-index: 1;
}
.contentBlock.t24 .navPhotos.c-0 {
	margin-bottom:0;
}
.contentBlock.t25.hr-below::after {
	padding-top:40px;
}
.contentBlock.t26 .content-wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.contentBlock.t26 .content-wrapper &gt; div {
	width:48%;
}
.contentBlock.t30 {
	padding:0;
	background-color:#FBFBFB;
}
.contentBlock.t30 .wrapper{
	display:flex;
}
.contentBlock.t30 .content-wrapper {
	padding-left:10%;
	width:calc(420px + 10%);
	max-width:50%;
}
.contentBlock.t30 .content-wrapper .content {
	padding:50px 50px 50px 0;
}
.contentBlock.t30 .map-wrapper {
	flex-grow:1;
}
.contentBlock.t30 .area-cols {
	column-count: 3;
}
.contentBlock.t30 .area-cols &gt; div {
	padding-right:20px;
	line-height: 1;
	margin-bottom: 10px;
}
.contentBlock.t30 .map-wrapper::after {
	content:"";
	display:block;
	background: linear-gradient(270deg, rgba(253,253,254,0) 20%, #FBFBFB 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
}
.contentBlock.t30 .area-list {
	margin-bottom:20px;
}
.contentBlock.t30 #map {
	width:100%;
	height:600px;
}
.contentBlock.t61 .keyword-buttons {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.contentBlock.t61 .keyword-buttons .item {
	padding:0px 5px;
}
.contentBlock .articles {
	padding-bottom:0;
}
.fadein &gt; * {
        position:relative;
        top:20px;
        opacity:0;
}
.fadein &gt; .in-view{
        opacity: 1;
    top: 0;
    -webkit-transition: opacity .9s,top .9s cubic-bezier(.39,.575,.565,1);
    -o-transition: opacity .9s,top .9s cubic-bezier(.39,.575,.565,1);
    transition: opacity .9s,top .9s cubic-bezier(.39,.575,.565,1);
}
@media screen and (max-width:767px) {
	.fadein &gt; .table-cta{
		margin-top: -10rem;
		padding: 5% 0 !important;
	}	
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.fadein &gt; .table-cta {
		margin-top: -15rem;
	}	
}

.table-flow-chart,
.table-flow-chart-moreinfo {
	display:block;
}
.table-flow-chart &gt; tbody,
.table-flow-chart-moreinfo &gt; tbody {
	display:flex;
	flex-direction:column;
}
.table-flow-chart &gt; tbody &gt; tr,
.table-flow-chart-moreinfo &gt; tbody &gt; tr{
	margin-bottom:20px;
	position:relative;
	border: 1px solid rgba(0,45,93,.5);
    padding: 24px;
    border-radius: 8px;
}
.table-flow-chart &gt; tbody &gt; tr &gt; td,
.table-flow-chart-moreinfo &gt; tbody &gt; tr &gt; td{
	position:static;
}
.table-flow-chart &gt; tbody &gt; tr:after {
	content: "";
	position: absolute;
	border-top: 3px dotted #7f95ad;
	left: -33px;
	width: 17px;
	top: 50%;
}
.table-flow-chart &gt; tbody &gt; tr::before {
	content: "";
	position: absolute;
	border-left: 3px dotted #7f95ad;
	bottom: -20px;
	width: 34px;
	left: -40px;
	display: block;
}
.table-flow-chart &gt; tbody &gt; tr:first-child::before {
	top: 50%;
}
.table-flow-chart &gt; tbody &gt; tr:not(:first-child):not(:last-child)::before {
	top: 0px;
}
.table-flow-chart &gt; tbody &gt; tr:last-child::before {
	top: 0;
	bottom: calc(50% - 3px);
}
.contentBlock .table-flow-chart &gt; tbody &gt; tr &gt; td &gt; a, 
.contentBlock .table-flow-chart &gt; tbody &gt; tr &gt; td &gt; p &gt; a, 
.contentBlock .table-flow-chart &gt; tbody &gt; tr &gt; td &gt; div &gt; a,
.contentBlock .table-flow-chart-moreinfo &gt; tbody &gt; tr &gt; td &gt; a, 
.contentBlock .table-flow-chart-moreinfo &gt; tbody &gt; tr &gt; td &gt; p &gt; a, 
.contentBlock .table-flow-chart-moreinfo &gt; tbody &gt; tr &gt; td &gt; div &gt; a {
	position:absolute;
	color:#fff;
	right:24px;
	top:24px;
}
.table-flow-chart a.button {
	padding:5px 10px;
	font-size:14px;
}
.table-flow-chart a.button:hover {
	color:#002D5D;
}
.table-flow-chart h5 {
	font-size:18px;
}
.contentBlock .table-flow-chart-moreinfo {
	display:none;
}
.contentBlock .table-flow-chart-moreinfo.active {
	display:block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.table-flow-chart-moreinfo {
	background-color:#002d5d;
	color:#fff;
}
.table-flow-chart-moreinfo h1,
.table-flow-chart-moreinfo h2,
.table-flow-chart-moreinfo h3,
.table-flow-chart-moreinfo h4,
.table-flow-chart-moreinfo h5 {
	color:inherit;
}
.navPhotos .wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:4%;
}
.navPhotos .wrapper.count-3 {
	gap:3%;
}
.navPhotos .wrapper .item {
	background: #fff;
	width:30%;
	margin:0 0 30px 0;
	text-align:left;
    padding: 36px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 16%);
	display: flex;
    flex-direction: column;
	color:#002d5d;
	flex-grow:1;
}
.navPhotos .wrapper .item.button-only {
	background:none;
	box-shadow:none;
	padding:0;
}
.navPhotos .wrapper .item.button-only a span {
	display:none;
}
.navPhotos .wrapper .item:not(.button-only) .button-wrapper a{
	display:block;
	font-weight:500;
	margin-top:20px;
}
.navPhotos .wrapper.count-1 .item {
	width:85%;
}
.navPhotos .wrapper.count-2 .item {
	width:45%;
}
.navPhotos.grid-boxes .wrapper .item {
	width:49%;
	flex-direction:row;
	padding:0;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	margin-bottom:20px;
}
.navPhotos.grid-boxes .wrapper {
	justify-content:space-between;
	gap:unset;
}
.navPhotos .wrapper .item.button-only:nth-child(odd) {
	text-align:right;
}
.navPhotos .wrapper .item.button-only:nth-child(even) .buttonContainer {
	right:0;
}
.navPhotos.grid-boxes .wrapper .item.button-only .text-wrapper {
	width:100%;
	padding:0;
}
.navPhotos.grid-boxes .wrapper .item .text-wrapper {
	padding:35px 20px;
	width:63%;
}
.navPhotos.grid-boxes .wrapper .item .photoWrapper {
	float:none;
    left: 0;
    top: 0;
    height: 100%;
	width:33%;
}
.navPhotos.grid-boxes .wrapper .item .photoWrapper .photo {
	background-size:cover;
}
body .contentBlock .navPhotos h3 {
	color:inherit !important;
}
.t16 .navPhotos .wrapper .item {
	width:25%;
	margin:0;
}
.t16 .navPhotos .wrapper .item .photo  {
	padding-top:80.56%;
}
.t16 .navPhotos .wrapper .item:nth-child(4n+1) .text-wrapper {
	background:#0E416A;
}
.t16 .navPhotos .wrapper .item:nth-child(4n+2) .text-wrapper {
	background:#107D9B;
}
.t16 .navPhotos .wrapper .item:nth-child(4n+3) .text-wrapper {
	background:#253554;
}
.t16 .navPhotos .wrapper .item:nth-child(4n+4) .text-wrapper {
	background:#5D8EB4;
}
.navPhotos .wrapper .item &gt; a{
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;height:100%;
	z-index:2;
}
.navPhotos .wrapper .item .photoWrapper  {
	width: 50px;
	height:50px;
    float: right;
	position:relative;
}   	
.navPhotos .wrapper .item .photo  {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.navPhotos .wrapper .item .text-wrapper {
	flex-grow:1;
}
.navPhotos .wrapper .item .text-wrapper h6 {
	opacity: .5;
	font-weight: 700;
	font-size: 16px;
}
.navPhotos .wrapper .item .text-wrapper h4 {
	line-height:1.3;
}
.minialbum {
	position:relative;
}
.gallery.minialbum {
	top:auto;
}
.gallery .img-container {
	cursor:pointer;
}
.gallery .img-container h4 {
	position:absolute;
	z-index:5;
	bottom:10px;
	left:30px;
	color:#fff;
	text-shadow: 0px 0px 8.19px rgba(0, 0, 0, 0.75);
}
.minialbum .navbox-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.minialbum .navbox-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.minialbum .img-container {
	width:23%;
	margin:0px 1% 20px 1%;
	display:block;
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
}
.minialbum .img-container &gt; .img {
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}
.minialbum .img-container:hover &gt; .img {
	transform:scale(1.1);
}
.minialbum .img-container &gt; a {
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.minialbum .img-container::after {
	content:"";
	display:block;
	width:100%;
	padding-top:68%;
}
.testimonials-wrapper .rslides_tabs {
	position:absolute;
	bottom:-20px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonials-wrapper .rslides_tabs li {
	background-color:#0E416A;
	width:10px;
	height:10px;
}
.testimonials-wrapper .rslides_tabs li.rslides_here {
	background-color:#0D73BA;	
	width:14px;
	height:14px;
}
.team-page {
	text-align:center;
}
.team-wrapper {
	display:flex;
	flex-wrap:wrap;
	max-width:960px;
	margin:50px auto 0 auto;
}
.team-wrapper .team-item {
	position:relative;
	width:20%;
	margin-left:2.5%;
	margin-right:2.5%;
	margin-bottom:40px;
	text-align:center;
	min-width:190px;
}
.team-item .photo {
	position:relative;
}
.team-item .photo .buttonContainer {
	top:5px;
}
.team-item h3 {
	font-size: 16px;
    text-align: center;
    line-height: normal;
    margin: 24px 0 8px;
    color: #00C08B;
    font-weight: 400;
    font-family: roboto,sans-serif;
}
.team-item h5 {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin: 0;
    color: rgba(0, 0, 0, .75);
    font-weight: 400;
    font-family: roboto,sans-serif;
}
.team-item .wrapper {
	position:relative;
}
.team-item .wrapper &gt; a {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:20;
}
.team-item .photo {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 3px 24px rgb(0 0 0 / 16%);
}
.team-item .photo::before {
	content:'';
	display:block;
	width:100%;
	padding-top:126%;
}
.team-detail {
	display:flex;
	justify-content:space-between;
}
.team-detail .photo {
	width:35%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top center;
}
.team-detail .details {
	width:60%;
}
.team-detail h1 {
	font-size:32px;
}
.team-detail h4 {
	font-size: 24px;
    font-weight: normal;
}
.team-detail .linkedin {
	width:32px;
	height:32px;
    background: #00C08B;
    border-radius: 2px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:20px;
}
.team-detail .linkedin a {
	line-height:32px;
}
.team-detail .linkedin svg {
	display:block;
	width:16px;
	height:16px;
}
.team-detail .linkedin svg path {
	fill:#fff;
}
.back.button span {
	font-family: 'Lato', sans-serif;
	display:inline-block;
	margin-right:10px;
}
.fields.double .submit-button {
	width:190px;
}
.fields.double .newsletter-checkbox {
	width:calc(100% - 210px);
}
.form-wrapper .newsletter-checkbox label {
	font-size:inherit;
	text-transform:none;
	display:inline;
	font-weight:500;
}
.contentBlock .featuredSlider {
	padding-top:20px;
}
.contentBlock .featuredSlider:not(.slick-initialized) {
	display:flex;
}
.contentBlock .featuredSlider:not(.slick-initialized) &gt; div:nth-child(n+4) {
	display:none
}
.content.flex {
	display:flex;
}
.content.flex &gt; div {
	padding-right:20px;
}
.warranty-form-fancybox {
	cursor:pointer;
}
.pop-form-wrapper {
	padding:30px;
}
.galleryGrid {
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:24% 24% 24% 24%;
	-ms-grid-rows:24% 24% 24% 24%;
    grid-template-columns: 24% 24% 24% 24%;
    grid-template-rows: 24% 24% 24% 24%;
    column-gap: 1%;
    row-gap: 1%;
}
.galleryGrid .photo:nth-child(8n+2),
.galleryGrid .photo:nth-child(8n+6) {
	-ms-grid-column-span:2;
	-ms-grid-row-span: 2;
	grid-column-end:span 2;
	grid-row-end: span 2;
}
.galleryGrid .photo:nth-child(2)::before,
.galleryGrid .photo:nth-child(8n+6)::before {
	padding-top:80%;
}
.galleryGrid .photo:nth-child(5),
.galleryGrid .photo:nth-child(8n+5) {
	-ms-grid-column-span: 2;
	grid-column-end:span 2;
}
.galleryGrid &gt; .photo {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.galleryGrid &gt; .photo::before {
	width:100%;
	display:block;
	content:"";
}
.galleryGrid .photo:nth-child(8n+1) {
	-ms-grid-column:3;
	-ms-grid-row:2;
}
.galleryGrid .photo:nth-child(8n+2) {
	-ms-grid-column:1;
	-ms-grid-row:1;
}
.galleryGrid .photo:nth-child(8n+3) {
	-ms-grid-column:3;
	-ms-grid-row:1;
}
.galleryGrid .photo:nth-child(8n+4) {
	-ms-grid-column:4;
	-ms-grid-row:1;
}
.galleryGrid .photo:nth-child(8n+5) {
	-ms-grid-column:1;
	-ms-grid-row:3;
}
.galleryGrid .photo:nth-child(8n+6) {
	-ms-grid-column:3;
	-ms-grid-row:3;
}
.galleryGrid .photo:nth-child(8n+7) {
	-ms-grid-column:1;
	-ms-grid-row:4;
}
.galleryGrid .photo:nth-child(8n+8) {
	-ms-grid-column:2;
	-ms-grid-row:4;
}

.galleryGrid &gt; .photo .title {
	position:absolute;
	bottom:10px;
	left:20px;
	text-transform:uppercase;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-shadow: 0px 0px 8.19px rgba(0, 0, 0, 0.75);
}
.galleryGrid .content-box {
	font-size:22px;
	font-size: 1.2vw;
	color:#fff;
	-ms-grid-row: 2;
	-ms-grid-column:3;
	-ms-grid-column-span: 2;
	grid-row: 2;
	grid-column:3;
	grid-column-end: span 2;
	padding: 30px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.multicol {
	display:flex;
	justify-content:space-between;
}
.multicol &gt; div {
	width:48%;
}
.grecaptcha-badge {
	z-index:5;
}
.fields {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.fields .field {
	margin-bottom:20px;
	line-height:1.2;
}
.form-wrapper .fields .field {
	margin-bottom:0;
}
.fields.double .field {
	width:49%;
}
.fields.triple .field {
	width:30%;
}
.fields .field:first-child:last-child {
	width:100%;
}
.fields .field label {
	line-height:1.4;
}
.fields .field input, .fields .field textarea {
	width:100%;
}
.fields .field select {
    width: 100%;
}
.fields .field input[type=checkbox], .fields .field input[type=radio] {
	width:auto;
	height:auto;
	margin-right:5px;
}
.fields .field:not(:first-child) {
	padding-left:10px;
}
.photo &gt; a {
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
}
a.fancybox, a.fancyframe, .fancybox {
	cursor:pointer;
}
.fancybox-wrap .heading {
	padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.fancybox-wrap .content {
	padding: 15px;
}
.rslides_tabs {
	display:flex;
	justify-content:center;
	align-items:center;
}
.rslides_tabs, .rslides_tabs li, .rslides {
	list-style:none;
	padding:0;
	margin:0;
}
.rslides_tabs {
	margin-top:10px;
}
.rslides_tabs li {
	position:relative;
	border-radius:50%;
	width:15px;
	height:15px;
	background-color:rgba(255,255,255,.55);
	margin:5px;
}
.rslides_tabs li.rslides_here {
	background-color:rgba(255,255,255,1);
}
.rslides_tabs li a{
	display:block;
	width:100%;
	height:100%;
	color:transparent;
	font-size:1px;
}
.rslides.homePhotos {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	position:relative;
}
.rslides.homePhotos li {
	width:100%;
	height:100%;
	float:none !important;
	top:0;
}
.rslides.homePhotos li img {
	max-height:100%;
	border:10px solid #fff;
	box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.3); 
}
.rslides_nav img {
	width:40px;
	opacity:.8;
}
.rslides_nav {
	position:absolute;
	top:45%;
	z-index:1000;
}
.rslides_nav.prev {
	left:20px;
}
.rslides_nav.next {
	right:20px;
}
.thumbnail-slider {
	display:flex;
	flex-wrap:wrap;
}
.thumbnail-slider &gt; div {
	width:60px;
	margin-right:5px;
}
.photo-container {
	position:relative;
}
.eventlist {
	display:flex;
	flex-wrap:wrap;
}
.eventlist &gt; div {
	width:23.5%;
	margin-right:2%;
	margin-bottom:30px;
	position:relative;
	text-align:center;
}
.eventlist &gt; div:nth-child(4n+4) {
	margin-right:0;
}
.eventlist .buttonControls {
	position:absolute;
	top:0;
	width:100%;
}
.eventlist .buttonControls .button  {
	display:inline-block;
}
.eventlist .category {
	position:relative;
	margin-top:-30px;
	background:#154f88;
	color:#fff;
	text-transform:uppercase;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding:2px 5px;
}
.eventlist .no-category {
	margin-bottom:5px;
	
}
.eventlist h5 {
	font-weight:normal;
	text-align:center;
}
.main-header-image {
	position:relative;
}
.floating-filter-box {
	position:absolute;
	z-index:1000;
	padding:15px 30px;
	bottom:-50px;
	background:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85); 
	left:50%;
	transform:translateX(-50%);
	width:80%;
	max-width:90%;
}
.floating-filter-box  .container {
	display:flex;
	align-items:center;
	justify-content:center;
}
.floating-filter-box .pricerange {
	display:none;
}
.floating-filter-box .container .filters {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.floating-filter-box  .container .filters &gt; div:not(:last-child) {
	padding:10px 0;
	margin-right:20px;
}
.floating-filter-box  .container .filters select {
	width:100%;
	border:none;
	border-bottom:1px solid #a69897;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
}
.floating-filter-box .heading {
	font-weight: 700;
	font-size: 26px;
	color: #001162;
	line-height: 28px;
	text-align: left;
	padding-right:30px;
	white-space:nowrap;
}
.floating-filter-box .heading &gt; span {
	display:block;
}
.results .itemContainer {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin:0px 1% 20px 1%;
	border:1px solid #d9d9d9;
	text-align:center;
}
.results .itemContainer .homePhoto {
	position:relative;
}
.results .itemContainer .homePhoto .photoContainer a {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
}
.results .itemContainer .address .line1 {
	font-size: 21px;
	font-weight: 800;
	line-height:1.2;
}
.results .itemContainer .address .line2 {
	font-size: 14px;
	text-transform:uppercase;
}
.results .itemContainer .price {
	font-size: 28px;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:10px;
	margin-bottom:20px;
	line-height:1.2;
	margin-top:7px;
}
.results .itemContainer .movein {
	font-size:70%;
}
.results .itemContainer .movein, .homeDetail .movein {
	font-style:italic;
	color:#c0262d;
}
.results .itemContainer .button {
	display:block;
	margin:0;
}
.results .itemContainer .button.black {
        margin-bottom:5px;
}
.results .itemContainer .button a {
	text-align:left;
}
.results .itemContainer .details {
	padding:20px;
	background:#fff;
}
.results .itemContainer .photoContainer {
	padding-top:62.9%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.results .itemContainer .editButtons {
	position:absolute;
	top:auto;
	bottom:10px;
	left:10px;
	z-index:20;
}
.inactive {
	opacity:.3;
}
.listing .editButtons {
	position:absolute;
	top:10px;
	left:10px;
	z-index:20;
}
.listing .editButtons .button {
	font-size:14px;
}
body .addthis-smartlayers {
	display:none!important;
}
.sef-report td {
	vertical-align:top;
	text-align:center;
}
.sef-report table tr td,
.sef-report table tr th {
	text-align: right;
}
.sef-report table tr td:nth-child(2),
.sef-report table tr th:nth-child(2) {
	text-align: left;
}
.pop-form {
	width:320px;
}
.pop-form .cta {
	font-size:20px;
	padding-bottom:10px;
}
.pop-form .cta .phone {
	font-weight:bold;
}
.pop-form &gt; .content {
	padding:10px 30px;
	background:#fff;
}
.pop-form .title {
	background:#f9f9f9;
	padding:4px 8px;
	position:relative;
	border-radius:4px 4px 0 0;
	border-style:solid;
	border-width:0px;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
}
.pop-form input, .pop-form select {
	width:100%;
	margin-bottom:10px;
	-webkit-appearance:none;
}
.pop-form textarea {
	width:100%;
	height:60px;
	-webkit-appearance:none;
}
/*
.dynamic table td:not(:last-child) {
	padding-right:25px;
	padding-right:25px;
}*/
.interior.t10 header, .interior.t10 footer, .interior.t10.no-hero .main-header-image  {
	display:none;
}
.interior.t10 .ContentBlockWrapper {
	min-height:100vh;
	background:#fff;
}
.pop-form .close-fancybox {
	font-size:11px;
	text-align:center;
	padding:2px;
	position:absolute;
	right:0;
	top:0;
}
body .fancybox-close {
	top:-15px;
	right:-15px;
	background: #000;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
    display: block;
    text-align: center;
	border:1px solid transparent;
	border-radius: 50%;
	text-decoration:none;
}
body .fancybox-close:hover {
	text-decoration:none;
	border:1px solid #ccc;
}
body .fancybox-close::before {
	content:"x";
	display:block;
	position:relative;
	color:#fff;
	line-height:1;
	font-size:25px;
	font-weight:500;
}
/* Responsive */
body {
    max-width:100%;
}
iframe, video {
    max-width: 100%;
}
img {
    max-width: 100%;
    height:auto;
}
.innerWrapper {
    max-width:100%;
        position:relative;
}
.menu-button {
    display:none;
}
.mobileonly {
	display:none;
}
a.phone {
	display:inline-block;
}
.fancybox-wrap #hubspot-messages-iframe-container, .fancybox-wrap .widget-align-left,
.fancybox-iframe #hubspot-messages-iframe-container, .fancybox-iframe .widget-align-left
 {
	display:none !important;
}
body .mce-container, body .mce-container-body,
body .mce-container-body iframe {
	max-width:100%;
}
body .cblock-editor .mce-container-body iframe {
	min-height:50vh;
}
.collapsible .content {
	opacity:0;
	padding:0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	transform: scaleY(0);
	transform-origin: top left;
	max-height:0;
}
.collapsible.expanded .content {
	opacity:1;
	transform: scaleY(1);
	max-height:none;
}
.featuredSliderContainer {
	margin: 0px auto 50px auto;
	position: relative;
}
.featuredSlider .photo {
	padding-top:63.63%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.featuredSlider .photo a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display:block;
}
.featuredSlider {
	text-align:center;
	position:relative;
}
.featuredSlider .slideContainer {
	margin:0px 20px;
	position:relative;
	border:1px solid #dad9d4;
}
.featuredSlider .address {
	font-weight: 300;
	font-size: 22px;
	color: #43494e;
	text-align: center;
	position:relative;
	top:-5px;
}
.featuredSlider .price {
	font-weight: 300;
	font-size: 22px;
	color: #43494e;
	text-align: center;
}
.featuredSlider .specs {
	margin:10px 0px;
	font-size:80%;
}
.featuredSlider .specs label{
	font-weight: 700;
	font-size: 11px;
	color: #918d8b;
	text-align: center;
	text-transform: uppercase;
	display:block;
	line-height:1.3;
}
.featuredSlider .specs span{
	font-weight: 300;
	font-size: 16px;
	color: #43494e;
	text-align: center;
}
.featuredSlider .button:hover {
	background:#001162;
}
.featuredSlider .button:hover a {
	color:rgba(255,255,255,.9);
}
.featuredSliderContainer .arrows {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	opacity:.3;
}
.featuredSliderContainer .next-arrow {
	right:-20px;
}
.featuredSliderContainer .prev-arrow {
	left:-20px;
}
.featuredSlider .slick-next:before, .featuredSlider .slick-prev:before {
	display:none;
}
.adjustAnchor {
	position: relative;
    top: -130px;
}


.nectar_image_with_hotspots.no-img{
   background-color:#333;
    width:75%;
    height:400px
}
.nectar_image_with_hotspots{
   position:relative;
    line-height:0
}
.nectar_image_with_hotspots .nectar_hotspot_wrap{
   position:absolute;
   width:30px;
   height:30px
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip{
   position:relative;
    display:block;
    opacity:0;
    z-index:900;
    cursor:default;
    background-color:#fff;
    padding:23px;
    max-width:250px;
    width: 250px;
    transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    line-height:22px;
    font-size:14px;
    color:#666;
    border-radius:10px;
    pointer-events:none
}
.nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot_wrap .open.nttip {
    pointer-events: auto;
    cursor: auto;
}
.nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot_wrap .nttip{
   transition:opacity 0.2s;
    -webkit-transition:opacity 0.2s
}
.nectar_image_with_hotspots[data-tooltip_shadow="small_depth"] .nectar_hotspot_wrap .nttip{
   box-shadow:0px 1px 4px rgba(0,0,0,0.15)
}
.nectar_image_with_hotspots[data-tooltip_shadow="medium_depth"] .nectar_hotspot_wrap .nttip{
   box-shadow:0 20px 40px rgba(0,0,0,0.16),0 10px 25px rgba(0,0,0,0.1)
}
.nectar_image_with_hotspots[data-tooltip_shadow="large_depth"] .nectar_hotspot_wrap .nttip{
   box-shadow:0 30px 102px rgba(0,0,0,0.33),0 20px 51px rgba(0,0,0,0.18)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip h4, 
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip h3{
   margin-bottom:4px
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="bottom"]{
    margin-top:42px;
    margin-left:6px;
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="top"]{
    margin-top:-20px;
    margin-left:6px;
    -ms-transform:translateX(-50%) translateY(-100%);
    transform:translateX(-50%) translateY(-100%);
    -webkit-transform:translateX(-50%) translateY(-100%)
}
body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position].force-top{
    margin-top:-20px;
    margin-left:6px;
    -ms-transform:translateX(-50%) translateY(-100%);
    transform:translateX(-50%) translateY(-100%);
    -webkit-transform:translateX(-50%) translateY(-100%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="left"]{
    margin-left:-20px;
    margin-top:6px;
    -ms-transform:translateX(-100%) translateY(-50%);
    transform:translateX(-100%) translateY(-50%);
    -webkit-transform:translateX(-100%) translateY(-50%)
}
body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position].force-left{
    margin-left:-20px;
    margin-top:6px;
    -ms-transform:translateX(-100%) translateY(-50%);
    transform:translateX(-100%) translateY(-50%);
    -webkit-transform:translateX(-100%) translateY(-50%)
}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position="right"]{
    margin-left:42px;
    margin-top:6px;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%)
}
body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip[data-tooltip-position].force-right {
    margin-left:42px;
    margin-top:6px;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%)
}
.nttip.empty-tip{
   display:none!important
}


@media only screen and (min-width:690px){
   .nectar_image_with_hotspots[data-tooltip-func="hover"] .nectar_hotspot:hover+.nttip{
       opacity:1;
       width: 250px;
   }
    .nectar_image_with_hotspots[data-tooltip-func="hover"] .nectar_hotspot:hover span{
       transform:rotate(90deg);
        -webkit-transform:rotate(90deg)
   }
    .nectar_image_with_hotspots[data-tooltip-func="click"] .nectar_hotspot.open span{
       transform:rotate(45deg);
        -webkit-transform:rotate(45deg)
   }
    .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap{
       opacity:0;
        transform:translateY(80px);
        -webkit-transform:translateY(80px)
   }
    .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap.animated-in{
       -webkit-animation:nectarBounceIn .8s ease-out forwards;
        animation:nectarBounceIn .8s ease-out forwards
   }
    .nectar_image_with_hotspots[data-tooltip-func="always_show"] .nectar_hotspot_wrap .nttip{
       opacity:1;
       width: 250px!important;
   }
}
.nectar_image_with_hotspots .nttip.open{
   opacity:1!important
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span{
   display:block;
    pointer-events:none;
    transition:transform 0.3s;
    -webkit-transition:-webkit-transform 0.3s;
    width:22px;
    height:22px
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"][data-tooltip-func="click"] .nectar_hotspot span{
   transition:transform 0.2s;
    -webkit-transition:-webkit-transform 0.2s
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:before{
   position:absolute;
    display:block;
    height:2px;
    width:10px;
    left:6px;
    top:10px;
    content:' ';
    background-color:#fff
}
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:after{
   position:absolute;
    display:block;
    height:10px;
    width:2px;
    left:10px;
    top:6px;
    content:' ';
    background-color:#fff
}
.nectar_image_with_hotspots .nectar_hotspot{
    height:22px;
    width:22px;
    border-radius:100px;
    position:absolute;
    z-index:100;
    cursor:pointer;
    line-height:22px;
    text-align:center;
    color:#fff;
    font-size:11px;
    display:block;
}
.nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot{
	background-color: #00c08b;
}
.nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot:before{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    content:'';
    width:22px;
    height:22px;
    margin:-11px auto auto -11px;
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    border-radius:50%;
    background-color:inherit;
    opacity:1;
    z-index:-1;
    pointer-events:none
}
.nectar_image_with_hotspots[data-stlye="color_pulse"][data-hotspot-icon="numerical"] .nectar_hotspot.pulse:before, 
.nectar_image_with_hotspots[data-stlye="color_pulse"][data-hotspot-icon="plus_sign"] .nectar_hotspot:before{
   -webkit-animation:pulsate 3s cubic-bezier(0.2,1,0.2,1) infinite;
    animation:pulsate 3s cubic-bezier(0.2,1,0.2,1) infinite
}

@media only screen and (min-width:690px){
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot{
       height:30px;
        width:30px;
        line-height:30px;
        font-size:14px
   }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span{
       height:30px;
        width:30px
   }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:before{
        height:2px;
        width:12px;
        left:9px;
        top:14px
   }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:after{
        height:12px;
        width:2px;
        left:14px;
        top:9px
   }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="bottom"]{
        margin-top:60px;
        margin-left:15px
   }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="top"]{
        margin-top:-30px;
        margin-left:15px
   }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="left"]{
        margin-left:-30px;
        margin-top:15px
   }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="right"]{
        margin-left:60px;
        margin-top:15px
   }
}

@media only screen and (max-width : 690px) {
    body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {
        position: fixed!important;
        left: 0!important;
        top: 0!important;
        width: 100%!important;
        max-width: none!important;
        margin: 0!important;
        height: 100%;
        box-shadow: none!important;
        border-radius: 0;
        text-align: center;
        transform: none!important;
        -webkit-transform: none!important;
        z-index: 999;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .inner {
        transform: translateY(-50%) translateX(-50%) scale(0.8);
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
        -webkit-transition: all 0.2s ease-in-out!important;
        transition: all 0.2s ease-in-out!important;
        top: 50%;
        left: 50%;
        position: absolute;
        width: 60%;
        text-align: center;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.open .inner {
        transform: translateY(-50%) translateX(-50%) scale(1);
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.open {
        pointer-events: auto!important;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose {
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -11px;
        height: 22px;
        width: 22px;
        line-height: 22px;
        border: 2px solid #000;
        border-radius: 100px;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        display: block;
        height: 18px;
        width: 18px;
        transform-origin: center;
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before {
        position: absolute;
        display: block;
        height: 2px;
        width: 10px;
        left: 4px;
        top: 8px;
        content: ' ';
   }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after {
        position: absolute;
        display: block;
        height: 10px;
        width: 2px;
        left: 8px;
        top: 4px;
        content: ' ';
   }
}
@-webkit-keyframes pulsate{
  from{
    opacity:1;
    transform:scale(1)
  }
  to{
    opacity:0;
    transform:scale(3)
  }
}
@keyframes pulsate{
  from{
    opacity:1;
    transform:scale(1)
  }
  to{
    opacity:0;
    transform:scale(3)
  }
}
@keyframes nectarBounceIn{
  0%{
    transform:translateY(80px);
    opacity:0
  }
  33%{
    transform:translateY(-13px);
    opacity:1
  }
  66%{
    transform:translateY(4px);
    opacity:1
  }
  100%{
    transform:translateY(0px);
    opacity:1
  }
}
@-webkit-keyframes nectarBounceIn{
  0%{
    transform:translateY(80px);
    opacity:0
  }
  33%{
    transform:translateY(-13px);
    opacity:1
  }
  66%{
    transform:translateY(4px);
    opacity:1
  }
  100%{
    transform:translateY(0px);
    opacity:1
  }
}


/* Smaller Desktop only */
@media (min-width:1000px) and (max-width: 1250px) {
	.newsBody.featured .articles .item-wrapper:nth-child(n+4) {
		display:none;
	}
	.newsBody.featured .articles .item-wrapper {
		width:32%;
	}
}
@media (min-width:1000px) and (max-width:1600px) {
	.ContentBlockWrapper.has-toc .innerContent {
	       width: calc(92% - 205px);
	       margin-left: 205px;
	 }
}
.p_index:not(.scrolled100) header .mid-section {
	background:transparent;
}
.p_index.scrolled100 header .mid-section {
	background-color:#002d5d;
}
.p_index header.placeholder .mid-section {
	display:none;
}

/* Not Mobile */
@media (min-width:1000px) {
	.p_insights .insights-sidebar {
		position:absolute;
		right:5vw;
		width:25vw;
		margin-top:35px;
	}
	.p_insights .main-container .ContentBlockWrapper .innerContent {
		margin-left:7.5%;
		width:92.5%;
		margin-right:0;
	}
	.p_insights .main-container .ContentBlockWrapper .innerContent .innerContent {
		margin-left:0;
		width:100%;
	}
	.p_insights .ContentBlockWrapper {
		width:65vw;
	}
	.p_insights .newsBody.featured .articles .item-wrapper {
		width:31%;
	    margin: 0px 1% 20px 1%;
		min-width:0;
	}
	.p_insights .newsBody.featured .photo-wrapper {
		padding-top:58%;
	}
	.p_insights .newsBody.featured .articles .item-wrapper:nth-child(n+4) {
		display:none;
	}
	nav .main-nav__menu li:hover ul.mega-nav {
		display:flex;
	    background: linear-gradient(180deg, #263553 0%, #0E416A 100%);
		padding:20px 0;
	}
	nav .main-nav__menu ul.mega-nav ul {
		display:block;
		position:static;
		background:none;
	}
	nav .main-nav__menu ul.mega-nav &gt; li &gt; a {
		color: #00c08b;
		font-size:18px;
	}
	nav .main-nav__menu ul.mega-nav li a {
		text-align:left;
	}
	nav .main-nav__menu ul.mega-nav &gt; li {
	}
	nav .main-nav__menu ul.mega-nav ul li {
		white-space: nowrap;
	}
	nav .main-nav__menu ul.mega-nav li a:hover {
		background-color: #123859;
		color:#fff;
	}
	nav .main-nav__menu ul.mega-nav &gt; li:not(:last-child) {
		border-right: 1px solid rgba(255,255,255,.1);
	}
	.table-of-contents.fixed tbody td {
		max-width:200px;
	}
}
/* mobile + iPad */
@media (min-width: 1000px) and (max-width : 1020px) {
	.two-col {
		flex-wrap:wrap;
	}
	.two-col .left-section, .two-col .right-section {
		width:100%;
		margin-bottom:20px;
	}
	.two-col .right-section {
		max-width:100%;
	}
	.nav-bar .innerContent {
		flex-wrap:wrap;
		justify-content:center;
	}
	table.noCollapse {
		margin:0px auto;
	}
    .contentBlock  table:not(.noCollapse) {
		display:block;
		max-width:100% !important;
		width:100% !important;
		height:auto !important;
    }
    .contentBlock  table:not(.noCollapse) &gt; tbody &gt; tr &gt; td, 
	.contentBlock  table:not(.noCollapse) &gt; tbody &gt; tr, 
	.contentBlock  table:not(.noCollapse) &gt; tbody	{
		display:block;
		width:auto !important;
		height:auto !important;
		padding:0 !important;
    }
	.contentBlock  table:not(.noCollapse) &gt; tbody &gt; tr &gt; td {
	}
	.contentBlock  table:not(.noCollapse) &gt; tbody &gt; tr &gt; td:not(:last-child) {
		margin-bottom:20px;
	}
	.fields.double .submit-button {
		width:100%;
		padding-llft:0;
	}
	.fields.double .newsletter-checkbox {
		width:100%
	}
	.galleryGrid {
		-ms-grid-columns:50% 50%;
		-ms-grid-rows: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
		grid-template-columns: 50% 50%;
		grid-template-rows: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
		margin-bottom:50px;
	}
	.galleryGrid .content-box {
	    -ms-grid-row: 4;
	    -ms-grid-column: auto;
		-ms-grid-column-span:2;
	    grid-row: 4;
	    grid-column: auto;
		grid-column-end: span 2;
		font-size:1.8vw;
	}
	.featured-article .item {
		flex-wrap:wrap;
	}
	.featured-article .item .photo-wrapper,
	.featured-article .item .text-wrapper {
		width:100%;
	}
	.articles .item-wrapper {
		width:46%;
	}
	.footer-mid .innerContent .wrapper {
		flex-wrap:wrap;
	}
	.footer-mid .innerContent .wrapper &gt; div {
		width:100%;
		margin-bottom:20px;
	}
	footer .footer-bottom .links {
		flex-wrap:wrap;
	}
	footer .footer-bottom .links &gt; div {
		width:100%;
	}
	footer .footer-bottom .links &gt; div:not(:last-child) {
		margin-bottom:20px;
	}
}

/* mobile only */
@media (max-width : 999px) {
	.p_insights .main-container {
		display:flex;
		flex-direction:column;
	}
	.p_insights .insights-sidebar {
		order:1000;
		width: 85%;
        margin: 0px auto;
	}
	.contentBlock.t21.photo-ratio .background-wrapper,
	.contentBlock.t21.bgphoto-photo-ratio .background-wrapper{
    background-size: 100% 70%;
	background-position:top left;
		background-size: cover;
		background-position: center;
	}
	.text-left-mobile {
	text-align: left;
	}
	img.img-small-center {
    max-width: 75%;
	}
	.text-center-movil {
	text-align: center !important;
	}
	tr.flex-vertical-center {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    }
	.nomobile {
	        display:none !important;
	}
	.mobileonly {
	        display:block !important;
	}
	span.mobileonly {
	        display:inline-block !important;
	}
	body {
		font-size:16px;
		line-height:1.75;
	}
	.size-2x {
		font-size:100%;
	}
	.contentBlock.t111 .content table.mobile2col &gt; tbody &gt; .scroll-wrapper {
		display:none;
	}
    table.mobile2col, table.mobile2col &gt; tbody, table.mobile2col &gt; tbody &gt; tr,
	.contentBlock.t111 .content table.mobile2col, table.mobile2col &gt; tbody, .contentBlock.t111 .content table.mobile2col &gt; tbody &gt; tr {
            display:block;
            text-align:center;
    }
	.contentBlock.t111 .content table.mobile2col img {
		max-width:100%;
	}
    table.mobile2col &gt; tbody &gt; tr &gt; td {
            display:inline-block;
            width:48% !important;
			padding-bottom:20px;
    }
	body .featuredSliderContainer .arrows img {
		width:20px;
	}
	footer .footer-top .content table.mobile2col td {
        width:24% !important;
	}
	footer .footer-top .content table.mobile2col td:last-child:nth-child(odd) {
	        width:100% !important;
	}
	footer .footer-top .content table.mobile2col tr {
		text-align:left;
		padding-top:20px;
	}
	.adjustAnchor {
		display:block;
	}
	table.noCollapse {
		margin:0px auto;
	}
	table.noCollapse td {
		text-align:left;
	}
    .dynamic table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) {
		display:block;
		max-width:100% !important;
		width:100% !important;
		height:auto !important;
    }
    .dynamic table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody &gt; tr &gt; td, 
	.dynamic table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody &gt; tr, 
	.dynamic table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody,
    .content table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody &gt; tr &gt; td, 
	.content table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody &gt; tr, 
	.content table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody {
		display:block;
		width:auto !important;
		height:auto !important;
		padding:0 !important;
    }
	.content table.table-of-contents.fixed.collapsed:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart) &gt; tbody,
	body .content table.table-of-contents.fixed.collapsed &gt; tbody {
	    width: 40px !important;
	    height: 40px !important;
	}
	.dynamic table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody &gt; tr &gt; td:not(:last-child),
	.content table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody &gt; tr:not(:last-child),
	.content table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody &gt; tr &gt; td:not(:last-child) {
		margin-bottom:20px;
	}
	.table-double-scroll {
		width: 100%;
	    max-height: calc(90vh - 120px);
		overflow:auto;
		display:block;
	}
	.table-double-scroll tbody {
		display:table;
		table-layout:fixed;
	}
	.table-double-scroll tr:first-child td:first-child {
		vertical-align:bottom;
	}
	.contentBlock.t1 .table-double-scroll tr td,
	.table-double-scroll tr td {
		padding:20px !important;
	}
	.table-double-scroll tr:nth-child(n+3) td {
		width:50vw !important;
		min-width:50vw;
	}
	.table-double-scroll td {
		background-color:#fff;
	}
	.table-double-scroll td:first-child {
		width:50vw !important;
		position:sticky;
	    left: 0;
		z-index:1;
		background:#fff;
	}
	.table-double-scroll tr:first-child {
		position:sticky;
		top:0;
		z-index:2;
		height:275px;
	}
	.table-double-scroll tr:nth-child(2) {
		position:sticky;
		top:275px;
		z-index:2;
	}
	.table-double-scroll tr:last-child {
		position:sticky;
		bottom:0;
		z-index:2;
	}
	body .content table:not(.noCollapse):not(.mobile2col):not(.table-flow-chart-moreinfo):not(.table-flow-chart):not(.table-double-scroll) &gt; tbody &gt; tr &gt; td.table-cell-outline {
		padding:20px 5% !important;
	}
	.hero-heading {
		font-size:42px;
	}
	h1,h2,h3,h4,h5,h6,
	.h1,.h2,.h3,.h4,.h5,.h6 {
		text-align:inherit;
	}
	h1,
    .h1 {
        font-size: 32px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
	h6, .h6 {
		font-size:14px;
	}
	.slideshow .caption .line2 h1 {
		font-size:32px;
	}
	.slideshow .caption .line2 h2 {
		font-size:24px;
	}
	h1:has(.nomobile),
	h2:has(.nomobile) {
		display:none;
	}
	.outerContent {
		width:86.8%;
	}
	.fields &gt; div {
		width:100%;
		margin-bottom:10px;
	}
	.fields &gt; div input[type=text], .fields &gt; div input[type=email]  {
		width:100%;
	}
	.fields &gt; div input[type=submit] {
		width:calc(100% - 20px);
	}
	.fields .field span {
		display:block;
		margin-bottom:5px;
	}
	.blocks .container .item {
		width:100%;
	}
	.p_index .main-header-image.has-video {
		margin-top:0;
	}
	.fields.double .field, .fields.triple .field {
		width:100%;
	}
	.multicol {
		flex-wrap:wrap;
	}
	.multicol &gt; div {
		width:100%;
		margin-bottom:20px;
	}
	.realtor-form .multicol &gt; div:first-child {
		border:none;
		padding-right:0px;
	}
	.fields {
		flex-wrap:wrap;
	}
	.fields .field {
		width:100%;
		flex:auto;
		padding-left:0 !important;
	}
	.home .slideshow .slide {
		height:245px;
	}
	.slideshow .innerContent  {
		height:100%;
		position:static;
	}
	.slideshow .slide.has-overlay .caption .innerContent {
		height:auto;
	}
	footer  {
		text-align:center;
	}
	footer .primary.links table {
		display:block;
	}
	footer .primary.links td {
		display:inline-block;
	}
	header .mid-section {
		height:54px;
	}
	header.placeholder .mid-section {
		height:auto;
	}
    header .mid-section .logo {
            width:35%;
            padding:7px 0 0 0;
    }
    header .logo img {
            height:100%;
    }
    .nav-wrapper nav {
            display:none;
    }
    .nav-wrapper.open nav {
		display:block;
		position:fixed;
		width:100%;
		left:0;
		top:53px;
		height:100vh;
		margin:0px auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background-color:#002d5d;
		z-index:6000;
    }
	.nav-wrapper .main-nav &gt; .contentWrapper {
		padding-bottom:40px;
		width:100%;
		max-width:100%;
	}
    header nav .container &gt; ul {
            height:auto;
    }
    header nav .container {
            display: flex;
        flex-direction: column;
    }
	.main-nav__menu &gt; li:not(:last-child)::after {
		display:none;
	}
    .nav-wrapper.open .main-nav__menu {
            padding-top:40px;
            display:block;
        flex-grow: 1;
	    padding-left: 10%;
	    padding-right: 10%;
    }
	nav li, nav .main-nav__menu ul li, 
	header .mid-section .right-side #content_header_right td:last-child {
		font-size:24px;
		text-align:left;
	}
	.right-side #content_header_right table {
		width:100%;
	}
	header .mid-section .right-side #content_header_right td:last-child::before {
		display:none;
	}
    nav .main-nav__menu ul {
            position:static;
    }
    nav .main-nav__menu &gt; li &gt; a {
            top:auto;
            transform:none;
			justify-content: space-between;
			display:inline-block;
    }
    nav .main-nav__menu &gt; .has-sub {
            margin-right:0;
    }
    nav .main-nav__menu ul {
            width:100%;
            border:none;
            box-shadow:none;
            padding-left:20px;
            padding-top:0;
        background: none;
        color: inherit;
    }
    nav .main-nav__menu &gt; li.has-sub &gt; ul {
            display:none !important;
    }
	nav .main-nav__menu ul ul {
		display:block;
	}
	.mega-nav &gt; .has-sub &gt; a {
		text-transform:uppercase;
	}
	nav .main-nav__menu li.has-sub.open &gt; ul {
            display:block !important;
			text-align:left;
			padding-left:20px;
    }
	nav .main-nav__menu li.has-sub.open &gt; span a {
		color:#00c08b;
	}
    header .logo-nav {
            display:block;
            position:static;
    }
    header .logo-nav .nav-wrapper {
            text-align:left;
        position: relative;
        top: 0;
    }
    nav li &gt; a, nav li &gt; div, nav .has-sub ul li a, .has-sub &gt; span &gt; a {
            display:block;
            padding:12px 0;
    }
	nav .has-sub ul li a {
	    color: #FEFEFE;
	    font-size: 20px;
	    line-height: 1;
		text-transform:none;
		text-align:left;
	}
	nav .has-sub ul li a:hover {
		background-color:#09172b;
	    color: #FEFEFE;
	}
    nav .has-sub {
		position:relative;
		display:block;
    }
	nav .has-sub &gt; span a {
		flex-grow:1;
	}
    .menu-button {
	    cursor: pointer;
	    position: absolute;
	    z-index: 6000;
	    width: 30px;
	    height: 25px;
	    right: 20px;
	    top: 10px;
    }
    .menu-button .line {
        width:30px;
        border-bottom:3px solid #ffffff;
        margin-bottom:5px;
    }
	.menu-button .open {
		display:none;
	}
    .open.menu-button .default {
		display:none;
    }
    .open.menu-button .open {
		display:block;
    }
    .open.menu-button .line:nth-child(2){
                display:none;
    }
     	.open.menu-button .line::before {
                display:none;
        }
	.open.menu-button .line:first-child {
            transform: rotate(45deg);
		    position: relative;
		    top: 4px;
        }
	.open.menu-button .line:last-child {
            transform: rotate(-45deg);
            transform-origin: left;
            position: relative;
            top: 2px;
            left: 4px;
        }
	.open.menu-button .line {
                margin-top:10px;
        }
	
	nav .toggleSub {
		padding:7px 20px;
		position:absolute;
		right:0;
		top:7px;
		width:35px;
		height:30px;
	}
	nav .toggleSub::after {
		display:block;
	    position: absolute;
	    top: auto;
	    left: 40%;
	}
	.has-sub.open .toggleSub::after {
	    transform: rotate(0deg) scale(2,1.2);
		top:15px;
	}
	.nav-wrapper .bottom-section {
		position:relative;
		text-align:center;
		padding-top: 40px;
	}
	.nav-wrapper .bottom-section .content * {
		color:#fff;
		font-weight:bold;
	}

    header .logo-nav .logo {
        width: calc(100% - 60px);
        max-width:240px;
        padding:20px 15px;
        position: relative;
        z-index: 300;
    }
    header {
            border:none;
			position:static;
    }
	header .mid-section {
		position:fixed;
		width:100%;
		top:0;
		left:0;
	}
	body:not(.has-ticker) .no-slideshow {
		padding-top:54px;
		padding-top:0;
	}
	header .ticker + .mid-section {
		margin-top:58px;
	}
	header .ticker {
	    top: 0;
	    position: fixed;
	    left: 0;
	    width: 100%;
		background-size: contain;
		background-position: left -12% center;
	}
	.has-ticker .main-header-image {
		padding-top:0px;
	}
	header .ticker .title {
		font-size:14px;
		text-align:left;
		padding-left:10px;
		max-height: 35px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	header .ticker .category {
		font-size:14px;
	}
    header .top-wrapper {
            flex-wrap:wrap;
    }
    header .top-section {
            display:none;
    }
    header .headerRight {
            width:100%;
            order:3;
    }
    header .headerRight .content {
            text-align:center;
    }
	/*
	.no-slideshow {
		padding-top:65px;
	}*/
	.interior .main-header-image:empty {
		display:none;
	}
	.two-col {
		flex-wrap:wrap;
	}
	.two-col .left-section, .two-col .right-section {
		width:100%;
	}
	.slideshow {
/*		height:245px;*/
	}
/*
	body.home .slideshow .slide .ratio{
		padding-top:65%;
	}
	*/
	header .right-side &gt; .contact-info {
		display:none;
	}
	.slideshow .caption {
		top:40%;
	}
	body.home .slideshow .caption {
/*		bottom:150px;*/
/*		top:300px;*/
	}
	.slideshow .caption .line1 {
		font-size:36px;
	}
	.slideshow .caption .line2 {
		font-size:18px;
	}
	.slideshow .slide .bottomoverlay {
		padding-bottom:5vh;
	}
	/*
	.slideshow .caption .line2 a {
		display:block;
		margin-bottom:10px;
		text-decoration:underline;
	}*/
	.content.flex {
		flex-wrap:wrap;
	}
	.content.flex &gt; div {
		margin-bottom:20px;
	}
	.news-container .container &gt; div {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.home .main-container,  .interior .main-container {
		padding-top:0;
	}
	.no-hero.interior .main-container {
		padding-top:35px;
		padding-top:3px;
		border-top:1px solid #fff;
	}
	.main-container {
		padding-bottom:0;
	}
	.left-section .wrapper {
		padding-right:0;
	}
	.contentBlock .wrapper, 
	.latest-news-wrapper {
		flex-wrap:wrap;
	}
	.latest-news-wrapper {
		padding-top:0;
	}
	.latest-news-wrapper #content_latest_news {
		width:90%;
		margin-left:5%;
	}
	.minialbum {
		top:-55px;
	}
	.contentBlock .content {
		text-align:center;
	}
	.article .contentBlock .content {
		text-align:inherit;
	}
	.contentBlock,  .contentBlock.t2, .contentBlock.t3 {
		padding:35px 0;
	}
	.contentBlock.t7 {
		padding:0;
	}
	.contentBlock.t11 .content {
		width:100%;
	}
	.contentBlock.t2 .content .button, .contentBlock.t3 .content .button {
		margin-top:20px;
	}
	.contentBlock.t2 .content-wrapper, .contentBlock.t3 .content-wrapper {
		padding-bottom:5px;
	}
	.home .contentBlock.t2 .content .button::before {
		display:none;
	}
	.newsBody .contentBlockWrapper .contentBlock.t60,
	.contentBlock.t56 .photos .photo {
		width:100%;
	}
	.contentBlock.t4 .wrapper .img, .contentBlock.t5 .wrapper .img,
	.contentBlock.t2 .img-wrapper .img &gt; span, .contentBlock.t3 .img-wrapper .img &gt; span,
	.contentBlock.t4 .img-wrapper .img &gt; span, .contentBlock.t5 .img-wrapper .img &gt; span {
		display:block;
		width:100%;
	}
	.contentBlock.t2 .wrapper .content-wrapper .content,
	.contentBlock.t3 .wrapper .content-wrapper .content {
		padding-bottom:35px;
	}
	.contentBlock.t2 .img-wrapper .img, .contentBlock.t3 .img-wrapper .img {
		display:block;
	}
	.contentBlock.t3 .wrapper .img-wrapper .before {
		top:-20px;
	}
	.contentBlock.t2 .wrapper .img-wrapper .img &gt; span {
		left:0;
		width:100%;
	}
	.contentBlock.t5 .content-wrapper .content,
	.contentBlock.t3 .content-wrapper .content{
		padding-right:0;
	}
	.contentBlock.t2 .wrapper .img-wrapper,
	.contentBlock.t4 .wrapper .img-wrapper,
	.contentBlock.t5 .wrapper .img-wrapper,
	.contentBlock.t3 .wrapper .img-wrapper {
		order:2;
		margin-bottom:15px;
	}
	.contentBlock.t3 .wrapper .content-wrapper,
	.contentBlock.t5 .wrapper .content-wrapper {
		order:2;
	}
	.contentBlock.t20 {
		padding-top:40px;
	}
	.contentBlock.t20 hr {
		display:none;
	}
	.contentBlock.t7 .img-wrapper .ratio, .contentBlock.t8 .img-wrapper .ratio {
		display:none;
	}
	.contentBlock.t7 .img-wrapper .custom-ratio, .contentBlock.t8 .img-wrapper .custom-ratio {
		display:block;
	}
	.contentBlock.t26 .content-wrapper {
		flex-wrap:wrap;
	}
	.contentBlock.t26 .content-wrapper .content:not(:last-child) {
		margin-bottom:30px;
	}
	.keyword-buttons a.button {
		font-size:13px;
		padding:7px 10px;
	}
	.navPhotos .wrapper .item, .home .navPhotos .wrapper .item, 
	.contentBlock.t2 .wrapper .content-wrapper, .contentBlock.t3 .wrapper .content-wrapper,
	.navPhotos .wrapper.count-2 .item,
	.navPhotos.grid-boxes .wrapper .item {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.navPhotos.grid-boxes .wrapper .item.button-only .text-wrapper {
		text-align:center;
	}
	.navPhotos.grid-boxes .wrapper .item.button-only .text-wrapper .button-wrapper a{
		display:block;
	}
	.fields.double .newsletter-checkbox, .fields.double .submit-button {
		width:100%;
	}
	body .featuredSlider .slideContainer {
		margin:0;
	}
	body .featuredSliderContainer .innerContent {
		width:98%;
	}
	
	.p_index .main-container .contentBlock.t3:first-child .wrapper .img-wrapper {
		order:3;
	}
	#content_footer_logos table, #content_footer_logos table tbody, #content_footer_logos tr {
		display:block;
	}
	#content_footer_logos td {
		display:inline-block;
		padding:10px;
	}
	#content_footer_logos td img {
		height:25px;
		width:auto;
	}
	footer .footer-mid, footer .footer-mid .content * {
		text-align:center;
	}
	footer .footer-bottom .innerContent {
		flex-wrap:wrap;
	}
	footer .footer-bottom .innerContent &gt; div {
		width:100%;
		margin-top:20px;
	}
	footer .footer-bottom .bottom-logos .content {
		text-align:center;
	}
	footer .newsletter-signup .innerContent &gt; div:not(:last-child) {
		margin-right:0;
		margin-bottom:20px;
	}
    *[style*="float:"] {
            float:none !important;
			margin:0px auto;
    }
	.footer-mid td:first-child *[style*="float: left"] {
		float:left !important;
	}
	.footer-mid td:first-child h6 {
		white-space:nowrap;
		display:inline-block;
	}
	.eventlist &gt; div {
		width:100%;
		margin-right:0;
	}
	.nav-bar .left-links {
		display:none;
	}
	.nav-bar .left-links, .nav-bar .innerContent {
		flex-wrap:wrap;
		justify-content:center;
		text-align:center;
	}
	.nav-bar .left-links a {
		width:100%;
		margin-right:0;
	}
	.floating-filter-box {
		position:static;
		width:100%;
		max-width:100%;
		left:auto;
		transform:none;
	}
	.floating-filter-box .container {
		flex-wrap:wrap;
	}
	.floating-filter-box .container &gt; div {
		width:100%;
	}
	.floating-filter-box .container .filters {
		justify-content:space-between;
	}
	.floating-filter-box .heading {
		text-align:center;
		padding-right:0;
	}
	.floating-filter-box .heading &gt; span{
		text-align:center;
		display: inline-block;
	    margin-left: 8px;
	}
	.floating-filter-box .button {
		width:100%;
		margin-top:5px;
	}
	.floating-filter-box .form-container {
		padding-left:0;
	}
	.floating-filter-box .select-container {
		margin-right:0;
	}
	.floating-filter-box .filters {
		justify-content:space-between;
	}
	.floating-filter-box .filters &gt; div {
		width: 100% !important;
	    margin-right: 0 !important;
	}
	.floating-filter-box {
		padding:20px 50px 30px 50px;
	}
	.floating-filter-box .filters &gt; div.short {
		width:46% !important;
	}
	.slideshow .caption .line1 {
		font-size:22px;
		margin-bottom:7px;
	}
	.interior .slideshow .caption .line1 {
		font-size:30px;
	}
	.slideshow .caption .line2 {
/*		display:none;*/
	}
	.slideshow .caption {
/*
		bottom:20px;
		bottom:-60px;
*/
		font-weight:bold;
	}
	.interior .slideshow .slide {
		min-height:250px;
	}
	.slideshow .caption &gt; a {
		display:none;
	}
	.slideshow .rslides_tabs {
		display:none;
	}
	header .mid-section .innerContent {
		padding-left:18px;
	}
	.contentBlock .wrapper &gt; div.content-wrapper,
	.contentBlock .wrapper &gt; div.img-wrapper {
		width:100% !important;
	}
	.contentBlock.t1 .content td {
		text-align:center !important;
		padding: 0 5px 30px 5px !important;
	}
	.contentBlock.t1.mobile-align-left .content td,
	.contentBlock.t1.mobile-align-left .content &gt; * {
		text-align:left !important;
	}
	.contentBlock.t1 .content .icons-table td {
		text-align:center !important;
	}
	.contentBlock.t1 .content .table-flow-chart td {
		text-align:left !important;
	}
	.contentBlock.t1 .content .table-flow-chart tr {
		display:block;
	}
	.contentBlock.t1 .content .table-flow-chart .button {
		display:inline-block;
	}
	.contentBlock.t30 .content-wrapper {
		max-width:100%;
	}
	.contentBlock.t30 .map-wrapper {
		width:100%;
	}
	.contentBlock.t30 .area-cols {
		column-count: 2;
	}
	.contentBlock.t30 #map {
		height:460px;
	}
	footer .footer-bottom .links {
		flex-wrap:wrap;
	}
	footer .footer-bottom .links &gt; div{
		width:100%;
		margin-bottom:20px;
	}
	body:not(.mce-content-body) &gt; header {
		-webkit-box-shadow: 0px 10px 8px -6px rgba(0,0,0,0.45);
		-moz-box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.45);
		box-shadow: 0px 10px 8px -6px rgba(0,0,0,0.45);
	}
	header .social {
		display:none;
	}
	.home h1::after {
		display:none;
	}
	.article-container .img-container::before {
		right:-10%;
	}
	footer .newsletter-signup .fields &gt; div:last-child label {
		display:none;
	}
	#content_footer_mid .content *  {
		text-align:center !important;
	}
	footer .footer-bottom {
		padding-left:0;
		padding-right:0;
	}
	header .nav-wrapper.open {
		display:flex;
		flex-direction:column;
	    justify-content: flex-start;
		height:100%;
		-webkit-box-shadow: inset 0px 10px 8px -6px rgba(0,0,0,0.45);
		-moz-box-shadow: inset 0px 10px 8px -6px rgba(0,0,0,0.45);
		box-shadow: inset 0px 10px 8px -6px rgba(0,0,0,0.45);
	}
	header .nav-wrapper.open nav {
		flex-grow:1;
		padding-top:20px;
	}
	header .nav-wrapper.open .contact-info {
		font-size: 17px;
		line-height:2;
		color:#fff;
		background:#011043;
		text-align: left;
	    padding: 40px 40px 20vh 40px;
		text-align:center;
		position:relative;
	}
	header .contact-info .icon img {
	    filter: grayscale(1) brightness(10);
	}
	.footer-mid .innerContent .wrapper {
		flex-wrap:wrap;
	}
	.footer-mid .innerContent .wrapper &gt; div {
		width:100%;
	}
	.footer-mid .newsletter-signup {
		margin-bottom:30px;
	}
	footer .copyright span {
		display:block;
		margin-bottom:10px;
	}
	.snapwidget-widget {
	}
	.photo-container.photo-grid &gt; div {
		width:48%;
		margin-right:2%;
	}
	.photo-container.photo-grid &gt; div:nth-child(5n+5) {
		margin-right:2%;
	}
	.photo-container.photo-grid .more span {
		font-size:20px;
	}
	.galleryGrid {
	    display: flex;
	    flex-direction: column;
	}
	.galleryGrid .photo {
		margin-top:30px;
	}
	.galleryGrid .photo::before {
		display:block;
		width:100%;
		content:"";
		padding-top:80%;
	}
	.galleryGrid .content-box {
		font-size:inherit;
	}
	.featured-article .item {
		flex-direction:column;
	}
	.featured-article .item .photo-wrapper, .featured-article .item .text-wrapper {
		width:100%;
	}
	.articles .news-filters .filters {
		flex-wrap:wrap;
	}
	.articles .item-wrapper {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.articles .heading-wrapper {
	    justify-content: space-between;
	}
	.articles .heading-wrapper .item-wrapper {
		width:auto;
	}
	.newsBody.featured .articles .item-wrapper {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.newsBody.article {
		flex-direction:column;
	}
	.newsBody.article .newsText, .newsBody.article .recent-posts {
		width:auto;
	}
	.newsBody.article .recent-posts {
		margin-top:40px;
	}
	.floating-filter-box {
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    left: 0;
	    transform: none;
	    right: 0;
	    max-width: 100%;
	    padding: 10px 5%;
	}
	.contentBlock table.specs td {
		padding-left:5px;
		padding-right:5px;
	}
	.form-wrapper .fields {
		display:block;
	}
	.team-wrapper .team-item {
		min-width:0;
		width:45%;
	}
	.team-detail {
		flex-wrap:wrap;
	}
	.team-detail .details {
		width:100%;
	}
	.team-detail .photo {
		width:80%;
		margin:0px auto 20px auto;
	}
	.team-detail .photo::after {
		display:block;
		width:100%;
		content:'';
		padding-top:145%;
	}
	.team-detail h1,.team-detail h4, .team-detail .linkedin {
		text-align:center;
		margin-left: auto;
	    margin-right: auto;
	}
	.newsContainer {
		flex-wrap:wrap;
	}
	.newsContainer .newsBody, .newsContainer .sidebar {
		width:100%;
	}
	.minialbum .navbox-container .left,.minialbum .navbox-container .right, 
	.minialbum .navbox-container .right .img-container:nth-child(1),
	.minialbum .navbox-container .right .img-container:nth-child(2),
	.minialbum .navbox-container .right .img-container:nth-child(3),
	.minialbum .navbox-container .bottom .img-container:nth-child(1),
	.minialbum .navbox-container .bottom .img-container:nth-child(2),
	.minialbum .navbox-container .bottom .img-container:nth-child(3) {
		width:100%;
	}
	footer .newsletter-signup {
		padding-top:50px;
	}
	footer #content_footer_bottom .content td {
		text-align:center;
		white-space: normal !important;
	}
	.table-dividers a {
	    color: #FEFEFE;
	    font-size: 18px;
	    font-weight: 800;
	    line-height: 1;
	    text-align: center;
		border: 2px solid transparent;
		text-transform: uppercase;
		background-color: #0E416A;
		cursor:pointer;
		display:block;
	    padding: 10px 15px;
		text-decoration: none;
	}
	.table-dividers &gt; tbody &gt; tr &gt; td:not(:last-child) {
		border:none;
	}
	.slideshow .slide .overlay::before {
		width:85%;
	}
	footer .newsletter-signup form {
		width:100%;
	}
	.cols {
		flex-wrap:wrap;
	}
	.cols &gt; div {
		width:100% !important;
	}
	.contentBlock.t1 .button, .contentBlock.t11 .button {
	    display: inline-flex;
		justify-content:center;
	    width: auto;
	    margin: 25px auto 0 auto;
	}
	.photo-mobile-tall .img {
		height:400px;
	}
	.button {
		margin-top:15px;
	}
	iframe, video {
		height:auto;
	}
	.sef-report label {
		font-weight:bold;
		margin-right:5px;
		display:inline-block;
		vertical-align:top;
	}
	.sef-report tr:not(:last-child)::after {
		display:block;
		content:'';
		border-bottom:1px solid #fff;
	    padding-bottom: 20px !important;
	}
}
/* not mobile */
@media (min-width : 1000px) {
	.home header .logo svg polygon, .home header .logo svg path {
		fill:#ffffff;
	}
	.inline-filter-bar .floating-filter-box .heading {
		display:none;
	}
	.hs-form &gt; div{
	  width:50%;
	  display: inline-block;
	  padding: 2%;
	  vertical-align: top;
	}
	.hs-form .hs-fieldtype-checkbox {
		width:100%;
	}
	.hs-form &gt; div &gt; .input &gt; ul{
	  columns:2;
	  margin: 0;
	  padding-top:10px;
	}
	.hs-form &gt; div.hs_what_are_you_interested_in_from_aegis_select_all_that_apply_ &gt; .input &gt; ul{
	  columns:2;
	  margin: 0;
	  padding-top:10px;
	}
	.navPhotos .wrapper .item .text-wrapper h4 {
		padding-right:45px;
	}

}
@media print {
	header {
		position:static;
		display:none;
	}
	.sidebar {
		display:none;
	}
	footer {
		display:none;
	}
}


/*News view styles*/

/*Hero header*/
.header-news-container{
/*	background-image: url('/uploads/images/slideshow/full_Events_images.png'); */
    width: 100%;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    max-height: 30vh;
    height: 30vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-news-container .edit-icon-wrapper {
	position:absolute;top:20px;right:20px;z-index:20;width:35px;
}
#overlay-header-new{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,45,93,0.24) 0%, rgba(3,46,92,1) 100%);
    z-index: 0;
}
.header-news-container .header-tittle-new{
	z-index: 1;
	text-align: center;
}
.header-news-container .header-tittle-new h1{
	color: #fff;
	line-height: 1.2;
}
.header-news-container .category-header{
	width: fit-content;
    background: #00c08b;
    z-index: 1;
    margin-bottom: 2rem;
	margin-top: 1rem;
}
.header-news-container .category-header a,
.header-news-container a.button {
	color: #fff;
    margin: 0;
    font-size: 11px;
    padding: 5px 12px 5px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}
@media screen and (max-width:480px) {
	.header-news-container {
		
		max-height: 50vh;
		height: 50vh;
	}
	.header-news-container .category-header{
		margin-bottom: 2rem;
	}
	.header-news-container .header-tittle-new {
		width: 90%;
	}
}



/*Featured container*/

.featured-container{
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
	justify-content: space-between;
	font-family: 'Lato', sans-serif;
}
@media screen and (max-width:540px) {
	.featured-container{
		flex-direction: column;
    	width: 80%;
    	align-items: center;
	}
	.container-featured{
		width: 100% !important;
		min-height: 40vh !important;
	}
	.featrured-container-left-items {
    width: 100% !important;
	}
	.featrured-container-left-items .item1 .photo-wrapper .photo {
    max-width: 100% !important;
    max-height: 100% !important;
    background-position-y: 50%;
	}
	.p_news .newsContainer {
    width: 80%;
	}
}
@media screen and (min-width:541px) and (max-width:767.99px) {
	.featured-container{
		flex-direction: column;
    	width: 80%;
    	align-items: center;
	}
	.container-featured{
		width: 100% !important;
		min-height: 50vh !important;
	}
	.featrured-container-left-items {
    width: 100% !important;
	}
	.featrured-container-left-items .item1 .photo-wrapper .photo {
	max-width: 100% !important;
	max-height: 100% !important;
	width: 80% !important;
    background-position-y: 50%;
	}
	.p_news .newsContainer {
    width: 80%;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.featured-container{
		flex-direction: column;
    	width: 80%;
	}
	.p_news .newsContainer{
		width: 80%;
	}
}

/* First Featured news*/
.container-featured{
	width: 65.5%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 40vh;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 1rem 2rem;
	position: relative;
	margin-bottom: 1rem;
	background-position: center;
}
#overlay-first-new{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(3,46,92,1) 100%);
    z-index: 0;
    cursor: pointer;
}
.container-featured .card-link, .featrured-container-left-items .card-link{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.container-featured .category-featured{
	z-index: 2;
	background: #00c08b;
	color: #fff;
	max-width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.container-featured .category-featured a {
	color: #fff;
	margin: 0;
	font-size: 11px;
	padding: 5px 12px 3px!important;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.container-featured .date{
	z-index: 1;
    margin-top: 1rem;
    color: #fff;
}
.container-featured .title{
	z-index: 1;
	color: #fff;
	margin: 1rem 0;
	font-size: 1.4rem;
}
.container-featured .title a{
	color: #fff;
}
.container-featured .link{
	z-index: 1;
	margin-bottom: 1rem;
}

.featrured-container-left-items{
	display: flex;
    flex-wrap: wrap;
    width: 31%;
}
@media screen and (max-width:480px) {
	.container-featured{
		width: 100%;
		min-height: 450px;
	}
	.container-featured .date {
		margin-top: 1rem;
		font-size: 14px;
	}
	.container-featured .title {
		margin: 0.5rem 0;
	}
	.container-featured .link {
		margin-bottom: 1rem;
		font-size: 14px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.container-featured{
		width: 100%;
		min-height: 475px;
	}
	.container-featured .category-featured a {
		color: #fff;
		margin: 0;
		font-size: 11px;
		padding: 5px 12px 3px!important;
	}
	.container-featured .date {
		margin-top: 1rem;
	}
	.container-featured .title {
		margin: 0.5rem 0;
	}
	.container-featured .link {
		margin-bottom: 1rem;
	}
}
@media screen and (min-width:1024px) and (max-width:1365px) {
	.featured-container{
    	width: 90%;
	}
	.container-featured .date {
		margin-top: 1rem;
	}
	.container-featured .link {
		margin-bottom: 1rem;
	}
	.container-featured .title {
		font-size: 1.4rem;
	}
	.p_news .newsContainer{
		width: 90%;
	}
}
/*Lateral news featured*/
.featrured-container-left-items .item-wrapper{
	width: 100%;
    background: transparent;
    box-shadow: none !important;
    border-radius: unset;
	margin-bottom: 0.8rem;
}
.item-wrapper .item1{
	display: flex;
	width: 100%;
}
.featrured-container-left-items .item1 .photo-wrapper{
	width: 35%;
}
.featrured-container-left-items .item1 .photo-wrapper .photo{
	background-size: cover;
    width: 120px;
    height: 97%;
	max-width: 100%;
	background-position: center;
}
.featrured-container-left-items .item1 .text-wrapper{
	padding: 0 0 0 1rem;
	width: 80%;
	z-index: 999;
}
.featrured-container-left-items .item1 .category{
	width: fit-content;
    background: #00c08b;
}
.featrured-container-left-items .item1 .category a{
	display: flex;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 3px 12px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.featrured-container-left-items .item1 .details .title{
	font-size: 0.9rem;
    font-weight: normal;
    margin: 0.2rem 0;
    line-height: 1.2;
}
.featrured-container-left-items .item1 .details .title a{
	color: #05335e;
}
.featrured-container-left-items .item1 .date{
	color: #05335e;
    font-weight: bold;
    font-size: 0.8rem;
}
@media screen and (max-width:480px) {
	.featrured-container-left-items {
		width: 100%;
	}
	.featrured-container-left-items .item1 .photo-wrapper .photo {
		background-size: cover;
		width: 100px;
		height: 80px;
	}
	.featrured-container-left-items .item1 .text-wrapper {
		padding: 0 0 0 1rem;
		width: 80%;
	}
	.featrured-container-left-items .item1 .category a {
		padding: 1px 5px 1px!important;
	}
	.featrured-container-left-items .item1 .details .title {
		font-size: 14px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.featrured-container-left-items .item1 .text-wrapper{	
    	width: 60%;
	}
	.featrured-container-left-items .item1 .photo-wrapper{
		width: 40%;
	}
	.featrured-container-left-items{
		width: 100%;
		justify-content: space-between;
	}
	.featrured-container-left-items .item-wrapper {
		width: 48% !important;
	}
	.featrured-container-left-items .item1 .category a {
		margin: 0;
		padding: 1px 5px 1px!important;
	}
	.featrured-container-left-items .item1 .details .title {
		font-size: 0.9rem;
	}
	.featrured-container-left-items .item1 .date {
		font-size: 0.7rem;
	}
	.featrured-container-left-items .item1 .photo-wrapper .photo {
		background-size: cover;
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width:1024px) and (max-width:1365px) {
	.featrured-container-left-items .item1 .details .title {
		font-size: 0.9rem;
	}
}

/*Article content*/
.categories-news-content{
	max-width: 700px !important;
}
.fetured-news-image img{
	width: 100%;
	margin: 2rem 0;
}
.title-article{
	max-width: 100%;
}
.title-article h1{
	line-height: 1.2;
}

@media screen and (max-width:767px) {
	.title-article{
		padding: 0 2rem;
	}
}
.article-container{
	display: flex;
}
.content-table-article{
	width: 30%;
	overflow: visible;
}
.content-table-article .category{
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 20%;
		position: --webkit-sticky;
		position: sticky;
	}
.article-body{
	width: 100%;
	font-family: 'Lato', sans-serif;
}


.share-article-btn{
	display: flex;
    border: 2px solid #002D5D;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #002D5D;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.share-article-btn img{
	margin-left: 1rem;
}

/*Related articles*/
.container-related-articles{
		display: flex;
		max-width: 100%;
		margin: 0 auto;
		font-family: 'Lato', sans-serif;
}
.title-see-all-articles{
	display: flex;
	justify-content: flex-end;
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width:640px) {
	.title-see-all-articles{
		justify-content: center;
		margin:2rem 0;
	}
	.container-related-articles .article-body{
		flex-direction: column-reverse;
		display: flex;
	}
}
.title-related-articles{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
	margin-bottom: 1rem;
}
.title-related-articles a{
	text-decoration: underline;
}

.container-related-articles .newsBody {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -2rem;
	margin-bottom: 2rem;
}
.container-related-articles .newsBody .item-wrapper{
	width: 48%;
}

@media screen and (max-width:480px) {
	.header-article-container{
		margin-top: 2rem;
	}
	.article-container{
		flex-direction: column-reverse;
		padding: 2rem;
	}
	.content-table-article {
		width: 100%;
		margin-top: 2rem;
	}
	.container-related-articles{
		flex-direction: column;
		padding: 2rem;
	}
	.container-related-articles .newsBody {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-top: 0;
	}
	.container-related-articles .newsBody .item-wrapper {
		max-width: 100%;
		margin-top:2rem;
		width: 100%;
	}
}

/*Event header*/
.header-event-article-container{
	max-height: fit-content;
    height: 560px;
}
.header-event-container{
	width: 100%;
    display: flex;
    max-width: 1160px;
	z-index: 1;
	height: 100%;
	justify-content: space-between;
}
.text-event-header-container{
	margin: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 70%;
}
.text-event-header-container .title-article{
	text-align: left;
	width: 80%;
}
.date-event-container{
	display: flex;
	margin: 2rem 0;
}
.date-event{
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	margin-right: 1rem;
	font-family: 'Lato', sans-serif;
}
.date-event p{
	margin-left: 1rem;
}
.event-short-description{
	color: #fff;
	font-size: 16px;
	margin: 1rem 0;
	max-width: 80%;
	font-family: 'Lato', sans-serif;
}
.form-header-container{
	background: #fff;
    padding:2rem;
    margin-top: 2rem;
    box-shadow: 1px 1px 8px #000;
	height: fit-content;
}

/*tablet responsive event*/
@media screen and (min-width:481px) and (max-width:1024px) {
	.contentBlock.t21.photo-ratio .background-wrapper,
	.contentBlock.t21.bgphoto-photo-ratio .background-wrapper{
    background-size: 100% 70%;
	background-position:top left;
	}
	.header-event-article-container{
		height: auto;
	}
	.header-event-container{
		flex-direction: column;
		align-items: center;
	}
	.text-event-header-container{
		width: 100%;
		text-align: center;
		align-items: center;
	}
	.date-event-container{
		width: 100%;
    	justify-content: space-around;
	}
	.form-header-container{
		margin: 0;
	}
}
/*mobile responsive event*/
@media screen and  (max-width:480px) {
	.header-event-article-container{
		height: 1200px;
	}
	.header-event-container{
	    width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.date-event-container{
		width: 100%;
		justify-content: space-between;
	}
	.text-event-header-container{
		align-items: center;
		width: 90%;
	}
	.text-event-header-container .title-article{
		padding: 0;
	}
	.text-event-header-container .title-article h1{
		font-size: 1.5rem;
	}
	.form-header-container{
		margin: 0;
	}
}
/*
*News and Events Single
*Start
*/
.hs-richtext.hs-main-font-element h1 span {
    font-weight: 900;
}
.hs-form-required {
    color: #002d5d;
}
.hs-input {
    border: 1px solid #002d5d;
}
input.hs-button.primary.large {
/*    width: 100% !important;*/
}
.hs_submit.hs-submit .actions {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
	text-align:center;
}
div#hbspt-form-1633731997763-9128602605 .field {
    margin-bottom: 10px;
}
.actions {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
}
.form-header-container {
    position: relative;
    top: 12%;
    box-shadow: 5px 10px 25px 10px hsl(0deg 0% 0% / 20%);
}
.photoexperts p img {
    border: 1px solid #002d5d40;
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.header-news-container.header-event-article-container #overlay-header-new {
		height: 55%;
		display:none;
	}
	.header-news-container.header-event-article-container .text-event-header-container &gt; div {
		position:relative;
	}
	.header-news-container.header-event-article-container .text-event-header-container::before {
		content:'';
		display:block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: linear-gradient(180deg, rgba(0,45,93,0.24) 0%, rgba(3,46,92,1) 100%);
	    z-index: 0;
	}
	.descriptionexperts p, .descriptionexperts h5, .photoexperts p {
    padding: 0px 30px !important;
	}
	tr.expertslist {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	}
	tr.expertslist td.experts {
    max-width: 33.33% !important;
	}
	.contentBlock .img, .contentBlock .img &gt; span {
    background-size: contain;
	}
	.header-news-container {
		background:none;
	}
	.header-news-container.header-event-article-container .text-event-header-container {
	background-image: url('/uploads/images/slideshow/Tablet_Events.png');
    background-size: cover;
	background-position: top center;
	background-repeat:no-repeat;
	padding-bottom: 50px;
	position:relative;
	margin-bottom:0;
	}
	.form-header-container {
    top: -50px;
    width: 65%;
	}
	.text-event-header-container .title-article,
	.hs-richtext.hs-main-font-element {
    text-align: center !important;
	}
	.header-tittle-new.title-article h1 {
    min-width: 85%;
	}
	td.leftside,
	td.rightside {
		width: 100% !important;
		text-align: center;
	}
	tr.flexcolumn,
	table.flexcolumn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	}
	td.leftside h2,
	td.leftside div,
	td.rightside table h2 {
    text-align: center !important;
	}
	td.rightside {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	}
	 /* td.rightside table.noCollapseVerical {
    max-width: 33.33% !important;
	}  */
	table.noCollapseVerical tr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	}
	td.widthicons {
		width: 100% !important;
    	text-align: center;
	}
	.contentBlock.t21.num8.bg-gradient-lightgray.content-ratio.bgphoto-photo-ratio.content_news-detail-66308_24.in-view td.leftside {
    text-align: center;
    position: relative;
    top: -20vh;
	}
	.contentBlock.t21.num8.bg-gradient-lightgray.content-ratio.bgphoto-photo-ratio.content_news-detail-66308_24.in-view {
    padding-top: 12%;
	}
	.contentBlock.t21.num8.bg-gradient-lightgray.content-ratio.bgphoto-photo-ratio.content_news-detail-66308_24.in-view td.rightside {
    top: -15vh;
    position: relative;
    width: 75% !important;
    text-align: center;
	}
	tr.flexcolumn {
    align-items: center;
	}
	.contentBlock.t21.num8.bg-gradient-lightgray.content-ratio.bgphoto-photo-ratio.content_news-detail-66308_24.in-view tr.flexcolumn {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
	}
	.contentBlock.t21.num8.bg-gradient-lightgray.content-ratio.bgphoto-photo-ratio.content_news-detail-66308_24.in-view .wrapper.background-wrapper {
    background-size: auto 60% !important;
    background-position: top center !important;
	}
}
@media screen  and (min-width:640px)  and (max-width:767.98px){
	.header-news-container.header-event-article-container {
		background-size: auto 70vh;
		background-position: top center ;
		}
		.header-news-container.header-event-article-container #overlay-header-new {
			height: 70vh;
			}
}
@media screen and (max-width:767.98px) {
	.header-search {
		text-align:center;
		margin-top:20px;
		padding:0 10%;
	}
	header .header-search .field {
		width:100%;
	}
	/* .header-news-container {
		background-image: url('/uploads/images/slideshow/event-mobile-banner.png');
	} */
	.header-news-container.header-event-article-container #overlay-header-new {
    height: 80vh;
	}
	.header-event-article-container {
    height: auto !important;
	}
	.contentBlock.t1.num2.content-ratio.content_news-detail-66308_23.in-view {
    margin-top: 20%;
	}
	.header-news-container.header-event-article-container {
    background-size: auto 80vh;
	background-position: top center ;
	}
	.form-header-container {
    top: 0%;
    width: 80%;
    margin-bottom: 15%;
	}
	.text-event-header-container .title-article,
	.hs-richtext.hs-main-font-element {
    text-align: center !important;
	}
	td.leftside,
	td.rightside {
		width: 100% !important;
	}
	tr.flexcolumn,
	table.flexcolumn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	}
	td.leftside h2,
	td.leftside div,
	td.rightside table h2 {
    text-align: center !important;
	}
	.event-short-description {
    max-width: 100%;
    text-align: center;
	}
    .date-event-container {
    margin: 1.5rem 0rem 0.5rem 0rem;
	}
	.text-event-header-container .title-article {
    text-align: center !important;
	}
	.text-event-header-container {
    width: 80%;
	}
	.contentBlock.t1.empty.num1.content-ratio.content_news-detail-66308_21.in-view {
    padding: 0;
	}
	.contentBlock.t1.num2.content-ratio.content_news-detail-66308_23,
	.contentBlock.t1.num4.content-ratio.content_news-detail-66308_18,
	.contentBlock.t2.num3.content-ratio.content_news-detail-66308_15,
	.contentBlock.t1.num7.content-ratio.content_news-detail-66308_14,
	p.text-left-mobile.in-view,
	.contentBlock.t1.num2.content-ratio.in-view,
	.contentBlock.t1.num4.content-ratio.in-view,
	.contentBlock.t21.num6.bg-darkblue1.content-ratio.bgphoto-photo-ratio-stretch.in-view,
	tr.flexcolumn td.leftside h2 {
/*    padding: 0% 10% !important;*/
	}
	.contentBlock.t21.num8.bg-gradient-lightgray.content-ratio.bgphoto-photo-ratio.content_news-detail-66308_24.in-view td.rightside {
    margin: 0 10%;
	}
	td.rightside table {
    padding: 15% 5% !important;
	}
	.date-event img {
    width: 20px;
	}
	.photoexperts {
    width: 30%;
	}
	td.experts {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
	}
	.descriptionexperts {
    width: 70%;
	}
	.descriptionexperts h5, .descriptionexperts p {
    padding: 0% 0% 0% 5% !important;
	}
	table.noCollapseVerical tbody tr {
		display: flex !important;
		flex-direction: row;
 	   flex-wrap: nowrap;
	}
	table.noCollapseVerical tbody tr img {
    min-width: 35px;
	}
	td.rightside table.noCollapseVerical {
    padding: 10% 0% !important;
	}
	.contentBlock.t21.num8 .wrapper.background-wrapper {
    background-size: auto 65%;
    background-position: center;
	}
	.contentBlock.t21.num8.bg-gradient-lightgray.content-ratio.bgphoto-photo-ratio.in-view td.rightside {
    margin: 0 10%;
	}
	td.widthicons {
    min-width: 85px !important;
	}
	table.noCollapseVerical td p {
    text-align: left;
	}
	tr.flexcolumn td.rightside table.noCollapseVerical {
    padding: 0 5% !important;
	}
	.contentBlock.t2.num3.content-ratio.in-view .img-wrapper .img {
    margin: 0 10%;
}
	
}
@media screen and  (max-width:480px) {
	.text-event-header-container{
		width: 90%;
	}
	.event-short-description {
		font-size: 0.8rem;
	}
	.photoexperts {
		width: 50%;
	}
	.contentBlock.t1.num2.content-ratio.content_news-detail-66308_23,
	.contentBlock.t1.num4.content-ratio.content_news-detail-66308_18,
	.contentBlock.t2.num3.content-ratio.content_news-detail-66308_15,
	.contentBlock.t1.num7.content-ratio.content_news-detail-66308_14,
	p.text-left-mobile.in-view,
	.contentBlock.t1.num2.content-ratio.in-view,
	.contentBlock.t1.num4.content-ratio.in-view,
	.contentBlock.t21.num6.bg-darkblue1.content-ratio.bgphoto-photo-ratio-stretch.in-view,
	tr.flexcolumn td.leftside h2 {
/*    padding: 2rem 10% !important;*/
	}
	}
@media screen and (min-width:481px) and (max-width:640px){
	.newsBody.article .newsText, .newsBody.article .recent-posts {
    padding: 0% 10%;
}
.content-table-article{
display: none;
}
.container-related-articles{
	max-width: 80%;
}


.container-related-articles .newsBody {
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-top: 0;
}
.title-related-articles {
    display: flex;
	margin-top: -2rem;
}
.container-related-articles .newsBody .item-wrapper {
	max-width: 100%;
    width: 50%;
    margin: 0 auto;
}
}

/*
*End
*/

/*Events Blocks*/


.expertslist .experts{
	width: 33.33%;
}
.first-title-event{
	margin-top: 10rem !important;
}
.space-block{
	min-height: 5rem;
}
@media screen and (min-width:1600px){
	.contentBlock.t21.bgphoto-photo-ratio .background-wrapper{
		background-image: url("/uploads/images/Content_Blocks/cta-events-with_frame-1920.png") !important;
		background-size: cover;
		background-position: center;
	}
	.featrured-container-left-items .item1 .photo-wrapper{
		width: 120px;
    	height: 100px;
	}
/*	.contentBlock.t21 .background-wrapper{
		background-image: url("/uploads/images/slideshow/background-blue-large.png") !important;
	}*/
}
@media screen and (min-width:1367px) and (max-width:1599px){
	.contentBlock.t21.bgphoto-photo-ratio .background-wrapper{
		background-image: url("/uploads/images/Content_Blocks/cta-events-with_frame-1920.png") !important;
		background-size: cover;
		background-position: center;
	}
	.featrured-container-left-items .item1 .photo-wrapper{
		width: 120px;
    	height: 100px;
	}
/*
	.contentBlock.t21 .background-wrapper{
		background-image: url("/uploads/images/slideshow/background-blue-large.png") !important;
	}*/
}
@media screen and (min-width:1025px) and (max-width:1366px) {
	.contentBlock.t21.bgphoto-photo-ratio .background-wrapper{
		/* background-image: url("/uploads/images/Content_Blocks/cta-events-with_frame-1366.png") !important;  */
		background-image: url("/uploads/images/Content_Blocks/cta-events-with_frame-1920.png") !important;
		background-size: cover;
		background-position: center;
	}
	.fadein &gt; .table-cta{
		padding: 5% 0 !important;
	}
	.featrured-container-left-items .item1 .photo-wrapper{
		width: 120px;
    	height: 100px;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.topics-table{
		margin-bottom: 7rem;
	}
	.space-block{
		display: none;
	}
	/*.contentBlock.t21 .background-wrapper{
		background-image: url("/uploads/images/slideshow/background-blue-tablet.png") !important;
		background-size: cover;
    	background-position: center;
	}
	.contentBlock.t21.bgphoto-photo-ratio .background-wrapper{
		background-image: url("/uploads/images/Content_Blocks/Tablet-Events-cta_2.jpg") !important;
	}*/
	.fadein &gt; .table-cta{
		padding: 5% 0 !important;
	}	
	.discussion-topic-text p{
		text-align: left;
		padding-right: 0.2rem;
	}
	.topics-table .rightside table{
		max-width: 28% !important;
		margin-left:1.5rem;
	}
}
@media screen and (max-width:767.99px) {
	.title-form{
		text-align: center !important;
	}
	.title-experts {
		margin-bottom: 0.2rem;
	}
	.title-experts strong{
		font-weight: bold;
		font-size: 1.2rem;
	}
	.expertslist .experts{
		width: 100%;
	}
	.first-title-event{
		margin-top: 0rem !important;
	}
	.topics-table{
		margin-bottom: 5rem;
	}
	/*
	.contentBlock.t21 .background-wrapper{
		background-image: url("/uploads/images/slideshow/background-blue-tablet.png") !important;
		background-size:cover;
	}
	.contentBlock.t21.bgphoto-photo-ratio .background-wrapper{
		background-image: url("/uploads/images/Content_Blocks/Tablet-Events-cta_2.jpg") !important;
	}*/
	.topics-table .rightside table{
		width: 100% !important;
		padding: 15% 3rem !important;
		margin-bottom: 2rem;
	}
	td.rightside table{
		width: 80% !important;
	}
	.space-block{
		display: none;
	}
	.discussion-topic-text p{
		text-align: left;
		padding-right: 0.2rem;
	}
	
}
@media screen and (max-width:640px) {
	.contentBlock.t2 .wrapper{
		flex-direction: column-reverse;
	}
	/*.contentBlock.t21 .background-wrapper{
		background-image: url("/uploads/images/slideshow/background-blue-mobile.png") !important;
	}*/
	.topics-table .rightside table{
		width: 100% !important;
		padding: 15% 3rem !important;
		margin-bottom: 2rem;
	}
	td.rightside table{
		width: 80% !important;
		padding: 15% 3rem !important;
	}
	.contentBlock.t111 .content table tbody {
		overflow-x:auto;
	}
}
@media screen and (max-width:540px) {
	.header-news-container.header-event-article-container #overlay-header-new {
		height: 90vh;
	}
	.header-news-container.header-event-article-container {
		background-size: auto 90vh;
	}
	.contentBlock.t2 .wrapper{
		flex-direction: column-reverse;
	}
	/*.contentBlock.t21 .background-wrapper{
		background-image: url("/uploads/images/slideshow/background-blue-mobile.png") !important;
	}*/
	
}
@media screen and (max-width:480px) {
	.btn-responsive{
		font-size: 0.8rem;
	}
	.row-cta-responsive{
		padding: 0;
	}
	.title-speaker{
		padding: 0 3rem;
	}
}



/*Footer*/
@media screen and (max-width:640px) {
	footer .footer-top .content table.mobile2col td {
		width:48% !important;
	}
	
}
</pre></body></html>