/*********************************boxes**********************************/
.margin-bot {
	margin-bottom:35px;
}
.spacing {
	margin-right:35px;
}
.spacing2 {
	margin-right:45px;
}
.spacing3 {
	margin-right:60px;
}
.spacing-bot {
	margin-bottom:25px;
}
.indent {
	padding:0 0 0px 30px;
}
.indent2 {
	padding-left:50px;
}
.indent-bot {
	margin-bottom:10px;
}
.indent-bot2 {
	margin-bottom:30px;
}
.indent-bot3 {
	margin-bottom:45px;
}
.img-indent-bot {
	margin-bottom:25px;
}
.img-indent {
	float:left;
	margin:0 20px 20px 0;
}
.img-indent2 {
	float:left;
	margin:0 12px 12px 0;
}
.img-indent-r {
	float:right;
	margin:0 0px 0px 40px;
}
.img-box {
	float:left;
	margin-bottom:20px;
}
.prev-indent-bot {
	margin-bottom:10px;
}
.prev-indent {
	float:left;
	margin:0 17px 0px 0;
}
.prev-box {
	float:left;
	margin-bottom:8px;
}
.border {
	border:6px solid #fff;
	box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
	-moz-box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
	-webkit-box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
	margin-top: 5px;
}
.borderpf {
	border:12px solid #fff;
	box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
	-moz-box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
	-webkit-box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
}
.border2 {
	box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
	-moz-box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
	-webkit-box-shadow:0px 0px 5px 3px rgba(151, 150, 146, 0.15);
}
.buttons a:hover {
	cursor:pointer;
}
.menu li a, .list-1 li a, .list-2 li a, .link, .button, footer a, .logo {
	text-decoration:none;
}

/****************************footer************************/
footer {
	width:100%;
	padding:5px 0 5px;
	color:#6f6f6f;
}
footer a {
	color:#6f6f6f;
}
footer a:hover {
	color:#000;
}
.menu {
	padding:5px 0 5px 0;
}
.menu li {
	display:inline;
	font-size:14px;
	line-height:1.6em;
	padding:0 11px;
	text-transform:uppercase;
	background:url(../../images/spacer.gif) right 5px no-repeat;
	font-weight: bold;
}
.menu li a {
	display:inline;
	color:#000;
	font-size: 16px;
}
.menu li .active, .menu li a:hover {
	color:#FFF;
	font-size: 16px;
}
.menu .last-item {
	background:none;
}


[data-site-header],
[data-site-nav],
[data-site-footer] {
    display: block;
}

.site-header {
    height: 95px;
    position: relative;
}

.site-brand,
.site-gear-link {
    position: absolute;
    display: block;
}

.site-brand {
    top: 5px;
    left: 0;
}

.site-gear-link {
    top: 55px;
    left: 865px;
}

.site-nav {
    margin-bottom: 8px;
}

.page-columns {
    display: flex;
    align-items: flex-start;
}

.page-columns > .col-1,
.page-columns > .col-2,
.page-columns > .col-3,
.page-columns > .col-4 {
    float: none;
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 420px);
    column-gap: 10px;
    row-gap: 18px;
}

.home-feature-column {
    display: grid;
    row-gap: 18px;
}

.home-feature-card,
.home-social-card,
.home-promo-image {
    display: block;
}

.home-feature-card img {
    display: block;
    width: 420px;
    height: 236px;
}

.home-video-frame {
    position: relative;
    width: 850px;
    height: 318px;
    overflow: hidden;
}

.home-video-frame video {
    position: absolute;
    inset: 0;
    width: 850px;
    height: 318px;
    object-fit: cover;
}

.home-social-grid {
    display: grid;
    grid-template-columns: repeat(4, 210px);
    gap: 3px;
}

.home-social-card img {
    display: block;
    width: 210px;
    height: 100px;
}

.site-promo {
    margin-bottom: 8px;
}

.promo-panel {
    background: #747474;
    color: #f4f4f4;
    font-family: 'Fira Sans', sans-serif;
    box-shadow: 0px 1px 5px rgba(87, 86, 79, 0.28);
    -moz-box-shadow: 0px 1px 5px rgba(87, 86, 79, 0.28);
    -webkit-box-shadow: 0px 1px 5px rgba(87, 86, 79, 0.28);
}

.promo-panel a {
    color: #ffffff;
}

.promo-panel a:hover {
    color: #f2f2f2;
    text-decoration: underline;
}

.promo-panel-top {
    padding: 16px 22px 10px;
}

.promo-panel-grid {
    display: grid;
    grid-template-columns: 0.98fr 1.02fr 1.08fr;
    column-gap: 26px;
}

.promo-panel-column {
    min-height: 116px;
}

.promo-panel-column + .promo-panel-column {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    padding-left: 20px;
}

