@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

body {
    background: #ffffff;
    color: #333333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

main {
    display: block;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

small {
    font-size: 100%;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a {
    color: #282828;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.support-layout-header {
    position: relative;
    min-width: 970px;
    background: #363636;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.support-layout-header-content {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 22px 0;
}

.support-layout-header-logo {
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 1;
}

.support-layout-header-title {
    padding-right: 120px;
    color: #fafafa;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}

.support-layout-header-title a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.support-layout-header-subTitle {
    display: block;
    color: #dddddd;
    font-size: 14px;
}

.support-layout-footer {
    min-width: 970px;
    background: #363636;
}

.support-layout-footer-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 20px 0;
}

.support-layout-footer-utilityGroup {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    line-height: 1.5;
}

.support-layout-footer-copyrightText {
    flex: 1 0 auto;
    max-width: 400px;
    margin-right: 16px;
    font-size: 11px;
}

.support-layout-footer-linkList {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -14px;
    font-size: 12px;
}

.support-layout-footer-linkList + * {
    margin-top: 10px;
}

.support-layout-footer-linkList > li {
    position: relative;
    margin-top: 5px;
    margin-left: 14px;
    padding-left: 14px;
    line-height: 1.2;
}

.support-layout-footer-linkList > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 12px;
    background: #ffffff;
    content: "";
}

.support-layout-footer-linkList a {
    color: inherit;
}

.support-layout-footer-pageTopLink {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 520px;
}

.support-section.of-background-primary {
    padding: 34px 0 56px;
    background: #f5faff;
}

.support-section.of-background-secondary {
    z-index: 0;
    position: relative;
    padding: 34px 0 56px;
    background: #f3f3f3;
}

.support-section.of-background-secondary::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    background: #f5faff;
    content: "";
}

.support-section.of-borderBottom-solid {
    border-bottom: 1px solid #e0e0e0;
}

.support-section-content {
    max-width: 970px;
    margin: 0 auto;
}

.support-headingLevel2 {
    margin-bottom: 40px;
    padding-bottom: 8px;
    border-bottom: 3px solid #e0e0e0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    line-height: 1.3;
}

#index .support-headingLevel2 {
    border-bottom-width: 1px;
}

.support-headingLevel2-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.support-headingLevel2-outer .support-headingLevel2 {
    flex: 1 0 auto;
    width: 100%;
    max-width: 300px;
    margin-right: 10px;
    margin-bottom: 0;
    border-bottom: 0;
}

.support-headingLevel2-outer .support-headingLevel2-link {
    font-size: 14px;
}

.support-headingLevel2-subTitle {
    display: inline-block;
    margin-left: 5px;
    color: #1574c1;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}

.support-cardNavigation {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 14px 5px;
    border: 3px solid #1574c1;
    background: #ffffff;
    box-shadow: 0 3px 5px #9d9d9d;
    transition: background 0.2s;
}

.support-cardNavigation:hover, .support-cardNavigation:focus {
    background: #e5f3ff;
    text-decoration: none;
}

.support-cardNavigation-title {
    margin-bottom: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.support-cardNavigation-image {
    margin-bottom: 16px;
    text-align: center;
}

.support-cardNavigation-body {
    margin: 0 -5px;
    padding: 8px 8px 0;
    border-top: 1px solid #cccccc;
}

.support-cardNavigation-list > li {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
}

.support-cardNavigation-list > li::before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333333;
    content: "";
}

.support-listNews > dd {
    padding-left: 20px;
}

.support-listBanner {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

.support-listBanner > li {
    margin-top: 10px;
    padding-left: 10px;
}

.support-navigationGlobal {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.support-navigationGlobal > li {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.support-navigationGlobal > li.is-current a {
    background: #368ACE;
}

.support-navigationGlobal a {
    width: 100%;
    padding: 10px;
    background: #444444;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    transition: opacity  0.2s;
}

.support-navigationGlobal a:hover, .support-navigationGlobal a:focus {
    text-decoration: none;
    opacity: 0.6;
}

.support-navigationGlobal-outer {
    position: relative;
    border-top: 1px solid #818181;
    background: #444444;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.support-media {
    width: 100%;
}

.support-media.of-vertical {
    display: flex;
    flex-direction: column;
}

.support-media.of-vertical.of-reverse {
    flex-direction: column-reverse;
}

.support-media.of-vertical .support-media-body {
    flex: 1 0 auto;
}

.support-media-body {
    font-size: 14px;
}

.support-media-image {
    min-height: calc(0%);
}

.support-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -29px;
}

.support-layout-grid-column.of-flex {
    display: flex;
}

.support-layout-grid.of-column-12 .support-layout-grid-column {
    width: 8.33333%;
}

.support-layout-grid.of-column-reverse {
    flex-direction: column-reverse;
    width: 100%;
}

.support-layout-grid.of-column-marginBottom-none .support-layout-grid-column {
    margin-bottom: 0;
}

.support-layout-grid .support-layout-grid-column {
    padding: 0 0 16px 29px;
}

.support-layout-grid .support-layout-grid-column.of-column-1 {
    width: 8.33333%;
}

.support-layout-grid .support-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.support-layout-grid .support-layout-grid-column.of-column-3 {
    width: 25%;
}

.support-layout-grid .support-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.support-layout-grid .support-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.support-layout-grid .support-layout-grid-column.of-column-6 {
    width: 50%;
}

.support-layout-grid .support-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.support-layout-grid .support-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.support-layout-grid .support-layout-grid-column.of-column-9 {
    width: 75%;
}

.support-layout-grid .support-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.support-layout-grid .support-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.support-layout-grid .support-layout-grid-column.of-column-12 {
    width: 100%;
}

.support-layout-grid .support-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

/************ contents_wrap **************/
#contents_wrap {
    padding-top: 10px;
}

/************ breadcrumb **************/
#breadcrumb {
    width: 970px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: left;
}

#breadcrumb li {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}

#breadcrumb .bread_home {
    padding-left: 20px;
    background: url(/support/visionsystem/vj/common/img/bread_icon_home.jpg) no-repeat left 3px;
}

