.top {
	position:relative;
	z-index:15;
}
.top .logo {
	position:relative;
}
.top .logo a {
	display:flex;
	align-items:center;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.top .logo img {
	display:block;
	/* height:100%;
	width:auto;
	margin:0 auto; */
	width:auto;
	max-width:80%;
	height:auto;
	max-height:94%;
	margin:0 auto;
}

.top .social {
	background:#2f5dab;
	height:auto;
}
.top .social:after {
	content:"";
	display:block;
	clear:both;
}
.top .social .name {
	/* display:inline-block; */
	display:block;
	float:left;
	margin-right:10px;
	padding:9px 0;
	font-weight:300;
}
.top .social.min .name {
	padding-top:3px;
	padding-bottom:0;
}
.top .social .name b {
	font-weight:600;
}
.top .social ul {
	display:block;
	float:right;
	margin:0;
	padding:6px 5px 7px 0;
}
.top .social.min ul  {
	float:left;
	padding-top:3px;
	padding-bottom:5px;
}
.top .social ul:after {
	content:"";
	display:block;
	clear:both;
}
.top .social ul li {
	display:block;
	float:left;
	margin:0;
	padding:0 5px;
}
.top .social ul li:first-child {
	padding-left:0;
}
.top .social ul li:last-child {
	padding-right:0;
}
.top .social ul li a {
	display:block;
}
.top .social .icon {
	display:block;
}
.top .social.min .icon {
	background-size:cover;
	height:16px;
	width:16px;
}
.top .social .icon__tw {
	background-image:url(../img/twitter-icon.png);
	background-size:cover;
}
.top .social .icon__yt {
	background-image:url(../img/youtube-icon.png);
	background-size:cover;
}
.top .social .icon__gp {
	background-image:url(../img/google-icon.png);
	background-size:cover;
}
.top .social .icon__ig {
	background-image:url(../img/instagram-icon.png);
	background-size:cover;
}
.top .social .icon__misc {
	background-image:url(../img/miscellaneous-icon.png);
	background-size:cover;
}

.top .right .options {
	height:100px;
}
.top .right .options .options__option {
	position:relative;
	background:#ffffff;
	height:100%;
}
.top .right .options .options__option.text,
.top .right .options .options__option.pdf {
	background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAz/2wBDAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wgARCABWALUDAREAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAIDCP/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIQAxAAAAHv0AAAAAAAAAAAmAAAAAAAAAAAIAAAAAAAAAAAJlAAAAAAAAAAAiAAAAAAAAAAAMwAAAAAAAAAACIAAAAAAAAAAAiUAAAAAAAAAACQAAAAAAAAAADOAAAAAAAAAAAAAAAAAAAAAAB//8QAFBABAAAAAAAAAAAAAAAAAAAAcP/aAAgBAQABBQJ9/8QAFBEBAAAAAAAAAAAAAAAAAAAAcP/aAAgBAwEBPwF9/8QAFBEBAAAAAAAAAAAAAAAAAAAAcP/aAAgBAgEBPwF9/8QAFBABAAAAAAAAAAAAAAAAAAAAcP/aAAgBAQAGPwJ9/8QAFxABAQEBAAAAAAAAAAAAAAAAEQBQQP/aAAgBAQABPyFmZmZmZmZmZmZmZnoZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZnPZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmc/8A/9oADAMBAAIAAwAAABAAAAAAAAAAAAbbbbbbbbbbba22222222222gAAAAAAAAAABJJJJJJJJJJJW22222222223/wD/AP8A/wD/AP8A/wD/AOkkkkkkkkkkkgAAAAAAAAAAB/8A/wD/AP8A/wD/AP8A/wDJJJJJJJJJJJP/xAAXEQEBAQEAAAAAAAAAAAAAAAARAGBw/9oACAEDAQE/EMKRERERERERERERERyL/8QAGBEBAQADAAAAAAAAAAAAAAAAEQBAUGD/2gAIAQIBAT8Qx2ZmZmZmZmZmZmZmZmZmZmZmZmZmZmZnXszMzMzMzMzMzMzMzMzMzMzMzMzMzMzPO//EABoQAQEBAQADAAAAAAAAAAAAAAARASFAUGD/2gAIAQEAAT8Q8cAAAFVVVVVVVVVVVVVVX4YAAAAAAAAAAAVVVVVVVVVVVVVVVV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1d9eAAAAAAAFVVVVVVVVVVVVVVV11111111111111111111111/9k=');
    background-size: cover;
    background: -webkit-linear-gradient(#f4f7fa, #f0f4f8);
    background: linear-gradient(#f4f7fa, #f0f4f8);
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
}
.top .right .options .options__option.pdf {
	position:relative;
}
.top .right .options .options__option:hover {
    background: #ffffff;
}
.top .right .options .options__option.text:hover,
.top .right .options .options__option.pdf:hover {
    background: -webkit-linear-gradient(#f0f4f8, #e2eaf2);
    background: linear-gradient(#f0f4f8, #e2eaf2);
}
.top .right .options .options__option.image > a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.top .right .options .options__option.text > a,
.top .right .options .options__option.pdf > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.top .right .options .options__option.image img {
	display:block;
	max-width:100%;
	height:100%;
	margin:0 auto;
}
.top .right .options .options__option.text > a span,
.top .right .options .options__option.pdf > a span {
	display:inline-block;
	text-align:center;
}
.top .right .options .options__option.pdf > a span {
	max-width:146px;
	max-height:55px;
	font-weight:bold;
	font-size:12px;
	text-overflow:ellipsis;
	overflow:hidden;
}
.top .right .options .options__option.pdf .popup {
	display:none;
	position:absolute;
	left:50%;
	top:100%;
	width:370px;
	
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
.top .right .options .options__option.pdf:last-child .popup {
	left:auto;
	right:0;
	
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	transform:translateX(0);
}
.top .right .options .options__option.pdf .popup:before {
	content:"";
	display:block;
	position:relative;
	z-index:15;
	background:url(../img/popup-arrow.png) center top no-repeat;
	height:8px;
}
.top .right .options .options__option.pdf .popup:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:8px;
	right:0;
	bottom:0;
	z-index:5;
	
	-webkit-box-shadow:0 0 25px rgba(1,1,1,.44);
	-moz-box-shadow:0 0 25px rgba(1,1,1,.44);
	box-shadow:0 0 25px rgba(1,1,1,.44);
}
.top .right .options .options__option.pdf:hover .popup {
	display:block;
}
.top .right .options .options__option.pdf .popup .pop-top {
	position:relative;
	z-index:10;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #f8fafc 50%, #f3f7f9 100%);
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f8fafc 50%,#f3f7f9 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#f8fafc 50%,#f3f7f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f7f9', GradientType=0 );
	
	border:1px solid #8f959f;
	margin-top:-1px;
	padding:21px 27px 18px 27px;
	font-weight:600;
	font-size:13px;
	color:#454950;
	line-height:20px;
}
.top .right .options .options__option.pdf .popup .pop-top p {
	margin:0 0 5px 0;
	font-weight:600;
	font-size:13px;
	color:#454950;
	line-height:20px;
}
.top .right .options .options__option.pdf .popup .pop-top p:last-child {
	margin-bottom:0;
}
.top .right .options .options__option.pdf .popup .pop-top p b,
.top .right .options .options__option.pdf .popup .pop-top p strong {
	font-weight:bold;
	font-size:14px;
}
.top .right .options .options__option.pdf .popup .pop-top ul,
.top .right .options .options__option.pdf .popup .pop-top ol {
	margin:0 0 5px 0;
	padding:0 0 0 25px;
}
.top .right .options .options__option.pdf .popup .pop-top ul li,
.top .right .options .options__option.pdf .popup .pop-top ol li {
	font-weight:600;
	font-size:13px;
	color:#454950;
	line-height:20px;
}
.top .right .options .options__option.pdf .popup .pop-top ul li b,
.top .right .options .options__option.pdf .popup .pop-top ul li strong,
.top .right .options .options__option.pdf .popup .pop-top ol li b,
.top .right .options .options__option.pdf .popup .pop-top ol li strong {
	font-weight:bold;
	font-size:14px;
}
.top .right .options .options__option.pdf .popup .pop-bottom {
	position:relative;
	z-index:10;
	background:#8f959f;
	padding:8px 27px 13px 27px;
}
.top .right .options .options__option.pdf .popup .pop-bottom p {
	margin:0;
	text-align:center;
}
.top .right .options .options__option.pdf .popup .pop-bottom p a {
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
}
.top .right .options .options__option.pdf .popup .pop-bottom p a:before {
	content:"";
	display:inline-block;
	background:url(../img/popup-icon.png) 0 0 no-repeat;
	width:16px;
	height:16px;
	margin-top:2px;
	margin-right:11px;
	vertical-align:top;
}

.main .announcement {
	padding-top:5px;
	padding-bottom:5px;
}
.main .announcement .img {
	position:relative;
	width:auto;
	min-width:15%;
    max-width:25%;
    height:120px;
    background:white;
    padding:0;
    border:1px solid #ccd1dc;
}
.main .announcement .img a {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
}
.main .announcement .img a img {
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}

.main .announcement .copy {
	width: 96%;
	max-height:100%;
	padding-top:10px;
	padding-bottom:10px;
    font-size: 14px;
    overflow:auto;
}
.main .announcement.hasimage .copy {
	width: 70%;
}
.main .announcement .copy .title {
	color:#2c5bae;
}
/* .main .announcement .copy .text {
	display:block;
	display: -webkit-box;
	max-height:63px;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
} */

.main .calendarWrap .calendarSidebar .drop {
	color:#e51f0b;
}
.main .calendarWrap .calendarSidebar .drop .rightArrow {
	color:#696969;
}
.main .calendarWrap .calendarSidebar .info-box {
	height:184px;
	overflow:auto;
}
.main .calendarWrap .calendarSidebar .info {
	display:none;
}
.main .calendarWrap .calendarSidebar .info.active {
	display:block;
}
.main .calendarWrap .calendarSidebar .date-group {
	display:none;
}
.main .calendarWrap .calendarSidebar .date-group.active {
	display:block;
}
.main .calendarWrap .calendarSidebar .date-default .calIcon:before {
	content:"";
	display:inline-block;
	background:url(../img/cal.png) 0 0 no-repeat;
	width:16px;
	height:16px;
}
.main .calendarWrap .calendarSidebar .date-default p {
	margin:0 0 10px 0;
	font-size: 14px;
	color: #8f959f;
}
.main .calendarWrap .calendarSidebar .date-default p a {
	color:inherit;
}
.main .calendarWrap .calendarSidebar .info .events .event .note p {
	margin:0 0 10px 0;
}
.main .calendarWrap .calendarSidebar .info .events .event .note p a {
	color:inherit;
}

.calendar {
	border-right:1px solid #ccd1dc;
}
.calendar .fc-toolbar {
	background:#2c5bae;
	height:19%;
}
.calendar .fc-toolbar .fc-left,
.calendar .fc-toolbar .fc-right {
	display:none;
}
.calendar .fc-toolbar .fc-center {
	text-align:center;
}
.calendar .fc-toolbar .fc-center .fc-button {
	display:inline-block;
	background-color:transparent;
	background-image:url(../img/cal-arrows.png);
	background-repeat:no-repeat;
	border:0;
	width:8px;
	height:8px;
	margin:0;
	padding:0;
	vertical-align:middle;
	cursor:hand;
	cursor:pointer;
}
.calendar .fc-toolbar .fc-center .fc-prev-button {
	background-position:0 0;
	margin-right:18px;
}
.calendar .fc-toolbar .fc-center .fc-next-button {
	background-position:-8px 0;
	margin-left:18px;
}
.calendar .fc-toolbar .fc-center h2 {
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	vertical-align:middle;
}
.calendar .fc-view-container {
	height:81%;
}
.calendar .fc-view-container table {
	width:100%;
	table-layout:fixed;
	border-spacing:0;
	border-collapse:collapse;
	border:0;
}
.calendar .fc-view-container table th,
.calendar .fc-view-container table td {
	padding:0;
}
.calendar .fc-view-container .fc-view {
	height:100%;
}
.calendar .fc-view-container .fc-view > table {
	height:100%;
}
.calendar .fc-view-container .fc-head {
	display:table;
	background:#8f959f;
	height:10%;
}
.calendar .fc-view-container .fc-head .fc-day-header {
	width:14.2857142%;
	padding:5px 0;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	text-transform:uppercase;
}
.calendar .fc-view-container .fc-body {
	display:table;
	height:90%;
}
.calendar .fc-view-container .fc-body .fc-widget-content {
	height:100%;
}
.calendar .fc-day-grid-container,
.calendar .fc-day-grid {
	height:100% !important;
}
.calendar .fc-day-grid .fc-row {
	height:16.6667% !important;
}
.calendar .fc-day-grid .fc-row .fc-content-skeleton {
	position:relative;
	height:100%;
}
.calendar .fc-day-grid .fc-row .fc-content-skeleton > table {
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.calendar .fc-view-container .fc-body .fc-day-number {
	width:14.2857142%;
	padding:5px 0;
	font-weight:bold;
	font-size:14px;
	color:#2f3949;
	text-align:center;
	cursor:hand;
	cursor:pointer;
}
.calendar .fc-view-container .fc-body .fc-other-month {
	color:#a2aec1;
}
.calendar .fc-view-container .fc-body .fc-has-event {
	background:url(../img/cal-today.png) center center no-repeat;
	color:#ffffff;
}
.calendar .fc-view-container .fc-body .fc-today {
	background:url(../img/cal-blue.png) center center no-repeat;
	color:#ffffff;
}

.fc-event-popup {
	position:absolute;
	background:#ffffff;
	border:1px solid #ccd1dc;
	width:200px;
	padding:5px 10px;
	opacity:0;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
	box-shadow:0 0 3px rgba(0,0,0,.2);
	-webkit-transition:opacity .2s ease-out;
	-moz-transition:opacity .2s ease-out;
	transition:opacity .2s ease-out;
}
.fc-event-popup.show {
	opacity:1;
	-webkit-transition:opacity .2s ease-in;
	-moz-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
}
.fc-event-popup:before {
	content:"";
	display:block;
	position:absolute;
	left:-5px;
	top:50%;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent transparent #ffffff transparent;
	margin-top:-5px;
	-webkit-box-shadow:-1px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);
	box-shadow:-1px 1px 1px rgba(0,0,0,.2);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
.fc-event-popup ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.fc-event-popup ul li {
	border-bottom:1px solid #ccd1dc;
	margin:0;
	padding:5px 0;
	font-size:10px;
	line-height:1.2;
}
.fc-event-popup ul li:last-child {
	border-bottom:0;
}

.quickLinks {
	position:relative;
	z-index:10;
}
.quickLinksWrapper {
	position:relative;
	height:100%;
	padding-bottom:56.25%;
}
.greyWrap {
	border-top:3px solid #2c5bae;
	height:100%;
	padding-bottom:30px;
	overflow:auto;
}
.quickLinks .topPart .description {
	border-bottom:1px solid rgba(255,255,255,.2);
	margin-bottom:14px;
	padding:9px 20px 14px 20px;
}
.quickLinks .topPart .description p {
	margin:0 0 5px 0;
	font-size:13px;
	color:#ffffff;
	line-height:20px;
}
.quickLinks .topPart .description p:last-child {
	margin-bottom:0;
}
.quickLinks .topPart .description p b,
.quickLinks .topPart .description p strong {
	font-weight:bold;
	font-size:14px;
}
.quickLinks .linksWrap {
	padding-top:30px;
}
.quickLinks .videoWrap {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	margin-bottom:0;
	padding-bottom:56.25%;
}
.quickLinks .videoWrap #videoFrame {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:0;
}
.quickLinks .videoWrap #videoPlay {
	display:block;
	position:absolute;
	left:0;
	top:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.quickLinks .videoWrap.hasTitle #videoPlay {
	top:63px;
	bottom:0;
	height:auto;
}
.quickLinks .videoWrap #videoPlay span {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	width:20%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.quickLinks .videoWrap #videoPlay span:before {
	content:"";
	display:block;
	background-image:url(../img/videoplay.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:0;
	padding-bottom:71.428571%;
	opacity:.85;
}

.quickLinks .videoWrap.hasTitle .title {
	display:flex;
	align-items:center;
	position:absolute;
	left:0;
	top:0;
	background:#454950;
	border-top:1px solid rgba(255,255,255,.2);
	width:100%;
	height:63px;
	padding:10px 20px;
}
.quickLinks .videoWrap.hasTitle .title p {
	max-height:40px;
	margin:0;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
	text-overflow:ellipsis;
	overflow:hidden;
}

.quickLinks .videoLabel {
	height: 100%;
	padding-bottom: 15px;
	overflow: auto;
}
.quickLinks .videoLabel h3 {
	border-bottom:1px solid #61646a;
	margin:0;
	padding:15px 8%;
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
}

.quickLinks .iframeWrap {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	margin-bottom:0;
	padding-bottom:56.25%;
}
.quickLinks .iframeWrap iframe {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:0;
}

.main {
	position:relative;
	z-index:5;
	overflow:auto;
}
.main .announcement {
	height:112px;
}
.main .calendarWrap {
	height:260px;
}
.main .bottom {
	height:125px;
}

.main .bottom .logos a {
	position:relative;
}
.main .bottom .logos a .logo {
	position:absolute;
	left:5px;
	top:5px;
	right:5px;
	bottom:5px;
	width:auto;
}
.main .bottom .logos a .logo img {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.rets-container .intro.slick-initialized {
	border:1px solid #B3B3B3;
	margin-bottom:1rem;
}
.rets-container .intro > div:not(.slick-list) {
	display:none;
}
.rets-container .intro .slick-track {
	display:flex;
}
.rets-container .intro .slick-track:before,
.rets-container .intro .slick-track:after {
	display:none;
}
.rets-container .intro .slick-slide {
	float:none;
	height:auto;
}
.rets-container .intro .box {
	display:flex;
	align-items:center;
	/* height:100%; */
	height:160px;
}
.rets-container .intro .desc {
	flex:1 1 auto;
	height:auto;
	max-height:100%;
	overflow:auto;
}
.rets-container .intro .desc-inner {
	display:flex;
	flex-direction:column;
	padding:1em 2em;
}
.rets-container .intro h4 {
	margin:0 0 .5em 0;
	font-weight:bold;
	/* font-size:24px; */
	font-size:20px;
	color:#325E8F;
}
.rets-container .intro p {
	margin:0 0 .5em 0;
	/* font-size:16px; */
	font-size:14px;
	color:#707070;
	line-height:24px;
}
.rets-container .intro p.image {
	display:flex;
	justify-content:center;
	align-items:center;
	flex:0 0 102px;
	background:#325E8F;
	height:100%;
	margin:0;
}
.rets-container .intro p.image img {
	display:block;
	width:100%;
	max-width:48px;
	height:auto;
}
.rets-container .intro p.flyer {
	/* flex:0 0 185px; */
	flex:0 0 120px;
	position:relative;
	height:100%;
	margin:0;
}
.rets-container .intro p.flyer a,
.rets-container .intro p.flyer img {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.rets-container .properties .items {
	display:flex;
	margin:0 -8px;
}
.rets-container .properties .item {
	width:33.3333%;
	padding:0 8px;
}
.rets-container .properties .box {
	border:1px solid #DBDBDB;
	height:100%;
}
.rets-container .properties .info {
	/* padding:2em 1em; */
	padding:1em;
}
.rets-container .properties h4 {
	margin:0 0 .1em 0;
	font-weight:bold;
	/* font-size:23px; */
	font-size:20px;
	color:#325E8F;
	text-transform:uppercase;
	text-align:center;
}
.rets-container .properties p {
	margin:0 0 .3em 0;
	/* font-size:19px; */
	font-size:14px;
	color:#707070;
	text-align:center;
}
.rets-container .properties p.price {
	font-weight:300;
	/* font-size:33px; */
	font-size:24px;
	color:#000000;
}
.rets-container .properties p.image {
	position:relative;
	background:#AAAAAA;
	height:0;
	margin:0;
	/* padding-bottom:77.300613496932515%; */
	padding-bottom:50%;
}
.rets-container .properties p.image img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.rets-container .properties p.link a {
	font-weight:800;
	/* font-size:16px; */
	font-size:14px;
	color:#325E8F;
	text-transform:uppercase;
	text-decoration:none;
}

.calendar-view {
	margin-bottom:14px;
}
.calendar-view a {
	display:flex;
	align-items:center;
	gap:24px;
	background:#335e8f;
	padding:12px 20px;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}
.calendar-view a:before {
	content:"";
	background-image:url(../img/calendar-view-icon.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	width:30px;
	height:30px;
}
.calendar-view a:after {
	content:"";
	background-image:url(../img/calendar-view-arrow.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	width:23px;
	height:8px;
}
.calendar-view span {
	flex:1 1 auto
}

.education-corner {
	display:flex;
	background:#f4f7fa;
	border:1px solid #c9cfda;
}
.education-corner h3 {
	flex:0 0 71px;
	background-color:#335e8f;
	background-image:url(../img/education-corner-logo.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	font-size:0;
}
.education-corner .image {
	flex:0 0 99px;
	border-width:0 1px;
	border-style:solid;
	border-color:#c9cfda;
}
.education-corner .image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.education-corner .info {
	padding:20px 32px;
	font-size:14px;
	color:#454950;
	line-height:18px;
}
.education-corner .info h4 {
	margin:0 0 1em 0;
	font-weight:bold;
}
.education-corner .info p {
	margin:0 0 1em 0;
}
.education-corner .info *:last-child {
	margin:0;
}

.news-items {
	margin-bottom:10px;
}
.news-items .slick-slide {
	padding:5px 0;
}
.news-items .item {
	display:flex;
	background:#f4f4f4;
	border:1px solid #ccd1dc;
	height:112px;
}
.news-items .image {
	flex:0 0 25%;
	position:relative;
}
.news-items .image a {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	background:#ffffff;
	border:1px solid #ccd1dc;
	width:calc(100% - 4rem);
	height:calc(100% + 10px);
	
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.news-items .image img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.news-items .info-inner {
	height:100%;
	padding:1rem 2rem;
	overflow:auto;
}
.news-items .info {
	flex:1 1 auto;
	font-weight:500;
	font-size:14px;
	color:#515151;
	line-height:1.5;
}
.news-items .info h4 {
	margin:0;
	font-weight:bold;
	font-size:14px;
	color:#515151;
}