﻿html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #333;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}

body,
pre {
    line-height: 1.6;
}

body .am-container,
body .am-g-fixed,
.am-container,
.am-g-fixed {
    max-width: 1200px !important;
}

body,
button,
input,
select,
textarea {
    -moz-font-feature-settings: "liga", "kern";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

input,
button,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.am-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

.am-container:before,
.am-container:after {
    content: " ";
    display: table;
}

.am-container:after {
    clear: both;
}

.am-show-sm-only {
    display: block !important;
}

.am-hide-sm-only {
    display: none !important;
}

.am-show-md-only,
.am-show-md-up,
.am-show-lg-only {
    display: none !important;
}

.am-hide-md-only,
.am-hide-lg-only {
    display: inherit !important;
}

.am-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 4.8rem;
    min-height: 4.8rem;
    position: relative;
    width: 100%;
    z-index: 1010;
}

.am-header-nav,
.am-header-left,
.am-header-right {
    align-items: center;
    display: flex;
}

.am-header .am-header-nav {
    position: absolute;
    top: 0;
}

.am-header .am-header-left {
    left: 10px;
}

.am-header .am-header-right {
    right: 10px;
}


.am-icon-th-large {
    display: inline-block;
    height: 16px;
    width: 16px;
}


.am-input-group {
    align-items: stretch;
    display: flex;
    position: relative;
    width: 100%;
}

