.home.content {
	padding-top: 0;
}

.home.content > #banner > img {
	display: block;
}

.home > #quicklinks > ul {
	/*padding: 0 122.5px;*/
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home > #quicklinks > ul > li {
	/*margin: 0 42.5px;*/
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    width: 285px;
    /*height: 238px;*/
    position: relative;
}

.home > #quicklinks > ul > li:first-of-type {
	margin-left: 48px;
}
.home > #quicklinks > ul > li:last-of-type {
	margin-right: 48px;
}

.home > #quicklinks > ul > li > header {
	text-align: center;
	color: #54585a;
	padding: 32px 0;
}

.home > #quicklinks > ul > li > figure {
	height: 196px;
	left: 0;
	position: relative;
	width: 100%;

    padding: 9px;
    background-color: #efeded;
    box-sizing: border-box;
}
.home > #quicklinks > ul > li > figure > div {
    width: 267px;
    height: 178px;
    position: absolute;
    top: 9px;
    left: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home > #quicklinks > ul > li > summary {
	box-sizing: border-box;
	left: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 0;
    background-color: rgba(93, 101, 105, 0.9);

    transition: opacity 0.2s linear 0s;
    /*height: 0;*/
    height: 196px;
    opacity: 0;
}

.home > #quicklinks > ul > li:hover > summary {
	z-index: 2!important;
	/*height: 196px;*/
    opacity: 1;
}

.home > #quicklinks > ul > li > summary > .text {
    width: 90%;
    text-align: center;
    margin: 0 auto;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home > #quicklinks > ul > li > summary > .text > a {
    display: block;
    padding: 10px 20px;
    width: 145px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #898c8d;
    transition: background-color 0.3s linear 0s;
    color: #ffffff;
}

.home > #quicklinks > ul > li > summary > .text > a > img {
	vertical-align: middle;
}

.home > #quicklinks > ul > li > summary > .text > a:hover {
    background-color: #797979;
}

.page.content > .row {
    margin-bottom: 40px;
}
.page.content > .row:first-of-type,
.page.content > .row:last-of-type {
	margin-bottom: 0;
}
.page.content > .row:first-of-type {
	padding-bottom: 40px;
}

.content > .row.padding {
    padding: 0 55px;
    box-sizing: border-box;
}

.gallery.content h1 {
	position: relative;
}

.gallery.content .btn_back {
	position: absolute;
	right: 0;
	top: 0;
}

.gallery.content .btn_back > img {
	vertical-align: middle;
}

.gallery.content > .row.padding:first-of-type {
	background-color: transparent;
}

.page.content > .gallery.row.padding {
    padding-top: 25px;
    padding-bottom: 47px;
    position: relative;
}

.page.content > .gallery.row {
    background-color: #42413f;
}

.page.content > .gallery.row > .grid {
    /*padding: 0 122.5px;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page.content > .gallery.row > .grid > .col {
    /*margin: 0 42.5px;*/
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    /*width: 33%;*/
}

.page.content > .gallery.row > .grid > .col > dl > dd {
    text-align: center;
}

.page.content > .gallery.row > .grid > .col > dl > dd > img {
    display: block;
}

.page.content > .gallery.row > .grid > .col.col-1 {
    /*width: 320px;*/
    width: 35.010941%;
}
.page.content > .gallery.row > .grid > .col.col-1 dd:first-of-type {
    margin-bottom: 2%;
}

.page.content > .gallery.row > .grid > .col.col-2 {
    /*width: 264px;*/
    width: 28.884026%;
}

.page.content > .gallery.row > .grid > .col.col-3 {
    /*width: 320px;*/
    width: 35.010941%;
}
.page.content > .gallery.row > .grid > .col.col-3 dd:first-of-type {
    margin-bottom: 2%;
}

.page.content > .floorplan.row .tabs > ul > li {
    display: inline-block;
}

