.switch-field {
    overflow: hidden;
    max-width: 260px;
    margin: 40px auto;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
    display: inline-block;
    width: 80px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 31px;
    /* font-weight: normal; */
    /* text-align: center; */
    /* text-shadow: none; */
    padding: 6px 14px;
    border: 1px solid #ccc;
    /* -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin: 0 10px;
    transition: all 0.2s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}


/* CSS Document */

.agent::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.agent::-webkit-scrollbar-track {
    background: #000000; 
}

/* Handle */
.agent::-webkit-scrollbar-thumb {
    background: #ED1C24; 
}


/* Handle on hover */

.embed-option
{
    color: rgba(255, 255, 255, 0.25);
    transition: color 0.2s ease-in-out;
    padding-left: 5px;
    font-size: 14px;
}
.embed-container span
{
color:rgba(255, 255, 255, 0.25);
transition:color 0.2s ease-in-out;

}
.embed-container
{
    /* padding-left: 30px; */
    cursor: pointer;
    margin-top: 5px;
    width: 121px;
    border-radius: 100%;
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.embed-container:before {
    content: '';
    background: #ED1C24;
border:1px solid #ED1C24;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
opacity:0;
}
.embed-container i
{
    transition: 0.2s ease-in-out color;
    COLOR: rgba(255, 255, 255, 0.25);
}
.embed-container:hover i
{
color:#fff !important;
}
.embed-container:hover:before {
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
opacity:1;
}
.embed-container:hover span
{
color:rgba(255, 255, 255, 1);
}
.embed-container:hover .embed-option
{
color:rgba(255, 255, 255, 1);
}
.code-inner-container
{
border:2px solid #ccc;
    padding: 50px;
}
.code-container
{
padding:50px;
    background-color: #fff;
    position: fixed;
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: none;
    /* border-radius: 5px; */
}
.generate-embed-code
{
background-color:#fff;
color:#000;
padding: 5px 10px;
border:1px solid #000; 
margin-left:10px;
cursor:pointer;
transition:0.2s ease-in-out all;
width:130px;
background-color:rgb(54, 54, 54);
color:#fff;
font-size:15px;
}
.generate-embed-code:hover
{
background-color:#000;
color:#fff;
}
.office-contact-icon
{
fill:#000000 !important;
width: 22px;
    height: 26px;
}
.embed-background
{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
	display:none;
}

.agent-profile h3
{
line-height:20px !important;
}
* {
	margin:0;
	padding:0;
	border:0;
    list-style:none;
	font-family: 'Heebo', sans-serif;
}
html, body {
	width:100%;
	height:100%;
}
/* body {min-height:700px;} */
a {text-decoration:none;}
.clearfix {width:100%; clear:both;}

/* Header */
header {height:100%; float:left;}

/* Left Header */

.storyboard-nav-left
{
	height:100%;
	background-color:#ffffff ;
	float:left;
	position:relative;
	width: 70px;
}
i.agent-menu
{
	position: absolute;
	top: 40px;
	left:50%;
	transform:translate(-50%);
    font-size:30px;
    width:30px;
    line-height:30px;
    text-align:center;
    color:#000000;
    transition: all 0.2s ease-in-out;
    z-index:999999;
	cursor:pointer;
}
i.agent-menu:hover {
	color:#ED1C24}
img.agent-branding
{
    width: max-content;
    transform: rotateZ(-90deg);
    position: absolute;
    z-index: 10;
    left: 0;
    transform-origin: left top;
    margin-left: 20px;
    bottom: -10px;
}

/* Right Header */

.storyboard-nav-right
{
	float:left;
	width:240px;
	height:100%;
	position:relative;
	background: #000000;
	background-image: url('');
    background-position: center bottom;
    background-repeat:no-repeat;
    background-size:cover;
}

.storyboard-nav-address
{
    padding: 30px 10px 30px 30px;
}
.storyboard-nav-address h1
{
	color:#ffffff;
	font-size:28px;
    line-height:34px;
	margin-bottom:0px;
	font-weight:300;
word-wrap: break-word;
}
.storyboard-nav-address h1 span {font-weight:500;}

.storyboard-nav-address h2 strong {font-size:32px;}

.storyboard-nav-address h3
{
    font-size: 16px;
    line-height: 16px;
    color: #ED1C24;
    margin-top:10px;
    font-weight:400;
}

nav.storyboard-nav-list
{
	padding-left:15px;
	border-top:1px solid rgba(255, 255, 255, 0.25);
}
nav.storyboard-nav-list ul {margin-top:15px;}
nav.storyboard-nav-list ul li a
{
	display:block;
	font-size:14px;
    padding-left:15px;
    line-height:40px;
	color:rgba(255, 255, 255, 0.25);
	text-decoration:none;
    transition: all .2s ease-in-out;
}

nav.storyboard-nav-list ul li a.current-item, nav.storyboard-nav-list ul li:hover a
{
	color:#FFFFFF;
}
nav.storyboard-nav-list ul li:last-child a {
    color:#ffffff;
    padding-left:0;
}
nav.storyboard-nav-list ul li:last-child a span {
    padding: 1px 15px 0px;
	background-color: #ED1C24;
	border-radius:16px;
}


/* Right Header - Bottom */

.storyboard-nav-bottom
{
	position: absolute;
    bottom: 40px;
    width: 100%;
}

.storyboard-sns {
	margin:5px auto 0;
}
.storyboard-sns-item {
	display:inline-block;
	width:20px;
	height:20px;
    line-height: 18px;
    text-align:center;
	border-radius:10px;
	background-color:rgba(255, 255, 255, 0.25);
	margin:0px 1px 10px;
}
.storyboard-sns-item i {
	color: rgba(0,0,0,0.5);
	text-decoration:none;
	font-size:12px;
    line-height:20px;
}

.storyboard-sns-item:hover {background-color:#FFFFFF;}
.storyboard-sns-item:hover i.fa-vimeo {color: #1ab7ea;}
.storyboard-sns-item:hover i.fa-youtube-play {color: #cd201f;}
.storyboard-sns-item:hover i.fa-facebook {color: #3b5999;}
.storyboard-sns-item:hover i.fa-instagram {color: #e4405f;}
.storyboard-sns-item:hover i.fa-google-plus {color: #dd4b39;}
.storyboard-sns-item:hover i.fa-twitter {color: #55acee;}
.storyboard-sns-item:hover i.fa-flickr {color: #ff0084;}
.storyboard-sns-item:hover i.fa-linkedin {color: #0077B5;}
.storyboard-copyright a {
	display:block;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.storyboard-copyright a span {color:rgba(255,255,255,0.25);}
.storyboard-copyright a:hover {
	display:block;
    color: #ffffff;
    font-size: 12px;
    text-align: center;

}
/* OPEN HOUSE */

.storyboard-open-house
{
	position:fixed;
    top: 60px;
    right: 50px;
    z-index:20;
	font-weight:300;
	text-align:right;
	color:#ffffff;
	line-height:30px;
    text-shadow: 0px 0px 5px #aaaaaa;
}
.storyboard-open-house h3 {
	font-size:30px;
	font-weight:100;
}
.storyboard-open-house h4 {
    font-size:30px;
	font-weight:500;
}
.storyboard-open-house h4 span {
	font-weight:100;
}

/* Footer Agent Data */
footer {
	display:none;
	width: calc(100% - 70px);
	position:absolute;
    left:70px;
    height:100%;
    background: #000000;
    z-index:100;
}

.agent {
	float:left;
	overflow:hidden;
    width: 250px;
    height: 100% /* 0 */;
    padding: 0 50px;
	opacity:1;
	background: #000000;
	background-image: url('');
    background-position: right bottom;
    background-repeat:no-repeat;
    background-size:cover;
}

.agent-contact
{
	position: absolute;
    color: #ffffff;
    top: 50%;
    width: 250px;
    transform: translate(0, -50%);
}
.storyboard-agent-portrait {
	display:block;
	width:150px;
    height:auto;
    border-radius:75px;
    margin-bottom:25px;
}
.agent-contact h2 {
	font-weight:600;
}
.agent-contact h4 {
	font-size:14px;
    line-height:16px;
    font-weight:300;
    
}

.agent-contact ul {margin-top:20px;}
.agent-contact ul li {
	font-size:14px;
    color:#ED1C24;
    font-weight:400;
}
.agent-contact ul li:last-child {margin-top:10px;}
.agent-contact ul li a {
	color: rgba(255,255,255,0.8);
}
.agent-contact ul li a:hover {
	color: rgba(255,255,255,1);
}

/* Agent Other Listing Info */
.agent-other-listings {
	float:left;
    width: calc(100% - 350px);
	height:100%;
    overflow-y: scroll;
	display:block;
	opacity:1;
	background-color:#000000;
}
.agent-other-listing-item {
    height: 300px;
    overflow: hidden;
	background-size:cover;
	width: 100%;
	padding:0;
	background-position:50% 50%;
    position:relative;
	transition: 0.5s;
    margin-bottom:3px;
}
.agent-other-listing-item a {
	display:block;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.agent-other-listing-item a:hover .agent-other-listing-overlay {
   opacity:0.2;
}

.agent-other-listing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity:0.5;
	transition:opacity, 0.5s;
}
/*
.agent-other-listing-item {
    height: 300px;
    overflow: hidden;
	background-size:cover;
	width: 100%;
	padding:0;
	background-position:50% 50%;
	opacity:0.70; 
	transition:opacity, 0.5s;
}
*/
.agent-other-listing-item:last-child {
	margin-bottom:0px;
}
.agent-other-listing-item:hover {
	opacity:1;
	background-position:51% 51%;
}


.agent-other-listing-item-wrapper {
	margin:30px;
	max-width:500px;
    padding: 15px 30px;
    width:100%;
    height: 210px;
    position:relative;
}

/*
    background: rgba(0,0,0,0.5);
.agent-other-listing-item-wrapper {
    padding: 15px 30px;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position:relative;
}
*/
.agent-other-listing-item-wrapper h2 {
	color:#ffffff;
	font-weight:300;
    line-height:35px;
}
.agent-other-listing-item-wrapper h3 {
	font-size:16px;
    color:#fff;
    font-weight:200;
    line-height:25px;
}
.storyboard-address-divider
{
    border-top: 5px solid #ED1C24;
    width: 30px;
    margin: 15px 0;
}
.agent-other-listing-item-remark {
	color:#ffffff;
    font-size: 16px;
    line-height: 20px;
    max-height:60px;
    overflow:hidden;
}
.agent-other-listing-link {
    margin-top:13px;
    color:#ffffff;;
    font-weight:600;
}
.agent-other-listing-link i {
	border:1px solid #ffffff;
    width:30px;
    margin-right:10px;
    text-align:center;
    line-height:30px;
    background:#000000;
    color:#ED1C24;
}



/* Contents */
#inner-container {margin:20px; width: calc(100% - 40px); height: calc(100% - 40px); box-shadow: 0px 0px 20px #aaaaaa;}
#inner-contact-container {margin:20px; width: calc(100% - 40px); height: auto; box-shadow: 0px 0px 20px #aaaaaa;display:table;}
#inner-gallery-container {margin:20px; width: calc(100% - 40px); height: auto; box-shadow: 0px 0px 20px #aaaaaa;}


/* Slide */

#main-container {
	width:calc(100% - 310px);
    height:100%;
    float:left;
    background:#ffffff;
    overflow-y:scroll;
}
.slider-container {overflow-y:hidden;}
.slider-container, .slick-list, .slick-track {width:100%; height:100%;}
.slide-items {background-position:center center !important; background-size:cover !important; background-repeat:no-repeat !important;}
.slick-dots {background: #000000}

.slide-items {overflow:hidden;}
.slide-images {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
}
/*
.slick-track .slick-active {
	-ms-animation-name: onikon_kenburn;
	-ms-animation-duration: 25s;
	-webkit-animation-name: onikon_kenburn;
	-webkit-animation-duration: 25s;
	animation-name: onikon_kenburn;
	animation-duration: 25s;

}


@keyframes onikon_kenburn { 
    0% { transform: scale(1.0,1.0); transform-origin: 50% 50%; } 
    100% { transform: scale(1.08,1.08); transform-origin: 50% 50%; }
}
*/
html, body{
overflow:hidden;
}
/* Cinematic Film */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.storyboard-cinematic-video {
	position:absolute;
	top:0;
	left:70px;
	width: calc(100% - 70px);
	height:100%;
	background: rgba(0,0,0,0.8);
	overflow:hidden;
	z-index: 25;
}
#storyboard-cinematic-video-frame {
	width:80%;
    height:80%;
    position: absolute;
    left: 10%;
    top: 10%;
/*    transform: translate(-50%, -50%);*/
}

/* Listing Info */
.storyboard-next {
    margin-top:13px;
    color:#000000;
    font-weight:600;
}
.storyboard-next i {
	border:1px solid #000000;
    width:30px;
    margin-right:10px;
    text-align:center;
    line-height:30px;
    color:#ED1C24;
}

#global-listing-info {
	width: calc(100% - 160px);
	padding:25px 80px;
	background:#ffffff;
}
#global-listing-info-left {float:left; width:300px;}
#mls-data {
	width:100%; 
	border-spacing: 0px;
	border-collapse:collapse;
	font-weight:300;
}
#mls-data tbody tr td {font-size:15px; line-height:24px;}
#mls-data tbody tr:first-child td {font-size:30px; line-height:40px; color:#333333; font-weight:400;}
#mls-data tbody tr:first-child td strong {color:#000000;}
#mls-data tbody tr:first-child td:first-child {border-right:1px solid #000000;}
#mls-data tbody tr td:first-child {width:140px; text-align:left;}
#mls-data tbody tr td:last-child {width:159px; text-align:right;}
#global-listing-info-right {
	float:left;
	width: calc(100% - 380px);
	margin-left:80px;
}
div.cellspacing {width:100%; height:10px;}

/* Interactive Tour */
.interactive-tour {width:100%; height: calc(100% - 40px);}
.interactive-tour iframe {width:100%; height:100%;}
.scan-copy-right {float:right; line-height:40px; font-size:12px; margin-right:10px; color:#aaaaaa;}

/* ----- */

/* Detail */

.floorplan-container-image h2, .floorplan-container h2
{
	color: #000000;
    font-weight: 600;
}
.pdf-btn
{
width:130px;
padding:10px 0;
text-align:center;
background-color:#000000;
color:#fff;
font-size:14px;
float:right;
margin:10px;
border:1px solid #000000;
transition: 0.2s all ease-in-out;
}
.pdf-btn:hover
{
background-color:#fff;
color:#000000;
}
.contact-form-left h2 span {color:#000000; font-weight:600;}
.contact-form-left h2 {margin-bottom:35px; font-weight:100; font-size:30px; line-height:30px; color:#818285;}

.contact-form-left p {margin-bottom: 30px; line-height:28px; color:#777777;}
.contact-form-left ul {margin-bottom:30px;}
.contact-form-left ul li {margin-bottom:10px;}
.contact-form-left ul a, .contact-form-left ul p {text-decoration: none; color:#777777;}
.contact-form-left ul li span {display:block; float:left; width:75px; text-align:center;}
.contact-form-left ul li span i {font-size:22px; color:#000000;}
.contact-form-left ul li a, .contact-form-left ul li p {line-height:28px;}

/* Gallery */
.gallery-container{
display: flex;
    flex-wrap: wrap;
}
.gallery-item {display:block; position:relative; width: calc(20% - 2px); border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff;}
.gallery-item > img {display:block; width:100%; height:auto;}
.gallery-image-overlay {width:100%; height:100%; opacity:0; position:absolute; top:0; left:0; transition: 0.2s ease-in-out; background:url('https://a.s.onikon.com/images/icons/magnify.png') no-repeat center center rgba(0,0,0,0.5);}
.gallery-item:hover .gallery-image-overlay {opacity:1; }

@media screen and (min-width: 1601px){
	.gallery-item:nth-child(5n) {border-right: 2px solid rgba(160, 160, 160, 0.6);}
}
@media screen and (max-width: 1600px){
	.gallery-item {width: calc(25% - 2px)}
	.gallery-item:nth-child(4n) {border-right: 2px solid rgba(160, 160, 160, 0.6);}
}
@media screen and (max-width: 1340px){
	.gallery-item {width: calc(33.3333% - 2px);}
	.gallery-item:nth-child(3n) {border-right: 2px solid rgba(160, 160, 160, 0.6);}
}
@media screen and (max-width: 960px){
	.gallery-item {width: calc(50% - 2px)}
	.gallery-item:nth-child(2n) {border-right: 2px solid rgba(160, 160, 160, 0.6);}
}
@media screen and (max-width: 737px){
	.gallery-item {width:100%; border-right: 0 !important;}
	.gallery-item:last-child {border-bottom:0;}
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    
    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Contact */

.clear_fix {width:100%; clear:both;}
.contact-form {width: calc(40% - 90px); height: calc(100% - 90px); min-width:400px; padding: 45px;display:table-cell;}
.contact-form-upper h2 {margin-bottom:35px; font-weight:100; font-size:30px; line-height:30px; color:#818285;}
.contact-form-upper h2 span {color:#000000; font-weight:600;}
.contact-form-upper p {margin-bottom: 30px; line-height:28px; color:#777777;}
.contact-form-upper ul {margin-bottom:30px;}
.contact-form-upper ul li {margin-bottom:15px;}
.contact-form-upper ul a, .contact-form-upper ul p {text-decoration: none; color:#777777;}
.contact-form-upper ul li span {display:block; float:left; width:75px; text-align:center;}
.contact-form-upper ul li span i {font-size:22px; color:#000000;}
.contact-form-upper ul li a, .contact-form-upper ul li p {line-height:28px;}
input, textarea {border: 1px solid #cccccc;}
.storyboard-checkbox .checkbox, .storyboard-checkbox p {display:block; float:left;cursor:pointer;}
.storyboard-checkbox .checkbox {width:20px; height:20px; margin-right:15px;}
.storyboard-checkbox .checkbox {background: #000000;}
.checkmark {opacity:0; width:100%; height:100%; background: url('https://onikon.com/storyboard/2017/images/icons/down-arrow.png') no-repeat center center;}
/* .storyboard-checkbox:hover .checkmark {opacity:0.5;} */
.checked {opacity:1;}


form input[type=text] {width: calc(50% - 54px); padding: 10px 20px; margin-bottom:15px; }
form #contact-form-btn {  cursor:pointer;padding: 7px 20px; margin-top:15px; border:1px solid #000000; background:#000000; transition: 0.1s ease-in-out; color:#ffffff;float:left;}
form #contact-form-btn:hover {background:#ffffff; color:#000000;}

form textarea {width: calc(100% - 40px); padding: 15px 20px; margin-bottom:10px;}
.space-right {margin-right:10px;}
.space-left {margin-left:10px;}

.contact-map {width:60%; height:100%; display:table-cell;}
@media screen and (max-width: 1050px){
.contact-map {width:100%; height:500px; display:block;}
.contact-form {width:calc(100% - 90px); display:block;}
}


/*School*/
#inner-school-container {
    margin: 20px;
    width: calc(100% - 40px);
    min-height: calc(100% - 40px);
    box-shadow: 0px 0px 20px #aaaaaa;
    display: block;
    height: calc(100% - 40px);
}
#inner-school-container  h2 {
    margin-bottom: 35px;
    font-weight: 100;
    font-size: 30px;
    line-height: 30px;
    color:#818285;
}
#inner-school-container h2 span{
	    color: #000000;
    font-weight: 600;
}
#inner-school-container  p{
    margin-bottom: 30px;
    line-height: 28px;
    color: #777777;
}

.school-info-container, #inner-school-container > .map-container{
width:50%;float:left;
}
.school-info-container
{
    padding: 60px 40px;
    height: 100%;
    width: 50%;
    overflow-y: auto;
    max-height: 100%;
    box-sizing: border-box;
}
.map-container
{
height:100%;
}
#school-map
{
height:100%;
}
.school-name
{
    font-size: 18px !important;
font-weight:500;
    margin-bottom: 0 !important;
    line-height: 20px !important;
color:#000000 !important;
}
.school-info
{
    line-height: 20px !important;
    font-size: 14px !important;
    color: #777777;
    margin-bottom: 0 !important;
    
}
.in-catchment-container
{
background-color:#000000;
width: 26px;
    height: 26px;
    position: relative;
    border-radius: 100%;
    float: left;
    margin-right: 5px;
}
.in-catchment-td 
{
color:#000000;
font-weight:500;
}

.in-catchment-container img
{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
max-width:90%;
}
.school-distance
{
	margin-bottom:0 !important;
}
.school-list-container
{
width:100%;
 border-collapse: collapse;
cursor:pointer;
}
.single-school-list-container td
{
padding:15px 10px;
border-bottom:1px solid #ccc;
}
.single-school-list-container
{
background:#fff;
transition:0.2s ease-in-out all;
}
.single-school-list-container:hover
{
background:#f7f7f7;
}
.school-selected
{
background: #e6e3e3 !important;
}
.school-icon
{
fill:#ED1C24;
}