.am-form {
    margin: 0;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.am-form input[type=number],
.am-form input[type=text],
.am-form select,
.am-form textarea,
.am-form-field {
    display: block;
    width: 100%;
    padding: .5em;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #555;
    vertical-align: middle;
    background-color: #F9F9F9;
    background-image: none;
    border: 1px solid #E6E6E6;
    -webkit-appearance: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 6px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.am-form select {
    padding-right: 32px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZlZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) 100% center no-repeat #fff;
}
.am-form-field {
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    flex: 1 1 auto;
    font-size: 1.6rem;
    height: 38px;
    line-height: 1.2;
    padding: .5em;
    vertical-align: middle;
    width: 1%;
}

.am-input-group-label {
    align-items: center;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 400;
    height: 38px;
    line-height: 36px;
    padding: 0 1em;
    text-align: center;
    white-space: nowrap;
}


.p-icon-a-095:before {
    content: "";
}

.p-icon-a-0110,
.p-icon-a-0210,
.p-icon-a-0310,
.p-icon-a-049 {
    display: inline-block;
    flex: none;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

.p-icon-a-0110:before,
.p-icon-a-0210:before,
.p-icon-a-0310:before,
.p-icon-a-049:before {
    content: "";
}

.am-text-left {
    text-align: left !important;
}

.am-text-right {
    text-align: right !important;
}

.am-text-center {
    text-align: center !important;
}

.am-text-bold {
    font-weight: 700;
}

.am-text-xl {
    font-size: 2.4rem;
}

.am-text-lg {
    font-size: 1.8rem;
}

.am-text-sm {
    font-size: 1.4rem;
}

.am-text-xs {
    font-size: 1rem;
}

.am-padding {
    padding: 1.6rem;
}

.am-padding-sm {
    padding: 1rem;
}

.am-padding-lg {
    padding: 2.4rem;
}

.am-padding-left-0 {
    padding-left: 0 !important;
}

.am-padding-left-xs {
    padding-left: .5rem;
}

.am-padding-left-sm {
    padding-left: 1rem;
}

.am-padding-left {
    padding-left: 1rem;
}

.am-padding-right {
    padding-right: 1.6rem;
}

.am-padding-right-sm {
    padding-right: 1rem;
}

.am-padding-top {
    padding-top: 1.6rem;
}

.am-padding-top-xs {
    padding-top: .5rem;
}

.am-padding-top-lg {
    padding-top: 2.4rem;
}

.am-padding-bottom {
    padding-bottom: 1.6rem;
}

.am-padding-bottom-lg {
    padding-bottom: 2.4rem;
}

.am-padding-bottom-sm {
    padding-bottom: 1rem;
}

.am-margin {
    margin: 1.6rem;
}

.am-margin-0 {
    margin: 0 !important;
}

.am-margin-sm {
    margin: 1rem;
}

.am-margin-bottom {
    margin-bottom: 1.6rem;
}

.am-margin-top {
    margin-top: 1.6rem;
}

.am-thumbnails {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.am-thumbnails > li {
    padding: 0 .5rem 1rem;
}

[class*=am-avg-] {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

[class*=am-avg-]:before,
[class*=am-avg-]:after {
    content: " ";
    display: table;
}

[class*=am-avg-]:after {
    clear: both;
}
[class*=am-u-]+[class*=am-u-]:last-child {
    float: right
}

[class*=am-u-]+[class*=am-u-].am-u-end {
    float: left
}

@media only screen {
    .am-avg-sm-1 > li {
        width: 100%;
    }

    .am-avg-sm-1 > li:nth-of-type(n) {
        clear: none;
    }

    .am-avg-sm-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .am-avg-sm-2 > li {
        width: 50%;
    }

    .am-avg-sm-2 > li:nth-of-type(n) {
        clear: none;
    }

    .am-avg-sm-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

}

[class*=am-avg-] > li {
    float: left;
    height: auto;
}

.am-avg-sm-3 > li {
    width: 33.33333333%;
}

.am-avg-sm-3 > li:nth-of-type(n) {
    clear: none;
}

.am-avg-sm-3 > li:nth-of-type(3n+1) {
    clear: both;
}

[class*=am-avg-].phone-clear-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[class*=am-u-].phone-clear-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.phone-padding-tool {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.image-square {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}


[class*=am-u-] {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    position: relative
}

.am-u-sm-12,
.am-u-sm-10,
.am-u-sm-2,
.am-u-sm-8,
.am-u-sm-4,
.am-u-md-6,
.am-u-lg-3 {
    float: left;
    min-height: 1px;
    position: relative;
}

.am-u-sm-12 {
    width: 100%;
}

.am-u-sm-10 {
    width: 83.33333333%;
}

.am-u-sm-2 {
    width: 16.66666667%;
}

.am-u-sm-8 {
    width: 66.66666667%;
}

.am-u-sm-4 {
    width: 33.33333333%;
}

.am-offcanvas {
    display: none;
}

.am-offcanvas-content {
    position: relative;
}

.am-modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1110;
}

.am-modal-dialog {
    background: #fff;
    position: relative;
}

.am-modal-hd,
.am-modal-bd {
    position: relative;
}

.am-modal-hd .am-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.am-close {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-align: center;
}

.am-nav-min > li > a,
.am-menu-nav > li > a,
.am-parent > a {
    display: block;
}

.am-dropdown .sub-menu {
    display: none;
}

.min-logo {
    background: url('../img/new/02-min-logo.png') no-repeat left center;
    background-size: 220px 42px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 22px;
    height: 42px;
    line-height: 36px;
    margin-top: 0;
    max-width: calc(100vw - 90px);
    position: relative;
    text-indent: -9999px;
    width: 252px;
}

.am-nav-min li .sub-menu {
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    display: none;
    left: 0;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000 !important;
}

.am-nav-min li .sub-menu .menu-item a {
    display: block;
    min-width: 120px;
    padding: 8px 10px;
    position: relative;
}

.popup-container {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: visibility 0s linear .3s, opacity .3s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

.popup-overlay {
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.popup-content {
    background-color: #2f3638;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .3s ease-out;
    width: 50%;
    z-index: 999;
}

.phone-menu-p {
    margin-top: 20px;
}

.phone-menu-p a {
    border-bottom: 1px solid #4f4f4f;
    color: #fff !important;
    display: block;
    padding: 0 0 10px 0;
}

.phone-menu-p .lang-dropdown .lang-list,
.am-offcanvas-content .lang-dropdown .lang-list {
    bottom: auto;
    margin-top: 10px !important;
    position: relative;
}

.am-breadcrumb {
    padding: 1.2em .2em .2em .2em !important;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 85%
}

.am-breadcrumb > li {
    display: inline-block
}

.am-breadcrumb > .am-active {
    color: #999
}

.am-breadcrumb-slash > li + li:before {
    content: "/\00a0"
}

.am-margin-left {
    margin-left: 1.6rem;
}

.am-margin-left-sm {
    margin-left: 1rem
}

.am-padding-top-xl {
    padding-top: 3.2rem
}

.am-padding-top-sm {
    padding-top: 1rem
}

.am-padding-right-lg {
    padding-right: 2.4rem
}

.am-margin-top-lg {
    margin-top: 2.4rem
}

.am-margin-bottom-sm {
    margin-bottom: 1rem
}

.am-margin-top-sm {
    margin-top: 1rem
}

@media screen and (max-width: 479px) {
    .m-hd {
        height: 50px;
        padding: 0;
    }
}

#doc-modal-1.am-modal,
#doc-modal-2.am-modal {
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    text-align: initial;
}

#doc-modal-1 .am-close,
#doc-modal-2 .am-close {
    color: #F75755 !important;
    opacity: 1;
    text-shadow: none;
}

#doc-modal-1 .am-close.am-close-spin,
#doc-modal-2 .am-close.am-close-spin {
    position: static;
    margin-left: auto;
}

#doc-modal-1.am-modal.am-modal-active,
#doc-modal-2.am-modal.am-modal-active {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
}

#doc-modal-1.am-modal.am-modal-active .am-modal-dialog,
#doc-modal-2.am-modal.am-modal-active .am-modal-dialog {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 500px !important;
        width: 500px !important;
    }

    .am-modal-dialog.download-modal-center {
        max-width: 680px !important;
        width: 680px !important;
    }
}