.page.content > .floorplan.row .outer_tab.tabs > ul > li > a {
    display: block;
    background-color: #e0e0e0;
    /*width: 169px;*/
    width: 269px;
    /*padding: 10px 24px;*/
}
.page.content > .floorplan.row .outer_tab.tabs > ul > li.ui-tabs-active > a {
    background-color: #b6b6b6;
}

.page.content > .floorplan.row .inner_tab.tabs > ul {
    padding: 32.5px 16px 24.5px 16px;
}

.page.content > .floorplan.row .inner_tab.tabs > ul > li {
    margin-right: 22.5px;
}
.page.content > .floorplan.row .inner_tab.tabs > ul > li:last-of-type {
	margin-right: 0;
}

.page.content > .floorplan.row .tabs > div > .tabs > div p,
.page.content > .floorplan.row .tabs > div > .tabs > div h1,
/*.page.content > .floorplan.row .tabs > div > .tabs > div h2, */
.page.content > .floorplan.row .tabs > div > .tabs > div h3,
.page.content > .floorplan.row .tabs > div > .tabs > div h4,
.page.content > .floorplan.row .tabs > div > .tabs > div .recent_awards,
.page.content > .floorplan.row .tabs > div > .tabs > div ul {
    padding: 0 16px;
}
.page.content > .floorplan.row .tabs > div > .tabs > div p.figure > a.overlay {
	display: none;
}

.page.content > .floorplan.row .tabs > div > p.figure {
    margin-top: 20px;
}

.page.content > .floorplan.row .tabs dl.spec {
    width: 100%;
    /*margin-bottom: 5px;*/
    margin-bottom: 1px;
}

.page.content > .floorplan.row .tabs dl.spec > dt,
.page.content > .floorplan.row .tabs dl.spec > dd {
    width: 50%;
    color: #ffffff;
    display: inline-block;
    /*text-indent: 20px;*/
    padding-left: 20px;
    float: left;
}

.page.content > .floorplan.row .tabs dl.spec > dt {
    background-color: #373836;
}

.page.content > .floorplan.row .tabs dl.spec > dd {
    background-color: #7d7874;
}



.page.content > .floorplan.row .recent_awards h2 {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 8px;
}

.page.content > .floorplan.row .recent_awards dl.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    /* Or do it all in one line with flex flow */
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    /* tweak the where items line up on the row */
    /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
    -webkit-align-content: flex-start;
    align-content: flex-start;

    margin-top: 40px;
}

.page.content > .floorplan.row .recent_awards dd.flexbox_item {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    width: 33%;
    margin-bottom: 43px;
}

.page.content > .floorplan.row .recent_awards dd.flexbox_item > p {
	width: 272px;
}

.page.content > .floorplan.row #test-fit-floorplates p {
	width: 445px;
}

.page.content > .floorplan.row #vertical-circulation p {
	width: 500px;
}
.page.content > .floorplan.row #vertical-circulation p.figure {
	width: 100%;
}

.page.content > .floorplan.row #services .col.col-1 {
	/*max-width: 511px;*/
	width: 57.03125%;
	float: left;
}

.page.content > .floorplan.row #services .col.col-2 {
	background-color: #f6f6f6;
	padding: 12px;
	/*max-width: 355px;*/
	width: 39.620536%;
	float: right;
}



.page.content #floorplate .flexbox {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.page.content #floorplate .flexbox > .col {
	position: relative;
}

.page.content #floorplate .flexbox > .col.col-1 {
	/*width: 380px;*/
	width: 41.575492%;
}

.page.content #floorplate .flexbox > .col.col-2 {
	/*width: 534px;*/
	width: 58.424508%;
}

.page.content #floorplate .box-4 {
	position: absolute;
	left: 0;
	bottom: 7px;
}

.page.content #floorplate .pdf_download > img {
	vertical-align: top;
	margin-right: 8px;
}

.page.content #sustainability .flexbox > .col {
	width: 50%;
}

.page.content #sustainability .col.col-1 {
	max-width: 373px;
}

.page.content #sustainability .col.col-2 {
	text-align: right;
	padding-right: 5px;
}