#breadcrumb li a {
    color: #06c;
    font-size: 14px;
}

/************ tab_area **************/
#contents_wrap .tab_area {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 4px solid #1574C1;
}

#contents_wrap .tab_area td a {
    display: block;
    position: relative;
    height: 100%;
    margin-right: 5px;
    padding: 15px 0 14px;
    border: 2px solid #1574c1;
    border-bottom: none;
    background: #ececee;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
}

#contents_wrap .tab_area td + td a {
    margin: 0 0 0 5px;
}

#contents_wrap .tab_area td a:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    vertical-align: middle;
    content: "";
    transition: opacity 0.2s;
}

#contents_wrap .tab_area td span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 0 14px;
    background: #ececee;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#contents_wrap .tab_area td a:hover {
    text-decoration: none;
}

#contents_wrap .tab_area td:not(.tab_now) a:hover {
    background: #1061A2;
    color: #fff;
    text-decoration: none;
}

#contents_wrap .tab_area td:not(.tab_now) a:before {
    background: url(/support/visionsystem/vj/common/img/icon_arrow01.jpg) no-repeat center;
}

#contents_wrap .tab_area td:not(.tab_now) a:hover:before {
    background: url(/support/visionsystem/vj/common/img/icon_arrow02.jpg) no-repeat center;
}

#contents_wrap .tab_area .tab_now a {
    background: #368ACE;
    color: #fff;
}

#contents_wrap .tab_area .tab_now a:before {
    background: url(/support/visionsystem/vj/common/img/icon_arrow02.jpg) no-repeat center;
}

#contents_wrap .tab_area .tab_now a:hover {
    background: #1061A2;
}

#contents_wrap .tab_content {
    display: none;
}

/************ title **************/
/* h1 */
#contents_wrap h1 {
    margin-bottom: 40px;
}

/* ttl_style01 */
#contents_wrap .ttl_style01 {
    margin-bottom: 20px;
    padding: 11px 15px 9px;
    border-left: 5px solid #1574c1;
    background: #ececee;
    color: #404040;
    font-size: 18px;
    font-weight: bold;
}

/* ttl_style02 */
#contents_wrap .ttl_style02 {
    position: relative;
    margin-bottom: 20px;
    padding: 0 13px 5px;
    border-bottom: 1px solid #e0e0e0;
    color: #404040;
    font-size: 16px;
    font-weight: bold;
}

#contents_wrap .ttl_style02::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 18px;
    margin-top: -13px;
    background: #1574c1;
    content: "";
}

/* ttl_style03 */
#contents_wrap .ttl_style03 {
    margin-bottom: 20px;
    padding: 3px 13px 8px 78px;
    border-bottom: 1px solid #e0e0e0;
    background: url(/support/visionsystem/vj/common/img/icon_ttl03.jpg) no-repeat left 2px;
    color: #404040;
    font-size: 16px;
    font-weight: bold;
}

/* ttl_style04 */
#contents_wrap .ttl_style04 {
    padding: 11px 15px 9px;
    background: #ececee;
    color: #404040;
    font-size: 24px;
    font-weight: bold;
}

#contents_wrap .ttl_style04 span {
    margin-left: 30px;
}

#contents_wrap .ttl_style04 span img {
    vertical-align: -2px;
}

/* ttl_style05 */
#contents_wrap .ttl_style05 {
    position: relative;
    margin-bottom: 25px;
    padding: 9px 10px 9px 24px;
    background: #1574c1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#contents_wrap .ttl_style05::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 18px;
    margin-top: -9px;
    background: #ffffff;
    content: "";
}

/************ side **************/
#side_bnr {
    position: fixed;
    top: 220px;
    left: 50%;
    margin-left: 500px;
}

#side_bnr li {
    margin-bottom: 10px;
}

/************ icon **************/
#contents_wrap .dl_icon {
    padding-left: 15px;
    background: url(/support/visionsystem/vj/common/img/icon_arrow01.jpg) no-repeat left 6px;
}

#contents_wrap .dl_icon2 {
    display: inline-block;
    padding-left: 20px;
    background: url(/support/visionsystem/vj/common/img/icon_dl.jpg) no-repeat left 3px;
}