@media (min-width: 1025px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 520px !important;
        width: 520px !important;
    }

    .am-modal-dialog.download-modal-center {
        max-width: 680px !important;
        width: 680px !important;
    }
}

@media (min-width: 1200px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 550px !important;
        width: 550px !important;
    }

    .am-modal-dialog.download-modal-center {
        max-width: 680px !important;
        width: 680px !important;
    }
}

.am-g {
    margin: 0 auto;
    width: 100%;
}

.am-g:before,
.am-g:after,
.am-nav:before,
.am-nav:after {
    content: " ";
    display: table;
}

.am-g:after,
.am-nav:after {
    clear: both;
}

.am-fl {
    float: left;
}

.am-fr {
    float: right;
}

.am-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-nav > li {
    float: left;
    position: relative;
}

.am-nav > li > a {
    display: block;
    padding: .4em 1em;
    position: relative;
}

.am-nav-pills > li {
    float: left;
}

.am-nav-pills > li + li {
    margin-left: 5px;
    margin-top: 0;
}

.am-dropdown {
    position: relative;
}

.am-dropdown:hover .sub-menu,
.am-nav li:hover .sub-menu {
    display: block;
}

.am-nav li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding-left: 0;
    min-width: 104px;
    background: #2F3638;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    z-index: 1000 !important;
}

.am-nav li .sub-menu .menu-item a,
.sub-menu li a {
    display: block;
    padding: 8px 15px;
    text-align: left;
    font-weight: 100;
    color: #000000;
}

.sub-menu li a:hover {
    color: #222222;
    background: #07C160;
}

.m-hd .am-sticky {
    background: #FFFFFF;
    padding: 15px 0;
    opacity: 0.98;
    box-shadow: 0 1px 0 0 #F5F5F7;
}

.m-hd .m-nav a {
    color: #000000;
    border-bottom: 2px solid transparent;
    transition: background-color 300ms ease-out, border-bottom 300ms ease-out;
}

.m-hd .m-nav a:hover {
    background: transparent;
    border-bottom: 2px solid #222222;
}

.am-dropdown:hover .border-bottom-hover {
    border-bottom-color: #222222;
}

.m-hd .am-nav > li > a {
    position: relative;
    display: block;
    padding: .4em;
}

.m-logo {
    display: block;
    float: left;
    height: 36px;
    width: 252px;
    margin-left: 10px;
    margin-right: 0;
    font-size: 22px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
    z-index: 9999 !important;
}

.m-logo-title {
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.m-header-banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 260px;
    color: #FFFFFF;
}

.m-header-1 {
    height: 110px;
    padding-top: 125px;
    background: #FFFFFF;
}

.sewvtop > span {
    float: left;
    width: 75%;
    height: 45px;
    padding: 8px 0 0 10px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    vertical-align: middle;
}