.page.content #accessibility .flexbox {
	margin-top: 21px;
}

.page.content #accessibility > .left.col,
.page.content #accessibility > .right.col {
	padding: 0;
}

.page.content #accessibility > .col {
	width: 50%;
}

.page.content #accessibility > .left.col {
	background-color: #42413f;
	/*padding: 30px 25px 30px 55px;*/
	padding: 30px 2.441406% 30px 5.371094%;
	/*width: 362px;*/
	/*width: 35.351563%;*/

	/*width: 365px;*/
	width: 35.644531%;
	height: 489px;
}

.page.content #accessibility > .right.col {
	/*width: 662px;*/
	/*width: 64.648438%;*/

	/*width: 659px;*/
	width: 64.355469%;
}

.page.content #accessibility > .left.col > .desktop.row {
	display: block;
}

.page.content #accessibility > .left.col > .mobile.row {
	display: none;
}

.page.content #accessibility > .left.col > .row {
	margin-bottom: 7px;
	width: 260px;
}

.page.content #accessibility .btn {
	background-color: #696969;
	/*transition: background-color 0.2s linear 0s;*/
	padding: 7px 12px;
	width: 100%;
	box-sizing: border-box;
}
.page.content #accessibility .btn.active,
.page.content #accessibility .btn:hover {
	background-color: #ed1c24;
}

.page.content #accessibility .col.btn {
	background-repeat: no-repeat;
	background-position: center bottom 5px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	width: 33px;
	padding: 15px 0 5px 0;
}

.page.content #accessibility > .right.col > img.map {
	display: none;
}
.page.content #accessibility > .right.col > img.map.active {
	display: block;
}

.page.content #accessibility #mtr {
	background-image: url(../images/icon_mtr.png);
}

.page.content #accessibility #tram {
	background-image: url(../images/icon_tram.png);
}

.page.content #accessibility #bus {
	background-image: url(../images/icon_bus.png);
}

.page.content #accessibility #shuttle_bus {
	background-image: url(../images/icon_shuttle_bus.png);
}

.page.content #accessibility #minibus {
	background-image: url(../images/icon_minibus.png);
}

.page.content #accessibility #taxi {
	background-image: url(../images/icon_taxi.png);
}

.page.content #accessibility #car {
	background-image: url(../images/icon_car.png);
}