#contents_wrap .lock {
    margin-left: 5px;
    vertical-align: -2px;
}

#contents_wrap .icon_bl_arrow {
    padding-left: 20px;
    background: url(/support/visionsystem/vj/common/img/icon_arrow03.png) no-repeat left 5px;
}

/************ common **************/
/* font color */
.cr {
    color: #e30e0e;
}

.cb {
    color: #06c;
}

.cp {
    color: #43318f;
}

/* comment indent */
.come {
    margin-left: 1em;
    text-indent: -1em;
}

/* link img hover */
a img:hover {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    filter: alpha(opacity=80);
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}

/************ login form **************/
div.logRegBox div.service strong, div.logRegBox div.service li {
    font-size: 12px;
}

.table_cereal td input {
    margin-right: 5px;
    padding: 5px;
}

div.bgBottom {
    width: 970px;
    padding: 0 0 4px 0;
    background: url(/css/images/bg_log_bottom.gif) no-repeat left bottom;
}

div.bgBottom02 {
    width: 970px;
    margin: 25px 0 0 0;
    padding: 0 0 4px 0;
    background: url(/css/images/bg_log_bottom.gif) no-repeat left bottom;
}

div.logRegBox {
    width: 970px;
    padding: 0 0 6px 0;
    overflow: hidden;
    background: url(/css/images/bg_log_top.gif) no-repeat;
    text-align: left;
}

div.logRegBox div.login {
    width: 476px;
    float: left;
}

div.logRegBox div.reg {
    width: 476px;
    float: right;
}

div.logRegBox dt, div.logRegBox dd {
    font-size: 14px;
}

div.logRegBox input {
    vertical-align: middle;
}

div.logRegBox img {
    vertical-align: middle;
}

div.logRegBox h3.black {
    margin: 1px 0 12px 0;
    padding: 7px 0;
    background: #404040;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}

div.logRegBox dl {
    width: 460px;
    margin: 0 0 7px 11px;
    font-size: 12px;
}

div.logRegBox dl dt {
    width: 100px;
    float: left;
    font-weight: bold;
}

div.logRegBox dl dd {
    width: 359px;
    float: left;
}

div.logRegBox dl dd input.long01 {
    width: 230px;
    height: 22px;
    padding: 3px 2px 0 2px;
    border: 1px solid #999999;
    line-height: 120%;
}

div.logRegBox dl dd input.long02 {
    width: 100px;
    height: 22px;
    padding: 3px 2px 0 2px;
    border: 1px solid #999999;
}

div.logRegBox p.ssl {
    margin: -5px 0 10px 112px;
    font-size: 12px;
}

div.logRegBox div.service {
    margin: 0px 10px 0;
    padding: 10px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    font-size: 12px;
}

div.logRegBox div.service li {
    line-height: 1.33;
    vertical-align: middle;
}

div.logRegBox div.service li strong {
    color: #ea0437;
    font-size: 8px;
}

div.logRegBox p.btn {
    margin: 15px 0 15px 0;
    line-height: 100%;
    text-align: center;
}

div.logRegBox p.btn input.left {
    margin: 0 27px 0 0;
}

div.logRegBox ul.log {
    margin: 0 0 0 11px;
}

div.logRegBox ul.log li {
    display: inline;
    margin: 0 15px 0 0;
    padding: 0 0 0 10px;
    background: url(/css/images/icon_arrow_red01.gif) no-repeat 0px center;
    font-size: 12px;
}

div.logRegBox p.txt {
    margin: 0 0 3px 11px;
    font-size: 12px;
}

div.logRegBox ul.link {
    margin: 0 0 0 11px;
    font-size: 12px;
}

div.logRegBox ul.link li a {
    padding: 0 0 0 10px;
    background: url(/css/images/icon_arrow_red01.gif) no-repeat 0px center;
}

div.logRegBox p.txt a {
    padding: 0 0 0 10px;
    background: url(/css/images/icon_arrow_red01.gif) no-repeat 0px center;
}

#contents dl.formChange {
    width: 460px;
    margin: 0 0 7px 0;
    font-size: 12px;
}

#contents dl.formChange dt {
    width: 100px;
    float: left;
    font-weight: bold;
}

#contents dl.formChange dd {
    width: 359px;
    float: left;
}

#contents dl.formChange dd input.long01 {
    width: 230px;
    height: 19px;
    padding: 3px 2px 0 2px;
    border: 1px solid #999999;
}

#contents dl.formChange dd input.long02 {
    width: 100px;
    height: 19px;
    padding: 3px 2px 0 2px;
    border: 1px solid #999999;
}

#contents dl.formChange dd input.long03 {
    width: 70px;
    height: 19px;
    margin: 0 10px 0 0;
    padding: 3px 2px 0 2px;
    border: 1px solid #999999;
}

#contents p.formChange {
    margin: 0 0 0 100px;
    font-size: 12px;
}

#contents p.formChange a {
    padding: 0 0 0 10px;
    background: url(/css/images/icon_arrow_red01.gif) no-repeat 0px center;
}