.sewvtop > em {
    float: right;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.am-show-md-up .am-slider-desc .sewvtop > .tn-icon-down-triangle {
    width: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 12px;
    padding: 0 !important;
}

.am-show-md-up .am-slider-desc .am-input-group-label > .p-icon-a-095 {
    margin-right: 10px;
    padding-right: 0;
}

.sewvbm {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 120%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 0;
}

.sewvbm > li {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    list-style: none;
}

.sewvbm > li:hover {
    border-bottom: 1px solid #000000;
}

.am-padding-left-lg {
    padding-left: 2.4rem;
}

.p-icon-a-095,
.p-icon-a-104,
.tn-icon-align-left,
.tn-icon-down-triangle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    flex: 0 0 16px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .m-header-banner {
        height: 420px;
        padding-top: 240px;
    }

    .m-header-1 {
        height: 110px;
        padding-top: 125px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .m-header-banner {
        height: 420px;
        padding-top: 220px;
        text-align: center;
    }

    .m-header-1 {
        height: 110px;
        padding-top: 125px;
        text-align: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-header-banner {
        height: 380px;
        padding-top: 120px;
    }

    .m-header-1 {
        height: 10px;
        padding-top: 5px;
        text-align: left;
    }
}

@media screen and (min-width: 641px) and (max-width: 767px) {
    .m-header-banner {
        height: 420px;
        padding-top: 220px;
        text-align: center;
    }

    .m-header-1 {
        height: 95px;
        padding-top: 125px;
        text-align: left;
    }
}

@media screen and (max-width: 479px) {
    .m-header-banner {
        height: 1304px;
        padding-top: 80px;
        text-align: center;
    }

    .m-header-1 {
        height: 20px;
        padding-top: 75px;
        text-align: left;
    }
}

#doc-modal-1.am-modal,
#doc-modal-2.am-modal {
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    text-align: initial;
}

#doc-modal-1.am-modal.am-active,
#doc-modal-1.am-modal.am-modal-active {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

#doc-modal-1.am-modal.am-active .am-modal-dialog,
#doc-modal-1.am-modal.am-modal-active .am-modal-dialog {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 500px !important;
        width: 500px !important;
    }
}

@media (min-width: 1025px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 520px !important;
        width: 520px !important;
    }
}

@media (min-width: 1440px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 550px !important;
        width: 550px !important;
    }
}

.am-container > .am-g {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
}

.am-g .am-g {
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto;
}

.am-u-sm-3 {
    width: 25%;
}

.am-u-sm-9 {
    width: 75%;
}

/* landing-list 閿熸鐚存嫹椤甸敓鏂ゆ嫹 lazyAmazeUi 閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷锋ā寮忛敓閾拌鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓缁?*/
body {
    background: #F5F5F7;
}

h1 {
    font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.6rem;
}



.am-btn,
.am-btn-link {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    user-select: none;
}

.am-btn {
    padding: .5em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    background-image: none;
}

.am-round,
.am-btn.am-round {
    border-radius: 1000px;
}

.am-btn-link {
    padding: 0;
    border: 0;
    background: transparent;
}

.am-list {
    margin: 0 0 1.6rem;
    padding: 0;
    list-style: none;
}

.am-list > li {
    position: relative;
    display: block;
}

.am-list > li > a {
    display: block;
    padding: 1rem 0;
}

.am-panel {
    margin-bottom: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.am-panel > .am-list {
    margin: 0;
}

.am-panel > .am-list-static li,
.am-panel > .am-list > li > a {
    padding-left: 1rem;
    padding-right: 1rem;
}

.am-collapse {
    display: none;
}

.am-collapse.am-in,
.am-in {
    display: block;
}

.am-margin-right {
    margin-right: 1.6rem;
}

.am-margin-top-lg {
    margin-top: 1.6rem;
}

.am-margin-bottom-xl {
    margin-bottom: 3.2rem;
}

.am-padding-left {
    padding-left: 1.6rem;
}

.am-padding-right-xs {
    padding-right: .5rem;
}

.am-u-sm-6 {
    width: 50%;
    float: left;
    min-height: 1px;
    position: relative;
}

.am-widget,
.am-slider {
    margin: 0;
}

.am-slider {
    padding: 0;
    position: relative;
}

.am-slider-a1 {
    background: transparent;
}

.am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider .am-slides > li {
    display: block;
    position: relative;
}

.am-icon-angle-right,
.am-icon-angle-down,
.am-icon-user,
.p-icon-a-0011,
.p-icon-a-067,
.p-icon-a-087,
.p-icon-a-0907-002,
.p-icon-a-105 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    flex: 0 0 16px;
}