/* beam plus platinum */
.page.content .wellness-hub--figure > .grid {
	position: relative;
	padding: 0;
}
.page.content .wellness-hub--figure > .grid > figure {
	text-align: center;
}
.page.content .wellness-hub--figure > .grid > .box {
	position: absolute;
	text-align: center;
}
.page.content .wellness-hub--figure > .grid > .box > figure {
	display: none;
}
.page.content .wellness-hub--figure > .grid > .box > figure > img {
	display: inline-block;
}
.page.content .wellness-hub--figure > .grid > #box_main {
	left: 39.5%;
	top: 47%;
	width: 225px;
}
.page.content #beam-plus-platinum > .grid > #box_1 {
	left: 33.2%;
	top: 24.5%;
	width: 270px;
}
.page.content #leed-platinum > .grid > #box_1 {
	left: 44.2%;
	top: 21.5%;
	width: 120px;
}
.page.content #wired-score-platinum > .grid > #box_1 {
	left: 44.2%;
	top: 23.5%;
	width: 120px;
}
.page.content #beam-plus-platinum > .grid > #box_2 {
	left: 51.8%;
	top: 30%;
	width: 270px;
}
.page.content #leed-platinum > .grid > #box_2 {
	left: 52.8%;
	top: 33%;
	width: 270px;
}
.page.content #wired-score-platinum > .grid > #box_2 {
	left: 52.8%;
	top: 46%;
	width: 270px;
}
.page.content #beam-plus-platinum > .grid > #box_3 {
	left: 66.5%;
	top: 60%;
	width: 145px;
}
.page.content #leed-platinum > .grid > #box_3 {
	left: 63.5%;
	top: 66%;
	width: 145px;
}
.page.content #wired-score-platinum > .grid > #box_3 {
	left: 54.5%;
	top: 89%;
	width: 145px;
}
.page.content #beam-plus-platinum > .grid > #box_4 {
	left: 51%;
	top: 89%;
	width: 235px;
}
.page.content #leed-platinum > .grid > #box_4 {
	left: 47%;
	top: 92%;
	width: 235px;
}
.page.content #wired-score-platinum > .grid > #box_4 {
	left: 26%;
	top: 89%;
	width: 235px;
}
.page.content #beam-plus-platinum > .grid > #box_5 {
	left: 32.4%;
	top: 92.7%;
	width: 235px;
}
.page.content #leed-platinum > .grid > #box_5 {
	left: 30.4%;
	top: 92%;
	width: 235px;
}
.page.content #wired-score-platinum > .grid > #box_5 {
	left: 21.4%;
	top: 47%;
	width: 235px;
}
.page.content #beam-plus-platinum > .grid > #box_6 {
	left: 18.5%;
	top: 73.6%;
	width: 152px;
}
.page.content #leed-platinum > .grid > #box_6 {
	left: 22.5%;
	top: 66.6%;
	width: 152px;
}
.page.content #beam-plus-platinum > .grid > #box_7 {
	left: 21.8%;
	top: 36.7%;
	width: 112px;
	text-align: center;
}
html[lang="zh-Hant"] .page.content #beam-plus-platinum > .grid > #box_7,
html[lang="zh-Hans"] .page.content #beam-plus-platinum > .grid > #box_7 {
	top: 40%;
}
.page.content #leed-platinum > .grid > #box_7 {
	left: 28.8%;
	top: 32.7%;
	width: 112px;
	text-align: center;
}
.page.content #beam-plus-platinum > .grid > #box_8 {
	/*left: 2%;*/
	left: 40px;
	top: 20%;
	width: 230px;
}

.page.content #workstyle > .grid {
	position: relative;
	padding: 100px 0;
}
.page.content #workstyle > .grid > figure {
	text-align: center;
}
.page.content #workstyle > .grid > .box {
	position: absolute;
}
.page.content #workstyle > .grid > .box > figure {
	display: none;
}
.page.content #workstyle > .grid > .box > figure > img {
	display: inline-block;
}
.page.content #workstyle > .grid > #box_main {
	left: 39.5%;
	top: 47%;
	width: 225px;
}
.page.content #workstyle > .grid > #box_1 {
	left: 36%;
	top: -1%;
	width: 270px;
}
.page.content #workstyle > .grid > #box_2 {
	left: 73%;
	top: 20%;
	width: 270px;
}
.page.content #workstyle > .grid > #box_3 {
	left: 77%;
	top: 44%;
	width: 185px;
}
.page.content #workstyle > .grid > #box_4 {
	/*left: 71%;*/
	left: 73%;
	top: 65%;
	width: 235px;
}
.page.content #workstyle > .grid > #box_5 {
	left: 40%;
	top: 87%;
	width: 235px;
}
.page.content #workstyle > .grid > #box_6 {
	left: 0%;
	top: 65%;
	width: 270px;
}
.page.content #workstyle > .grid > #box_7 {
	left: 0%;
	top: 41%;
	width: 220px;
}
html[lang="zh-Hant"] .page.content #workstyle > .grid > #box_7,
html[lang="zh-Hans"] .page.content #workstyle > .grid > #box_7 {
	top: 45%;
}
.page.content #workstyle > .grid > #box_8 {
	/*left: 2%;*/
	left: 40px;
	top: 25%;
	width: 230px;
}

.page.content #amenities > .left.col {
	height: 512px;
}

.page.content #amenities > .left.col > .desktop.listing {
	display: block;
}

.page.content #amenities > .left.col > .mobile.row {
	display: none;
}

.page.content #amenities > .left.col,
.page.content #amenities > .right.col {
	padding: 0;
}

.page.content #amenities > .col {
	width: 50%;
}