#contents p.formChangeBtn {
    margin: 15px 0 0 0;
    line-height: 100%;
}

#contents p.formChangeBtn input {
    vertical-align: top;
}

#contents p.formChangeBtn .left {
    margin: 0 0 0 100px;
}

#contents p.formChangeBtn .right {
    margin: 0 0 0 15px;
}

div.logRegBox ul.link li a {
    font-size: 12px;
}

.clearfix {
    overflow: hidden;
}

div.formSendBox {
    width: 970px;
    padding: 20px 0 20px 0;
    background: #faf5ec;
}

div.formSendBox p.btn {
    line-height: 100%;
    text-align: center;
}

div.formSendBox p.btn input.left {
    margin: 0 15px 0 0;
}

.formdownloadLink {
    width: 970px;
    margin: 10px 0;
}

.formdownloadLink li {
    margin: 0 20px 0 0;
    float: left;
    font-size: 12px;
    line-height: 150%;
}

.formdownloadLink li p {
    font-size: 12px;
}

.formdownloadLink li a {
    padding: 0 0 0 10px;
    background: url(/css/images/icon_arrow_red01.gif) no-repeat 0px center;
    font-size: 12px;
}

.formdownloadLink li a.check {
    padding: 0;
    background: none;
}

.formdownloadLink li input {
    margin: 0 7px 0 0;
}

/************ news_wrap **************/
#news_wrap {
    width: 600px;
    margin: 0 auto;
}

#news_wrap dl {
    overflow: hidden;
}

#news_wrap dl dt {
    width: 110px;
    float: left;
    clear: both;
}

#news_wrap dl dd {
    width: 480px;
    margin-bottom: 15px;
    float: right;
}

/************ main_content **************/
#contents_wrap #main_content {
    width: 970px;
    margin: 0 auto;
}

#con01,
#con02,
#con03,
#con04,
#con05,
#con07 {
    margin-bottom: 40px;
}

/************ dl_table **************/
#contents_wrap .dl_table {
    width: 970px;
    font-size: 14px;
}

#contents_wrap .dl_table td {
    padding: 20px;
    border: 1px solid  #e0e0e0;
    vertical-align: top;
}

#contents_wrap .dl_table .dl_link {
    width: 300px;
}

#contents_wrap .dl_table .dl_link a {
    color: #06c;
    font-weight: bold;
}

/************ con06 **************/
#con06 {
    margin-bottom: 60px;
}

#con06 .con06_inner {
    overflow: hidden;
}

#con06 .right_box,
#con06 .left_box {
    width: 470px;
    margin-bottom: 35px;
}

#con06 .right_box .dl_icon,
#con06 .left_box .dl_icon {
    margin-left: 10px;
}

#con06 .dl_icon a {
    color: #06c;
    font-weight: bold;
}

#con06 .left_box {
    float: left;
}

#con06 .right_box {
    float: right;
}

#manual {
    /************ main_content **************/
    /************ dl_table **************/
}

#manual #contents_wrap #main_content {
    width: 970px;
    margin: 0 auto;
}

#manual #con01,
#manual #con02,
#manual #con03 {
    margin-bottom: 60px;
}

#manual #contents_wrap .dl_table {
    width: 970px;
}

#manual #contents_wrap .dl_table td {
    padding: 12px 13px 10px;
    border: 1px solid  #e0e0e0;
    font-size: 14px;
    vertical-align: top;
}

#manual #contents_wrap .dl_table td a {
    font-size: 14px;
}

#contact {
    /************ main_content **************/
}

#contact #suz_registrationForm {
    font-size: 16px;
}

#contact .support-layout-footer {
    margin-top: 40px;
}

#contact #contents_wrap #main_content {
    width: 970px;
    margin: 0 auto;
}

#contact #con01 {
    margin-bottom: 60px;
    padding-bottom: 30px;
    overflow: hidden;
}

#contact #con02 {
    margin-bottom: 60px;
}

#contact .contactBox {
    box-sizing: border-box;
    position: relative;
    width: 304px;
    margin-right: 29px;
    float: left;
    border: 1px solid #aaa;
}

#contact .contactBoxRight {
    margin: 0;
    float: right;
}

#contact .dl_fax {
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 14px;
}

#contact .contactForm {
    width: 100%;
    overflow: hidden;
}

#contact .contactForm dt {
    box-sizing: border-box;
    width: 258px;
    height: 104px;
    padding: 20px 0 20px 20px;
    float: left;
    clear: left;
    background: #ececee;
    font-size: 14px;
}

#contact .contactForm dd {
    box-sizing: border-box;
    width: 712px;
    height: 104px;
    padding: 15px 20px;
    float: left;
    background: #f6f6f6;
}

#contact .contactForm dd textarea {
    width: 649px;
    height: 52px;
    padding: 10px;
    border: 1px solid #a9a9a9;
}