@media only screen and (min-width: 641px) {
    .am-avg-md-1 > li {
        width: 100%;
    }

    .am-avg-md-1 > li:nth-of-type(n) {
        clear: none;
    }

    .am-avg-md-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .am-u-md-12 {
        width: 100%;
    }

    .am-avg-md-2 > li {
        width: 50%;
    }

    .am-avg-md-2 > li:nth-of-type(n) {
        clear: none;
    }

    .am-avg-md-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .am-avg-md-3 > li {
        width: 33.33333333%;
    }

    .am-avg-md-3 > li:nth-of-type(n) {
        clear: none;
    }

    .am-avg-md-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .am-modal {
        width: 680px !important;
    }

    .am-show-sm-only {
        display: none !important;
    }

    .am-hide-sm-only {
        display: block !important;
    }

    .am-show-md-only,
    .am-show-md-up {
        display: inherit !important;
    }

    .am-hide-md-only {
        display: none !important;
    }

    .am-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .am-container > .am-g,
    .am-g .am-g {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .am-u-md-4 {
        width: 33.33333333%;
    }

    .am-u-md-6 {
        width: 50%;
    }

    .am-u-md-8 {
        width: 66.66666667%;
    }

    .am-u-md-2 {
        width: 16.66666667%;
    }
}

@media only screen and (min-width: 1025px) {
    .am-avg-lg-2 > li {
        width: 50%;
    }

    .am-avg-lg-2 > li:nth-of-type(n) {
        clear: none;
    }

    .am-avg-lg-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .am-avg-lg-3 > li {
        width: 33.33333333%;
    }

    .am-avg-lg-3 > li:nth-of-type(n) {
        clear: none;
    }

    .am-avg-lg-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .am-avg-lg-4>li {
        width: 25%
    }
    .am-avg-lg-4>li:nth-of-type(n) {
        clear: none
    }
    .am-avg-lg-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .am-avg-lg-5 > li {
        width: 20%;
    }

    .am-avg-lg-5 > li:nth-of-type(n) {
        clear: none;
    }

    .am-avg-lg-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .am-show-md-only {
        display: none !important;
    }

    .am-hide-md-only {
        display: inherit !important;
    }

    .am-show-lg-only {
        display: inherit !important;
    }

    .am-hide-lg-only {
        display: none !important;
    }

    .am-u-lg-3 {
        width: 25%;
    }

    .am-u-lg-9 {
        width: 75%;
    }
    .am-u-lg-11 {
        width: 91.66666667%;
    }
    .am-u-lg-12 {
        width: 100%;
    }
}

/* cal-details overrides */
body {
    background: #F5F5F7;
}

.am-container.phone-clear-padding.am-margin-top-sm > .am-u-sm-12 {
    margin-bottom: 15px;
}

.am-container.phone-clear-padding.am-margin-top-sm > .am-u-sm-12 > div[style*="background-color: #FFFFFF"] {
    min-height: 240px;
}

.am-form-horizontal .am-form-group {
    position: relative;
}

#editor {
    min-height: 120px;
}

.am-margin-top-xl {
    margin-top: 3.2rem;
}

.am-selected {
    display: block;
    position: relative;
    width: 100% !important;
}

.am-selected-btn {
    display: block;
    position: relative;
    width: 100%;
    min-height: 38px;
    padding: 8px 32px 8px 12px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background: #FFFFFF;
    background-image: none;
    color: #333333;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.am-selected-btn.am-btn-default {
    background: #FFFFFF;
}

.am-selected-status {
    display: block;
    width: 100%;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.am-selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    transform: rotate(45deg);
    pointer-events: none;
}

@media only screen and (min-width: 641px) {
    .am-u-md-8 {
        width: 66.66666667%;
    }

    .am-u-md-4 {
        width: 33.33333333%;
    }

    .am-u-md-12 {
        width: 100%;
    }

    .am-form-horizontal .am-form-label {
        width: 33.33333333%;
        float: left;
        text-align: right;
        padding-right: 15px;
    }

    .am-form-horizontal .am-u-sm-8 {
        width: 66.66666667%;
    }

    .am-form-horizontal .am-u-sm-4 {
        width: 33.33333333%;
    }

    .am-form-horizontal .am-u-sm-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    .am-u-lg-1 {
        width: 8.33333333%;
    }

    .am-u-lg-3 {
        width: 25%;
    }

    .am-u-lg-6 {
        width: 50%;
    }

    .am-u-lg-9 {
        width: 75%;
    }

    .am-u-lg-11 {
        width: 91.66666667%;
    }
}

.am-form-horizontal .am-checkbox,
.am-form-horizontal .am-checkbox-inline,
.am-form-horizontal .am-form-label,
.am-form-horizontal .am-radio,
.am-form-horizontal .am-radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .6em;
}


.am-form-horizontal .am-form-group:before,
.am-form-horizontal .am-form-group:after {
    content: " ";
    display: table;
}

.am-form-horizontal .am-form-group:after {
    clear: both;
}