.promo-panel-title {
    margin: 0 0 14px;
    padding-bottom: 0;
    background: none;
    color: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.promo-panel-text,
.promo-panel-list li {
    color: #f3f3f3;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    line-height: 1.35em;
    font-weight: 400;
}

.promo-panel-text {
    max-width: 235px;
}

.promo-panel-list li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
}

.promo-panel-list {
    margin: 0;
    padding: 0;
}

.promo-panel-list a {
    word-break: normal;
    overflow-wrap: anywhere;
}

.promo-panel-icon {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

.promo-panel-column:nth-child(2) .promo-panel-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle cx='7' cy='7' r='1.6' fill='%23f4f4f4'/%3E%3C/svg%3E");
}

.promo-panel-column:nth-child(3) .promo-panel-list li:nth-child(1) .promo-panel-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7 13s4-4.18 4-7A4 4 0 1 0 3 6c0 2.82 4 7 4 7zm0-5.1A1.9 1.9 0 1 1 7 4.1a1.9 1.9 0 0 1 0 3.8z' fill='%23f4f4f4'/%3E%3C/svg%3E");
}

.promo-panel-column:nth-child(3) .promo-panel-list li:nth-child(2) .promo-panel-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M4.1 1.8h1.6c.28 0 .52.2.58.47l.4 1.92a.6.6 0 0 1-.17.55l-1.03 1a8.83 8.83 0 0 0 3.24 3.24l1-1.03a.6.6 0 0 1 .55-.17l1.92.4c.27.06.47.3.47.58v1.6a.6.6 0 0 1-.54.6 9.87 9.87 0 0 1-8.44-8.44.6.6 0 0 1 .6-.54z' fill='%23f4f4f4'/%3E%3C/svg%3E");
}

.promo-panel-column:nth-child(3) .promo-panel-list li:nth-child(3) .promo-panel-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M2 3.2h10a.8.8 0 0 1 .8.8v6a.8.8 0 0 1-.8.8H2a.8.8 0 0 1-.8-.8V4a.8.8 0 0 1 .8-.8zm0 1.2v.15L7 7.7l5-3.15V4.4H2zm10 5.2V5.95L7.32 8.88a.6.6 0 0 1-.64 0L2 5.95V9.6h10z' fill='%23f4f4f4'/%3E%3C/svg%3E");
}

.promo-panel-bottom {
    padding: 16px 22px 18px;
    background: #4f4f4f;
}

.promo-panel-credit {
    color: #b5b5b5;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
}

.promo-panel-credit strong {
    color: #ffffff;
    font-weight: bold;
}

.back-link-list {
    margin-bottom: 12px;
}

.back-link-list li {
    display: inline-block;
}

.legal-summary {
    color: #6f6f6f;
    font-size: 12px;
    line-height: 1.5em;
}

.legal-summary p {
    margin: 4px 0;
}

.legal-summary-links a {
    white-space: nowrap;
}

.legal-text p {
    margin-bottom: 10px;
}

.legal-text .p2 {
    min-height: 0;
}

.legal-section-title {
    margin-bottom: 8px;
}

.legal-list li {
    line-height: 1.5em;
    margin-bottom: 6px;
}

.footer-legal-links {
    line-height: 1.5em;
}

/* HiDPI-safe image sizing:
   keep the rendered box controlled by CSS so source files can be replaced
   with higher-resolution versions without changing the layout. */
img {
    max-width: 100%;
    height: auto;
}

.logo1 {
    background-size: 665px 85px;
}

.img-hidpi-home-feature,
.home-feature-card img {
    width: 420px;
    height: auto;
    aspect-ratio: 420 / 236;
}

.img-hidpi-social,
.home-social-card img {
    width: 210px;
    height: auto;
    aspect-ratio: 210 / 100;
}

.img-hidpi-promo,
.home-promo-image img {
    width: 895px;
    height: auto;
    aspect-ratio: 895 / 200;
}

.img-hidpi-thumb,
.img-indent > img,
.img-indent > a > img,
.p2 > figure > img.border,
.p2 > figure > img:not(.borderpf) {
    width: 155px;
    height: auto;
}

.img-hidpi-geometry,
.col-1 > figure > img[src*="geometry.jpg"] {
    width: 167px;
    height: auto;
    aspect-ratio: 167 / 800;
}

.img-hidpi-card,
.borderpf > img[width="154"],
.borderpf > a > img[width="154"] {
    width: 154px;
    height: auto;
    aspect-ratio: 154 / 175;
}

.img-hidpi-gallery,
.borderpf > img[width="550"],
.borderpf > a > img[width="550"] {
    width: 550px;
    height: auto;
}

.img-hidpi-wide,
.img-indent > a > img[width="575"],
.img-indent > img[width="575"] {
    width: 575px;
    height: auto;
}