.page.content #amenities > .left.col {
	background-color: #42413f;
	padding: 19px 25px 7px 55px;
	width: 368px;
}

.page.content #amenities > .right.col {
	width: 656px;
}

.page.content #amenities > .left.col > .row {
	margin-bottom: 7px;
	width: 260px;
}

.page.content #amenities > .left.col ul.listing {
	margin-top: 14px;
}

.page.content #amenities > .right.col > img.map {
	display: none;
}
.page.content #amenities > .right.col > img.map.active {
	display: block;
}











.gallery.content {
    background-color: #65686a;
}

.gallery.content .grid > dl > dd {
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    width: 19%;
    display: inline-block;
}

.gallery.content .grid > dl > dd > img {
	display: block;
}

.gallery.content .grid > dl > dd > .overlay {
    background: rgba(170, 129, 49, 0.76) url(../images/magnify_glass.png) no-repeat center / 39px 39px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999px;

    transition: opacity 0.2s linear 0s;
    opacity: 0;
}
.gallery.content .grid > dl > dd:hover > .overlay {
    opacity: 1;
}

.gallery.content .grid > dl > dd > .overlay > a {
    display: block;
    width: 100%;
    height: 100%;
}

.mfp-iframe-scaler {
	padding-top: 100%!important;
}

.mfp-iframe-scaler iframe {
	border-radius: 10px;
}

/*.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	position: fixed;
	top: 0;
	right: 0!important;
	padding-right: 30px!important;
}*/

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	background-image: url("../images/popup_close_btn.png");
	background-position: right center;
	background-repeat: no-repeat;
	height: 17px !important;
	position: absolute;
	right: -24px !important;
	top: -12px !important;
	width: 17px !important;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: none!important;
}

.mfp-arrow.mfp-arrow-left {
    background-image: url(../images/arrow_left_ad7f35.png)!important;
    background-repeat: no-repeat!important;
    background-position: center;
}

.mfp-arrow.mfp-arrow-right {
    background-image: url(../images/arrow_right_ad7f35.png)!important;
    background-repeat: no-repeat!important;
    background-position: center;
}

/* gallery page */
img.mfp-img {
	border-radius: 5px;
	background-color: #3a3a3a;
	padding: 10px!important;
	/*width: 95%!important;*/
}
.mfp-figure::after {
	box-shadow: none!important;
	background: none!important;
}

.mfp-figure > figure > figcaption {
	display: none;
}

.desktop.neighbourhood {
	display: block;
}

.mobile.neighbourhood {
	display: none;
}

.neighbourhood .ihotspot {
	color: #ffffff;
	font-family: 'Gill Sans MT Pro Book';
	font-weight: 400;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 40px;
	text-align: center;

	position: absolute;
	z-index: 103;
	width: 35px;
	height: 35px;
	background: #ed1c24;
	border-radius: 50%;
}

.litetooltip-wrapper.bottom, .litetooltip-wrapper.bottom-left, .litetooltip-wrapper.bottom-right {
	margin-top: 0!important;
	padding: 0!important;
}

.litetooltip-wrapper .template ul, .litetooltip-wrapper .template ol {
	/*padding: 25px 18px!important;*/
	/*padding: 18px!important;*/
	padding: 10px 18px!important;
}

.litetooltip-wrapper .template p, .litetooltip-wrapper .template ul, .litetooltip-wrapper .template ol, .template li,
.mobile.neighbourhood li {
	background: rgba(10, 16, 23, 0.7)!important;
	color: #ffffff!important;
	line-height: 20px;
}
.litetooltip-wrapper .template.CitibankPlaza, .litetooltip-wrapper .template.CitibankPlaza h4 {
    background-color: rgba(10, 16, 23, 0.7);
}

div.tooltip-content {
	background-color: transparent!important;
	padding: 0!important;
	box-shadow: none!important;
}





dl.spec {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: stretch;
	-ms-flex-align: start;
	align-items: stretch;
}

dl.spec > dt,
dl.spec > dd {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.mfp-content {
	min-height: 550px;
}