/* etc */
.mb0 {
    margin-bottom: 0px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.ofh {
    overflow: hidden !important;
}

.clb {
    clear: both !important;
}

.bl {
    font-weight: bold !important;
}

.tac {
    text-align: center !important;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}


/*	colorbox
-----------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  margin: 0 auto;
  padding: 20px;
}
#cboxLoadedContent p {
  margin-top: 20px;
}
#cboxLoadedContent p em {
  font-weight: bold;
  font-style: normal;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 44px;
  overflow: visible;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingGraphic {
  background: url(/img/elements/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}

#cboxTitle {
  position: absolute;
  top: -44px;
  left: 0;
  color: #333;
  padding: 10px 15px;
  font-weight: bold;
  background: #f4f4f4;
  border-bottom: #c3c3c3 1px solid;
  width: 100%;
  min-height: 44px;
}

#cboxClose {
  position: absolute;
  top: -35px;
  right: 15px;
  display: block;
  text-indent: -999em;
  height: 25px;
  width: 25px;
  background: none;
  border: none;
}
#cboxClose:before {
  content: "";
  display: block;
  background: #666;
  border: #666 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 3px;
  width: 20px;
  height: 1px;
}
#cboxClose:after {
  content: "";
  display: block;
  background: #666;
  border: #666 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 12px;
  right: 3px;
  width: 20px;
  height: 1px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/*
 * products
** ------------------------------------------------------ */
.prd-layout-cluster {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prd-layout-cluster.of-spaceX-0, .prd-layout-cluster.of-spaceX-0 > * {
    margin-right: 0;
    margin-left: 0;
}

.prd-layout-cluster.of-spaceY-0, .prd-layout-cluster.of-spaceY-0 > * {
    margin-top: 0;
    margin-bottom: 0;
}

.prd-layout-cluster.of-spaceX-1 {
    margin-right: -2px;
    margin-left: -2px;
}

.prd-layout-cluster.of-spaceX-1 > * {
    margin-right: 2px;
    margin-left: 2px;
}

.prd-layout-cluster.of-spaceY-1 {
    margin-top: -2px;
    margin-bottom: -2px;
}

.prd-layout-cluster.of-spaceY-1 > * {
    margin-top: 2px;
    margin-bottom: 2px;
}

.prd-layout-cluster.of-spaceX-2 {
    margin-right: -4px;
    margin-left: -4px;
}

.prd-layout-cluster.of-spaceX-2 > * {
    margin-right: 4px;
    margin-left: 4px;
}

.prd-layout-cluster.of-spaceY-2 {
    margin-top: -4px;
    margin-bottom: -4px;
}

.prd-layout-cluster.of-spaceY-2 > * {
    margin-top: 4px;
    margin-bottom: 4px;
}

.prd-layout-cluster.of-spaceX-3 {
    margin-right: -8px;
    margin-left: -8px;
}

.prd-layout-cluster.of-spaceX-3 > * {
    margin-right: 8px;
    margin-left: 8px;
}

.prd-layout-cluster.of-spaceY-3 {
    margin-top: -8px;
    margin-bottom: -8px;
}

.prd-layout-cluster.of-spaceY-3 > * {
    margin-top: 8px;
    margin-bottom: 8px;
}

.prd-layout-cluster.of-spaceX-4 {
    margin-right: -10px;
    margin-left: -10px;
}

.prd-layout-cluster.of-spaceX-4 > * {
    margin-right: 10px;
    margin-left: 10px;
}

.prd-layout-cluster.of-spaceY-4 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.prd-layout-cluster.of-spaceY-4 > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.prd-layout-cluster.of-spaceX-5 {
    margin-right: -12px;
    margin-left: -12px;
}

.prd-layout-cluster.of-spaceX-5 > * {
    margin-right: 12px;
    margin-left: 12px;
}

.prd-layout-cluster.of-spaceY-5 {
    margin-top: -12px;
    margin-bottom: -12px;
}

.prd-layout-cluster.of-spaceY-5 > * {
    margin-top: 12px;
    margin-bottom: 12px;
}

.prd-layout-cluster.of-spaceX-6 {
    margin-right: -16px;
    margin-left: -16px;
}

.prd-layout-cluster.of-spaceX-6 > * {
    margin-right: 16px;
    margin-left: 16px;
}

.prd-layout-cluster.of-spaceY-6 {
    margin-top: -16px;
    margin-bottom: -16px;
}

.prd-layout-cluster.of-spaceY-6 > * {
    margin-top: 16px;
    margin-bottom: 16px;
}

.prd-layout-cluster.of-spaceX-7 {
    margin-right: -20px;
    margin-left: -20px;
}

.prd-layout-cluster.of-spaceX-7 > * {
    margin-right: 20px;
    margin-left: 20px;
}

.prd-layout-cluster.of-spaceY-7 {
    margin-top: -20px;
    margin-bottom: -20px;
}

.prd-layout-cluster.of-spaceY-7 > * {
    margin-top: 20px;
    margin-bottom: 20px;
}

.prd-layout-cluster.of-spaceX-8 {
    margin-right: -32px;
    margin-left: -32px;
}

.prd-layout-cluster.of-spaceX-8 > * {
    margin-right: 32px;
    margin-left: 32px;
}

.prd-layout-cluster.of-spaceY-8 {
    margin-top: -32px;
    margin-bottom: -32px;
}

.prd-layout-cluster.of-spaceY-8 > * {
    margin-top: 32px;
    margin-bottom: 32px;
}

.prd-layout-cluster.of-spaceX-9 {
    margin-right: -36px;
    margin-left: -36px;
}

.prd-layout-cluster.of-spaceX-9 > * {
    margin-right: 36px;
    margin-left: 36px;
}

.prd-layout-cluster.of-spaceY-9 {
    margin-top: -36px;
    margin-bottom: -36px;
}

.prd-layout-cluster.of-spaceY-9 > * {
    margin-top: 36px;
    margin-bottom: 36px;
}

.prd-layout-cluster.of-spaceX-10 {
    margin-right: -60px;
    margin-left: -60px;
}

.prd-layout-cluster.of-spaceX-10 > * {
    margin-right: 60px;
    margin-left: 60px;
}

.prd-layout-cluster.of-spaceY-10 {
    margin-top: -60px;
    margin-bottom: -60px;
}

.prd-layout-cluster.of-spaceY-10 > * {
    margin-top: 60px;
    margin-bottom: 60px;
}

.prd-layout-cluster.of-spaceX-11 {
    margin-right: -72px;
    margin-left: -72px;
}

.prd-layout-cluster.of-spaceX-11 > * {
    margin-right: 72px;
    margin-left: 72px;
}

.prd-layout-cluster.of-spaceY-11 {
    margin-top: -72px;
    margin-bottom: -72px;
}

.prd-layout-cluster.of-spaceY-11 > * {
    margin-top: 72px;
    margin-bottom: 72px;
}

.prd-layout-cluster.of-spaceX-12 {
    margin-right: -84px;
    margin-left: -84px;
}

.prd-layout-cluster.of-spaceX-12 > * {
    margin-right: 84px;
    margin-left: 84px;
}

.prd-layout-cluster.of-spaceY-12 {
    margin-top: -84px;
    margin-bottom: -84px;
}

.prd-layout-cluster.of-spaceY-12 > * {
    margin-top: 84px;
    margin-bottom: 84px;
}

@media (min-width: 1px) {
    .prd-layout-cluster.largeScreen-spaceX-0, .prd-layout-cluster.largeScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .prd-layout-cluster.largeScreen-spaceY-0, .prd-layout-cluster.largeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .prd-layout-cluster.largeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .prd-layout-cluster.largeScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .prd-layout-cluster.largeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .prd-layout-cluster.largeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .prd-layout-cluster.largeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .prd-layout-cluster.largeScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .prd-layout-cluster.largeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .prd-layout-cluster.largeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .prd-layout-cluster.largeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .prd-layout-cluster.largeScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .prd-layout-cluster.largeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .prd-layout-cluster.largeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .prd-layout-cluster.largeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .prd-layout-cluster.largeScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .prd-layout-cluster.largeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .prd-layout-cluster.largeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .prd-layout-cluster.largeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .prd-layout-cluster.largeScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .prd-layout-cluster.largeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .prd-layout-cluster.largeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .prd-layout-cluster.largeScreen-spaceX-6 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .prd-layout-cluster.largeScreen-spaceX-6 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .prd-layout-cluster.largeScreen-spaceY-6 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .prd-layout-cluster.largeScreen-spaceY-6 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .prd-layout-cluster.largeScreen-spaceX-7 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .prd-layout-cluster.largeScreen-spaceX-7 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .prd-layout-cluster.largeScreen-spaceY-7 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .prd-layout-cluster.largeScreen-spaceY-7 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .prd-layout-cluster.largeScreen-spaceX-8 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .prd-layout-cluster.largeScreen-spaceX-8 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .prd-layout-cluster.largeScreen-spaceY-8 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .prd-layout-cluster.largeScreen-spaceY-8 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .prd-layout-cluster.largeScreen-spaceX-9 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .prd-layout-cluster.largeScreen-spaceX-9 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .prd-layout-cluster.largeScreen-spaceY-9 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .prd-layout-cluster.largeScreen-spaceY-9 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .prd-layout-cluster.largeScreen-spaceX-10 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .prd-layout-cluster.largeScreen-spaceX-10 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .prd-layout-cluster.largeScreen-spaceY-10 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .prd-layout-cluster.largeScreen-spaceY-10 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .prd-layout-cluster.largeScreen-spaceX-11 {
        margin-right: -72px;
        margin-left: -72px;
    }
    .prd-layout-cluster.largeScreen-spaceX-11 > * {
        margin-right: 72px;
        margin-left: 72px;
    }
    .prd-layout-cluster.largeScreen-spaceY-11 {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .prd-layout-cluster.largeScreen-spaceY-11 > * {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .prd-layout-cluster.largeScreen-spaceX-12 {
        margin-right: -84px;
        margin-left: -84px;
    }
    .prd-layout-cluster.largeScreen-spaceX-12 > * {
        margin-right: 84px;
        margin-left: 84px;
    }
    .prd-layout-cluster.largeScreen-spaceY-12 {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .prd-layout-cluster.largeScreen-spaceY-12 > * {
        margin-top: 84px;
        margin-bottom: 84px;
    }
}

@media (min-width: 1px) {
    .prd-layout-cluster.extraLargeScreen-spaceX-0, .prd-layout-cluster.extraLargeScreen-spaceX-0 > * {
        margin-right: 0;
        margin-left: 0;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-0, .prd-layout-cluster.extraLargeScreen-spaceY-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-1 > * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-1 > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-2 > * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-2 > * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-3 > * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-3 > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-4 > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-4 > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-5 > * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-5 > * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-6 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-6 > * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-6 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-6 > * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-7 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-7 > * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-7 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-7 > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-8 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-8 > * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-8 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-8 > * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-9 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-9 > * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-9 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-9 > * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-10 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-10 > * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-10 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-10 > * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-11 {
        margin-right: -72px;
        margin-left: -72px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-11 > * {
        margin-right: 72px;
        margin-left: 72px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-11 {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-11 > * {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-12 {
        margin-right: -84px;
        margin-left: -84px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-12 > * {
        margin-right: 84px;
        margin-left: 84px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-12 {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-12 > * {
        margin-top: 84px;
        margin-bottom: 84px;
    }
}

.prd-layout-cluster.of-justifyContent-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.prd-layout-cluster.of-justifyContent-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prd-layout-cluster.of-justifyContent-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.prd-layout-cluster.of-justifyContent-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1px) {
    .prd-layout-cluster.largeScreen-justifyContent-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .prd-layout-cluster.largeScreen-justifyContent-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .prd-layout-cluster.largeScreen-justifyContent-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prd-layout-cluster.largeScreen-justifyContent-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1px) {
    .prd-layout-cluster.extraLargeScreen-justifyContent-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .prd-layout-cluster.extraLargeScreen-justifyContent-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .prd-layout-cluster.extraLargeScreen-justifyContent-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prd-layout-cluster.extraLargeScreen-justifyContent-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.prd-layout-cluster.of-alignItems-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.prd-layout-cluster.of-alignItems-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.prd-layout-cluster.of-alignItems-center {
    -ms-flex-align: center;
    align-items: center;
}

.prd-layout-cluster.of-alignItems-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media (min-width: 1px) {
    .prd-layout-cluster.largeScreen-alignItems-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .prd-layout-cluster.largeScreen-alignItems-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .prd-layout-cluster.largeScreen-alignItems-center {
        -ms-flex-align: center;
        align-items: center;
    }
    .prd-layout-cluster.largeScreen-alignItems-baseline {
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

@media (min-width: 1px) {
    .prd-layout-cluster.extraLargeScreen-alignItems-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .prd-layout-cluster.extraLargeScreen-alignItems-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .prd-layout-cluster.extraLargeScreen-alignItems-center {
        -ms-flex-align: center;
        align-items: center;
    }
    .prd-layout-cluster.extraLargeScreen-alignItems-baseline {
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.prd-layout-container {
    box-sizing: content-box;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.prd-layout-container.of-narrow {
    max-width: 950px;
}

.prd-modalDialog:not(.of-full) .prd-layout-container {
    max-width: 620px;
}

.prd-modalDialog {
    transition: visibility .4s;
}

.prd-modalDialog[aria-hidden=true] {
    display: block;
    visibility: hidden;
}

.prd-modalDialog-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    background-color: rgba(46, 49, 51, .8);
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
}

.prd-modalDialog[aria-hidden=true] .prd-modalDialog-backdrop {
    opacity: 0;
}

.prd-modalDialog-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
}

.prd-modalDialog-closeButton {
    padding: 8px;
    background: none;
    border: 0;
    pointer-events: auto;
    cursor: pointer;
}

.prd-modalDialog-closeButtonIcon {
    width: 28px;
    height: 28px;
    vertical-align: bottom;
    fill: #fff;
}

.prd-modalDialog-contentWrapper {
    -ms-flex: auto;
    flex: auto;
    min-height: 0;
}

@media (min-width: 1px) {
    .prd-modalDialog-contentWrapper {
        margin-bottom: 24px;
    }
}

.prd-modalDialog.of-full .prd-modalDialog-contentWrapper {
    overflow: auto;
    height: 100%;
}

@media (min-width: 1px) {
    .prd-modalDialog.of-full .prd-modalDialog-contentWrapper {
        margin-bottom: 0;
    }
}

.prd-modalDialog-content {
    overflow: auto;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .4s;
    transition-property: transform,opacity;
    pointer-events: auto;
}

@media (min-width: 1px) {
    .prd-modalDialog-content {
        border-radius: 4px;
    }
}

.prd-modalDialog.of-full .prd-modalDialog-content {
    max-width: none;
}

@media (min-width: 1px) {
    .prd-modalDialog.of-full .prd-modalDialog-content {
        border-radius: 0;
    }
}

.prd-modalDialog[aria-hidden=true] .prd-modalDialog-content {
    opacity: 0;
    transform: translateY(20px) scale(.9);
}

.prd-modalDialog-contentInner {
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1) .2s;
}

.prd-modalDialog[aria-hidden=true] .prd-modalDialog-contentInner {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}

.prd-modalDialog-thumbnailOuter {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.prd-modalDialog-thumbnail {
    display: block;
    position: relative
}

.prd-modalDialog-thumbnail > img {
    max-width: 100%;
    width: 100%;
}

.prd-modalDialog-thumbnail:before {
    width: 82px;
    height: 82px;
    background-color: rgba(0,0,0,.45);
    border: none;
    border-radius: 50%
}

.prd-modalDialog-thumbnail:after,.prd-modalDialog-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translateX(-50%) translateY(-50%)
}

.prd-modalDialog-thumbnail:after {
    width: 22px;
    height: 32px;
    margin-left: 0.4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 22 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16L0 0L3.78669e-06 32L22 16Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.prd-utility-block {
    display: block;
}

.prd-utility-hidden {
    display: none;
}

@media (min-width: 1px) {
    .prd-largeScreen-block {
        display: block;
    }
    .prd-largeScreen-hidden {
        display: none;
    }
}

@media (min-width: 1px) {
    .prd-extraLargeScreen-block {
        display: block;
    }
    .prd-extraLargeScreen-hidden {
        display: none;
    }
}

.prd-utility-focusRing:focus:not(:focus-visible) {
    outline: 0;
}

.prd-utility-marginTop-auto {
    margin-top: auto;
}

@media (min-width: 1px) {
    .prd-largeScreen-marginTop-auto {
        margin-top: auto;
    }
}

@media (min-width: 1px) {
    .prd-extraLargeScreen-marginTop-auto {
        margin-top: auto;
    }
}

.prd-utility-marginBottom-0 {
    margin-bottom: 0 !important;
}

.prd-utility-marginBottom-1 {
    margin-bottom: 4px !important;
}

.prd-utility-marginBottom-2 {
    margin-bottom: 8px !important;
}

.prd-utility-marginBottom-3 {
    margin-bottom: 16px !important;
}

.prd-utility-marginBottom-4 {
    margin-bottom: 20px !important;
}

.prd-utility-marginBottom-5 {
    margin-bottom: 24px !important;
}

.prd-utility-marginBottom-6 {
    margin-bottom: 32px !important;
}

.prd-utility-marginBottom-7 {
    margin-bottom: 40px !important;
}

.prd-utility-marginBottom-8 {
    margin-bottom: 64px !important;
}

.prd-utility-marginBottom-9 {
    margin-bottom: 72px !important;
}

.prd-utility-marginBottom-10 {
    margin-bottom: 120px !important;
}

.prd-utility-marginBottom-11 {
    margin-bottom: 144px !important;
}

.prd-utility-marginBottom-12 {
    margin-bottom: 168px !important;
}

@media (min-width: 1px) {
    .prd-largeScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .prd-largeScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .prd-largeScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .prd-largeScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .prd-largeScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .prd-largeScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .prd-largeScreen-marginBottom-6 {
        margin-bottom: 32px !important;
    }
    .prd-largeScreen-marginBottom-7 {
        margin-bottom: 40px !important;
    }
    .prd-largeScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
    .prd-largeScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
    .prd-largeScreen-marginBottom-10 {
        margin-bottom: 120px !important;
    }
    .prd-largeScreen-marginBottom-11 {
        margin-bottom: 144px !important;
    }
    .prd-largeScreen-marginBottom-12 {
        margin-bottom: 168px !important;
    }
}

@media (min-width: 1px) {
    .prd-extraLargeScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .prd-extraLargeScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .prd-extraLargeScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .prd-extraLargeScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .prd-extraLargeScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .prd-extraLargeScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .prd-extraLargeScreen-marginBottom-6 {
        margin-bottom: 32px !important;
    }
    .prd-extraLargeScreen-marginBottom-7 {
        margin-bottom: 40px !important;
    }
    .prd-extraLargeScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
    .prd-extraLargeScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
    .prd-extraLargeScreen-marginBottom-10 {
        margin-bottom: 120px !important;
    }
    .prd-extraLargeScreen-marginBottom-11 {
        margin-bottom: 144px !important;
    }
    .prd-extraLargeScreen-marginBottom-12 {
        margin-bottom: 168px !important;
    }
}

.prd-utility-marginLeft-auto {
    margin-left: auto;
}

.prd-utility-maxWidth-narrow {
    max-width: 950px;
}

.prd-utility-maxWidth-extraNarrow {
    max-width: 840px;
}

.prd-utility-visuallyHidden {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 4px;
    height: 4px;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1px) {
    .prd-largeScreen-visuallyHidden {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        visibility: visible;
        overflow: hidden;
        width: 4px;
        height: 4px;
        margin: 0;
        padding: 0;
        border: none;
        opacity: 0;
        pointer-events: none;
    }
}

@media (min-width: 1px) {
    .prd-extraLargeScreen-visuallyHidden {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        visibility: visible;
        overflow: hidden;
        width: 4px;
        height: 4px;
        margin: 0;
        padding: 0;
        border: none;
        opacity: 0;
        pointer-events: none;
    }
}
