@charset "UTF-8";
/*---------------
VARIABLES
----------------*/
/* === COLORS === */
/* Orange */
/* Blue  */
/* Light Blue / Link Blue */
/* Yellow */
/* Dark Orange */
/* Black */
/* Accordion Light Blue */
/* Hovered Link Blue */
/* Visited Link Violet */
.text-white {
  color: #fff !important;
}

.text-color {
  color: #636465 !important;
}

.text-color-2 {
  color: #9b9b9b !important;
}

.text-color-lighten {
  color: rgba(0, 0, 0, 0.55) !important;
}

.bg-color {
  background-color: #f9f8f8 !important;
}

.border-color {
  border: #d5d5d5 !important;
}

.text-color-1 {
  color: #faa813 !important;
}

.text-color-2 {
  color: #5d87a1 !important;
}

.text-color-3 {
  color: #2769ef !important;
}

.text-color-4 {
  color: #ffca05 !important;
}

.text-color-6 {
  color: #000000 !important;
}

.bg-color-1 {
  background-color: #faa813 !important;
}

.bg-color-2 {
  background-color: #5d87a1 !important;
}

.bg-color-3 {
  background-color: #2769ef !important;
}

.bg-color-4 {
  background-color: #ffca05 !important;
}

.bg-color-5 {
  background-color: #f37021 !important;
}

.bg-color-7 {
  background-color: #c3ddec !important;
}

.bg-primary {
  background-color: #faa813 !important;
}

.bg-secondary {
  background-color: #5d87a1 !important;
}

.bg-warning {
  background-color: #ffca05 !important;
}

.bg-danger {
  background-color: #f37021 !important;
}

.bg-dark {
  background-color: #636465 !important;
}

.bg-light {
  background-color: #f9f8f8 !important;
}

.bg-light-2 {
  background-color: #f2f2f2 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-pattern {
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg);
}

.border-color-1 {
  border-color: #faa813 !important;
}

.border-color-2 {
  border-color: #5d87a1 !important;
}

.border-color-3 {
  border-color: #2769ef !important;
}

.border-color-4 {
  border-color: #ffca05 !important;
}

.no-border {
  border: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.add-border {
  border: 1px solid #d5d5d5;
}

.add-border-top {
  border-top: 1px solid #d5d5d5 !important;
}

.add-border-right {
  border-right: 1px solid #d5d5d5 !important;
}

.add-border-left {
  border-left: 1px solid #d5d5d5 !important;
}

.add-border-bottom {
  border-bottom: 1px solid #d5d5d5 !important;
}

.blue-border-top {
  border-top: 5px solid #5d87a1;
}

/* === SPACING === */
/* === FONT SIZES == */
/* === FONT === */
.font-1 {
  font-family: "ff-zwo-web-pro", sans-serif;
}

.font-2 {
  font-family: "Source Sans Pro", sans-serif;
}

.text-bold {
  font-weight: 700 !important;
}

.text-semi-bold {
  font-weight: 600 !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-light,
.text-light-weight {
  font-weight: 200 !important;
}
.text-light strong,
.text-light b,
.text-light-weight strong,
.text-light-weight b {
  font-weight: 700;
}

.multiple-weight {
  font-weight: 300 !important;
}
.multiple-weight span,
.multiple-weight strong,
.multiple-weight b {
  font-weight: 700 !important;
}

.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------
HELPERS
----------------*/
/* === TEXT === */
.break-lines {
  white-space: pre-line;
}

.widow {
  display: inline-block;
}

.display-block {
  display: block;
}

.text-color-white {
  color: white !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.border-top {
  border-top: solid 1px #d5d5d5;
}

.border-right {
  border-right: solid 1px #d5d5d5;
}

.border-bottom {
  border-bottom: solid 1px #d5d5d5;
}

.border-left {
  border-left: solid 1px #d5d5d5;
}

.border-primary {
  border-color: #faa813 !important;
}

.border-secondary {
  border-color: #5d87a1 !important;
}

.text-underline {
  text-decoration: underline;
}

/* === HIDING === */
/* Roles */
.logged-in .hide-logged-in {
  display: none !important;
}

.logged-out .hide-logged-out {
  display: none !important;
}

/* Screen Size */
@media (min-width: 1200px) {
  .hide-desktop--xl {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-mobile--xl {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop--lg {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile--lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .text-center-desktop--lg {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-mobile--lg {
    text-align: center !important;
  }
}

/* === CROPPING === */
.crop {
  overflow: hidden;
}

/* === SPACING === */
/* Margins */
.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

.m-b-3 {
  margin-bottom: 3px !important;
}

.m-l-3 {
  margin-left: 3px !important;
}

.m-r-3 {
  margin-right: 3px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

/* Padding */
.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .space-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .space-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .space-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/*---------------
CORE SKIN STYLES
----------------*/
html {
  scroll-behavior: smooth;
}

.container {
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
}

/* === TEXT STYLES FONT SIZES; === */
.fs-35 {
  font-size: 35px;
}

.fs-30 {
  font-size: 30px;
}

.fs-25 {
  font-size: 25px;
}

.fs-20 {
  font-size: 20px;
}

p,
.p {
  font-size: 16px;
}

.fs-p {
  font-size: 18px !important;
}

.fs-mp {
  font-size: 16px !important;
}

.sp,
.fs-sp {
  font-size: 14px !important;
}

.xsp,
.fs-xsp {
  font-size: 12px !important;
}

.fs-0 {
  font-size: 0px !important;
}

.fs-inherit {
  font-size: inherit !important;
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
  .fs-45 {
    font-size: 45px;
  }
  h1,
  .h1,
  .fs-1 {
    font-size: 35px;
  }
  .fs-1-sm {
    font-size: 30px;
  }
  h2,
  .h2,
  .fs-2 {
    font-size: 26px;
  }
  h3,
  .h3,
  .fs-3 {
    font-size: 22px;
  }
  h4,
  .h4,
  .fs-4 {
    font-size: 18px;
  }
  h5,
  .h5,
  .fs-5 {
    font-size: 17px;
  }
  h6,
  .h6,
  .fs-6 {
    font-size: 16px;
  }
  .fs-xlg {
    font-size: 66px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .fs-45 {
    font-size: 40px;
  }
  h1,
  .h1,
  .fs-1 {
    font-size: 32px;
  }
  .fs-1-sm {
    font-size: 28px;
  }
  h2,
  .h2,
  .fs-2 {
    font-size: 23px;
  }
  h3,
  .h3,
  .fs-3 {
    font-size: 20px;
  }
  h4,
  .h4,
  .fs-4 {
    font-size: 18px;
  }
  h5,
  .h5,
  .fs-5 {
    font-size: 16px;
  }
  h6,
  .h6,
  .fs-6 {
    font-size: 15px;
  }
  .fs-xlg {
    font-size: 61px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.33;
  font-family: "ff-zwo-web-pro", sans-serif;
  color: #636465;
  margin-top: 0px;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 30px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0px;
}

h1,
.h1,
.fs-1 {
  font-weight: 700;
}

body,
p,
.p {
  font-weight: 400;
  line-height: 1.63;
  font-family: "Source Sans Pro", sans-serif;
  color: #636465;
}

p,
.p {
  margin-top: 0px;
}
p:not(:last-child),
.p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child,
.p:last-child {
  margin-bottom: 0px;
}

.learn-more {
  font-size: 14px;
}

.text-italic {
  font-style: italic !important;
}

.text-style-regular {
  font-style: normal !important;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.2;
}

.line-height-3 {
  line-height: 1.3;
}

.line-height-4 {
  line-height: 1.4;
}

.line-height-5 {
  line-height: 1.5;
}

/* === MISC. === */
hr {
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  margin: 30px 0px;
}

.DnnModule hr {
  margin: 0;
}

.orange-divider {
  width: 100%;
  margin: 0 !important;
  border: none;
  height: 10px;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, #fdce79), color-stop(72%, #faa813));
  background-image: linear-gradient(270deg, #fdce79 18%, #faa813 72%);
}

img {
  max-width: 100%;
}

/* === LINKS AND BUTTONS === */
a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #5d87a1;
}
a:hover, a:focus, a:visited {
  color: #5d87a1;
}
a.btn:focus, a.btn:visited {
  outline: 1;
}

/* === INLINE LINKS === */
.DnnModule a:not(.link):not(.btn):not(.nav-link):not(.collapse-trigger):not(.card-item__cta) {
  color: #5d87a1;
}
.DnnModule a:not(.link):not(.btn):not(.nav-link):not(.collapse-trigger):not(.card-item__cta):hover, .DnnModule a:not(.link):not(.btn):not(.nav-link):not(.collapse-trigger):not(.card-item__cta):focus {
  color: #5d87a1;
  text-decoration: underline;
  outline: none;
}
.DnnModule a:not(.link):not(.btn):not(.nav-link):not(.collapse-trigger):not(.card-item__cta):visited {
  color: #5d87a1;
}

/* === BUTTONS === */
.btn {
  display: inline-block;
  padding: 6px 20px;
  line-height: 1.33;
  border: 1px solid;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn .focus {
  outline: 1 !important;
}
.btn.btn--orange, .btn.btn-primary, .btn:not([class*=btn--]) {
  background-color: #faa813;
  border-color: #faa813;
  color: white;
}
.btn.btn--orange:hover, .btn.btn--orange:focus, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn:not([class*=btn--]):hover, .btn:not([class*=btn--]):focus {
  background-color: white;
  color: #faa813;
}
.btn.btn--blue, .btn.btn-secondary {
  background-color: #5d87a1;
  border-color: #5d87a1;
  color: white;
}
.btn.btn--blue:hover, .btn.btn--blue:focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: white;
  color: #5d87a1;
}
.btn.btn--white, .btn.btn-white, .btn.btn-light {
  background-color: white;
  border-color: white;
  color: #5d87a1;
}
.btn.btn--white:hover, .btn.btn--white:focus, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-light:hover, .btn.btn-light:focus {
  background-color: #5d87a1;
  color: white;
}
.btn.btn--blue-outline, .btn.btn-outline-secondary {
  background-color: #fff;
  border-color: #5d87a1;
  color: #5d87a1;
}
.btn.btn--blue-outline:hover, .btn.btn--blue-outline:focus, .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  background-color: #5d87a1 !important;
  color: white !important;
}
.btn.btn--orange-outline, .btn.btn-outline-primary {
  background-color: #fff;
  border-color: #faa813;
  color: #faa813;
}
.btn.btn--orange-outline:hover, .btn.btn--orange-outline:focus, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background-color: #faa813;
  color: white;
}
.btn.btn--white, .btn.btn-light, .btn.btn-white {
  background-color: white;
  border-color: white;
  color: #faa813;
}
.btn.btn--white:hover, .btn.btn--white:focus, .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-white:hover, .btn.btn-white:focus {
  background-color: white;
  color: #faa813;
}
.btn.btn--white-outline, .btn.btn-outline-light {
  background-color: transparent;
  border-color: white;
  color: white;
}
.btn.btn--white-outline:hover, .btn.btn--white-outline:focus, .btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background-color: white;
  color: #5d87a1;
}
.btn.btn--gray-outline {
  background-color: transparent;
  border-color: #d5d5d5;
  color: #a8a8a8;
}
.btn.btn--gray-outline:hover, .btn.btn--gray-outline:focus {
  background-color: #a8a8a8;
  color: white;
}
.btn .btn-inline {
  display: inline-block !important;
}
.btn.btn-lg {
  padding: 9px 28px;
  font-size: 18px;
  font-weight: 600;
}
.btn.btn-small {
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 30px;
}
.btn.btn-sm {
  font-size: 15px;
  line-height: 1.3;
  padding: 5px 20px;
}
.btn.btn--text, .btn.btn-text {
  background: none;
  border: none;
  text-decoration: underline;
  font-size: 16px;
  padding: 0;
  color: #5d87a1;
}
.btn.btn--text:hover, .btn.btn-text:hover {
  color: #5d87a1;
  background: none;
  border: none;
  text-decoration: underline;
}

.dnnPrimaryAction,
.dnnSecondaryAction,
#dnn_ctr_SendPassword_cancelButton,
#dnn_ctr_SendPassword_cmdSendPassword {
  text-shadow: none !important;
  font-weight: 600;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 28px;
  font-size: 18px;
}

.dnnPrimaryAction,
#dnn_ctr_SendPassword_cmdSendPassword {
  background: #faa813 !important;
  border-color: #faa813 !important;
  color: white !important;
}
.dnnPrimaryAction:hover, .dnnPrimaryAction:focus,
#dnn_ctr_SendPassword_cmdSendPassword:hover,
#dnn_ctr_SendPassword_cmdSendPassword:focus {
  background: white !important;
  color: #faa813 !important;
}

.dnnSecondaryAction,
#dnn_ctr_SendPassword_cancelButton {
  background: #5d87a1 !important;
  border-color: #5d87a1 !important;
  color: white !important;
}
.dnnSecondaryAction:hover, .dnnSecondaryAction:focus,
#dnn_ctr_SendPassword_cancelButton:hover,
#dnn_ctr_SendPassword_cancelButton:focus {
  background: white !important;
  color: #5d87a1 !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
}

.no-gutters {
  padding-right: 0;
  padding-left: 0;
}

.no-gutters-children [class*=col-] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/*
.row {
  &.column-lg {
    @include respond-above(lg) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
}
*/
.Normal,
.NormalDisabled,
.NormalDeleted {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
}

.badge {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: initial;
  color: #5d87a1;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.7;
  padding: 0 11px;
  font-weight: 200;
  margin-bottom: 6px;
}

/* === OWL SLIDER NAV STYLING; === */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  color: transparent;
  border: none !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #d5d5d5;
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px 10px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #aaaaaa;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
  right: auto;
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px;
  left: auto;
}

.owl-carousel .owl-nav button.owl-prev {
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/chevron-left.svg);
}

/* === LINK LIST; === */
.link-list {
  padding: 0;
  margin: 0 0 17px 0;
  list-style: none;
}
@media (max-width: 575px) {
  .link-list {
    margin-bottom: 20px;
  }
}
.link-list li {
  margin: 0;
  line-height: 1.14;
  padding: 4px 0 4px 22px;
  margin-bottom: 10px;
  color: #5d87a1;
  font-size: 14px;
  font-weight: 200;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.link-list li a {
  color: #5d87a1;
  font-size: 14px;
  font-weight: 200;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.link-list.featured li {
  padding: 0 0 0 22px;
}
.link-list.featured li a {
  display: block;
  line-height: 1.14;
  padding: 7px 0;
}

.link-item-pdf {
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-pdf.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
  padding-left: 22px;
}

.link-item-link {
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-link.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
  padding-left: 22px;
}

.link-item-form {
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-form.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
  padding-left: 22px;
}

.link-item-video {
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-video.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
  padding-left: 22px;
}

/* === ORDERED LIST WITH PARENTHESES; === */
ol.parentheses {
  counter-reset: list;
  padding-left: 15px;
}
ol.parentheses li {
  list-style: none;
  position: relative;
  font-weight: 200;
}
ol.parentheses li:before {
  counter-increment: list;
  content: counter(list) ")";
  position: absolute;
  left: -1em;
}

ul {
  list-style: disc outside;
}

/* === UNORDERED LIST WITH CUSTOM BULLET POINT; === */
ul.disc,
.tab-content__content ul:not([class]),
.tab-content__sidebar ul:not([class]),
.tab-content__footer ul:not([class]) {
  margin: 0 0 17px 0;
  padding: 0;
}
ul.disc li,
.tab-content__content ul:not([class]) li,
.tab-content__sidebar ul:not([class]) li,
.tab-content__footer ul:not([class]) li {
  list-style: none;
  position: relative;
  padding-left: 4px;
  font-weight: 200;
  line-height: 1.5;
}
ul.disc li:before,
.tab-content__content ul:not([class]) li:before,
.tab-content__sidebar ul:not([class]) li:before,
.tab-content__footer ul:not([class]) li:before {
  content: "•";
  font-size: 16px;
  position: relative;
  left: -4px;
  top: 0;
}
ul.disc li ul,
ul.disc li ol,
.tab-content__content ul:not([class]) li ul,
.tab-content__content ul:not([class]) li ol,
.tab-content__sidebar ul:not([class]) li ul,
.tab-content__sidebar ul:not([class]) li ol,
.tab-content__footer ul:not([class]) li ul,
.tab-content__footer ul:not([class]) li ol {
  padding-left: 15px;
}

.tab-content__content ul,
.tab-content__sidebar ul,
.tab-content__footer ul {
  list-style: none !important;
}

.no-bullet {
  list-style: none;
}
.no-bullet li {
  list-style: none;
}
.no-bullet li:before {
  display: none;
}

.p1,
.p2,
.p3,
.p4 {
  font: inherit !important;
}

p:empty {
  display: none;
}

.section {
  padding: 45px 0 90px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0 45px 0;
  }
}

.orange-gradient {
  background: rgb(250, 168, 20);
  background: -webkit-gradient(linear, left top, right top, from(rgb(250, 168, 20)), to(rgb(254, 224, 174)));
  background: linear-gradient(90deg, rgb(250, 168, 20) 0%, rgb(254, 224, 174) 100%);
}

.gradient-heading {
  margin-top: 10px;
  /*
  @include respond-above(md) {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    top: 10px;
    left: 50%;
    margin-top: 0;
  }
  */
}

@media (max-width: 767px) {
  .create-an-account-wrap {
    overflow: auto;
  }
}
.create-an-account-wrap iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .create-an-account-wrap iframe {
    width: 600px;
  }
}
.create-an-account-wrap .container {
  background: #fff;
  text-align: center;
  padding: 30px 0 40px 0;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
@media (min-width: 1200px) {
  .create-an-account-wrap .container {
    padding: 60px 0 90px 0;
  }
}

/* Generated by Glyphter (http://www.glyphter.com) on  Thu Apr 16 2020*/
@font-face {
  font-family: "amt resources";
  src: url("../fonts/amt-resources.eot");
  src: url("../fonts/amt-resources.eot?#iefix") format("embedded-opentype"), url("../fonts/amt-resources.woff") format("woff"), url("../fonts/amt-resources.ttf") format("truetype"), url("../fonts/amt-resources.svg#amt-resources") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=amt-]:before {
  display: inline-block;
  font-family: "amt resources";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amt-icon-star:before {
  content: "A";
}

.amt-icon-file-download:before {
  content: "B";
}

.amt-icon-video:before {
  content: "C";
}

.amt-icon-form:before {
  content: "D";
}

.amt-icon-warning:before {
  content: "E";
}

.amt-icon-documents:before {
  content: "F";
}

.amt-icon-custom-filter:before {
  content: "G";
}

.amt-icon-search-blue:before {
  content: "H";
}

.amt-icon-file-upload:before {
  content: "I";
}

.amt-icon-videos:before {
  content: "J";
}

.amt-icon-forms:before {
  content: "K";
}

.amt-icon-meeting:before {
  content: "P";
}

.amt-icon-society:before {
  content: "Q";
}

.amt-icon-badge:before {
  content: "R";
}

.amt-icon-pdf:before {
  content: "S";
}

.amt-icon-link:before {
  content: "T";
}

.content-pane {
  width: 100%;
  position: relative;
}

.content-pane-label {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 15px;
  font-weight: 600;
  font-size: 14px;
}

.gsc-search-button {
  height: 37px !important;
  border-radius: 0 !important;
  line-height: 37px !important;
  padding: 0 !important;
}

.gsc-search-button button {
  padding: 0 27px !important;
}

.gsc-input {
  padding-right: 0 !important;
}

.gsc-adBlock {
  display: none !important;
}

.gscb_a {
  position: relative !important;
  top: 2px !important;
}

.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link b {
  color: #faa813 !important;
}

.gsc-expansionArea .gsc-webResult:first-of-type a b {
  color: #faa813 !important;
}

.search-trigger:hover,
.search-trigger.active {
  color: #F9A500 !important;
}

.search-input-lg-wrap {
  display: none;
}

@media (max-width: 991px) {
  .search-input-lg-wrap {
    display: none !important;
  }
}
.search-input-lg-wrap {
  margin-right: -34px;
}

.search-input-wrap {
  background: #fcfcfc;
  border-top: 1px solid #d0d0d0;
}

.search-input-wrap .search-input-lg,
.search-input-wrap .search-input-sm {
  border-bottom: 2px solid #F9A500;
}

.search-input-wrap .search-input-lg input {
  width: 370px;
}

.search-input-wrap .search-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: 1px solid #d0d0d0;
  border-top: none;
  border-bottom: none;
  padding: 0 13px 3px 13px;
  border-radius: 0 !important;
  font-size: 14px;
}

.search-input-wrap .search-input:focus {
  border-radius: 0;
  outline: none;
}

.search-input-wrap .search-input#searchSiteSm {
  flex: 1;
  padding: 0 25px 3px 25px;
}

.search-input-wrap .search-submit {
  border-radius: 0;
  text-transform: uppercase;
  border-right: 1px solid #d0d0d0;
  font-size: 14px;
  color: #faa813 !important;
}

#dnn_TopPane {
  width: 100%;
}

.find-featured-resource-wrap {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 2;
  background: #fff;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.find-featured-resource-wrap.active {
  width: 56%;
}

@media (max-width: 1199px) {
  .find-featured-resource-wrap.active {
    top: 20%;
    width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .find-featured-resource-wrap.active {
    width: 45%;
    max-width: 700px;
  }
}
.find-featured-resource-wrap.active .find-featured-resource_content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.find-featured-resource-wrap .badge-find-featured-resource {
  top: 0;
  z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  right: 0;
  outline: none;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.find-featured-resource-wrap .badge-find-featured-resource:focus {
  outline: none;
}

.find-featured-resource-wrap .find-featured-resource_content {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  width: 100%;
  z-index: 100;
  border: 2px solid #5d87a1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.find-featured-resource-wrap .find-featured-resource_content .section-heading {
  background: #fff;
  padding: 12px 25px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.find-featured-resource-wrap .find-featured-resource_content .section-content {
  background: #f9f8f8;
  padding: 25px;
  display: block;
}

.find-featured-resource-wrap .find-featured-resource_content .link-list-wrap.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .find-featured-resource-wrap .find-featured-resource_content .link-list-wrap.two-column {
    display: block;
  }
}
.find-featured-resource-wrap .find-featured-resource_content .link-list.two-column {
  width: calc(50% - 35px);
  margin-right: 35px;
}

.find-featured-resource-wrap .find-featured-resource_content .link-list.two-column:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .find-featured-resource-wrap .find-featured-resource_content .link-list.two-column {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .find-featured-resource-wrap .find-featured-resource_content .link-list.two-column:first-child {
    margin-bottom: 0;
  }
}
.find-featured-resource-wrap .close.close-flyout {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------
DNN FIXES
----------------*/
html {
  overflow-x: hidden;
}

/* === DIALOGS === */
.dnnModuleDialog {
  position: fixed !important;
  left: calc(50% - 323px) !important;
  top: calc(50% - 240px) !important;
}

.DnnModule.floating {
  top: calc(50vh - 66px) !important;
  left: calc(50vw - 66px) !important;
}

.dnnFormPopup {
  top: calc(50vh - 102px) !important;
  position: fixed;
}

.ui-dialog-titlebar > .ui-dialog-titlebar-close {
  background-position: 14px 6px !important;
}

/* === BOOTSTRAP === */
.row {
  clear: both;
}

/* === GLYPHTER ICONS === */
[class*=icon-sxc-]:before {
  font-family: "inpage-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  display: inline-block !important;
  line-height: 28px !important;
}

/* === ADD MODULE MENUS === */
body:not(.dnnEditState) .sc-content-block-menu {
  display: none !important;
}

/* === EDIT MENUS === */
.DnnModule {
  position: relative;
}
.DnnModule:not(:hover) .sc-menu {
  opacity: 0;
}
.DnnModule:hover .sc-menu {
  opacity: 1;
}
.DnnModule .sc-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

/* === GLOW === */
.sc-cb-pane-glow {
  background-color: transparent !important;
}

/* === PERSONA BAR SPACING === */
@media (max-width: 991px) {
  #dnn_RightSidebar {
    margin-top: 30px;
  }
}
div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
  padding: 5px 10px;
  height: auto;
}

.LoginPanel {
  float: none;
  margin: 0 auto;
  padding: 0;
}

/*---------------
HEADER / NAVIGATION
----------------*/
/* === HEADER; === */
#header {
  background: #ffffff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 2px 4px 0 rgba(161, 161, 161, 0.5);
  box-shadow: 0 2px 4px 0 rgba(161, 161, 161, 0.5);
}
#header .nav-wrap {
  padding: 0;
}
@media (min-width: 992px) {
  #header .nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#header .navbar-toggler {
  padding: 0 15px;
  color: #636465;
  font-size: 25px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar-toggler {
    top: 30px;
  }
}
@media (max-width: 991px) {
  #header .navbar-toggler span {
    display: block;
  }
}
#header .navbar-toggler:focus {
  outline: none;
}
#header .navbar {
  padding: 0;
}
@media (min-width: 992px) {
  #header .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#header .nav-item .dropdown-toggle:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #5d87a1 transparent transparent transparent;
  position: relative;
  top: 1px;
  right: 0;
}
@media (min-width: 992px) {
  #header .nav-item .dropdown-toggle:after {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  #header .nav-item .dropdown-toggle:after {
    display: none;
    border-width: 9px 7px 0 7px;
    top: calc(50% - 5px);
    right: 20px;
    left: auto;
    position: absolute;
  }
}
@media (min-width: 992px) {
  #header .nav-item.has-child:hover .dropdown-toggle {
    color: #5d87a1;
  }
}
@media (min-width: 992px) {
  #header .nav-item.has-child:hover .dropdown-toggle:after {
    opacity: 1;
  }
}

.header-top {
  padding: 10px 0 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .header-top {
    padding: 16px 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .header-top .container.custom {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .header-top .container.custom {
    max-width: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    text-align: center;
  }
}

.header-top__navigation .nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.header-top__navigation .nav-amt {
  padding-top: 10px;
}
.header-top__navigation .nav-amt a {
  color: #5d87a1;
  font-size: 14px;
  line-height: 19px;
  padding: 0 15px 0 13px;
  position: relative;
  font-weight: 400;
}
.header-top__navigation .nav-amt a:after {
  content: "/";
  display: block;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.header-top__navigation .nav-amt a.nav-link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .header-top__navigation .nav-amt li:last-child a {
    padding-right: 10px;
  }
}
.header-top__navigation .nav-amt li:last-child a:after {
  display: none;
}
@media (min-width: 992px) {
  .header-top__navigation .nav-amt li:last-child a:after {
    padding-right: 1rem;
  }
}

.header-top__logo img {
  max-width: 275px;
}
@media (max-width: 991px) {
  .header-top__logo img {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-top__logo img {
    max-width: 220px;
  }
}

.header-bottom {
  padding: 0;
}
@media (max-width: 991px) {
  .header-bottom .container.custom {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header-bottom {
    padding: 5px 0;
  }
  .header-bottom .container.custom {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .header-bottom .nav-left,
  .header-bottom .nav-right {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header-bottom .nav-right {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .header-bottom .nav-career,
  .header-bottom .nav-amt {
    margin-left: -15px;
  }
}
.header-bottom .nav-career a,
.header-bottom .nav-amt a {
  color: #636465;
  font-size: 16px;
  line-height: 22px;
  font-family: "ff-zwo-web-pro", sans-serif;
}
@media (max-width: 991px) {
  .header-bottom .nav-career .nav,
  .header-bottom .nav-amt .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-bottom .nav-career .nav-link,
.header-bottom .nav-amt .nav-link {
  position: relative;
  padding: 0 14px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .header-bottom .nav-career .nav-link,
  .header-bottom .nav-amt .nav-link {
    padding: 15px 25px;
    border-bottom: 1px solid #d5d5d5;
    text-align: left;
  }
  .header-bottom .nav-career .nav-link:before,
  .header-bottom .nav-amt .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #faa813;
    display: none;
  }
}
@media (min-width: 992px) {
  .header-bottom .nav-career .nav-item:last-child a,
  .header-bottom .nav-career .nav-item:last-child .nav-link,
  .header-bottom .nav-amt .nav-item:last-child a,
  .header-bottom .nav-amt .nav-item:last-child .nav-link {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .header-bottom .nav-career .nav-item.has-child:hover .dropdown-menu,
  .header-bottom .nav-amt .nav-item.has-child:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-bottom .nav-career .nav-item.last .dropdown-menu, .header-bottom .nav-career .nav-item.root:nth-last-child(2) .dropdown-menu,
  .header-bottom .nav-amt .nav-item.last .dropdown-menu,
  .header-bottom .nav-amt .nav-item.root:nth-last-child(2) .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.header-bottom .nav-career .nav-item .indicator,
.header-bottom .nav-amt .nav-item .indicator {
  position: absolute;
  z-index: 1;
  display: block;
  right: 0;
  cursor: pointer;
  top: 0;
  width: 100%;
  height: 53px;
}
.header-bottom .nav-career .nav-item .indicator:after,
.header-bottom .nav-amt .nav-item .indicator:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: relative;
  top: 1px;
  border-width: 8px 6px 0 6px;
  top: 23px;
  right: 20px;
  left: auto;
  position: absolute;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #5d87a1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .header-bottom .nav-career .nav-item .indicator,
  .header-bottom .nav-amt .nav-item .indicator {
    display: none;
  }
}
.header-bottom .nav-career .nav-item .indicator.active:after,
.header-bottom .nav-amt .nav-item .indicator.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .header-bottom .nav-career .dropdown-menu,
  .header-bottom .nav-amt .dropdown-menu {
    width: 238px;
    border-top: 1px solid #faa813;
  }
}
@media (max-width: 991px) {
  .header-bottom .nav-career .dropdown-menu,
  .header-bottom .nav-amt .dropdown-menu {
    border: none;
  }
}
@media (min-width: 992px) {
  .header-bottom .nav-career .dropdown-menu li:last-child a,
  .header-bottom .nav-career .dropdown-menu li:last-child .nav-link,
  .header-bottom .nav-amt .dropdown-menu li:last-child a,
  .header-bottom .nav-amt .dropdown-menu li:last-child .nav-link {
    border: none;
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .header-bottom .nav-career .dropdown-menu li a,
  .header-bottom .nav-career .dropdown-menu li .nav-link,
  .header-bottom .nav-amt .dropdown-menu li a,
  .header-bottom .nav-amt .dropdown-menu li .nav-link {
    font-size: 16px;
    color: #5d87a1;
    font-weight: 600;
    padding: 6px 28px;
    display: block;
    border-bottom: 1px solid #d5d5d5;
  }
  .header-bottom .nav-career .dropdown-menu li a:hover,
  .header-bottom .nav-career .dropdown-menu li .nav-link:hover,
  .header-bottom .nav-amt .dropdown-menu li a:hover,
  .header-bottom .nav-amt .dropdown-menu li .nav-link:hover {
    background: #faf9f9;
  }
  .header-bottom .nav-career .dropdown-menu li a:before,
  .header-bottom .nav-career .dropdown-menu li .nav-link:before,
  .header-bottom .nav-amt .dropdown-menu li a:before,
  .header-bottom .nav-amt .dropdown-menu li .nav-link:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #5d87a1;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
  }
}
@media (max-width: 991px) {
  .header-bottom .nav-career .dropdown-menu li a,
  .header-bottom .nav-career .dropdown-menu li .nav-link,
  .header-bottom .nav-amt .dropdown-menu li a,
  .header-bottom .nav-amt .dropdown-menu li .nav-link {
    background: rgba(0, 0, 0, 0.5);
    border-color: #aaa;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .header-bottom .nav-career .dropdown-menu.depth-0 .nav-link:before,
  .header-bottom .nav-amt .dropdown-menu.depth-0 .nav-link:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-bottom .nav-career .dropdown-menu.depth-0 .dropdown-menu .nav-link,
  .header-bottom .nav-amt .dropdown-menu.depth-0 .dropdown-menu .nav-link {
    background: rgba(0, 0, 0, 0.6);
    border-color: #888;
    color: #ffffff;
  }
}
.header-bottom .nav-career .dropdown-menu.depth-0 .indicator:after,
.header-bottom .nav-amt .dropdown-menu.depth-0 .indicator:after {
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 991px) {
  .header-bottom #siteNavigation {
    border-top: 1px solid #d5d5d5;
  }
}

.header-bottom__cta {
  width: 100%;
  position: absolute;
  z-index: 1;
}
@media (min-width: 992px) {
  .header-bottom__cta {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .header-bottom__cta {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header-bottom__cta .inner {
    padding-right: 40px;
  }
}
.header-bottom__cta .link-portal,
.header-bottom__cta .link-logout {
  display: none;
}
.header-bottom__cta .btn {
  border-radius: 2px;
  border-width: 2px;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 15px;
}
@media (min-width: 992px) {
  .header-bottom__cta .btn {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .header-bottom__cta .btn {
    margin: 0 5px;
  }
}
.header-bottom__cta .btn.btn--white {
  border-color: #faa813;
  color: #faa813;
}
.header-bottom__cta .btn.btn--white:hover {
  background: #faa813;
  border-color: #faa813;
  color: #fff;
}

.edit-bar-header-bottom .sc-menu {
  left: 20%;
}

@media (min-width: 992px) {
  .edit-bar-center .sc-menu {
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.nav-mobile ul.nav {
  margin: 0;
}

[data-logged=True] .header-bottom__cta .link-login {
  display: none;
}
[data-logged=True] .header-bottom__cta .link-portal,
[data-logged=True] .header-bottom__cta .link-logout {
  display: inline-block;
}

.menu-mega li.has-child {
  position: static;
}
.menu-mega li.has-child:hover .dropdown-menu.depth-0 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.menu-mega .dropdown-menu.depth-0 {
  width: auto;
  left: auto;
  right: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #faa813;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(216, 216, 216, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(216, 216, 216, 0.5);
}
.menu-mega .dropdown-menu.depth-0 .nav-item.has-child {
  border-right: 1px solid #f0f0f0;
}
.menu-mega .dropdown-menu.depth-0 .nav-item.has-child .dropdown-toggle:before, .menu-mega .dropdown-menu.depth-0 .nav-item.has-child .dropdown-toggle:after {
  display: none;
}
.menu-mega .dropdown-menu.depth-0 .nav-item.has-child .dropdown-toggle {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 13px;
  color: #636465 !important;
  border: none !important;
}
.menu-mega .dropdown-menu.depth-0 .nav-item.has-child:last-child {
  border-right: none;
}
.menu-mega .dropdown-menu .dropdown-menu {
  position: static;
  border: none;
  border-radius: 0;
  border-top: 1px solid #d5d5d5 !important;
}
.menu-mega .dropdown-menu .dropdown-menu .nav-link {
  border: none !important;
}

/*---------------
2SXC Module
----------------*/
/*---------------
EASY DNN NEWS MODULE
----------------*/
.article-edit {
  position: absolute;
  font-size: 12px;
  color: #ffffff !important;
  padding: 2px 5px;
  right: 0;
  background: #5d87a1;
  z-index: 1;
  opacity: 0.85;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.article-edit:hover {
  opacity: 1;
}
.article-edit:hover a {
  text-decoration: none !important;
}
.article-edit a {
  color: #ffffff !important;
  margin-left: 2px !important;
  text-decoration: none !important;
  display: inline !important;
}
.article-edit i.fas {
  font-size: 10px;
}

/*---------------
FORM STYLES
----------------*/
.form-control {
  border-color: #dfdfdf;
  font-size: 18px;
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.55);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.55);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.55);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.55);
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.55);
}

.input-style {
  text-align: left;
  height: 40px;
  border: 1px solid #d5d5d5;
  padding: 0 15px;
  color: #5d87a1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-style.input-select {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-arrow-down-blue.svg) no-repeat;
  background-position: calc(100% - 13px) center;
  background-size: 10px 9px;
}

.select-menu,
.formatted-list {
  padding: 0;
  margin: 5px 0 0 0;
  width: auto;
  border-radius: 0;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  position: absolute;
  border: 1px solid #d5d5d5;
  border-top-color: #faa813;
  border-bottom: none;
  z-index: 2;
  min-width: 150px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(216, 216, 216, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(216, 216, 216, 0.5);
}
@media (max-width: 991px) {
  .select-menu,
  .formatted-list {
    width: 100%;
    max-width: none;
    right: 0;
  }
}
@media (max-width: 767px) {
  .select-menu,
  .formatted-list {
    right: auto;
    left: 0;
  }
}
.select-menu li,
.formatted-list li {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  list-style: none;
}
.select-menu li a,
.formatted-list li a {
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #d5d5d5;
}
.select-menu li a:hover, .select-menu li a.active,
.formatted-list li a:hover,
.formatted-list li a.active {
  background: #F9F8F8;
  text-decoration: none !important;
}
.select-menu li a,
.formatted-list li a {
  padding: 5px 16px 5px 36px;
  position: relative;
  display: block;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.select-menu a,
.formatted-list a {
  color: #5d87a1;
}
.select-menu a:before,
.formatted-list a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #5d87a1;
  position: absolute;
  left: 16px;
  top: 15px;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
}

.formatted-list {
  display: block;
  position: static;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/caret-select-menu-blue.svg) no-repeat;
  background-size: 8px 7px;
  background-position: calc(100% - 15px) center;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 40px 6px 14px;
  border-color: #5d87a1;
  color: #5d87a1;
  cursor: pointer;
  border-width: 2px;
}

@media (min-width: 992px) {
  #emailSignup,
  #emailSignupSuccess,
  #submitAnArticle,
  .success-modal,
  .modal-form {
    width: 100% !important;
  }
}
#emailSignup .form-control,
#emailSignupSuccess .form-control,
#submitAnArticle .form-control,
.success-modal .form-control,
.modal-form .form-control {
  max-width: none !important;
}
#emailSignup a,
#emailSignupSuccess a,
#submitAnArticle a,
.success-modal a,
.modal-form a {
  color: #faa813;
  font-weight: 600;
}
#emailSignup select,
#emailSignupSuccess select,
#submitAnArticle select,
.success-modal select,
.modal-form select {
  color: rgba(0, 0, 0, 0.55);
}
#emailSignup .upload-field,
#emailSignupSuccess .upload-field,
#submitAnArticle .upload-field,
.success-modal .upload-field,
.modal-form .upload-field {
  position: relative;
}
#emailSignup .upload-field label,
#emailSignupSuccess .upload-field label,
#submitAnArticle .upload-field label,
.success-modal .upload-field label,
.modal-form .upload-field label {
  cursor: pointer;
  position: absolute;
  background: #fff;
  display: inline-block;
  height: 37px;
  z-index: 2;
  top: 2px;
  padding: 0;
  padding-top: 0 !important;
  line-height: 37px;
  font-weight: 400 !important;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55) !important;
}
#emailSignup .file-upload label,
#emailSignupSuccess .file-upload label,
#submitAnArticle .file-upload label,
.success-modal .file-upload label,
.modal-form .file-upload label {
  position: absolute;
  background: white;
  display: block;
  width: 50%;
  height: 37px;
  font-weight: 400 !important;
  z-index: 1;
  font-size: 18px;
  line-height: normal;
  top: 2px;
  color: rgba(0, 0, 0, 0.55) !important;
}
#emailSignup .form-submit button.btn-primary,
#emailSignup .form-submit button,
#emailSignupSuccess .form-submit button.btn-primary,
#emailSignupSuccess .form-submit button,
#submitAnArticle .form-submit button.btn-primary,
#submitAnArticle .form-submit button,
.success-modal .form-submit button.btn-primary,
.success-modal .form-submit button,
.modal-form .form-submit button.btn-primary,
.modal-form .form-submit button {
  background: #fff !important;
  border-color: #faa813 !important;
  color: #faa813 !important;
  padding: 8px 35px 9px 34px;
}
#emailSignup .form-submit button.btn-primary:hover,
#emailSignup .form-submit button:hover,
#emailSignupSuccess .form-submit button.btn-primary:hover,
#emailSignupSuccess .form-submit button:hover,
#submitAnArticle .form-submit button.btn-primary:hover,
#submitAnArticle .form-submit button:hover,
.success-modal .form-submit button.btn-primary:hover,
.success-modal .form-submit button:hover,
.modal-form .form-submit button.btn-primary:hover,
.modal-form .form-submit button:hover {
  background: #faa813 !important;
  color: #fff !important;
}
#emailSignup .form-submit .field-container,
#emailSignupSuccess .form-submit .field-container,
#submitAnArticle .form-submit .field-container,
.success-modal .form-submit .field-container,
.modal-form .form-submit .field-container {
  text-align: center;
  width: 100% !important;
  max-width: none !important;
}
#emailSignup .fileupload-buttonbar input,
#emailSignupSuccess .fileupload-buttonbar input,
#submitAnArticle .fileupload-buttonbar input,
.success-modal .fileupload-buttonbar input,
.modal-form .fileupload-buttonbar input {
  background: none;
  width: 100%;
}
#emailSignup .fileupload-buttonbar [class*=col-],
#emailSignupSuccess .fileupload-buttonbar [class*=col-],
#submitAnArticle .fileupload-buttonbar [class*=col-],
.success-modal .fileupload-buttonbar [class*=col-],
.modal-form .fileupload-buttonbar [class*=col-] {
  width: 100% !important;
  max-width: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  background: none;
}
#emailSignup .fileupload-buttonbar .fileinput-button,
#emailSignupSuccess .fileupload-buttonbar .fileinput-button,
#submitAnArticle .fileupload-buttonbar .fileinput-button,
.success-modal .fileupload-buttonbar .fileinput-button,
.modal-form .fileupload-buttonbar .fileinput-button {
  width: 100%;
  background: none;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  border: 2px dotted #d5d5d5;
  border-radius: 0;
  height: 41px;
  line-height: 37px;
  padding: 0 15px;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-file-upload.svg) no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 17px 20px;
}
#emailSignup .fileupload-buttonbar .fileinput-button:active,
#emailSignupSuccess .fileupload-buttonbar .fileinput-button:active,
#submitAnArticle .fileupload-buttonbar .fileinput-button:active,
.success-modal .fileupload-buttonbar .fileinput-button:active,
.modal-form .fileupload-buttonbar .fileinput-button:active {
  background-color: #fff !important;
  border-color: #d5d5d5;
}
#emailSignup .submit-progress,
#emailSignupSuccess .submit-progress,
#submitAnArticle .submit-progress,
.success-modal .submit-progress,
.modal-form .submit-progress {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: none;
}

#emailSignup .form-group-news-signup .checkbox {
  padding-top: 4px !important;
}
#emailSignup .form-group-news-signup .checkbox .err-placeholder {
  position: absolute;
  white-space: nowrap;
}
#emailSignup .form-check-label:first-of-type {
  margin-bottom: 0 !important;
}

#emailSignupSuccess[data-type="Educator Signup"] .success-content.educator {
  display: block;
}
#emailSignupSuccess[data-type="Educator Signup"] .success-content.employer {
  display: none;
}
#emailSignupSuccess[data-type="Employer Signup"] .success-content.educator {
  display: none;
}
#emailSignupSuccess[data-type="Employer Signup"] .success-content.employer {
  display: block;
}

.amt-form {
  max-width: 1140px;
  border-top: 1px solid #faa813;
}
.amt-form .form-content {
  padding: 52px 30px 58px 30px;
  border-radius: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 #D5D5D5;
  box-shadow: 0 2px 2px 0 #D5D5D5;
  border: none;
}
@media (max-width: 991px) {
  .amt-form .form-content {
    padding: 40px 30px;
  }
}
.amt-form .section-heading {
  text-align: center;
  margin-bottom: 33px;
}
.amt-form .section-heading__heading {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.23;
  margin: 0 0 5px 0;
}
.amt-form .section-heading__description {
  font-size: 18px;
  line-height: 1.27;
  font-weight: 200;
}
.amt-form .section-content__description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.27;
  text-align: center;
  margin-bottom: 29px;
  font-weight: 200;
}
.amt-form .learn-more-links a {
  color: #faa813;
  text-decoration: underline;
  font-size: 16px;
  line-height: 2;
  display: inline-block;
  margin-bottom: 11px;
}
.amt-form .checkbox label,
.amt-form .form-check label {
  font-weight: 200;
}
.amt-form .checkbox label input[type=checkbox],
.amt-form .form-check label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  border: 1px solid #dfdfdf !important;
  margin-left: 0;
  margin-top: 1px !important;
  margin-right: 10px !important;
  cursor: pointer;
}
.amt-form .checkbox label input[type=checkbox]:checked,
.amt-form .form-check label input[type=checkbox]:checked {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-checkbox-check.svg) no-repeat center center;
  background-size: 20px 15px;
}
.amt-form .form-group-wrap {
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 1200px) {
  .amt-form .form-group-wrap {
    padding: 0 68px;
  }
}
.amt-form .form-group-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.amt-form .form-group-flex .form-group-flex-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.amt-form .form-group-flex .form-group-flex-field:last-child {
  margin-right: 0;
}
.amt-form .form-group-flex .form-group-flex-field [class*=label-] {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.amt-form .form-group-flex .form-group-flex-field [class*=label-] label {
  font-weight: 200 !important;
  margin-right: 15px;
}
.amt-form .form-control {
  max-width: none !important;
}
.amt-form .form-submit button.btn-primary,
.amt-form .form-submit button {
  background: #fff !important;
  border-color: #faa813 !important;
  color: #faa813 !important;
  padding: 8px 35px 9px 34px;
}
.amt-form .form-submit button.btn-primary:hover,
.amt-form .form-submit button:hover {
  background: #faa813 !important;
  color: #fff !important;
}
.amt-form .submit-progress {
  text-align: center;
}
.amt-form .form-inline .field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.amt-form .form-inline .field-container .checkbox {
  padding: 0;
  margin-right: 25px;
}

.multi-select-dropdown {
  cursor: pointer;
}
.multi-select-dropdown.form-inline input[readonly] {
  color: #7B9CB7;
  cursor: pointer !important;
  position: relative;
  font-weight: 200;
}
.multi-select-dropdown.form-inline input[readonly]:focus {
  outline: none !important;
  border-color: #dfdfdf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multi-select-dropdown .field-container.checkbox-list {
  width: 100% !important;
  position: relative;
}
@media (min-width: 992px) {
  .multi-select-dropdown .field-container.checkbox-list {
    max-width: 293px !important;
  }
}
.multi-select-dropdown .field-container.checkbox-list .input-group {
  width: 100%;
}
.multi-select-dropdown .field-container.checkbox-list .input-group button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/chevron-select-menu-gray.svg) no-repeat;
  background-size: 9px 6px;
  background-position: center center;
  z-index: 10;
  position: absolute;
  border: none;
  width: 41px;
  height: 6px;
  padding-left: 0;
  right: 1px;
  text-align: center;
  padding-right: 0;
  height: 39px;
  top: 1px;
}
.multi-select-dropdown .field-container.checkbox-list .input-group input {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 200;
  height: 41px;
}
.multi-select-dropdown .dropdown-absolute {
  width: 100% !important;
  max-width: calc(100% - 30px);
  left: 0;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  border-top: none;
  background: #fff;
  top: 100%;
}
@media (min-width: 992px) {
  .multi-select-dropdown .dropdown-absolute {
    max-width: 293px !important;
    max-width: none;
  }
}
.multi-select-dropdown .dropdown-absolute .dropdown-panel {
  text-align: left !important;
  padding: 0 !important;
  width: 100% !important;
  border-top: 1px solid #faa813;
  max-height: 212px !important;
  overflow: auto;
}
.multi-select-dropdown .dropdown-absolute .dropdown-panel div:first-child {
  text-align: left !important;
  width: 100%;
  padding: 5px 15px !important;
  border-bottom: 1px solid #d5d5d5;
  display: none;
}
.multi-select-dropdown .dropdown-absolute .dropdown-panel .checkbox {
  border-bottom: 1px solid #d5d5d5;
  color: #7B9CB7;
  padding: 0;
  width: 100% !important;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.multi-select-dropdown .dropdown-absolute .dropdown-panel .checkbox.selected {
  background: #f9f8f8;
}
.multi-select-dropdown .dropdown-absolute .dropdown-panel .checkbox:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #5d87a1;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
}
.multi-select-dropdown .dropdown-absolute .dropdown-panel .checkbox input[type=checkbox] {
  opacity: 0;
}
.multi-select-dropdown .dropdown-absolute .dropdown-panel .checkbox label {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  font-weight: 600;
  font-family: "ff-zwo-web-pro", sans-serif;
  padding: 5px 15px 5px 0;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
}

.consult-an-expert-form-wrap {
  padding: 30px 10px;
}
@media (min-width: 992px) {
  .consult-an-expert-form-wrap {
    padding: 60px 0 80px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .consult-an-expert-form-wrap .col-lg-3.offset-lg-3 {
    margin-left: 16.666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.consult-an-expert-form-wrap .phone-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.consult-an-expert-form-wrap .phone-field .field-container {
  width: 100%;
}
.consult-an-expert-form-wrap .ext-field .field-container {
  max-width: 96px;
}
.consult-an-expert-form-wrap .contact-type-field,
.consult-an-expert-form-wrap .cert-type-field,
.consult-an-expert-form-wrap .learning-type-field {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .consult-an-expert-form-wrap .contact-type-field .col-md-6,
  .consult-an-expert-form-wrap .cert-type-field .col-md-6,
  .consult-an-expert-form-wrap .learning-type-field .col-md-6 {
    margin-top: 5px;
  }
}
.consult-an-expert-form-wrap .form-submit {
  margin-top: 30px;
}

.dnnLabel {
  margin-right: 12px;
}

#dnn_ctr405_Login_Login_DNN_txtUsername,
#dnn_ctr405_Login_Login_DNN_txtPassword {
  width: 47%;
}

.form-radio {
  margin-bottom: 45px;
}
.form-radio label {
  font-size: 18px;
  line-height: 1.27;
  font-weight: 200 !important;
  color: rgba(0, 0, 0, 0.55);
}
.form-radio input[type=radio] {
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 26px;
  width: 26px;
  border: 1px solid #dfdfdf;
  margin-left: 0;
  margin-top: -5px;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
}
.form-radio input[type=radio]:checked {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-checkbox-check.svg) no-repeat center center;
  background-size: 20px 15px;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 0;
}
@media (max-width: 767px) {
  .form-check {
    padding-left: 60px;
    padding-right: 30px;
  }
}
.form-check label {
  margin-left: 5px;
}
.form-check .field-container {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-bottom: 0;
  padding: 0;
}
.form-check .field-container label span {
  display: none;
}
.form-check .field-container .checkbox label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 26px;
  width: 26px;
  border: 1px solid #dfdfdf;
  margin-left: 0;
  margin-top: -5px;
  cursor: pointer;
}
.form-check .field-container .checkbox label input[type=checkbox]:checked {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-checkbox-check.svg) no-repeat center center;
  background-size: 20px 15px;
}
.form-check .form-check-label {
  font-size: 18px;
  line-height: 1.27;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 47px;
}

.form-group-wrap {
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 1200px) {
  .form-group-wrap {
    padding: 0 68px;
  }
}

.close {
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  right: 35px;
  top: 35px;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  background: #fff url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/btn-modal-close.svg) no-repeat center center;
  background-size: 30px 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .close {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  #submitYourStorySuccess .cta-links {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #submitYourStorySuccess .cta-links a {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.add-zip-trigger {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.add-zip-trigger:hover {
  text-decoration: none;
  color: #000;
}
.add-zip-trigger:hover i.fa {
  background: #000;
}
.add-zip-trigger i.fa {
  position: relative;
  top: -1px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background: #5d87a1;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
  margin-right: 6px;
  padding-left: 1px;
}

.form-terms-trigger {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 200;
}
.form-terms-trigger a {
  color: #5d87a1 !important;
  text-decoration: underline;
}
.form-terms-trigger a:hover {
  color: #5d87a1 !important;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  border: 1px solid #dfdfdf !important;
  margin-left: 0;
  margin-top: 0 !important;
  margin-right: 10px !important;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-checkbox-check.svg) no-repeat center center;
  background-size: 20px 15px;
}

.form-terms {
  position: relative;
}
.form-terms label {
  margin-bottom: 0;
}

.form-terms-content {
  position: absolute;
  background: #F4F8FA;
  padding: 15px 40px 15px 15px;
  text-align: left;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  top: -20px;
  width: 315px;
  z-index: 2;
  display: none;
}
.form-terms-content p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 200;
}
.form-terms-content .form-terms-close {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  right: 15px;
  top: 15px;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  text-decoration: none;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/btn-modal-close.svg) no-repeat center center;
  background-size: 20px 20px;
  z-index: 1;
  border: none;
}

#rentMembersList .col-sm-12 {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: none;
  padding: 0;
}
#rentMembersList .form-checkbox {
  display: inline-block;
  width: auto;
}
#rentMembersList .form-checkbox .checkbox {
  display: inline-block;
}
#rentMembersList .form-checkbox label span {
  display: none;
}

.input-ad-size .field-container,
.input-issue-pulse .field-container,
.input-issue-newsletter .field-container {
  margin-bottom: 0 !important;
}

#advertisingSubmission .checkbox-list,
#rentMemberList .checkbox-list {
  margin: 0 auto;
}

.modal .modal-dialog {
  max-width: 1140px;
  border-top: 1px solid #faa813;
}
.modal .modal-content {
  padding: 52px 0 58px 0;
  border-radius: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 #D5D5D5;
  box-shadow: 0 2px 2px 0 #D5D5D5;
  border: none;
}
@media (max-width: 991px) {
  .modal .modal-content {
    padding: 40px 30px;
  }
}
.modal .section-heading {
  text-align: center;
  margin-bottom: 33px;
}
.modal .section-heading__heading {
  font-size: 35px;
  font-weight: 700;
  color: #5d87a1;
  line-height: 1.71;
  margin: 0;
}
.modal .section-heading__description {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 200;
}
.modal .section-content__description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.27;
  text-align: center;
  margin-bottom: 29px;
  font-weight: 200;
}
.modal .learn-more-links a {
  color: #faa813;
  text-decoration: underline;
  font-size: 16px;
  line-height: 2;
  display: inline-block;
  margin-bottom: 11px;
}

.modal-backdrop {
  background: #d5d5d5;
  opacity: 0.56 !important;
}

.modal-bio .modal-content {
  padding: 40px;
}
@media (min-width: 992px) {
  .modal-bio .modal-content {
    padding: 68px 72px 64px 72px;
  }
}
@media (max-width: 1199px) {
  .modal-bio .modal-dialog {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .modal-bio .bio-image,
  .modal-bio .bio-content {
    float: left;
  }
}
.modal-bio .bio-image {
  height: 300px;
  width: 100%;
  background-color: #d8d8d8;
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-member-placeholder.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .modal-bio .bio-image {
    width: 265px;
    margin-right: 35px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .modal-bio .bio-content {
    width: calc(100% - 300px);
  }
}
.modal-bio .bio-content .bio-recipient {
  margin: 0;
  font-size: 35px;
  color: #5d87a1;
  line-height: 1.1;
  font-weight: 700;
}
.modal-bio .bio-content .bio-award {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}
.modal-bio .bio-content .bio-biography,
.modal-bio .bio-content .bio-biography p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.3;
}

#curriculum-modal .modal-dialog {
  max-width: 800px;
}
#curriculum-modal .modal-content {
  height: calc(100% - 18px);
  padding: 40px;
}
@media (min-width: 992px) {
  #curriculum-modal .modal-content {
    padding: 52px 65px;
    height: 80vh;
  }
}
#curriculum-modal iframe {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/preloader.gif) no-repeat center center;
  background-size: 64px 64px;
}

@media (min-width: 992px) {
  #video-modal .modal-dialog {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  #video-modal .close {
    top: 20px;
    right: 20px;
  }
}
#video-modal .modal-content {
  padding: 50px 0;
}
@media (min-width: 992px) {
  #video-modal .modal-content {
    padding: 50px;
  }
}
#video-modal iframe {
  width: 100%;
}

/* === BANNER MODULE; === */
.banner {
  position: relative;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
@media (max-width: 767px) {
  .banner {
    min-height: 300px;
    overflow: hidden;
    padding-top: 45px;
  }
}
.banner .banner-image {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .banner .banner-image {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }
}
.banner .content {
  position: relative;
}
@media (min-width: 992px) {
  .banner .content {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .banner .content {
    width: 100%;
    padding: 0 20px;
    left: 0;
    text-align: center;
  }
}
.banner .tagline {
  top: 0;
  border-bottom: 1px solid #faa813;
  padding-bottom: 9px;
  margin-bottom: 16px;
  font-weight: 700;
  margin: 0 0 16px 0;
  padding-bottom: 9px;
  position: relative;
  letter-spacing: initial;
  line-height: initial;
}
@media (min-width: 992px) {
  .banner .tagline {
    font-size: 45px;
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .tagline {
    font-size: 40px;
  }
}
.banner .tagline-subheading {
  font-size: 30px;
  line-height: 1.36;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 575px) {
  .banner .tagline-subheading {
    font-size: 24px;
  }
}
.banner .call-to-action {
  position: relative;
  letter-spacing: 0.015em;
}
@media (max-width: 991px) {
  .banner .call-to-action {
    text-align: center;
  }
}
.banner .call-to-action .btn {
  font-size: 18px;
  font-weight: 600;
  margin-right: 6px;
}
@media (max-width: 575px) {
  .banner .call-to-action .btn {
    margin: 0 0 10px 0;
    width: 200px;
  }
}
.banner .call-to-action .btn:nth-child(2) {
  background-color: transparent;
  border-color: #faa813;
  color: #faa813;
}
.banner .call-to-action .btn:nth-child(2):hover {
  background-color: #faa813;
  color: #fff;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, #fdce79), color-stop(72%, #faa813));
  background-image: linear-gradient(270deg, #fdce79 18%, #faa813 72%);
}
@media (max-width: 991px) {
  .banner:before {
    bottom: 0;
  }
}
.banner.certification {
  min-height: 175px;
}
.banner.certification:before {
  display: none;
}
.banner.certification .tagline {
  margin: 0;
  border: none;
  width: 100%;
  line-height: 1;
}
.banner.certification .tagline span {
  font-size: 30px;
  font-weight: 200;
}
.banner.certification .tagline-subheading {
  margin-left: 10px;
}
.banner.certification .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .banner.certification .content {
    width: 50%;
  }
}

#page-68 .banner:before {
  display: none;
}
#page-68 .gradient-heading {
  margin-top: 0;
}
#page-68 .dnnLoginService .dnnActions.dnnClear {
  padding-top: 0;
}
#page-68 .dnnLoginService .dnnFormLabel {
  display: none;
  margin-top: 0;
}
#page-68 .dnnLoginService .tooltip-wrap {
  position: relative;
}
#page-68 .dnnLoginService .dnnFormItem {
  text-align: center;
}
#page-68 .dnnLoginService .dnnFormItem {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page-68 .dnnLoginService .dnnFormItem .dnnFormLabel {
  display: block;
}
#page-68 .dnnLoginService .dnnFormItem:last-child {
  display: block;
}
#page-68 .dnnLoginService .dnnFormItem:last-child .dnnFormLabel {
  display: none;
}

/* === BANNER ALERT MODULE; === */
.banner-alert-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-alert-wrap {
    max-width: none;
    padding: 0;
  }
}
.banner-alert-wrap .banner-alert {
  background: #fcaa00;
  background: -webkit-gradient(linear, left top, right top, from(#fcaa00), color-stop(68%, #fcaa00), color-stop(72%, #fcb100), color-stop(73%, #fcb205), color-stop(73%, #feb30c), color-stop(73%, #fdb410), color-stop(74%, #feb51a), color-stop(76%, #fdb724), color-stop(76%, #fcb92c), color-stop(78%, #fcbc36), color-stop(78%, #febd3b), color-stop(79%, #fdbc3a), color-stop(79%, #fcc03e), color-stop(80%, #fcbf42), color-stop(81%, #fcc044), color-stop(81%, #fcc149), color-stop(83%, #fec554), color-stop(84%, #fac457), color-stop(84%, #fdc75a), color-stop(86%, #fcc960), color-stop(87%, #feca65), color-stop(87%, #fccb65), color-stop(87%, #fdcb6a), color-stop(88%, #fdcd6b), color-stop(92%, #fed17c), color-stop(92%, #fcd27c), color-stop(94%, #fed586), color-stop(96%, #fed78a), color-stop(97%, #fed992), to(#fedc9c));
  background: linear-gradient(to right, #fcaa00 0%, #fcaa00 68%, #fcb100 72%, #fcb205 73%, #feb30c 73%, #fdb410 73%, #feb51a 74%, #fdb724 76%, #fcb92c 76%, #fcbc36 78%, #febd3b 78%, #fdbc3a 79%, #fcc03e 79%, #fcbf42 80%, #fcc044 81%, #fcc149 81%, #fec554 83%, #fac457 84%, #fdc75a 84%, #fcc960 86%, #feca65 87%, #fccb65 87%, #fdcb6a 87%, #fdcd6b 88%, #fed17c 92%, #fcd27c 92%, #fed586 94%, #fed78a 96%, #fed992 97%, #fedc9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcaa00", endColorstr="#fedc9c", GradientType=1);
  padding: 20px 21px 25px 21px;
  width: 100%;
  border: none;
  margin-top: -10px;
  text-align: center;
}
@media (min-width: 992px) {
  .banner-alert-wrap .banner-alert {
    text-align: left;
    position: absolute;
    right: 0;
    max-width: 269px;
    top: 0;
    padding: 16px 21px 19px 21px;
    -webkit-transform: translateY(calc(-100% + 10px));
    transform: translateY(calc(-100% + 10px));
    border: 1px solid #FFFFFF;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none) {
  .banner-alert-wrap .banner-alert {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media all and (-ms-high-contrast: none) {
  .banner-alert-wrap .banner-alert {
    top: 10px;
  }
}
.banner-alert-wrap .banner-alert__heading {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0 !important;
  font-family: "Source Sans Pro", sans-serif;
}
.banner-alert-wrap .banner-alert__description {
  font-size: 16px;
  line-height: 1.1875;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-top: 7px;
}
.banner-alert-wrap .banner-alert__cta {
  padding: 8px 26px 7px 26px;
  font-size: 18px;
  width: auto;
  margin-top: 12px;
  font-family: "ff-zwo-web-pro", sans-serif;
}
@media (min-width: 992px) {
  .banner-alert-wrap .banner-alert__cta {
    width: 100%;
  }
}

/* === CERTIFICATION MENU MODULE; === */
.certification-menu-wrap {
  background-size: 100% 100%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, #fdce79), color-stop(72%, #faa813));
  background-image: linear-gradient(270deg, #fdce79 18%, #faa813 72%);
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .certification-menu-wrap {
    text-align: center;
    padding: 10px 0 25px 0;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .certification-menu-wrap {
    padding: 15px 0 25px 0;
  }
}
.certification-menu-wrap .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .certification-menu-wrap .row {
    display: block;
  }
}
.certification-menu-wrap .label {
  text-align: right;
  color: #fff;
}
@media (max-width: 767px) {
  .certification-menu-wrap .label {
    margin-bottom: 10px;
    text-align: center;
  }
}
.certification-menu-wrap .label .label-heading {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: unset;
}
@media (max-width: 991px) {
  .certification-menu-wrap .label .label-heading {
    font-size: 20px;
  }
}

.certification-menu-select-trigger {
  width: 360px;
}
@media (max-width: 991px) {
  .certification-menu-select-trigger {
    width: 100%;
  }
}
.certification-menu-select-trigger.btn-default {
  background: #fff;
  color: #5d87a1;
  border-color: #faa813;
  font-weight: 400;
  font-size: 16px;
  border-width: 2px;
  padding: 6px 17px 6px 13px;
  line-height: unset;
  text-align: left;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.certification-menu-select-trigger.btn-default:hover, .certification-menu-select-trigger.btn-default:focus {
  background: #FFFFFF;
  text-decoration: none !important;
  color: #5d87a1;
}
.certification-menu-select-trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #5d87a1 transparent transparent transparent;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
  -webkit-transition: all 0.3s ease-out 0.15s;
  -moz-transition: all 0.3s ease-out 0.3s;
  -ms-transition: all 0.3s ease-out 0.3s;
  -o-transition: all 0.3s ease-out 0.3s;
}
.certification-menu-select-trigger.active:after {
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transform: rotate(180deg) translate(0, 50%);
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -moz-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  -o-transform: rotate(180deg) translate(0, 50%);
}
.certification-menu-select-trigger.text-color-1:after {
  border-color: #faa813 transparent transparent transparent;
}

.certification-menu-dropdown {
  padding: 0;
  margin: 0;
  width: 360px;
  border-radius: 0;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  position: absolute;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .certification-menu-dropdown {
    width: 100%;
    max-width: 300px;
    right: 0;
  }
}
.certification-menu-dropdown li {
  font-size: 16px;
  font-weight: 200;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #d5d5d5;
  list-style: none;
}
.certification-menu-dropdown li h4 {
  font-weight: 600;
  color: #636465;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 16px;
}
.certification-menu-dropdown li a {
  font-weight: 200 !important;
}
.certification-menu-dropdown li a:hover {
  background: #F9F8F8;
  text-decoration: none !important;
}
.certification-menu-dropdown h4,
.certification-menu-dropdown button,
.certification-menu-dropdown li a {
  padding: 0 16px;
  width: 100%;
  display: block;
  text-decoration: none;
}
.certification-menu-dropdown li a {
  padding: 5px 16px 5px 36px;
  position: relative;
  display: block;
  width: calc(100% - 1px);
  left: 1px;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.certification-menu-dropdown li a span {
  font-size: 14px;
}
.certification-menu-dropdown a {
  color: #5d87a1;
}
.certification-menu-dropdown a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #5d87a1;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
}
.certification-menu-dropdown button.list-trigger {
  font-size: 16px;
  color: #5d87a1;
  font-weight: 600;
  background: none;
  border: none;
  padding: 8px 0 8px 35px;
  margin: 0;
  text-align: left;
  position: relative;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.certification-menu-dropdown button.list-trigger:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #5d87a1;
  position: absolute;
  left: 16px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
}
.certification-menu-dropdown button.list-trigger.active:before {
  top: calc(50% - 6px);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.certification-menu-dropdown .list-trigger span {
  font-size: 16px;
  font-weight: 200;
}
.certification-menu-dropdown .list-trigger.active {
  border-bottom: 1px solid #d5d5d5;
}
.certification-menu-dropdown .list-menu {
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
}
.certification-menu-dropdown .list-menu li {
  font-size: 14px;
  padding: 0 20px;
}
.certification-menu-dropdown .list-menu li:last-child {
  border: none;
}

.certification-menu {
  text-align: left;
  position: relative;
}
@media (max-width: 991px) {
  .certification-menu {
    width: 93%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.certification-menu.white-dropdown {
  width: 100%;
  max-width: none;
}
@media (min-width: 992px) {
  .certification-menu.white-dropdown {
    width: 384px;
  }
}
.certification-menu.white-dropdown .certification-menu-select-trigger.btn-default {
  width: 100%;
  border-color: #5d87a1;
  border-width: 1px;
  border-radius: 0;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-bottom: 12px;
  max-width: none;
}
.certification-menu.white-dropdown .certification-menu-select-trigger.btn-default:hover, .certification-menu.white-dropdown .certification-menu-select-trigger.btn-default:focus {
  color: #5d87a1;
}
.certification-menu.white-dropdown .certification-menu-dropdown {
  max-width: none;
  width: 100%;
  top: calc(100% - 6px);
}

/* === CALL OUT SECTION; === */
.callout,
.feature {
  border-bottom: 1px solid #d5d5d5;
}
.callout .container-fluid,
.feature .container-fluid {
  position: relative;
}
.callout .callout-content,
.callout .feature-content,
.feature .callout-content,
.feature .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 0 51px 0;
}
@media (max-width: 767px) {
  .callout .callout-content,
  .callout .feature-content,
  .feature .callout-content,
  .feature .feature-content {
    margin-top: 0;
    padding: 20px 10px 10px 10px;
  }
}
.callout .callout-image,
.callout .feature-image,
.feature .callout-image,
.feature .feature-image {
  width: 43%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 100%;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  .callout .callout-image,
  .callout .feature-image,
  .feature .callout-image,
  .feature .feature-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .callout .callout-image,
  .callout .feature-image,
  .feature .callout-image,
  .feature .feature-image {
    position: relative;
    height: 300px;
    width: 100%;
  }
}
.callout .callout-info,
.callout .feature-info,
.feature .callout-info,
.feature .feature-info {
  padding: 20px 0 0 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .callout .callout-info,
  .callout .feature-info,
  .feature .callout-info,
  .feature .feature-info {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .callout .callout-info,
  .callout .feature-info,
  .feature .callout-info,
  .feature .feature-info {
    padding: 0 30px;
  }
}
.callout .callout-accent,
.callout .feature-accent,
.feature .callout-accent,
.feature .feature-accent {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.41;
  margin: 0;
}
@media (max-width: 991px) {
  .callout .callout-accent,
  .callout .feature-accent,
  .feature .callout-accent,
  .feature .feature-accent {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.callout .callout-heading,
.callout .feature-heading,
.feature .callout-heading,
.feature .feature-heading {
  color: #5d87a1;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  line-height: 1.42;
}
@media (max-width: 991px) {
  .callout .callout-heading,
  .callout .feature-heading,
  .feature .callout-heading,
  .feature .feature-heading {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
  }
}
.callout .callout-subheading,
.callout .feature-subheading,
.feature .callout-subheading,
.feature .feature-subheading {
  color: #5d87a1;
  font-weight: 600;
  margin: 0 0 7px 0;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0.01em;
}
@media (max-width: 991px) {
  .callout .callout-subheading,
  .callout .feature-subheading,
  .feature .callout-subheading,
  .feature .feature-subheading {
    font-size: 18px;
  }
}
.callout .callout-description,
.callout .feature-description,
.feature .callout-description,
.feature .feature-description {
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  line-height: 1.33;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 49px;
}
@media (min-width: 1200px) {
  .callout .callout-description,
  .callout .feature-description,
  .feature .callout-description,
  .feature .feature-description {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .callout .callout-description,
  .callout .feature-description,
  .feature .callout-description,
  .feature .feature-description {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .callout .callout-cta,
  .callout .feature-cta,
  .feature .callout-cta,
  .feature .feature-cta {
    text-align: left;
  }
}
.callout .callout-cta .btn-left,
.callout .feature-cta .btn-left,
.feature .callout-cta .btn-left,
.feature .feature-cta .btn-left {
  margin: 0 0 16px 0;
}
@media (min-width: 992px) {
  .callout .callout-cta .btn-left,
  .callout .feature-cta .btn-left,
  .feature .callout-cta .btn-left,
  .feature .feature-cta .btn-left {
    margin: 0 25px 0 0;
  }
}
.callout .callout-cta__link,
.callout .btn--text,
.callout .feature-cta__link,
.feature .callout-cta__link,
.feature .btn--text,
.feature .feature-cta__link {
  color: #5d87a1;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 20px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .callout .callout-cta__link,
  .callout .btn--text,
  .callout .feature-cta__link,
  .feature .callout-cta__link,
  .feature .btn--text,
  .feature .feature-cta__link {
    margin: 0 0 15px 0;
    display: block;
  }
}

.feature.feature-list .feature-image {
  background-position: right center;
}
@media (min-width: 1200px) {
  .feature.feature-list .feature-image {
    width: 50%;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .feature.feature-list .feature-image {
    position: relative;
  }
}
@media (max-width: 575px) {
  .feature.feature-list .feature-image {
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature.feature-list .feature-image {
    background-position: center center;
    width: 100%;
    height: 320px;
  }
}
@media (min-width: 992px) {
  .feature.feature-list .feature-image.fade-image:after {
    content: "";
    position: absolute;
    display: block;
    width: 75%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 1)", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature.feature-list .col-lg-7.offset-lg-5.custom {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .feature.feature-list .col-lg-7.offset-lg-5.custom {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .feature.feature-list .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60.333333%;
    flex: 0 0 60.333333%;
    max-width: 60.333333%;
  }
}
@media (min-width: 1200px) {
  .feature.feature-list .offset-lg-5 {
    margin-left: 39.666667%;
  }
}
.feature.feature-list .feature-image__caption {
  min-width: 242px;
  background: #ffffff;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 12px 17px;
}
.feature.feature-list .caption-title,
.feature.feature-list .caption-description {
  margin: 0;
  padding: 0;
  color: #5d87a1;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.94;
}
.feature.feature-list .caption-description {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
}
.feature.feature-list .feature-info {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .feature.feature-list .feature-info {
    padding: 20px 0 0 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature.feature-list .feature-info {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature.feature-list .feature-info .col-lg-6.custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 1200px) {
  .feature.feature-list .feature-content {
    padding-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature.feature-list .feature-content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .feature.feature-list .feature-content {
    padding: 20px 5px 10px 5px;
  }
}
.feature.feature-list .feature-heading {
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .feature.feature-list .feature-heading {
    font-size: 35px;
    line-height: 1.2;
  }
}
.feature.feature-list .feature-subheading {
  font-size: 26px;
  line-height: 1.46;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 5px;
}
.feature.feature-list .feature-content__section {
  margin-bottom: 5px;
}
.feature.feature-list .feature__subheading {
  font-size: 22px;
  margin: 0;
  line-height: 1.36;
  color: #636465;
  font-weight: 600;
  padding-left: 6px;
}
.feature.feature-list .feature__subheading:before {
  content: "·";
  font-size: 35px;
  position: relative;
  left: -6px;
}
@media (max-width: 575px) {
  .feature.feature-list .feature__subheading {
    font-size: 22px;
    line-height: 1.16;
  }
}
.feature.feature-list .feature__description {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.25;
  margin: 0;
  font-weight: 200;
}
@media (max-width: 575px) {
  .feature.feature-list .feature__description {
    font-size: 14px;
  }
}
.feature.feature-list .cta {
  margin: 0;
  padding: 13px 0 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .feature.feature-list .cta .custom {
    width: 100%;
    margin-bottom: 15px;
  }
}
.feature.feature-list .cta.align-left .cta__description {
  border-right: none;
}
@media only screen and (min-width: 1200px) {
  .feature.feature-list .cta.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .feature.feature-list .cta.align-right .cta__link {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .feature.feature-list .cta.align-right .cta__description {
    text-align: right;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .feature.feature-list .cta .col-lg-8.custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature.feature-list .cta .col-lg-8.custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature.feature-list .cta .col-lg-8.custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
}
@media (max-width: 991px) {
  .feature.feature-list .cta .col-lg-4.custom {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .feature.feature-list .cta .col-lg-4.custom {
    padding-right: 0;
  }
}
.feature.feature-list .cta__link {
  position: relative;
}
@media (min-width: 1200px) {
  .feature.feature-list .cta__link {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .feature.feature-list .cta__link {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .feature.feature-list .cta__link {
    max-width: 200px;
    left: 0;
  }
}
.feature.feature-list .cta__description {
  border-right: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
  .feature.feature-list .cta__description {
    border: none;
  }
}
.feature.feature-list .cta__description p {
  font-size: 18px;
  font-weight: 400;
  color: #5d87a1;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .feature.feature-list .cta__description p {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .feature.feature-list .cta__description p {
    font-size: 16px;
  }
}

.feature.default {
  border-top: 2px solid #faa813;
  border-bottom: 1px solid #faa813;
}
@media (max-width: 767px) {
  .feature.default {
    padding-bottom: 20px;
  }
}
.feature.default .feature-image {
  width: 55%;
  background-position: right top;
  background-size: cover;
}
@media (max-width: 991px) {
  .feature.default .feature-image {
    width: 100%;
    background-position: left top;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature.default .feature-image {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .feature.default .feature-image {
    background-position: center top;
  }
}
.feature.default .feature-info {
  padding: 0;
  width: 100%;
  display: block;
}
.feature.default .list-inline {
  margin-bottom: 25px;
}
.feature.default .list-inline li {
  display: inline-block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.27;
  padding: 0 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.55);
}
.feature.default .list-inline li:first-child {
  padding-left: 0;
}
.feature.default .list-inline li:last-child {
  border: none;
  padding-right: 0;
}
.feature.default .feature-description {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1;
}
.feature.default .feature-description p {
  font-size: inherit;
  line-height: inherit;
}
.feature.default .feature-content {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature.default .feature-content {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .feature.default .feature-content {
    padding: 57px 0 52px 0;
  }
}
.feature.default .feature-cta {
  text-align: center;
}
.feature.default .feature-cta__button {
  background-color: #fff;
}
.feature.default .feature-cta__button:hover, .feature.default .feature-cta__button:focus {
  background-color: #faa813;
}
@media (min-width: 992px) {
  .feature.default.img-left .feature-image.fade-image:after {
    content: "";
    position: absolute;
    display: block;
    width: 75%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 1)", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
  }
}
.feature.default.img-right .feature-heading {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .feature.default.img-right .feature-heading {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .feature.default.img-right .feature-image {
    width: 50%;
    background-position: left top;
    right: 0;
  }
}
@media (min-width: 992px) {
  .feature.default.img-right .feature-image.fade-image:before {
    content: "";
    position: absolute;
    display: block;
    width: 75%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 1)", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
  }
}
@media (min-width: 992px) {
  .feature.default.img-right .col-lg-8 {
    padding-left: 0;
    padding-right: 40px;
  }
}
.feature.default.img-right .feature-description {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

@media (min-width: 992px) {
  .feature.member-spotlight .feature-image {
    width: 33.5%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature.member-spotlight .feature-image {
    background-position: center center;
  }
}
.feature.member-spotlight .badge {
  font-size: 22px;
  width: auto;
  background: #faa813;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.43;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .feature.member-spotlight .col-md-7 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .feature.member-spotlight .feature-content {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .feature.member-spotlight .feature-content {
    padding-bottom: 30px;
  }
}
.feature.member-spotlight .feature-info {
  width: 100%;
}
@media (min-width: 992px) {
  .feature.member-spotlight .feature-info {
    padding: 0 0 0 40px;
  }
}
.feature.member-spotlight .feature-info .inner {
  width: 100%;
}
.feature.member-spotlight .feature-cta {
  text-align: right;
}
@media (max-width: 1199px) {
  .feature.member-spotlight .feature-cta {
    text-align: left;
  }
}
.feature.member-spotlight .feature-cta__button {
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .feature.member-spotlight .feature-cta__button:last-child {
    margin-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature.member-spotlight .feature-cta__button:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .feature.member-spotlight .feature-cta__button {
    margin-bottom: 10px;
  }
}
.feature.member-spotlight .feature-cta .feature-cta__description {
  font-weight: 200;
  line-height: 1.5;
  font-style: italic;
  display: inline-block;
}
@media (min-width: 1200px) {
  .feature.member-spotlight .feature-cta .feature-cta__description {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .feature.member-spotlight .feature-cta .feature-cta__description {
    position: relative;
    top: 2px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d5d5d5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature.member-spotlight .feature-cta .btn {
    margin: 0 0 15px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature.member-spotlight .feature-cta button {
    display: block;
  }
}
@media (min-width: 1200px) {
  .feature.member-spotlight .feature-cta__links {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .feature.member-spotlight .feature-cta__links button {
    margin: 0 !important;
    display: block;
  }
}
.feature.member-spotlight blockquote,
.feature.member-spotlight blockquote p {
  font-size: 26px;
}
@media (max-width: 767px) {
  .feature.member-spotlight blockquote,
  .feature.member-spotlight blockquote p {
    font-size: 26px;
  }
}
.feature.member-spotlight blockquote {
  margin-bottom: 33px;
}
.feature.member-spotlight blockquote cite {
  font-size: 22px;
  line-height: 1.25;
  color: #5d87a1;
}
.feature.member-spotlight blockquote cite span {
  display: block;
  font-size: 18px;
}
@media (min-width: 768px) {
  .feature.member-spotlight.img-right .feature-image {
    left: auto;
    right: 0;
  }
  .feature.member-spotlight.img-right .feature-info {
    padding: 0 40px 0 0;
  }
  .feature.member-spotlight.img-right .feature-cta {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .feature.member-spotlight.img-right .container {
    max-width: none;
  }
}

.feature.our-mission {
  border-top: 3px solid #faa813;
}
.feature.our-mission .feature-image {
  background-position: right center;
}
@media (min-width: 1200px) {
  .feature.our-mission .feature-image {
    width: 46%;
  }
}
@media (max-width: 575px) {
  .feature.our-mission .feature-image {
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature.our-mission .feature-image {
    background-position: center center;
    width: 100%;
    height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature.our-mission .feature-heading,
  .feature.our-mission .feature-subheading,
  .feature.our-mission .feature-cta {
    text-align: center;
  }
}
.feature.our-mission .feature-heading {
  font-size: 35px;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .feature.our-mission .feature-heading {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 15px !important;
  }
}
.feature.our-mission .feature-info {
  display: block;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .feature.our-mission .feature-info {
    padding: 20px 0 0 65px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature.our-mission .feature-info {
    padding: 0 30px;
    text-align: center;
  }
}
.feature.our-mission .feature-content {
  text-align: center;
}
@media (min-width: 1200px) {
  .feature.our-mission .feature-content {
    padding-top: 41px;
    padding-bottom: 55px;
  }
}
@media (max-width: 1199px) {
  .feature.our-mission .feature-content {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature.our-mission .feature-content {
    margin-top: 340px;
  }
}
@media (max-width: 575px) {
  .feature.our-mission .feature-content {
    padding: 20px 5px 25px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature.our-mission .col-lg-8.offset-lg-4.custom {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .feature.our-mission .col-lg-8.offset-lg-4.custom {
    padding: 0;
  }
}
.feature.our-mission .feature-description {
  font-size: 16px;
  line-height: 1.27;
  font-weight: 400;
  width: 100%;
  margin-bottom: 20px;
}
.feature.our-mission .feature-description p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.feature.our-mission .feature-cta {
  text-align: center !important;
}
.feature.our-mission .feature-cta__description {
  font-weight: 200;
  font-style: italic;
  line-height: 1.6;
  color: #5d87a1;
}
@media (min-width: 992px) {
  .feature.our-mission .feature-cta__description {
    display: inline-block;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #d5d5d5;
  }
}
@media (max-width: 991px) {
  .feature.our-mission .feature-cta__button {
    width: auto;
    max-width: none;
  }
}
.feature.our-mission .link-item-pdf {
  padding-left: 41px;
  background-position: 14px center;
}
.feature.our-mission .link-item-pdf:hover {
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-pdf-white.svg);
}

/* === CALL TO ACTION MODULE; === */
.call-to-action-section {
  background: #faa813;
  padding: 38px 0 45px 0;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-to-action-section {
    padding: 25px 0 35px 0;
  }
}
@media (max-width: 767px) {
  .call-to-action-section {
    padding: 15px 20px 30px 20px;
  }
}
@media (min-width: 992px) {
  .call-to-action-section .call-to-action-content-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-to-action-section .call-to-action-content-section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .call-to-action-section .section-heading {
    line-height: normal;
  }
}
.call-to-action-section .section-heading .section-heading__heading {
  display: inline-block;
  line-height: 1.4;
  font-size: 45px;
  font-weight: 200;
  position: relative;
  top: 3px;
  letter-spacing: initial;
}
@media (max-width: 1199px) {
  .call-to-action-section .section-heading .section-heading__heading {
    font-size: 36px;
    line-height: normal;
  }
}
.call-to-action-section .section-heading .section-heading__heading span,
.call-to-action-section .section-heading .section-heading__heading strong {
  font-weight: 700;
}
.call-to-action-section .section-heading .section-heading__heading strong {
  font-weight: 700;
}
.call-to-action-section .cta {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .call-to-action-section .cta {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 13px;
  }
}
@media (max-width: 991px) {
  .call-to-action-section .cta {
    margin-top: 10px;
  }
}
.call-to-action-section .call-to-action-cta {
  padding-right: 8px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .call-to-action-section .call-to-action-cta {
    border: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-section .call-to-action-cta {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .call-to-action-section .call-to-action-cta {
    padding-right: 20px;
  }
}
.call-to-action-section .call-to-action-cta .call-to-action-cta__description {
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: initial;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .call-to-action-section .call-to-action-cta .call-to-action-cta__description {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .call-to-action-section .call-to-action-cta .call-to-action-cta__description {
    border: none;
    padding: 0;
    margin: 15px 0;
  }
}
.call-to-action-section .call-to-action-cta__link {
  padding-left: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-section .call-to-action-cta__link {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .call-to-action-section .call-to-action-cta__link {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .call-to-action-section .call-to-action-cta__link {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .call-to-action-section .call-to-action-cta__link.p-l-20 {
    padding-left: 0 !important;
  }
}
.call-to-action-section .call-to-action-cta__link .call-to-action__button {
  background: #fff;
  color: #faa813;
  border-color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.call-to-action-section .call-to-action-cta__link .call-to-action__button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* === NEWS MODULE === */
.amt-news.with-events .news-feed,
.amt-news.with-events .events-widget {
  padding: 55px 0 74px 0;
  width: auto;
}
@media (min-width: 576px) and (max-width: 991px) {
  .amt-news.with-events .news-feed,
  .amt-news.with-events .events-widget {
    padding: 25px 0 5px 0;
  }
}
@media (max-width: 575px) {
  .amt-news.with-events .news-feed,
  .amt-news.with-events .events-widget {
    padding: 25px 20px 5px 20px;
  }
}
@media (min-width: 992px) {
  .amt-news.with-events #dnn_ContentNewsModule {
    width: 71.4%;
  }
}
.amt-news .section-content,
.amt-news .news-cards,
.amt-news [class*=article_list_wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .amt-news .section-content,
  .amt-news .news-cards,
  .amt-news [class*=article_list_wrapper] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.amt-news .section-content {
  padding: 30px 0px 10px 0;
}
@media (min-width: 992px) {
  .amt-news .section-content {
    padding: 62px 0;
  }
}
@media (max-width: 575px) {
  .amt-news .section-content {
    padding: 30px 20px 5px 20px;
  }
}
@media (max-width: 991px) {
  .amt-news .row,
  .amt-news .container {
    padding: 0;
    margin: 0 auto;
  }
}
.amt-news .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.amt-news .section-heading__heading {
  font-weight: 200;
  font-size: 26px;
  display: inline-block;
  margin: 0;
  letter-spacing: initial;
  line-height: 1.38;
}
@media (max-width: 991px) {
  .amt-news .section-heading__heading {
    display: block;
  }
}
.amt-news .section-heading__heading span,
.amt-news .section-heading__heading strong,
.amt-news .section-heading__heading b {
  font-weight: 700;
}
.amt-news .section-heading__link,
.amt-news .events-list__link a {
  color: #5d87a1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.amt-news .section-heading__link:hover,
.amt-news .events-list__link a:hover {
  color: #235572;
}
@media (min-width: 992px) {
  .amt-news .section-heading__link,
  .amt-news .events-list__link a {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .amt-news .section-heading__link {
    margin-top: 5px;
  }
}
.amt-news .news-cards {
  border-right: 1px solid #d5d5d5;
  width: 96%;
}
@media (max-width: 991px) {
  .amt-news .news-cards {
    width: 100%;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .amt-news .news-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
  }
}
.amt-news .news-card {
  display: block;
  width: 45.7%;
  border: 1px solid #d5d5d5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .amt-news .news-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .amt-news .news-card {
    width: 48%;
  }
}
.amt-news .news-card:hover {
  text-decoration: none;
}
.amt-news .news-card:hover .news-card__image .read-more {
  opacity: 1;
}
.amt-news .news-card .news-card__image-wrap,
.amt-news .news-card .news-card__image,
.amt-news .news-card .news-card__content {
  display: block;
}
.amt-news .news-card__image-wrap {
  position: relative;
  min-height: 145px;
  width: 100%;
  overflow: hidden;
}
.amt-news .news-card__image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f9f8f8;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.amt-news .news-card__image .read-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.amt-news .news-card__image .read-more:hover, .amt-news .news-card__image .read-more:active, .amt-news .news-card__image .read-more:active:focus, .amt-news .news-card__image .read-more:focus, .amt-news .news-card__image .read-more:visited {
  background: #faa813;
  color: #fff;
}
.amt-news .news-card__content {
  padding: 15px 18px 30px 18px;
}
@media (max-width: 991px) {
  .amt-news .news-card__content {
    padding: 15px;
  }
}
.amt-news .news-card__content .news-card__subheading,
.amt-news .news-card__content .news-card__heading {
  margin: 0;
  color: #636465;
}
.amt-news .news-card__content .news-card__subheading {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.38;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .amt-news .news-card__content .news-card__subheading {
    font-size: 14px;
    line-height: 21px;
  }
}
.amt-news .news-card__content .news-card__date {
  font-size: 16px;
  display: block;
  margin-bottom: 9px;
  line-height: 1.25;
  font-weight: 200;
}
.amt-news .news-card__content .news-card__date span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 6px;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 1px solid #d5d5d5;
}
.amt-news .news-card__content .news-card__heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.07;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .amt-news .news-card__content .news-card__heading {
    font-size: 20px;
    line-height: 30px;
  }
}
.amt-news .news-card__content .news-card__summary {
  line-height: 1.25;
  font-weight: 16px;
}
.amt-news .news-card__content .news-card__summary p {
  line-height: 1.25;
  font-size: 16px;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.amt-news .news-card__content .news-card__summary .more-link {
  font-weight: 600;
  font-size: 14px;
}
.amt-news .news-card__content .summary-content a[title*="Read more"] {
  display: none;
}
@media (min-width: 992px) {
  .amt-news .col-lg-3.custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.amt-news .events-list {
  position: relative;
}
@media (min-width: 992px) {
  .amt-news .events-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 33px 0 38px 0;
  }
}
@media (max-width: 991px) {
  .amt-news .events-list {
    padding: 0;
    width: 100%;
  }
}
.amt-news .events-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .amt-news .events-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .amt-news .events-list ul {
    margin-left: 5px;
  }
}
.amt-news .events-list ul li {
  margin-bottom: 30px;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .amt-news .events-list ul li {
    margin-bottom: 20px;
  }
}
.amt-news .events-list:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #d5d5d5;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .amt-news .events-list:before {
    width: 100%;
    left: 0;
    top: -12px;
  }
}
.amt-news .event-title {
  color: #5d87a1;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.amt-news .event-title:hover {
  color: #235572;
}
.amt-news .event-date {
  font-size: 15px;
  margin: 0;
  font-weight: 200;
  margin-bottom: 7px;
}
.amt-news .events-list__link a {
  margin-left: 0;
}
.amt-news.resources .col-lg-4.custom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .amt-news.resources .col-lg-4.custom {
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  .amt-news.resources .col-lg-4.custom {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .amt-news.resources .col-lg-8 {
    padding: 0;
  }
}
.amt-news.resources [class*=article_list_wrapper] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.amt-news.resources .resources-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.amt-news.resources .resources-list .content-pane,
.amt-news.resources .resources-list [class*=DNN],
.amt-news.resources .resources-list [class*=Dnn],
.amt-news.resources .resources-list [class*=dnn],
.amt-news.resources .resources-list [id*=dnn],
.amt-news.resources .resources-list .sc-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.amt-news.resources .resources-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.amt-news.resources .section-heading {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (min-width: 992px) {
  .amt-news.resources .section-heading {
    margin-bottom: 35px;
  }
}
.amt-news.resources .section-heading__heading {
  font-size: 26px;
}
.amt-news.resources .link-list {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.amt-news.resources .events-list__link {
  margin-bottom: 35px;
}
.amt-news.resources .news-cards {
  border-right: none;
  width: 100%;
}
.amt-news.resources .news-card {
  display: block;
  width: calc(50% - 19px);
}
@media (max-width: 767px) {
  .amt-news.resources .news-card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .amt-news.resources .news-card {
    width: 48%;
  }
}
.amt-news.resources .fluid .news-card {
  width: 100%;
}
@media (min-width: 992px) {
  .amt-news.resources .fluid .news-card {
    width: calc(33.33333% - 15px);
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .amt-news.resources .fluid .news-card {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .amt-news.resources .fluid .news-card {
    margin-bottom: 20px;
  }
}
.amt-news.full-width {
  padding: 35px 0;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
@media (min-width: 992px) {
  .amt-news.full-width {
    padding: 36px 0 84px 0;
  }
}
.amt-news.full-width:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  top: 0;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-dropshadow.png) no-repeat center top;
  background-size: auto 100%;
  z-index: 1;
}
.amt-news.full-width .news-cards {
  width: 100%;
  border-right: none;
}
@media (max-width: 767px) {
  .amt-news.full-width .news-cards {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .amt-news.full-width .news-card__content {
    padding: 10px;
  }
}
.amt-news.full-width .section-content {
  padding: 0;
  width: 100%;
}
.amt-news.full-width .news-card__image-wrap {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .amt-news.full-width .news-card__image-wrap {
    min-height: 150px;
  }
}
.amt-news.full-width [class*=article_list_wrapper] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.amt-news.full-width .news-card {
  width: 100%;
}
@media (min-width: 992px) {
  .amt-news.full-width .news-card {
    width: calc(33.33333% - 15px);
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .amt-news.full-width .news-card {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .amt-news.full-width .news-card {
    margin-bottom: 20px;
  }
}
.amt-news.full-width .read-all-cta {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .amt-news.full-width .read-all-cta {
    margin-top: 0;
  }
}
.amt-news.full-width .read-all-cta a {
  width: auto;
  background-color: #fff;
}
.amt-news.full-width .read-all-cta a:hover {
  background-color: #faa813;
}
.amt-news.featured-article {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .amt-news.featured-article {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .amt-news.featured-article {
    padding: 40px 0;
  }
}
.amt-news.featured-article .featured-article__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .amt-news.featured-article .featured-article__content {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .amt-news.featured-article .featured-article__content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .amt-news.featured-article .featured-article__content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .amt-news.featured-article .mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.amt-news.featured-article .featured-article__category {
  font-size: 18px;
  font-weight: 200;
  color: #5d87a1;
  line-height: 1.16;
  margin-bottom: 17px;
}
.amt-news.featured-article .featured-article__heading {
  font-size: 35px;
  font-weight: 600;
  color: #5d87a1;
  line-height: 1.16;
  margin-bottom: 14px;
}
.amt-news.featured-article .featured-article__description {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 40px;
}
.amt-news.featured-article .featured-article__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .amt-news.featured-article .featured-article__image {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .amt-news.featured-article .featured-article__image {
    margin-left: 63px;
    width: calc(50% - 63px);
  }
}
.amt-news.featured-article .featured-article__cta {
  width: auto;
}

.DnnModule a.news-card:hover {
  text-decoration: none !important;
}

.featured-badge {
  width: 75px;
  height: 23px;
  line-height: 23px;
  background: #faa813;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
}

.news-feed {
  width: 100%;
}
@media (min-width: 992px) {
  .news-feed {
    width: 71.4%;
  }
  .news-feed .section-heading {
    padding-right: 33px;
  }
  .news-feed .news-cards {
    border-right: 1px solid #d5d5d5;
    width: 100%;
    padding-right: 33px;
  }
  .news-feed .news-card {
    width: calc(50% - 19px);
  }
  .news-feed [class*=article_list_wrapper] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.news-feed [class*=article_list_wrapper] {
  width: 100%;
}
@media (max-width: 991px) {
  .news-feed [class*=article_list_wrapper] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .news-feed [class*=article_list_wrapper] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .events-feed {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .events-feed {
    width: calc(30% - 30px);
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .events-feed {
    width: 22.9%;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .events-feed {
    padding-left: 64px;
  }
}

@media (min-width: 992px) {
  .amt-news.with-events .news .user_dashboard, .amt-news.resources .news .user_dashboard {
    margin-bottom: 0;
    width: 100%;
  }
}

.news-card .block-link {
  color: #636465;
}
.news-card .block-link:hover, .news-card .block-link:focus, .news-card .block-link:active, .news-card .block-link:visited {
  text-decoration: none !important;
}
.news-card .block-link .more-link:hover {
  text-decoration: underline !important;
}

/* === FACT LIST MODULE; === */
.fact-list {
  text-align: center;
  padding: 90px 0 89px 0;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg) center center;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fact-list {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .fact-list {
    padding: 35px 10px 30px 10px;
  }
}
.fact-list .fact-list-content {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .fact-list .fact-list-content {
    margin: 0;
  }
}
.fact-list .fact-list-content__heading {
  color: #d5d5d5;
  font-size: 52px;
  line-height: 1.25;
  padding-bottom: 0;
  margin-bottom: 7px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fact-list .fact-list-content__heading {
    font-size: 45px;
  }
}
.fact-list .fact-list-content__heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 192px;
  height: 1px;
  background: #d5d5d5;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fact-list .fact-list-content__description {
  font-size: 15px;
  line-height: 1.26;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fact-list .fact-list-content__description {
    font-size: 14px;
  }
}

/* === TESTIMONIALS/BLOCK QUOTES === */
.testimonials {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg) center center;
  padding: 114px 0 62px 0;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
  .testimonials {
    padding: 90px 5px 25px 5px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .testimonials .container {
    padding: 0;
  }
}
.testimonials .testimonial-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonials .testimonial-blocks {
    display: block;
  }
}
.testimonials .testimonial-block {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-top: 1px solid #faa813;
  padding: 81px 30px 52px 30px;
  color: #5d87a1;
  position: relative;
  width: calc(50% - 14px);
}
@media (max-width: 767px) {
  .testimonials .testimonial-block {
    width: 100%;
    margin: 0 0 90px 0;
  }
}
.testimonials .testimonial-block:last-child {
  margin-bottom: 0;
}
.testimonials .testimonial-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border: 1px solid #faa813;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.testimonial-blockquote.blockquote,
blockquote {
  border: none;
  margin: 0;
}

.testimonial-blockquote,
blockquote,
blockquote p {
  padding: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 23px;
  letter-spacing: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #5d87a1;
}
.testimonial-blockquote cite,
blockquote cite,
blockquote p cite {
  font-weight: 600;
  font-size: 18px;
}

.testimonials-single {
  padding: 100px 0 71px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
  .testimonials-single {
    padding: 40px 20px 20px 20px;
  }
}
.testimonials-single__image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #faa813;
  background-color: #fff;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto;
}
@media (min-width: 1200px) {
  .testimonials-single__image {
    width: 235px;
    height: 235px;
    margin: 0;
  }
}
.testimonials-single blockquote,
.testimonials-single blockquote p {
  text-align: center;
}
@media (min-width: 1200px) {
  .testimonials-single blockquote,
  .testimonials-single blockquote p {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media (min-width: 768px) {
  .testimonials-single blockquote,
  .testimonials-single blockquote p {
    text-align: left;
  }
}
.testimonials-single blockquote cite,
.testimonials-single blockquote p cite {
  font-weight: 600;
  color: #5d87a1;
}
@media (min-width: 1200px) {
  .testimonials-single blockquote cite,
  .testimonials-single blockquote p cite {
    font-size: 20px;
    line-height: 1.7;
  }
}

/* === FEATURE STACK MODULE; === */
.feature-stacks {
  padding: 70px 0 94px 0;
  border-bottom: 1px solid #d5d5d5;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg) center center;
}
@media (max-width: 991px) {
  .feature-stacks {
    padding: 30px 10px 40px 10px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .feature-stacks .inner {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .feature-stacks .inner {
    padding: 0 97px;
  }
}
.feature-stacks .section-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .feature-stacks .section-heading {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .feature-stacks .section-heading {
    margin-bottom: 77px;
  }
}
.feature-stacks .section-heading__heading {
  font-size: 35px;
  line-height: 1.7;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  color: #5d87a1;
}
@media (max-width: 767px) {
  .feature-stacks .section-heading__heading {
    font-size: 28px;
    line-height: 1.3;
    padding-bottom: 15px;
  }
}
.feature-stacks .section-heading__subheading {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 767px) {
  .feature-stacks .section-heading__subheading {
    font-size: 24px;
  }
}

.feature-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .feature-stack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature-stack {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .feature-stack {
    margin-bottom: 74px;
  }
}
@media (min-width: 768px) {
  .feature-stack {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .feature-stack:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .feature-stack:nth-child(even) .feature-stack-content {
    padding-left: 30px;
  }
}
.feature-stack:nth-child(even) .feature-stack-content__heading:after {
  width: 100%;
}
.feature-stack:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-stack-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature-stack-content {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .feature-stack-content {
    width: 45%;
  }
}
.feature-stack-content__heading {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 12px !important;
  position: relative;
  margin-top: -6px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-stack-content__heading {
    font-size: 22px;
  }
}
.feature-stack-content__heading span {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg) center center;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.feature-stack-content__heading:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background: #faa813;
  width: calc(100% - 30px);
  z-index: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .feature-stack-content__heading:after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .feature-stack-content__heading:after {
    display: none;
  }
}
.feature-stack-content__description, .feature-stack-content__description p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.27;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-stack-content__description, .feature-stack-content__description p {
    font-size: 16px;
  }
}
.feature-stack-content__description a, .feature-stack-content__description p a {
  font-weight: 600;
}
@media (min-width: 992px) {
  .feature-stack-content__description {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .feature-stack-content .feature-stack-cta {
    margin-top: 15px;
  }
}
.feature-stack-content .feature-stack-cta__description {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px !important;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-stack-content .feature-stack-cta__description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .feature-stack-content .feature-stack-cta__description {
    line-height: 1.25;
    margin-bottom: 15px !important;
  }
}
.feature-stack-content .feature-stack-cta__link {
  width: auto;
  background-color: #fff;
}
@media (max-width: 991px) {
  .feature-stack-content .feature-stack-cta__link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .feature-stack-content .feature-stack-cta__link {
    line-height: 1.2;
  }
}
.feature-stack__image {
  min-height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 2px solid #faa813;
}
@media (max-width: 767px) {
  .feature-stack__image {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .feature-stack__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature-stack__image {
    width: calc(50% - 10px);
    min-height: 220px;
  }
}

/* === FOOTER; === */
.footer {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg) center top;
  padding: 25px 0 0 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 73px 0 83px 0;
  }
}
.footer .footer__content {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .footer .footer__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .footer__content .section-heading .section-heading__heading {
  font-size: 22px;
}
@media (max-width: 991px) {
  .footer .footer__content .col-lg-8 {
    padding: 0 5px;
  }
}
.footer .footer__links {
  padding: 17px 0 0 15px;
}
@media (max-width: 991px) {
  .footer .footer__links [class*=col-]:first-child ul {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .footer .footer__links [class*=col-]:last-child {
    padding-left: 0;
  }
}
.footer .footer__links ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
}
.footer .footer__links ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 9px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  font-family: "Source Sans Pro", sans-serif;
}
.footer .footer__links ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #faa813;
}
@media (max-width: 991px) {
  .footer .footer__links ul li:before {
    top: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer .footer__links ul li a {
  color: #5d87a1;
  font-size: 18px;
}
.footer .footer__links ul li a span {
  font-size: 15px;
  font-weight: 300;
}
.footer .footer__contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer .footer__contact__wrap {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .footer .footer__contact {
    border-top: 1px solid #d5d5d5;
    padding-top: 25px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .footer .footer__contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer__contact .section-heading {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .footer .footer__contact .section-heading {
    margin-left: 62px;
  }
}
.footer .footer__contact__info {
  padding: 17px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer__contact__info {
    padding: 17px 0 0 0;
  }
}
@media (min-width: 992px) {
  .footer .footer__contact__info {
    padding-left: 62px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
@media (min-width: 992px) {
  .footer .footer__contact__info {
    border-left: 1px solid #d5d5d5;
  }
}
.footer .footer__contact__info p {
  font-size: 18px;
  line-height: 1.7;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}
@media (min-width: 992px) {
  .footer .footer__contact__info p {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    line-height: 1.5;
  }
}
.footer .footer__contact__info p.footer__contact__address__street {
  line-height: 1.8;
}
@media (min-width: 992px) {
  .footer .footer__contact__info .content-pane {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .footer .footer__contact__info .content-pane .DNNModuleContent {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer__contact__info .DnnModule-DNN_HTML {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .footer .footer__contact__info [id*=dnn_] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .footer .footer__contact__info [id*=_lblContent] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 5px;
  }
}
.footer .footer__social {
  margin-bottom: 44px;
  position: relative;
}
@media (max-width: 991px) {
  .footer .footer__social {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .footer .footer__social .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (min-width: 1200px) {
  .footer .footer__social .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }
}
.footer .footer__social .line {
  display: none;
  width: calc(100% - 30px);
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .footer .footer__social .line {
    display: block;
  }
}
.footer .footer__social .footer__social__links {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  */
  display: block;
}
.footer .footer__social .footer__social__links [id*=HtmlModule_lblContent] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer__social .footer__social__links .footer__social__link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 1px solid #d5d5d5;
  color: #5d87a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1199px) {
  .footer .footer__social .footer__social__links .footer__social__link {
    width: 50px;
    height: 50px;
  }
}
.footer .footer__social .footer__social__links .footer__social__link:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  text-decoration: none !important;
}

.footer__affiliates .container,
.affiliates .container {
  max-width: 1451px;
  padding: 0;
}
@media (min-width: 1200px) {
  .footer__affiliates .section-heading,
  .affiliates .section-heading {
    margin-bottom: 28px;
  }
}
.footer__affiliates .section-heading .section-heading__heading,
.affiliates .section-heading .section-heading__heading {
  font-size: 26px;
  line-height: 1.42;
  font-weight: 200;
}
.footer__affiliates .section-heading .section-heading__heading span,
.footer__affiliates .section-heading .section-heading__heading strong,
.footer__affiliates .section-heading .section-heading__heading b,
.affiliates .section-heading .section-heading__heading span,
.affiliates .section-heading .section-heading__heading strong,
.affiliates .section-heading .section-heading__heading b {
  font-weight: 700 !important;
}
.footer__affiliates .footer__affiliates__logos,
.footer__affiliates .affiliate-logos,
.affiliates .footer__affiliates__logos,
.affiliates .affiliate-logos {
  padding: 57px 49px 63px 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer__affiliates .footer__affiliates__logos,
  .footer__affiliates .affiliate-logos,
  .affiliates .footer__affiliates__logos,
  .affiliates .affiliate-logos {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer__affiliates .footer__affiliates__logos .logo,
.footer__affiliates .affiliate-logos .logo,
.affiliates .footer__affiliates__logos .logo,
.affiliates .affiliate-logos .logo {
  display: block;
  text-align: center;
}
.footer__affiliates .footer__affiliates__logos .logo a,
.footer__affiliates .affiliate-logos .logo a,
.affiliates .footer__affiliates__logos .logo a,
.affiliates .affiliate-logos .logo a {
  display: block;
}
.footer__affiliates .footer__affiliates__logos .logo img,
.footer__affiliates .affiliate-logos .logo img,
.affiliates .footer__affiliates__logos .logo img,
.affiliates .affiliate-logos .logo img {
  display: inline-block;
  width: auto;
  height: 44px;
}
.footer__affiliates .footer__affiliates__logos .owl-nav .nav-next,
.footer__affiliates .affiliate-logos .owl-nav .nav-next,
.affiliates .footer__affiliates__logos .owl-nav .nav-next,
.affiliates .affiliate-logos .owl-nav .nav-next {
  right: 15px;
}
.footer__affiliates .footer__affiliates__logos .owl-nav .nav-prev,
.footer__affiliates .affiliate-logos .owl-nav .nav-prev,
.affiliates .footer__affiliates__logos .owl-nav .nav-prev,
.affiliates .affiliate-logos .owl-nav .nav-prev {
  left: 15px;
}
@media (max-width: 991px) {
  .footer__affiliates .footer__affiliates__logos:not(.owl-carousel),
  .footer__affiliates .affiliate-logos:not(.owl-carousel),
  .affiliates .footer__affiliates__logos:not(.owl-carousel),
  .affiliates .affiliate-logos:not(.owl-carousel) {
    display: block;
  }
}
.footer__affiliates .footer__affiliates__logos:not(.owl-carousel) .logo,
.footer__affiliates .affiliate-logos:not(.owl-carousel) .logo,
.affiliates .footer__affiliates__logos:not(.owl-carousel) .logo,
.affiliates .affiliate-logos:not(.owl-carousel) .logo {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .footer__affiliates .footer__affiliates__logos:not(.owl-carousel) .logo,
  .footer__affiliates .affiliate-logos:not(.owl-carousel) .logo,
  .affiliates .footer__affiliates__logos:not(.owl-carousel) .logo,
  .affiliates .affiliate-logos:not(.owl-carousel) .logo {
    margin: 0 0 20px 0;
  }
}
.footer__affiliates .footer__affiliates__logos:not(.owl-carousel) .logo img,
.footer__affiliates .affiliate-logos:not(.owl-carousel) .logo img,
.affiliates .footer__affiliates__logos:not(.owl-carousel) .logo img,
.affiliates .affiliate-logos:not(.owl-carousel) .logo img {
  height: auto;
}

/* === LEGAL FOOTER; === */
.footer-legal {
  background: #5d87a1;
  padding: 8px 0 11px 0;
}
.footer-legal .footer-legal__copyright {
  padding-top: 7px;
}
.footer-legal .footer-legal__copyright p {
  font-size: 10px !important;
  line-height: normal;
}
.footer-legal .footer-legal__privacy__terms a {
  font-size: 12px;
  line-height: normal;
}
.footer-legal .footer-legal__privacy__terms .pipe {
  font-size: 11px;
  position: relative;
  top: -1px;
}
.footer-legal .footer-legal__privacy__terms .footer-legal__privacy {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .footer-legal .footer-legal__privacy__terms .footer-legal__privacy {
    padding-right: 2px;
  }
}
.footer-legal .footer-legal__privacy__terms .footer-legal__terms {
  padding-left: 8px;
}
@media (max-width: 767px) {
  .footer-legal .footer-legal__privacy__terms .footer-legal__terms {
    padding-left: 3px;
  }
}

/* === AMT TAB COMPONENT; === */
.amt-tabs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border: none;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
@media (max-width: 767px) {
  .amt-tabs {
    display: none;
  }
}
@media (min-width: 1200px) {
  .amt-tabs {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .amt-tabs {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .amt-tabs {
    height: 40px;
  }
}
.amt-tabs .nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  margin-right: 30px;
}
.amt-tabs .nav-item:last-child {
  margin: 0;
}
@media (max-width: 1199px) {
  .amt-tabs .nav-item {
    margin: 0;
  }
}
.amt-tabs .nav-link {
  border-color: #d5d5d5;
  border-bottom: none;
  text-align: center;
  font-weight: 400;
  font-family: "ff-zwo-web-pro", sans-serif;
  color: #636465;
  font-size: 18px;
  padding: 8px 16px 8px 16px;
  background: #f9f8f8;
  color: #9b9b9b;
  border-radius: 6px 6px 0 0;
  letter-spacing: 0.025em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .amt-tabs .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .amt-tabs .nav-link {
    padding: 8px 6px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .amt-tabs .nav-link {
    white-space: nowrap;
    font-size: 14px;
    padding-bottom: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .amt-tabs .nav-link {
    font-size: 16px;
    padding-bottom: 7px;
  }
}
.amt-tabs .nav-link.active, .amt-tabs .nav-link:hover {
  background: #5d87a1;
  color: #ffffff;
  border-color: #5d87a1;
}
.amt-tabs .nav-link.active span {
  position: relative;
}
.amt-tabs .nav-link.active span:after {
  content: "";
  position: absolute;
  right: -14px;
  width: 8px;
  height: 7px;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-arrow-down-white.svg) no-repeat center center;
  background-size: 8px 7px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 2px));
  transform: translateY(calc(-50% + 2px));
}

@media (min-width: 768px) and (max-width: 1199px) {
  .amt-tab-content {
    max-width: calc(100% - 30px);
  }
}

.amt-tab-content,
.info-pane {
  border: 1px solid #d5d5d5;
  border-top: 5px solid #5d87a1;
  margin: 0 auto;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 575px) {
  .amt-tab-content,
  .info-pane {
    padding: 0;
    border: none;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .amt-tab-content,
  .info-pane {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .amt-tab-content .row,
  .info-pane .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .amt-tab-content .tab-pane,
  .info-pane .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
.amt-tab-content .tab-pane .card-header,
.info-pane .tab-pane .card-header {
  border-radius: 0;
  border: none;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  .amt-tab-content .tab-pane .card-header,
  .info-pane .tab-pane .card-header {
    display: none;
  }
}
.amt-tab-content .tab-pane .card-header .collapse-trigger,
.info-pane .tab-pane .card-header .collapse-trigger {
  padding: 0 20px;
  display: block;
  font-size: 22px;
  font-weight: 400;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.amt-tab-content .tab-pane .card-header .collapse-trigger:hover,
.info-pane .tab-pane .card-header .collapse-trigger:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .amt-tab-content .tab-pane .card-header .collapse-trigger,
  .info-pane .tab-pane .card-header .collapse-trigger {
    padding: 0;
    line-height: 1.2;
    font-size: 20px;
  }
}
.amt-tab-content .tab-pane .card-header:hover,
.info-pane .tab-pane .card-header:hover {
  background: #5d87a1;
  border-color: #5d87a1;
}
.amt-tab-content .tab-pane .card-header:hover .collapse-trigger,
.info-pane .tab-pane .card-header:hover .collapse-trigger {
  color: #fff;
}
.amt-tab-content .tab-pane.active .card-header,
.info-pane .tab-pane.active .card-header {
  background: #5d87a1;
  border-color: #5d87a1;
}
.amt-tab-content .tab-pane.active .card-header .collapse-trigger,
.info-pane .tab-pane.active .card-header .collapse-trigger {
  color: #fff;
}
.amt-tab-content .tab-pane.active .card-header .collapse-trigger span,
.info-pane .tab-pane.active .card-header .collapse-trigger span {
  position: relative;
}
.amt-tab-content .tab-pane.active .card-header .collapse-trigger span:after,
.info-pane .tab-pane.active .card-header .collapse-trigger span:after {
  content: "";
  position: absolute;
  right: -14px;
  width: 8px;
  height: 7px;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-arrow-down-white.svg) no-repeat center center;
  background-size: 8px 7px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 2px));
  transform: translateY(calc(-50% + 2px));
}
@media (max-width: 767px) {
  .amt-tab-content .tab-pane.active .card-header .collapse-trigger span:after,
  .info-pane .tab-pane.active .card-header .collapse-trigger span:after {
    right: -18px;
  }
}
@media (min-width: 768px) {
  .amt-tab-content .tab-pane.active .collapse,
  .info-pane .tab-pane.active .collapse {
    display: block;
  }
}
@media (min-width: 768px) {
  .amt-tab-content .tab-pane.active .collapse:not(.show),
  .info-pane .tab-pane.active .collapse:not(.show) {
    display: block;
  }
}
.amt-tab-content .btn,
.info-pane .btn {
  width: auto;
}
.amt-tab-content .list-inline,
.info-pane .list-inline {
  margin-left: 0;
}
.amt-tab-content input[type=submit],
.amt-tab-content button.eligibility-check-submit,
.info-pane input[type=submit],
.info-pane button.eligibility-check-submit {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .amt-tab-content input[type=submit],
  .amt-tab-content button.eligibility-check-submit,
  .info-pane input[type=submit],
  .info-pane button.eligibility-check-submit {
    margin-left: 5px;
    width: calc(31.7% - 5px);
  }
}
@media (min-width: 1200px) {
  .amt-tab-content.equal-columns .tab-content__content,
  .amt-tab-content.equal-columns .tab-content__sidebar,
  .amt-tab-content.equal-columns .info-pane-content__content,
  .amt-tab-content.equal-columns .info-pane-content__sidebar,
  .info-pane.equal-columns .tab-content__content,
  .info-pane.equal-columns .tab-content__sidebar,
  .info-pane.equal-columns .info-pane-content__content,
  .info-pane.equal-columns .info-pane-content__sidebar {
    width: 50%;
  }
}

.tab-content__description,
.info-pane-content__description,
p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 11px;
}
.tab-content__description.text-smaller,
.info-pane-content__description.text-smaller,
p.text-smaller {
  font-size: 14px;
}

.tab-content__section__heading,
.info-pane-content__section__heading {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  padding: 14px 30px;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #5d87a1;
  font-weight: 600;
  text-align: center;
}

.tab-content-section-heading__alt,
.info-pane-content-section-heading__alt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  .tab-content-section-heading__alt,
  .info-pane-content-section-heading__alt {
    padding: 15px 53px;
    min-height: 94px;
  }
}
@media (min-width: 1200px) {
  .tab-content-section-heading__alt [class*=col-],
  .info-pane-content-section-heading__alt [class*=col-] {
    padding: 0;
  }
}
.tab-content-section-heading__alt .tab-content-section-heading__description,
.tab-content-section-heading__alt .info-pane-content-section-heading__description,
.tab-content-section-heading__alt .image-with-description,
.info-pane-content-section-heading__alt .tab-content-section-heading__description,
.info-pane-content-section-heading__alt .info-pane-content-section-heading__description,
.info-pane-content-section-heading__alt .image-with-description {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .tab-content-section-heading__alt .tab-content-section-heading__description,
  .tab-content-section-heading__alt .info-pane-content-section-heading__description,
  .tab-content-section-heading__alt .image-with-description,
  .info-pane-content-section-heading__alt .tab-content-section-heading__description,
  .info-pane-content-section-heading__alt .info-pane-content-section-heading__description,
  .info-pane-content-section-heading__alt .image-with-description {
    margin-bottom: 0;
  }
}
.tab-content-section-heading__alt .tab-content-section-heading__description p,
.tab-content-section-heading__alt .tab-content-section-heading__description ul,
.tab-content-section-heading__alt .tab-content-section-heading__description li,
.tab-content-section-heading__alt .info-pane-content-section-heading__description p,
.tab-content-section-heading__alt .info-pane-content-section-heading__description ul,
.tab-content-section-heading__alt .info-pane-content-section-heading__description li,
.tab-content-section-heading__alt .image-with-description p,
.tab-content-section-heading__alt .image-with-description ul,
.tab-content-section-heading__alt .image-with-description li,
.info-pane-content-section-heading__alt .tab-content-section-heading__description p,
.info-pane-content-section-heading__alt .tab-content-section-heading__description ul,
.info-pane-content-section-heading__alt .tab-content-section-heading__description li,
.info-pane-content-section-heading__alt .info-pane-content-section-heading__description p,
.info-pane-content-section-heading__alt .info-pane-content-section-heading__description ul,
.info-pane-content-section-heading__alt .info-pane-content-section-heading__description li,
.info-pane-content-section-heading__alt .image-with-description p,
.info-pane-content-section-heading__alt .image-with-description ul,
.info-pane-content-section-heading__alt .image-with-description li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.tab-content-section-heading__alt .tab-content-section-heading__description img,
.tab-content-section-heading__alt .info-pane-content-section-heading__description img,
.tab-content-section-heading__alt .image-with-description img,
.info-pane-content-section-heading__alt .tab-content-section-heading__description img,
.info-pane-content-section-heading__alt .info-pane-content-section-heading__description img,
.info-pane-content-section-heading__alt .image-with-description img {
  margin-right: 18px;
}
@media (min-width: 992px) {
  .tab-content-section-heading__alt .tab-content-section-heading__cta,
  .tab-content-section-heading__alt .info-pane-content-section-heading__cta,
  .info-pane-content-section-heading__alt .tab-content-section-heading__cta,
  .info-pane-content-section-heading__alt .info-pane-content-section-heading__cta {
    text-align: right;
  }
}
.tab-content-section-heading__alt .tab-content-section-heading__cta .btn,
.tab-content-section-heading__alt .info-pane-content-section-heading__cta .btn,
.info-pane-content-section-heading__alt .tab-content-section-heading__cta .btn,
.info-pane-content-section-heading__alt .info-pane-content-section-heading__cta .btn {
  width: auto;
}
.tab-content-section-heading__alt .tab-content-section-heading__cta p,
.tab-content-section-heading__alt .info-pane-content-section-heading__cta p,
.info-pane-content-section-heading__alt .tab-content-section-heading__cta p,
.info-pane-content-section-heading__alt .info-pane-content-section-heading__cta p {
  margin: 0;
}

.info-pane-content-section-heading__alt {
  background: #fff;
}
@media (max-width: 767px) {
  .info-pane-content-section-heading__alt {
    padding: 15px 5px;
  }
}
.info-pane-content-section-heading__alt select {
  border-color: #faa813;
}

.tab-content__content,
.info-pane-content__content {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .tab-content__content,
  .info-pane-content__content {
    width: 63%;
  }
}
.tab-content__content .row,
.info-pane-content__content .row {
  background: transparent !important;
}
@media (min-width: 1200px) {
  .tab-content__content.full-width,
  .info-pane-content__content.full-width {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .tab-content__content.full-width .inner,
  .info-pane-content__content.full-width .inner {
    padding: 39px 66px 30px 66px;
  }
}
.tab-content__content.full-width .inner .inner,
.info-pane-content__content.full-width .inner .inner {
  padding: 0;
}
.tab-content__content.full-width:after,
.info-pane-content__content.full-width:after {
  display: none !important;
}
.tab-content__content strong,
.tab-content__content b,
.tab-content__content a[href],
.info-pane-content__content strong,
.info-pane-content__content b,
.info-pane-content__content a[href] {
  font-weight: 600;
}
.tab-content__content .link-list a[href],
.info-pane-content__content .link-list a[href] {
  font-weight: 200;
}
.tab-content__content .inner,
.info-pane-content__content .inner {
  width: 100%;
  padding: 20px 40px 10px 40px;
}
@media (min-width: 1200px) {
  .tab-content__content .inner,
  .info-pane-content__content .inner {
    padding: 39px 61px 30px 66px;
  }
}
.tab-content__content .inner .inner,
.info-pane-content__content .inner .inner {
  padding: 0;
}
.tab-content__content.add-divider:after,
.info-pane-content__content.add-divider:after {
  content: "";
  display: none;
  position: absolute;
  width: calc(100% - 66px);
  height: 1px;
  background-color: #d5d5d5;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .tab-content__content.add-divider:after,
  .info-pane-content__content.add-divider:after {
    display: none;
  }
}

.tab-content__content ul:not([class]),
.tab-content__sidebar ul:not([class]),
.info-pane-content__content ul:not([class]),
.info-pane-content__sidebar ul:not([class]) {
  margin: 0 0 15px 0;
  padding: 0;
}
.tab-content__content ul:not([class]) li,
.tab-content__sidebar ul:not([class]) li,
.info-pane-content__content ul:not([class]) li,
.info-pane-content__sidebar ul:not([class]) li {
  position: relative;
  padding-left: 4px;
  font-weight: 200;
  line-height: 1.5;
}
.tab-content__content ul:not([class]) li ul,
.tab-content__content ul:not([class]) li ol,
.tab-content__sidebar ul:not([class]) li ul,
.tab-content__sidebar ul:not([class]) li ol,
.info-pane-content__content ul:not([class]) li ul,
.info-pane-content__content ul:not([class]) li ol,
.info-pane-content__sidebar ul:not([class]) li ul,
.info-pane-content__sidebar ul:not([class]) li ol {
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tab-content__sidebar.center-align {
    display: inherit;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab-content__heading-2,
.info-pane-content__heading-2 {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 600;
  margin: 0 0 12px 0 !important;
  line-height: 1.27;
}
.tab-content__heading-2 span,
.info-pane-content__heading-2 span {
  font-size: 14px;
  font-weight: 200;
}

.tab-content__heading-3,
.info-pane-content__heading-3 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 600;
  margin: 0 0 6px 0 !important;
  line-height: 1.55;
}
.tab-content__heading-3 span,
.info-pane-content__heading-3 span {
  font-size: 14px;
  font-weight: 200;
}

.tab-content__heading-4,
.info-pane-content__heading-4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 600;
  margin: 0 0 6px 0 !important;
  line-height: 1.75;
  letter-spacing: initial;
}
@media (max-width: 575px) {
  .tab-content__heading-4,
  .info-pane-content__heading-4 {
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
.tab-content__heading-4 .badge,
.info-pane-content__heading-4 .badge {
  margin-left: 10px;
  margin-bottom: 0;
}
.tab-content__heading-4 span,
.info-pane-content__heading-4 span {
  font-size: 14px;
  font-weight: 200;
}

.tab-content__cta .cta-link,
.info-pane-content__cta .cta-link {
  font-size: 18px;
  padding: 8px 30px;
  white-space: nowrap;
}

.tab-content__sidebar,
.info-pane-content__sidebar {
  position: relative;
  width: 100%;
}
.tab-content__sidebar .row,
.info-pane-content__sidebar .row {
  background: transparent !important;
}
@media (min-width: 1200px) {
  .tab-content__sidebar,
  .info-pane-content__sidebar {
    width: 37%;
  }
  .tab-content__sidebar:before,
  .info-pane-content__sidebar:before {
    content: "";
    position: absolute;
    width: 1px;
    display: block;
    height: calc(100% - 70px);
    background: #d8d8d8;
    left: 0;
    top: 35px;
  }
}
.tab-content__sidebar strong,
.tab-content__sidebar b,
.info-pane-content__sidebar strong,
.info-pane-content__sidebar b {
  font-weight: 600 !important;
}
.tab-content__sidebar .inner,
.info-pane-content__sidebar .inner {
  padding: 10px 40px 30px 40px;
  width: 100%;
}
@media (min-width: 1200px) {
  .tab-content__sidebar .inner,
  .info-pane-content__sidebar .inner {
    padding: 39px 90px 32px 65px;
  }
}
.tab-content__sidebar .inner .inner,
.info-pane-content__sidebar .inner .inner {
  padding: 0;
}
.tab-content__sidebar .inner .row,
.info-pane-content__sidebar .inner .row {
  border: none;
}
.tab-content__sidebar.add-divider:after,
.info-pane-content__sidebar.add-divider:after {
  content: "";
  display: none;
  position: absolute;
  width: calc(100% - 71px);
  height: 1px;
  background-color: #d5d5d5;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .tab-content__sidebar.add-divider:after,
  .info-pane-content__sidebar.add-divider:after {
    display: none;
  }
}
.tab-content__sidebar a,
.info-pane-content__sidebar a {
  font-weight: 600;
}
.tab-content__sidebar .info-table,
.info-pane-content__sidebar .info-table {
  margin-bottom: 20px;
}

.tab-content__footer {
  width: 100%;
  padding: 20px 20px 30 20px;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .tab-content__footer {
    padding: 32px 90px 22px 66px;
    border-top: 1px solid #d5d5d5;
  }
}
.tab-content__footer .row {
  border: none !important;
  background: transparent !important;
}
.tab-content__footer .tab-content__sidebar {
  background: transparent;
}
@media (min-width: 1200px) {
  .tab-content__footer .tab-content__sidebar {
    padding: 0 40px 0 0;
    border-right: 1px solid #d5d5d5;
    border-left: none;
    padding: 11px 0;
  }
}
.tab-content__footer .tab-content__sidebar:before {
  display: none;
}
.tab-content__footer .tab-content__content {
  background: transparent;
}
@media (min-width: 1200px) {
  .tab-content__footer .tab-content__content {
    padding: 0 0 0 29px;
  }
}
@media (max-width: 991px) {
  .tab-content__footer hr {
    display: none;
  }
}
@media (min-width: 992px) {
  .tab-content__footer hr {
    margin: 30px 0 !important;
  }
}

.info-pane p,
.info-pane ul,
.info-pane li,
.info-pane .fs-1,
.info-pane .fs-2,
.info-pane .fs-3,
.info-pane .fs-4 {
  color: rgba(0, 0, 0, 0.55);
}
.info-pane.qualifying-activities {
  border-bottom: 3px solid #5d87a1;
}

.annual-meeting-tabs h2,
.annual-meeting-tabs h3,
.annual-meeting-tabs h4,
.annual-meeting-tabs .fs-2,
.annual-meeting-tabs .fs-3,
.annual-meeting-tabs .fs-4,
.annual-meeting-tabs strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
}
.annual-meeting-tabs p,
.annual-meeting-tabs ul,
.annual-meeting-tabs li {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 200;
}

.amt-tab-content .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt),
.info-pane .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt),
.info-pane-wrap .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt) {
  border-bottom: 1px solid #d5d5d5;
}
.amt-tab-content .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):nth-child(odd),
.info-pane .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):nth-child(odd),
.info-pane-wrap .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):nth-child(odd) {
  background: #f9f8f8;
}
.amt-tab-content .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):last-child,
.info-pane .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):last-child,
.info-pane-wrap .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):last-child {
  border-bottom: none;
}
.amt-tab-content .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):first-of-type,
.info-pane .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):first-of-type,
.info-pane-wrap .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):first-of-type {
  border-top: 1px solid #d5d5d5;
}
.amt-tab-content .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):first-of-type .inner .row,
.info-pane .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):first-of-type .inner .row,
.info-pane-wrap .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt):first-of-type .inner .row {
  border: none;
}
.amt-tab-content .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt) .inner .row,
.info-pane .tab-pane .collapse .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt) .inner .row,
.info-pane-wrap .row:not(.tab-content-section-heading__alt):not(.info-pane-content-section-heading__alt) .inner .row {
  border: none;
}

/* === INFO PANE STYLES  === */
.info-panes .info-pane-content-section-heading__alt {
  margin: 0;
  border-top: 5px solid #5d87a1;
}

.info-pane {
  padding: 25px 5px;
  border: none;
}
@media (min-width: 992px) {
  .info-pane {
    padding: 53px 0 74px;
  }
}
@media (min-width: 1200px) {
  .info-pane .container {
    max-width: 1170px;
  }
}
.info-pane .content-wrapper {
  border: 1px solid #d5d5d5;
  border-top: none;
}
.info-pane .section-heading {
  width: 100%;
}
@media (max-width: 991px) {
  .info-pane .section-heading {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .info-pane .section-heading .section-heading__heading {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .info-pane .info-pane-content-section-heading__description {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .info-pane .info-pane-content-section-heading__description img {
    display: block;
    margin: 0 auto 15px auto !important;
  }
}
@media (max-width: 1199px) {
  .info-pane .row:last-child .info-pane-content__sidebar {
    border-bottom: none;
  }
}
.info-pane.education .section-heading {
  margin-bottom: 0;
}
.info-pane.education .section-heading__heading {
  border: none;
  font-size: 30px;
  padding: 0;
  margin-bottom: 24px;
  line-height: 2;
  color: #5d87a1;
}
@media (max-width: 991px) {
  .info-pane.education .section-heading__heading {
    line-height: 1.2;
  }
}
.info-pane.equal-width {
  padding-bottom: 40px;
  border-bottom: 3px solid #5d87a1;
}
@media (min-width: 992px) {
  .info-pane.equal-width {
    padding-bottom: 60px;
  }
}
.info-pane.equal-width .info-pane-content__content,
.info-pane.equal-width .info-pane-content__sidebar {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .info-pane.equal-width .info-pane-content__content,
  .info-pane.equal-width .info-pane-content__sidebar {
    width: 50%;
  }
}
.info-pane.equal-width .info-pane-content__content hr {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .info-pane.amtrax {
    padding-top: 70px;
  }
}

.info-pane-wrap {
  background: #ffffff;
}

.info-table {
  display: table;
  width: 100%;
  font-weight: 300;
}
.info-table.with-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-table.with-dots .info-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-table.with-dots .info-table-row .info-table-header {
  margin-bottom: 10px;
}
.info-table.with-dots .info-table-row .info-table-header:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.info-table.with-dots .info-table-row .info-table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-table.with-dots .info-table-row .info-table-cell:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.info-table.with-dots .info-table-row .info-table-cell:first-child {
  overflow: hidden;
  margin-right: 10px;
  display: inline-block;
}
.info-table.with-dots .info-table-row .info-table-cell:first-child:after {
  content: " ....................................................................................................................................................................................................................................................................................................................................";
  font-weight: 200;
  color: rgba(142, 142, 142, 0.55);
  margin-left: 18px;
  position: absolute;
  bottom: 4px;
  font-size: 16px;
}

.info-table-row {
  display: table-row;
}

.info-table-header,
.info-table-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.info-table-header {
  font-size: 14px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .info-table-header {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .info-table-header {
    white-space: nowrap;
  }
}

/* === CONTENT CAROUSEL MODULE; === */
.content-carousel {
  padding: 62px 0 78px;
}
@media (max-width: 991px) {
  .content-carousel {
    padding: 20px 10px;
  }
}
.content-carousel .section-heading {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .content-carousel .section-heading {
    margin-bottom: 20px;
  }
}
.content-carousel .section-heading .section-heading__heading {
  font-weight: 200;
  font-size: 26px;
  line-height: 1.38;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
.content-carousel .section-heading .section-heading__heading p {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.content-carousel .section-heading .section-heading__heading span,
.content-carousel .section-heading .section-heading__heading strong {
  font-weight: 700 !important;
}
.content-carousel .section-heading p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: initial;
  line-height: 1.2;
}
.content-carousel .content-carousel-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .content-carousel .content-carousel-items {
    display: block;
    padding: 0;
  }
}
.content-carousel .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-carousel .content-carousel-item {
  float: left;
  width: 100%;
  border-left: 1px solid #faa813;
  padding: 0 30px 0 12px;
  margin-left: 3px;
}
@media (min-width: 576px) {
  .content-carousel .content-carousel-item {
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .content-carousel .content-carousel-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.content-carousel .content-carousel-item__heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: normal;
}
.content-carousel .content-carousel-item__subheading, .content-carousel .content-carousel-item__heading {
  margin: 0;
  padding: 0;
  color: #5d87a1;
  letter-spacing: initial;
}
.content-carousel .content-carousel-item__subheading span, .content-carousel .content-carousel-item__heading span {
  font-size: 14px;
  font-weight: 200 !important;
}
.content-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .content-carousel .owl-nav {
    text-align: center;
    margin: 15px 0 0 0;
  }
}
.content-carousel .owl-carousel .owl-nav button.owl-prev {
  display: none;
}
.content-carousel .owl-carousel .owl-nav button.owl-next {
  position: initial;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: auto;
}
@media (max-width: 767px) {
  .content-carousel.statistics-content-carousel .section-heading {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .content-carousel.statistics-content-carousel {
    padding: 60px 0;
  }
}
.content-carousel.statistics-content-carousel .content-carousel-item {
  border-left: 1px solid #5d87a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-carousel.statistics-content-carousel .content-carousel-item__heading {
  font-size: 52px;
  font-weight: 700;
  color: #d5d5d5;
  margin-right: 16px;
}
.content-carousel.statistics-content-carousel .content-carousel-item__subheading {
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 1.26;
}
.content-carousel.featured-education {
  padding-top: 0;
}

/* === CARD LINKS and CARD GROUP ELEMENTS; === */
.card-links,
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 #D5D5D5;
  box-shadow: 0 2px 2px 0 #D5D5D5;
  border-top: 1px solid #faa813;
  padding: 32px 0 32px 0;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-links,
  .card-group {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .card-links,
  .card-group {
    margin-bottom: 62px;
  }
}
.card-links .inner,
.card-group .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-links .inner,
  .card-group .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .card-links .inner,
  .card-group .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.card-links .card-item,
.card-group .card-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-right: 1px solid #d5d5d5;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .card-links .card-item,
  .card-group .card-item {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-links .card-item,
  .card-group .card-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 20px 10px 0 10px;
  }
  .card-links .card-item:nth-child(even),
  .card-group .card-item:nth-child(even) {
    border: none;
  }
}
@media (max-width: 991px) {
  .card-links .card-item,
  .card-group .card-item {
    margin-bottom: 30px;
  }
  .card-links .card-item:last-child,
  .card-group .card-item:last-child {
    margin-bottom: 0;
  }
}
.card-links .card-item:last-child,
.card-group .card-item:last-child {
  border: none;
}
@media (max-width: 767px) {
  .card-links .card-item,
  .card-group .card-item {
    border: none;
  }
}
.card-links .card-item a,
.card-group .card-item a {
  color: #5d87a1;
}
.card-links .card-item__header,
.card-group .card-item__header {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 600;
  margin: 0;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .card-links .card-item__header,
  .card-group .card-item__header {
    font-size: 20px;
  }
}
.card-links .card-item__description,
.card-group .card-item__description {
  font-size: 18px;
  line-height: 1.27;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
  font-weight: 200;
}
@media (max-width: 1199px) {
  .card-links .card-item__description,
  .card-group .card-item__description {
    font-size: 16px;
  }
}
.card-links .card-item .card-item-text__link,
.card-group .card-item .card-item-text__link {
  font-size: 16px;
  color: #5d87a1;
  font-weight: 600;
  text-decoration: underline;
}

.card-section {
  text-align: center;
}
@media (min-width: 1200px) {
  .card-section {
    padding: 79px 0 77px 0;
  }
}
@media (max-width: 1199px) {
  .card-section {
    padding: 30px 5px 25px 5px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .card-section .container {
    padding: 0;
  }
}
.card-section:before {
  display: none;
}
.card-section .section-heading {
  margin-bottom: 41px;
}
@media (max-width: 991px) {
  .card-section .section-heading {
    margin-bottom: 30px;
  }
}
.card-section .section-heading__heading {
  font-size: 35px;
  line-height: 1.71;
  color: #5d87a1;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-section .section-heading__heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .card-section .section-heading__heading {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
.card-section .section-heading__subheading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 200;
  display: inline-block;
  border-top: 1px solid #d5d5d5;
  line-height: 1.26;
  padding: 11px 16px 0 16px;
  margin-bottom: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-section .section-heading__subheading {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .card-section .section-heading__subheading {
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 15px;
  }
}
.card-section .section-heading__description {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 28px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .card-section .section-heading__description {
    font-size: 18px;
  }
}
.card-section .section-panel-cta__description {
  display: inline-block;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  color: #5d87a1;
  padding-right: 16px;
  margin-right: 16px;
  line-height: 1.5;
  border-right: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
  .card-section .section-panel-cta__description {
    border: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .card-section .section-panel-cta__description {
    padding-right: 0;
    margin-right: 0;
    font-size: 16px;
  }
}
.card-section .section-panel-cta__button {
  display: inline-block;
  width: auto;
}
.card-section#why-continue-to-partner-with-amt {
  padding-top: 0;
}

.card-section.card-links-section {
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 992px) {
  .card-section.card-links-section {
    padding: 81px 0 57px 0;
  }
}
.card-section.card-links-section .section-heading {
  margin: 0;
}
.card-section.card-links-section .section-heading .section-heading__subheading {
  padding-top: 0;
  margin: 0;
  border: none;
  font-size: 22px;
}
.card-section.card-links-section .card-links {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.card-section.card-links-section .card-links .card-item {
  text-align: left;
  border: none;
  -webkit-box-shadow: 0 2px 2px 0 #D5D5D5;
  box-shadow: 0 2px 2px 0 #D5D5D5;
  border-top: 1px solid #faa813;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 20px 22px 22px 22px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-section.card-links-section .card-links .card-item {
    padding: 20px;
    margin: 0 10px 20px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-section.card-links-section .card-links .card-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 10px 10px 20px 10px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .card-section.card-links-section .card-links .card-item {
    margin: 10px 10px 20px 10px;
    padding: 20px;
  }
}
.card-section.card-links-section .card-links .card-item__content {
  border-left: 1px solid #d8d8d8;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.card-section.card-links-section .card-links .card-item__description {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  color: #9B9B9B;
  font-style: italic;
  margin: 0 0 10px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-section.card-links-section .card-links .card-item__description {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.card-section.card-links-section .card-links .card-item__cta {
  font-size: 22px;
  line-height: 1.09;
  color: #faa813;
  text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-section.card-links-section .card-links .card-item__cta {
    font-size: 20px;
  }
}
.card-section.card-links-section .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .card-section.card-links-section .inner.four-col .card-item {
    width: calc(25% - 20px);
  }
}
@media (min-width: 992px) {
  .card-section.card-links-section .inner.three-col .card-item {
    width: calc(33.33333% - 20px);
  }
}
.card-section.card-links-section .inner.two-col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .card-section.card-links-section .inner.two-col .card-item {
    width: 33.333333%;
    margin: 20px;
  }
}

/* === CARDS SECTION; === */
.cards-wrap {
  padding: 35px 5px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards-wrap {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .cards-wrap {
    padding: 59px 0;
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cards {
    display: block;
    padding: 0;
  }
}
.cards .card-block {
  text-align: center;
  margin: 0 15px 30px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 #D5D5D5;
  box-shadow: 0 2px 2px 0 #D5D5D5;
  border-top: 1px solid #faa813;
  padding: 21px 20px 54px 20px;
}
@media (min-width: 992px) {
  .cards .card-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cards .card-block {
    padding: 40px 35px 60px 35px;
  }
}
@media (max-width: 767px) {
  .cards .card-block {
    padding-bottom: 35px;
  }
}
.cards .card-block__heading-wrap .card-block__heading {
  font-size: 35px;
  line-height: 1.2;
  color: #5d87a1;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cards .card-block__heading-wrap .card-block__heading {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .cards .card-block__heading-wrap .card-block__heading {
    font-size: 26px;
  }
}
.cards .card-block__heading-wrap .card-block__heading-description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.3;
  font-weight: 200;
}
.cards .card-block__heading-wrap.with-description .card-block__heading {
  border-bottom: none;
  margin-bottom: 0;
}
.cards .card-block__heading-wrap .card-block__heading-description {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin-bottom: 17px;
}
.cards .card-block__link {
  margin-bottom: 20px;
}
.cards .card-block__link:last-child {
  margin-bottom: 0;
}
.cards .card-block__link__heading {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 575px) {
  .cards .card-block__link__heading {
    font-size: 20px;
  }
}
.cards .card-block__link__heading a {
  color: #faa813 !important;
  text-decoration: underline;
}
.cards .card-block__link__description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 200;
}
@media (max-width: 767px) {
  .cards .card-block__link__description {
    line-height: 1.45;
  }
}
@media (max-width: 575px) {
  .cards .card-block__link {
    font-size: 16px;
  }
}

.DnnModule .cards-wrap .section-heading-main hr {
  margin: 15px 0 20px 0;
}
.DnnModule .section-heading-main hr {
  margin: 15px 0 20px 0;
}

.section-heading-main {
  margin-bottom: 61px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-heading-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading-main {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.section-heading-main h2, .section-heading-main .section-heading__subheading {
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 0;
}
.section-heading-main h2 strong, .section-heading-main .section-heading__subheading strong {
  font-weight: 700;
}
.section-heading-main .section-heading__heading {
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

/* === AWARDS  MODULE; === */
@media (max-width: 575px) {
  .award-section {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.award-section.active .filter-dropdown {
  display: block;
}
.award-section.last .container {
  border-bottom: none;
}
.award-section.award-category {
  padding-bottom: 0;
}
.award-section.state .container, .award-section.student .container {
  border-top: 1px solid #d5d5d5;
  padding-top: 38px;
}
.award-section.state .section-heading {
  margin-bottom: 0;
}
.award-section.student {
  padding-bottom: 25px;
  /*
  .award-card {
      margin-bottom: 0;
  }
  */
}
.award-section .section-heading {
  margin-bottom: 33px;
  position: relative;
}
.award-section .section-heading h2,
.award-section .section-heading .section-heading__heading {
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 992px) {
  .award-section .section-heading h2,
  .award-section .section-heading .section-heading__heading {
    line-height: 1.71;
  }
}
.award-section .section-heading h3,
.award-section .section-heading .section-heading__subheading {
  font-size: 26px;
  line-height: 1.45;
  font-weight: 700;
}
.award-section .section-heading .section-heading__description {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 200;
}

.featured-award-cards,
.award-cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-award-cards,
  .award-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .featured-award-cards,
  .award-cards {
    padding: 0 20px;
    display: block;
  }
}

.featured-award-cards,
.award-category {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .featured-award-cards,
  .award-category {
    padding-bottom: 35px;
  }
}

.award-card {
  border-radius: 0;
  -webkit-webkit: border radius 0;
  -moz-webkit: border radius 0;
  -ms-webkit: border radius 0;
  -o-webkit: border radius 0;
  padding: 32px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 #D5D5D5;
  box-shadow: 0 2px 2px 0 #D5D5D5;
  border: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .award-card {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .award-card {
    width: calc(31.57894737% - 18px);
    margin: 0 18px 25px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .award-card {
    width: calc(50% - 36px);
    margin: 36px 18px 0 18px;
    padding: 20px;
  }
}
.award-card:first-child, .award-card:nth-child(2) {
  margin-top: 0;
}
.award-card__image {
  width: 195px;
  height: 195px;
  background-size: cover;
  background-position: center top;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award-card__image {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .award-card__image {
    width: 100%;
    height: 420px;
  }
}
.award-card-image-wrap {
  width: 195px;
  height: 195px;
  margin: 0 auto 23px auto;
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-member-placeholder.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award-card-image-wrap {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .award-card-image-wrap {
    width: 100%;
    height: 420px;
  }
}
.award-card .award-card__header {
  padding: 0 10px;
}
.award-card .award-card__header .award-card-heading {
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .award-card .award-card__header .award-card-heading {
    margin-bottom: 0;
  }
}
.award-card .award-card__content {
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .award-card .award-card__content {
    padding: 0;
  }
}
.award-card .award-card__content:empty {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .award-card .award-card__content {
    padding: 0;
  }
}
.award-card .award-card__description {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.27;
}
.award-card .award-card__footer {
  line-height: 1.38;
}
.award-card .award-card__recpient {
  margin: 0;
}
@media (max-width: 767px) {
  .award-card .award-card__recpient {
    margin-top: 20px;
  }
}
.award-card .award-card__recpient .award-card-recipient__name,
.award-card .award-card__recpient .award-card-recipient__link {
  font-weight: 600;
  font-size: 18px;
}
.award-card .award-card__recpient .award-card-recipient__link {
  text-decoration: underline;
}
.award-card .award-card__recpient a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
}
.award-card .award-card__location {
  margin: 0;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .four-col .award-card {
    width: calc(23.24561404% - 18px);
  }
}

.filter-dropdown {
  display: none;
  margin: 0 auto 20px auto;
  width: 220px;
}
@media (min-width: 1200px) {
  .filter-dropdown {
    position: absolute;
    right: 0;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: -4px 0 0 0;
    z-index: 1;
  }
}
.filter-dropdown .filter-menu {
  display: none;
  position: absolute;
  text-align: left;
  width: 220px;
  background: #fff;
  -webkit-box-shadow: 0 4px 2px -2px rgb(213, 213, 213);
  box-shadow: 0 4px 2px -2px rgb(213, 213, 213);
}
.filter-dropdown .filter-menu.active {
  display: block;
}
.filter-dropdown .filter-menu .filter-item {
  display: block;
  padding: 2px 10px 3px 30px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.filter-dropdown .filter-menu .filter-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #5d87a1;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
}
.filter-dropdown .filter-menu .filter-item:last-child {
  border-bottom: none;
}
.filter-dropdown .filter-menu .filter-item:hover, .filter-dropdown .filter-menu .filter-item:focus,
.filter-dropdown .filter-menu .filter-item .active {
  background: #FAF9F9;
  text-decoration: none !important;
}
.filter-dropdown .filter-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #faa813;
  padding: 2px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.filter-dropdown .filter-toggle span.filter-selector {
  font-weight: 200;
  font-size: 17px;
  margin-left: 14px;
  position: relative;
  text-transform: capitalize;
}
.filter-dropdown .filter-toggle span.filter-selector:after {
  content: "";
  position: absolute;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #292c31 transparent transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.btn-nominate-a-student {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .btn-nominate-a-student {
    padding-bottom: 60px;
  }
}
.btn-nominate-a-student a {
  display: none;
}

/* === SPECIAL MESSAGE MODULE === */
.special-message-section {
  background: #636465;
}
.special-message-section .icon-warning {
  width: 70px;
  height: 70px;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-warning.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .special-message-section .icon-warning {
    margin: 0 auto 15px auto;
  }
}
@media (min-width: 768px) {
  .special-message-section .icon-warning {
    margin-right: 20px;
  }
}
.special-message-section .special-message {
  padding: 42px 0;
}
@media (max-width: 767px) {
  .special-message-section .special-message {
    padding: 30px 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .special-message-section .special-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.special-message-section .special-message--text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  .special-message-section .special-message--text {
    padding-left: 52px;
  }
}
@media (min-width: 768px) {
  .special-message-section .special-message--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .special-message-section .special-message--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .special-message-section .special-message--text {
    margin-bottom: 15px;
  }
}
.special-message-section .special-message--text p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.29;
}
@media (min-width: 992px) {
  .special-message-section .special-message--text p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .special-message-section .special-message--text p {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .special-message-section .special-message--cta {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .special-message-section .special-message--cta {
    margin-left: 20px;
  }
}
.special-message-section .sc-menu {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*---------------
LEGACY STYLES FOR INDEX LAYOUT TEMPLATE
----------------*/
.default-layout {
  /* General
  ------------------------------------------------------------------------------------ */
  /* DNN Fixes & Reset
  ------------------------------------------------------------------------------------ */
  /* Type
  ------------------------------------------------------------------------------------ */
  /* Headings */
  /* Links */
  /* Elements
  ------------------------------------------------------------------------------------ */
  /* HTML 5 */
  /* Grid
  ------------------------------------------------------------------------------------ */
  /* Skin
  ------------------------------------------------------------------------------------ */
  /*.Login { bottom: 0; display: block; height: 25px; left: 0; position: fixed; text-indent: -1000px; width: 25px; }*/
  /* Buttons
  ------------------------------------------------------------------------------------ */
  /* Get Certified */
  /* Stay Certified */
  /* Get Involved */
  /*Button 2
  -----------------------*/
  /*Get Certified*/
  /*Certification Process*/
  /*Profession Profiles*/
  /*Why Stay Certified*/
  /*Member Benefits*/
  /*AM Trax Button*/
  /*Quality Icon*/
  /* Rotator Button */
  /* ------------------------------------------------------------------------------------ */
  /* Custom Type
  ------------------------------------------------------------------------------------ */
  /* Header
  ------------------------------------------------------------------------------------ */
  /*My AMT*/
  /*.AMTStore - orginal 06122014 {
  	background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/store_icon.png") no-repeat scroll 10px center #FAA813;
  	border-radius: 0 0 10px 10px;
  	-moz-border-radius: 0 0 10px 10px;
  	-webkit-border-radius: 0 0 10px 10px;
  	behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
  	color: #FFFFFF !important;
  	display: inline-block;
  	padding: 10px 20px 6px 48px;
  	position: relative;
  	text-decoration: none !important;
  }*/
  /*Search*/
  /* Navigation
  ------------------------------------------------------------------------------------ */
  /* Sub Nav
  -----------*/
  /* Breadcrumbs
  ------------------------------------------------------------------------------------ */
  /* Banner
  ------------------------------------------------------------------------------------ */
  /* Content
  ------------------------------------------------------------------------------------ */
  /*Middle Left Pane*/
  /* Live Tabs List Icons
  ------------------------------------------------------------------------------------ */
  /* Footer
  ------------------------------------------------------------------------------------ */
  /*Footer Menu*/
  /*Main Footer*/
  /* My AMT Login
  ------------------------------------------------------------------------------------ */
  /* Register & Forgot Password Links */
  /* Live Tabs - Browser Fix
  ------------------------------------------------------------------------------------ */
  /* Dynamic Forms
  ------------------------------------------------------------------------------------ */
  /* New Form and List Accordion
  ------------------------------------------------------------------------------------ */
  /* Active State */
  /* New Form and List Tabs
  ------------------------------------------------------------------------------------ */
  /* Tabs */
  /* Tabs & Accordion
  -------------------------------------------------------------------------------------*/
  /* Tabs Only Stuff
  --------------------*/
  /* Accordion Only Stuff
  ------------------------*/
  /* Custom Content
  ------------------------------------------------------------------------------------ */
  /* Media Queries
  ------------------------------------------------------------------------------------ */
  /*Footer
  -----------------*/
}
.default-layout html,
.default-layout body {
  background: #efefef;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.default-layout body {
  font-size: 100%;
}
.default-layout #Form {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.default-layout .Normal,
.default-layout .NormalDisabled,
.default-layout .NormalDeleted {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.default-layout .NormalBold {
  color: inherit;
}
.default-layout .Head {
  border: none;
}
.default-layout .dnnDragHint:empty {
  display: none;
}
.default-layout .dnnEditState .DnnModule {
  opacity: 1;
}
.default-layout .dnnSortable {
  min-height: 0;
}
.default-layout .DNNEmptyPane {
  border: 0;
  display: none;
  margin: 0;
  padding: 0;
  width: 0;
}
.default-layout p {
  margin-bottom: 1.15em;
  margin-top: 1.15em;
}
.default-layout em {
  font-style: italic;
}
.default-layout strong {
  font-weight: bold;
}
.default-layout ::selection {
  background: #5d87a1;
  /* Safari */
}
.default-layout ::-moz-selection {
  background: #5d87a1;
  /* Firefox */
}
.default-layout h1,
.default-layout h2,
.default-layout h3,
.default-layout h4,
.default-layout h5,
.default-layout h6 {
  color: #faa813;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 0;
  margin: 5px 0;
}
.default-layout h1 a,
.default-layout h2 a,
.default-layout h3 a,
.default-layout h4 a,
.default-layout h5 a,
.default-layout h6 a {
  text-decoration: none !important;
}
.default-layout h1 {
  font-size: 1.92em;
}
.default-layout h2 {
  font-size: 1.65em;
}
.default-layout h3 {
  font-size: 1.2em;
}
.default-layout h4 {
  font-size: 1.15em;
}
.default-layout h5 {
  font-size: 1em;
}
.default-layout h6 {
  font-size: 0.8em;
}
.default-layout a,
.default-layout a:link,
.default-layout a:visited {
  color: #2c546d;
  text-decoration: underline;
}
.default-layout a:hover {
  color: #3f83ae;
}
.default-layout .primary-text-color {
  color: #faa813;
}
.default-layout .secondary-text-color {
  color: #5d87a1;
}
.default-layout img {
  border: none;
  max-width: 100% !important;
}
.default-layout hr {
  border: none;
  border-top: solid 1px #C6C6C6;
  height: 0;
  margin: 1.15em 0;
}
.default-layout ul,
.default-layout ol {
  margin-bottom: 1.15em;
  margin-top: 1.15em;
  padding-left: 2.3em;
}
.default-layout ul li {
  list-style-type: disc;
}
.default-layout ol li {
  list-style-type: decimal;
}
.default-layout :first-child {
  margin-top: 0;
}
.default-layout :last-child {
  margin-bottom: 0;
}
.default-layout :focus {
  outline: 0;
}
.default-layout article,
.default-layout aside,
.default-layout footer,
.default-layout header,
.default-layout nav,
.default-layout section,
.default-layout dialog,
.default-layout figure,
.default-layout hgroup,
.default-layout menu {
  display: block;
}
.default-layout .container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.default-layout .row {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
.default-layout .row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.default-layout [class*=grid_] {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
}
.default-layout .grid_1 {
  width: 4.333%;
}
.default-layout .grid_2 {
  width: 12.666%;
}
.default-layout .grid_3 {
  width: 21%;
}
.default-layout .grid_4 {
  width: 29.333%;
}
.default-layout .grid_5 {
  width: 37.666%;
}
.default-layout .grid_6 {
  width: 46%;
}
.default-layout .grid_7 {
  width: 54.333%;
}
.default-layout .grid_8 {
  width: 62.666%;
}
.default-layout .grid_9 {
  width: 71%;
}
.default-layout .grid_10 {
  width: 79.333%;
}
.default-layout .grid_11 {
  width: 87.666%;
}
.default-layout .grid_12 {
  width: 96%;
}
.default-layout .floatLeft {
  float: left;
}
.default-layout .floatRight {
  float: right;
}
.default-layout .clearLeft {
  clear: left;
}
.default-layout .clearRight {
  clear: right;
}
.default-layout .clear {
  clear: both;
}
.default-layout .clearfix:after {
  clear: both;
  content: "";
  display: none;
  height: 0;
  visibility: hidden;
}
.default-layout .Skin {
  color: #595757;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 auto;
  position: relative;
}
.default-layout .Button,
.default-layout .Button:link,
.default-layout .Button:visited,
.default-layout .Button:active {
  background-color: #faa813;
  border: 1px solid #787878;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-box-shadow: inset 0 0 4px 0px #fff;
  -webkit-box-shadow: inset 0 0 4px 0px #fff;
  behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
  box-shadow: inset 0 0 4px 0px #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1em;
  padding: 0.6em 1em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.default-layout .Primary_Button {
  background: url("../images/button_arrow_orange.png") no-repeat right;
  border: 1px solid #faa813;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-box-shadow: inset 0 0 4px 0px #fff;
  -webkit-box-shadow: inset 0 0 4px 0px #fff;
  behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
  color: #faa813 !important;
  font-size: 1em;
  font-weight: bold;
  padding: 0.6em 2em 0.6em 1em;
  text-decoration: none !important;
}
.default-layout .Primary_Button:hover {
  color: #faa813;
}
.default-layout .Button.PrimaryColor {
  background: #5d87a1;
}
.default-layout .Button.PrimaryColor:hover {
  background: #6695b2;
}
.default-layout .Button.SecondaryColor {
  background: #faa813;
}
.default-layout .Button.SecondaryColor:hover {
  background: #fea400;
}
.default-layout .Button.Certified {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  padding-left: 57px;
  padding-right: 50px;
  padding-top: 11px;
  position: relative;
}
.default-layout .Button.Certified:before {
  background: url("../images/get_certified.png") no-repeat;
  content: "";
  display: inline-block;
  height: 56px;
  left: 10px;
  position: absolute;
  width: 35px;
}
.default-layout .Button.Stay {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  padding-left: 57px;
  padding-right: 50px;
  padding-top: 11px;
  position: relative;
}
.default-layout .Button.Stay:before {
  background: url("../images/stay_certified.png") no-repeat;
  content: "";
  display: inline-block;
  height: 56px;
  left: 10px;
  position: absolute;
  width: 35px;
}
.default-layout .Button.Get {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  padding-left: 78px;
  padding-right: 29px;
  padding-top: 11px;
  position: relative;
}
.default-layout .Button.Get:before {
  background: url("../images/get_involved.png") no-repeat;
  content: "";
  display: inline-block;
  height: 47px;
  left: 10px;
  position: absolute;
  top: 15px;
  width: 60px;
}
.default-layout .Button2 {
  color: #faa813 !important;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  position: relative;
  padding-left: 42px;
  text-decoration: none !important;
}
.default-layout .Button2.Benefits:before {
  background: url("../images/benefits_icon.png") no-repeat left;
  content: "";
  display: inline-block;
  height: 42px;
  left: 0;
  position: absolute;
  width: 30px;
}
.default-layout .Button2.Process {
  padding-left: 50px;
}
.default-layout .Button2.Process:before {
  background: url("../images/process_icon.png") no-repeat left;
  content: "";
  display: inline-block;
  height: 44px;
  left: 0;
  position: absolute;
  width: 45px;
}
.default-layout .Button2.Profiles {
  padding-left: 60px;
}
.default-layout .Button2.Profiles:before {
  background: url("../images/profiles_icon.png") no-repeat left;
  content: "";
  display: inline-block;
  height: 39px;
  left: 0;
  position: absolute;
  width: 51px;
}
.default-layout .Button2.Stay {
  padding-left: 38px;
}
.default-layout .Button2.Stay:before {
  background: url("../images/why_stay.png") no-repeat left;
  content: "";
  display: inline-block;
  height: 43px;
  left: 0;
  position: absolute;
  width: 27px;
}
.default-layout .Button2.MemberBen {
  padding-left: 50px;
}
.default-layout .Button2.MemberBen:before {
  background: url("../images/member_benefits.png") no-repeat left;
  content: "";
  display: inline-block;
  height: 38px;
  left: 0;
  position: absolute;
  width: 41px;
}
.default-layout .Button2.AmTrax {
  padding-left: 50px;
}
.default-layout .Button2.AmTrax:before {
  background: url("../images/mouse_icon.png") no-repeat left;
  content: "";
  display: inline-block;
  height: 53px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 28px;
}
.default-layout .Button2.Quality {
  padding-left: 52px;
}
.default-layout .Button2.Quality:before {
  background: url("../images/quality_icon.png") no-repeat left;
  content: "";
  display: inline-block;
  height: 43px;
  left: 0;
  position: absolute;
  width: 46px;
}
.default-layout .RotatorButton,
.default-layout .RotatorButton:link,
.default-layout .RotatorButton:visited,
.default-layout .RotatorButton:active {
  background: #5d87a1 url("../images/button_arrow.png") no-repeat right;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  line-height: 1em;
  padding: 0.6em 1.7em 0.6em 1em;
  text-decoration: none;
}
.default-layout .RotatorButton:hover {
  background: #6695b2 url("../images/button_arrow.png") no-repeat right;
}
.default-layout .Event_Dates {
  color: #2c546d;
  font-weight: bold;
}
.default-layout #Header {
  background: #fff;
}
.default-layout #Logo {
  margin-top: 0.6em;
}
.default-layout #Logo a {
  display: block;
}
.default-layout #Logo img {
  max-width: 100%;
}
.default-layout .grid_0.MyAMT.floatRight {
  position: absolute;
  right: 0;
  top: 0;
}
.default-layout .AMTStore {
  background: center #FAA813;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
  color: #FFFFFF !important;
  display: inline-block;
  padding: 10px 20px 6px 20px;
  position: relative;
  text-decoration: none !important;
}
.default-layout .myhome {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/myhomepage_icon.png") no-repeat scroll 10px center #FAA813;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
  color: #FFFFFF !important;
  display: inline-block;
  margin-left: 10px;
  padding: 10px 20px 6px 40px;
  position: relative;
  text-decoration: none !important;
}
.default-layout .NotLoggedIn .myhome.myhome-loggedin {
  display: none;
}
.default-layout .LoggedIn .myhome.myhome-loggedout {
  display: none;
}
.default-layout .AMTLogin {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/login_icon.png") no-repeat scroll 10px center #FAA813;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  behavior: url(/Portals/_default/Skins/AMT-New/js/PIE.htc);
  color: #FFFFFF !important;
  display: inline-block;
  margin-left: 10px;
  padding: 10px 20px 6px 35px;
  position: relative;
  text-decoration: none !important;
}
.default-layout .AMTLogin a {
  color: #fff;
  text-decoration: none;
}
.default-layout .AMTLogin:hover a {
  color: #5d87a1;
}
.default-layout .AMTStore:hover,
.default-layout .AMTLogin:hover,
.default-layout .myhome:hover {
  color: #5d87a1 !important;
}
.default-layout #Search {
  clear: right;
  margin: 70px 0 20px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.default-layout #Search .NormalTextBox {
  border: 1px solid #2c546d;
  border-right: none;
  height: 32px;
  padding: 0 10px;
  width: 190px;
}
.default-layout #Search a {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/search_icon.jpg") no-repeat;
  border: 1px solid #2c546d;
  border-left: none;
  display: inline-block;
  height: 32px;
  position: relative;
  right: 5px;
  text-indent: -9999px;
  top: -3px;
  width: 41px;
  z-index: 40;
}
.default-layout .searchInputContainer a.dnnSearchBoxClearText {
  display: none !important;
}
.default-layout .chrome #Search a {
  top: -3px;
}
.default-layout .msie8 #Search a {
  top: 4px;
}
.default-layout .msie9 #Search a,
.default-layout .safari #Search a {
  top: -4px;
}
.default-layout .msie1 #Search a {
  top: -4px !important;
}
.default-layout .win.firefox #Search a {
  top: -4px !important;
}
.default-layout .win.chrome #Search a {
  top: -5px !important;
}
.default-layout #Navigation {
  background: #5d87a1 url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/nav_bg.png") repeat-x;
  min-height: 68px;
}
.default-layout #Navigation .Root {
  float: left;
}
.default-layout #Navigation .Root > a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  padding: 23px 25px;
  text-decoration: none !important;
}
.default-layout #Navigation .Root {
  border-left: 1px solid #506979;
}
.default-layout #Navigation .Root:first-child,
.default-layout #Navigation .Root:first-child a {
  border-left: none;
}
.default-layout #Navigation .Root:hover {
  background: #6695b2;
}
.default-layout #Navigation .SubLevel {
  background: #5d87a1;
  padding: 10px 0;
  width: auto;
}
.default-layout #Navigation .SubLevel a {
  color: #fff;
  font-size: 16px;
  line-height: 10px;
  padding: 10px 20px;
  text-decoration: none !important;
  white-space: nowrap;
}
.default-layout #Navigation .SubLevel a:hover {
  color: #fff;
}
.default-layout #Page41 #Breadcrumbs {
  display: none;
}
.default-layout #Breadcrumbs {
  margin-left: -0.3em;
  margin-top: 1em;
  margin-bottom: 20px;
}
.default-layout #Breadcrumbs span[itemprop=itemListElement]:first-child .Breadcrumb {
  background: #5d87a1 !important;
}
.default-layout #Breadcrumbs span[itemprop=itemListElement]:first-child .Breadcrumb:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/bc_first_before.png") no-repeat !important;
  content: "";
  display: inline-block !important;
  height: 8px !important;
  left: 0 !important;
  position: absolute !important;
  top: 20px !important;
  width: 6px !important;
}
.default-layout #Breadcrumbs span[itemprop=itemListElement]:first-child .Breadcrumb:after {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/bc_after.png") no-repeat !important;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  right: -9px;
  top: 0;
  width: 10px;
}
.default-layout #Breadcrumbs span[itemprop=itemListElement]:last-child .Breadcrumb {
  background: #faa813;
}
.default-layout #Breadcrumbs span[itemprop=itemListElement]:last-child .Breadcrumb:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/breadcrumbs_before.png") no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 10px;
}
.default-layout #Breadcrumbs span[itemprop=itemListElement]:last-child .Breadcrumb:after {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/current_after.png") no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  right: -9px;
  top: 0;
  width: 10px;
}
.default-layout .Breadcrumb {
  background: #5d87a1;
  color: #fff !important;
  padding: 0 1em 1px 1em;
  padding-left: 1.3em;
  position: relative;
  text-decoration: none !important;
  display: inline;
  border-radius: 0;
}
.default-layout .Breadcrumb:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/breadcrumbs_before.png") no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 10px;
}
.default-layout .Breadcrumb.fist {
  background: #5d87a1;
}
.default-layout .Breadcrumb.first:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/bc_first_before.png") no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 6px;
}
.default-layout .Breadcrumb:after,
.default-layout .Breadcrumb.first:after {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/bc_after.png") no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  right: -9px;
  top: 0;
  width: 10px;
}
.default-layout .Breadcrumb.last {
  background: #faa813;
}
.default-layout .Breadcrumb.last:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/breadcrumbs_before.png") no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 10px;
}
.default-layout .Breadcrumb.last:after {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/current_after.png") no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  right: -9px;
  top: 0;
  width: 10px;
}
.default-layout .msie8 .Breadcrumb.last:after {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/current_after.png") no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  right: -9px;
  top: 0;
  width: 10px;
  z-index: 100;
}
.default-layout #Banner {
  background: #47687c;
  clear: both;
}
.default-layout #Banner .container {
  background: #47687c;
  margin: 0 auto;
  max-width: 1126px;
  width: 100%;
}
.default-layout #Banner .TenPoundDefault.Container {
  margin: 0;
}
.default-layout #Content {
  border-top: 4px solid #faa813;
  background: rgb(239, 239, 239);
}
.default-layout #ContentContainer {
  background: #fff;
  padding-bottom: 52px;
  margin: 0 auto;
  width: 1126px;
}
.default-layout .MiddleLeftPane,
.default-layout .MiddleMidPane,
.default-layout .MiddleRightPane p {
  font-size: 14px;
  line-height: 24px;
}
.default-layout .MiddleLeftPane {
  margin-left: 0%;
}
.default-layout .MiddleMidPane {
  margin-left: 2.5%;
}
.default-layout .MiddleRightPane {
  float: right;
  margin-right: 0%;
}
.default-layout .livetabsamt .ui-tabs-panel ul {
  padding-left: 0;
}
.default-layout .livetabsamt .ui-tabs-panel ul li {
  list-style-type: none;
}
.default-layout .livetabsamt .ui-tabs-panel li {
  display: block;
  position: relative;
  margin: 5px 0;
}
.default-layout .livetabsamt .ui-tabs-panel li:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/list_icon.png") 0 center no-repeat;
  content: "";
  display: block;
  height: 13px;
  left: -20px;
  position: absolute;
  top: 7px;
  width: 11px;
}
.default-layout #FooterMenu {
  text-align: center;
}
.default-layout #FooterMenu ul {
  margin: 0;
  padding: 0;
}
.default-layout #FooterMenu li {
  list-style-type: none;
  display: inline-block;
}
.default-layout #FooterMenu li a {
  border-left: 1px solid #828282;
  color: #828282;
  font-size: 14px;
  margin-right: 0;
  padding: 0 15px;
  text-decoration: none;
}
.default-layout #FooterMenu li:first-child a {
  border-left: none;
}
.default-layout #FooterMenu li a:hover {
  text-decoration: underline;
}
.default-layout #MainFooter {
  background: #5d87a1;
  border-top: 4px solid #faa813;
  color: #fff;
  font-size: 0.9em;
  padding: 15px 0 25px 0;
}
.default-layout #MainFooter h4 {
  color: #fff;
  line-height: 0;
}
.default-layout #MainFooter .container .GlobalLinks {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  text-align: center;
}
.default-layout .RightPane .DnnModule {
  display: none;
}
.default-layout #Page41 .RightPane .Container02 .dnnForm {
  min-width: 0;
}
.default-layout #Page41 .RightPane .Container02 .LoginPanel {
  padding: 0;
  width: 300px;
}
.default-layout #Page41 .RightPane .Container02 .dnnFormItem > label.dnnFormLabel {
  display: inline-block;
  margin: 6px 42px 0 0;
  text-align: left;
}
.default-layout #Page41 .RightPane .Container02 .dnnLoginService input[type=text],
.default-layout #Page41 .RightPane .Container02 .dnnLoginService input[type=password] {
  margin-bottom: 5px;
  min-width: 60px;
  width: 83%;
}
.default-layout #Page41 .RightPane .Container02 .dnnLoginRememberMe {
  float: right;
  margin-top: -3px;
}
.default-layout #Page41 .RightPane .Container02 .dnnPrimaryAction,
.default-layout #Page41 .RightPane .Container02 .dnnFormItem input[type=submit],
.default-layout #Page41 .RightPane .Container02 a.dnnPrimaryAction,
.default-layout #Page41 .RightPane .Container02 .dnnPrimaryAction,
.default-layout #Page41 .RightPane .Container02 .dnnFormItem input[type=submit],
.default-layout #Page41 .RightPane .Container02 a.dnnPrimaryAction:hover {
  background: none;
  color: #2c546d;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  font-weight: bold;
  margin: 0 0 0 -10px;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
}
.default-layout #Page41 .RightPane .Container02 #dnn_ctr1291_Login_Login_DNN_lblLogin {
  display: none;
}
.default-layout #Page41 .RightPane .Container02 .dnnFormItem button,
.default-layout #Page41 .RightPane .Container02 .dnnFormItem input[type=button],
.default-layout #Page41 .RightPane .Container02 .dnnFormItem input[type=reset],
.default-layout #Page41 .RightPane .Container02 .dnnSecondaryAction,
.default-layout #Page41 .RightPane .Container02 a.dnnSecondaryAction,
.default-layout #Page41 .RightPane .Container02 ul.dnnAdminTabNav li a,
.default-layout #Page41 .RightPane .Container02 .dnnLogin .LoginTabGroup span {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.default-layout #Page41 .RightPane .Container02 .dnnActions.dnnClear {
  padding: 0;
}
.default-layout #Page41 .RightPane .Container02 .dnnActions li a {
  border: none;
  color: #2c546d;
  font-size: 12px;
  text-decoration: none !important;
}
.default-layout #Page41 .RightPane .Container02 .dnnForm ul.dnnActions,
.default-layout #Page41 .RightPane .Container02 ul.dnnActions {
  border: none;
}
.default-layout #Page41 .RightPane .Container02 .dnnForm .dnnFormItem {
  margin-bottom: -26px;
  padding: 4px 1px !important;
  width: auto;
}
.default-layout #Page41 .RightPane .Container02 #dnn_ctr1291_Login_Login_EuclidCVCustom_lblUsername {
  display: block !important;
}
.default-layout #Page41 .RightPane .Container02 #dnn_ctr1291_Login_Login_EuclidCVCustom_lblPassword {
  display: block !important;
  margin-top: 24px;
}
.default-layout #Page41 .RightPane .Container02 .dnnFormLabel {
  display: none !important;
}
.default-layout #Page41 .RightPane .Container02 .dnnForm ul.dnnActions,
.default-layout #Page41 .RightPane .Container02 ul.dnnActions {
  margin: 16px 10px 0 -10px;
  position: relative;
  z-index: 1000;
}
.default-layout #Page41 .RightPane .Container02 #dnn_ctr1291_Login_Login_EuclidCVCustom_liRegister {
  display: inline-block !important;
  margin: -27px 0 0 81px;
}
.default-layout #Page41 .RightPane .Container02 #liPassword {
  display: inline-block;
  margin: -30px 0 0 160px;
}
.default-layout .sarfi .livetabsamt .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.default-layout .livetabsamt .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.default-layout .safari .livetabsamt .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.default-layout .chrome .livetabsamt .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.default-layout .livetabsamt .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.default-layout .chrome .livetabsamt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-top: 4px !important;
}
.default-layout #dnn_ctr1327_DynamicForms_lnkSave {
  text-decoration: none;
}
.default-layout .DynamicForms_SaveFormDiv {
  margin: 1em 1em 1em 0.5em;
}
.default-layout .TenPoundAccordion {
  overflow: hidden;
}
.default-layout .TenPoundAccordion > .Item {
  background: #e5e8ea;
  border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  margin-bottom: 1em;
}
.default-layout .TenPoundAccordion > .Item > .Title {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/closed_arrow.png") right center no-repeat;
  border: 1px solid #848484;
  border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em 0.75em;
}
.default-layout .TenPoundAccordion > .Item > .Title:hover {
  background: #5d87a1 url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/closed_arrow_hover.png") right center no-repeat;
  border: 1px solid #5d87a1;
}
.default-layout .TenPoundAccordion > .Item > .Title a {
  color: #5d87a1;
  font-size: 1.1em;
  text-decoration: none;
}
.default-layout .TenPoundAccordion > .Item > .Title:hover a {
  color: #fff;
}
.default-layout .TenPoundAccordion > .Item > .Title img {
  max-height: 1em;
  vertical-align: middle;
}
.default-layout .TenPoundAccordion > .Item > .Title .SortOrder {
  display: none;
}
.default-layout .dnnEditState .TenPoundAccordion > .Item > .Title .SortOrder {
  background-color: #000000;
  border-radius: 1.75em;
  -moz-border-radius: 1.75em;
  -moz-border-radius: 1.75em;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.75);
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.75em;
  height: 1.75em;
  line-height: 1.75em;
  margin-right: 0.5em;
  text-align: center;
  vertical-align: middle;
  width: 1.75em;
}
.default-layout .TenPoundAccordion > .Item > .Content {
  display: none;
  overflow: hidden;
  padding: 0.75em;
  position: relative;
}
.default-layout .TenPoundAccordion > .Item.Active {
  background-color: #e5e8ea;
  color: #595757;
  text-shadow: 0 1px 0 #fff;
}
.default-layout .TenPoundAccordion > .Item.Active > .Title {
  background: #5d87a1 url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/open_arrow.png") right center no-repeat;
  border: 1px solid #5d87a1;
  border-radius: 0.7em 0.7em 0em 0em;
  -moz-border-radius: 0.7em 0.7em 0em 0em;
  -webkit-border-radius: 0.7em 0.7em 0em 0em;
}
.default-layout .TenPoundAccordion > .Item.Active > .Title a {
  color: #fff;
  text-shadow: none;
}
.default-layout .TenPoundAccordion > .Item.Active > .Content {
  border: 1px solid #848484;
  border-radius: 0 0 0.7em 0.7em;
  -moz-border-radius: 0 0 0.7em 0.7em;
  -webkit-border-radius: 0 0 0.7em 0.7em;
}
.default-layout .TenPoundAccordion ul {
  padding-left: 0;
}
.default-layout .TenPoundAccordion ul li {
  list-style-type: none;
}
.default-layout .TenPoundAccordion li {
  display: block;
  position: relative;
  margin: 5px 0;
}
.default-layout .TenPoundAccordion li:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/list_icon.png") 0 center no-repeat;
  content: "";
  display: block;
  height: 13px;
  left: -20px;
  position: absolute;
  top: 5px;
  width: 11px;
}
.default-layout .TenPoundTabs {
  overflow: hidden;
  position: relative;
}
.default-layout .TenPoundTabs > .Titles {
  margin: 0;
  padding: 0;
}
.default-layout .TenPoundTabs > .Titles .Title {
  background-color: #e5e8ea;
  border: 1px solid #848484;
  border-left: none;
  border-bottom: none;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  list-style-type: none;
  margin-top: 1.25em;
  padding: 0.5em 0.9em;
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.default-layout .TenPoundTabs > .Titles > .Title:first-child {
  border-left: 1px solid #848484;
}
.default-layout .TenPoundTabs > .Titles > .Title a {
  color: #5d87a1;
  text-decoration: none;
}
.default-layout .TenPoundTabs > .Titles > .Title.Active {
  background-color: #5d87a1;
  border-radius: 0.5em 0.5em 0 0;
  -moz-border-radius: 0.5em 0.5em 0 0;
  -webkit-border-radius: 0.5em 0.5em 0 0;
  line-height: 2.6em;
  margin-top: 0 !important;
}
.default-layout .TenPoundTabs > .Titles > .Title.Active a {
  color: #fff;
}
.default-layout .TenPoundTabs > .Item > .Title .SortOrder {
  display: none;
}
.default-layout .dnnEditState .TenPoundTabs > .Item > .Title .SortOrder {
  background-color: #000000;
  border-radius: 1.75em;
  -moz-border-radius: 1.75em;
  -moz-border-radius: 1.75em;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.75);
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.75em;
  height: 1.75em;
  line-height: 1.75em;
  margin-right: 0.5em;
  text-align: center;
  vertical-align: middle;
  width: 1.75em;
}
.default-layout .TenPoundTabs > .Titles:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.default-layout .TenPoundTabs .Content {
  border: 1px solid #848484;
  position: relative;
  padding: 0.75em;
}
.default-layout .TenPoundTabs > .Content > .Item {
  left: 0;
  opacity: 0;
  padding: 1em;
  position: absolute;
  top: 0;
}
.default-layout .TenPoundTabs > .Item > .Title {
  display: none;
}
.default-layout .TenPoundTabs ul {
  padding-left: 0;
}
.default-layout .TenPoundTabs ul li {
  list-style-type: none;
}
.default-layout .TenPoundTabs li {
  display: block;
  position: relative;
  margin: 5px 0;
}
.default-layout .TenPoundTabs li:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/list_icon.png") 0 center no-repeat;
  content: "";
  display: block;
  height: 8px;
  left: -20px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.default-layout .ten-pound-accordion-tabs li a {
  cursor: pointer;
  text-decoration: none;
}
.default-layout .ten-pound-accordion-tabs .content ul {
  padding-left: 0;
}
.default-layout .ten-pound-accordion-tabs .content ul li {
  list-style-type: none;
}
.default-layout .ten-pound-accordion-tabs .content li {
  display: block;
  position: relative;
  margin: 5px 0;
}
.default-layout .ten-pound-accordion-tabs .content li:before {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/list_icon.png") 0 center no-repeat;
  content: "";
  display: block;
  height: 8px;
  left: -20px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.default-layout .ten-pound-accordion-tabs .sort {
  display: none;
}
.default-layout .ten-pound-accordion-tabs .tabs .edit {
  display: inline-block;
  z-index: 100;
  position: relative;
}
.default-layout .ten-pound-accordion-tabs.tabs .nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.default-layout .ten-pound-accordion-tabs.tabs .nav li {
  float: left;
  list-style-type: none;
}
.default-layout .ten-pound-accordion-tabs.tabs .nav li:first-child {
  margin-left: 0;
}
.default-layout .ten-pound-accordion-tabs.tabs li a {
  background: #E5E8EA;
  border: 1px solid #848484;
  border-left: none;
  color: #5D87A1;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 16px;
  padding: 0.5em 0.9em;
  text-decoration: none;
}
.default-layout .ten-pound-accordion-tabs.tabs li:first-child a {
  border-left: 1px solid #848484;
}
.default-layout .ten-pound-accordion-tabs.tabs li.active a {
  background: #5D87A1;
  color: #fff;
  border-radius: 0.7em 0.7em 0 0;
  -moz-border-radius: 0.7em 0.7em 0 0;
  -webkit-border-radius: 0.7em 0.7em 0 0;
  line-height: 2em;
  margin: 0;
  padding-bottom: 0.8em;
}
.default-layout .NotLoggedIn .ten-pound-accordion-tabs.tabs .item .title {
  display: none;
}
.default-layout .ten-pound-accordion-tabs.tabs .content {
  border: 1px solid #666666;
  margin-top: -1px;
  padding: 1em;
}
.default-layout .ten-pound-accordion-tabs.accordion .item {
  margin-top: 1em;
}
.default-layout .ten-pound-accordion-tabs.accordion .item.num-1 {
  margin-top: 0;
}
.default-layout .ten-pound-accordion-tabs.accordion .title {
  background: #e5e8ea url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/closed_arrow.png") right center no-repeat;
  border: 1px solid #848484;
  border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  border: 1px solid #848484;
  cursor: pointer;
}
.default-layout .ten-pound-accordion-tabs.accordion .title:hover {
  background: #5d87a1 url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/closed_arrow_hover.png") right center no-repeat;
}
.default-layout .ten-pound-accordion-tabs.accordion .title:hover a {
  color: #fff;
}
.default-layout .ten-pound-accordion-tabs.accordion .item.active .title {
  background: #5d87a1 url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/open_arrow.png") right center no-repeat;
  border-bottom: 0;
  border-radius: 0.7em 0.7em 0 0;
  -moz-border-radius: 0.7em 0.7em 0 0;
  -webkit-border-radius: 0.7em 0.7em 0 0;
}
.default-layout .ten-pound-accordion-tabs.accordion .item.active .title a {
  color: #fff;
}
.default-layout .ten-pound-accordion-tabs.accordion .title a {
  display: block;
  color: #5D87A1;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.default-layout .ten-pound-accordion-tabs.accordion .content {
  background: #e5e8ea;
  border: 1px solid #666;
  border-top: none;
  border: 1px solid #848484;
  border-radius: 0 0 0.7em 0.7em;
  -moz-border-radius: 0 0 0.7em 0.7em;
  -webkit-border-radius: 0 0 0.7em 0.7em;
  padding: 0.5em 1em 1em;
  text-shadow: 0 1px 0 #fff;
}
.default-layout .Inner_Nav {
  padding: 0px;
  margin-top: 38px;
}
.default-layout .Inner_Nav {
  list-style: none;
  display: inline;
}
.default-layout .Inner_Nav a {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/menu_block.gif) no-repeat 5% 10px;
  color: #2C546D;
  display: block;
  margin: 0;
  padding: 5px 10px 5px 28px;
  text-decoration: none;
  font-size: 14px;
  text-shadow: none;
}
.default-layout .Inner_NavHover a {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/menu_block.gif) no-repeat 5% 10px #FFEEAD;
  margin: 0;
  padding: 5px 10px 5px 28px;
  list-style: none;
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-shadow: none;
}
@media screen and (max-width: 1125px) {
  .default-layout .container {
    width: 960px;
  }
  .default-layout #ContentContainer {
    width: 960px;
  }
  .default-layout #Navigation .Root > a {
    padding: 23px 1em;
  }
  .default-layout .RightPane .Container02 .LoginPanel {
    margin-left: -9px;
  }
}
@media screen and (max-width: 959px) {
  .default-layout .container {
    width: 768px;
  }
  .default-layout #ContentContainer {
    width: 768px;
  }
  .default-layout #Logo {
    margin-top: 2em;
  }
  .default-layout #Navigation .Root > a {
    padding: 23px 0.55em;
  }
  .default-layout .MiddleMidPane {
    margin-left: 0;
  }
  .default-layout .MiddleRightPane {
    margin-left: 0;
  }
  .default-layout .MiddleLeftPane.Pane.grid_4 {
    width: auto;
  }
  .default-layout .MiddleMidPane.Pane.grid_4 {
    width: auto;
  }
  .default-layout .MiddleRightPane.Pane.grid_4 {
    width: auto;
  }
  .default-layout .Button.Certified,
  .default-layout .Button.Stay,
  .default-layout .Button.Get {
    float: left;
    margin-right: 2%;
  }
  .default-layout .MidPanes-Float {
    float: left;
    margin-top: -0.2em;
    width: 57%;
  }
  .default-layout .Bottom2Pane {
    margin-left: 0;
  }
  .default-layout .Bottom3Pane {
    margin-left: 0;
  }
  .default-layout .Bottom1Pane.Pane.grid_3 {
    width: auto;
  }
  .default-layout .Bottom2Pane.Pane.grid_3 {
    width: auto;
  }
  .default-layout .Bottom3Pane.Pane.grid_3 {
    width: auto;
  }
  .default-layout .RightPane .Container02 .LoginPanel {
    width: 237px;
    margin-left: 0;
  }
  .default-layout .RightPane .Container02 .dnnForm {
    margin-left: 37px;
    width: 60%;
  }
  .default-layout .RightPane .Container02 #dnn_ctr1291_Login_pnlLoginContainer > div {
    margin-left: -5em;
  }
  .default-layout .RightPane .loginContent .dnnFormItem + .dnnFormItem + .dnnFormItem {
    margin-left: -0.5em;
  }
  .default-layout .RightPane .Container02 .dnnActions li {
    margin: -5px -5px -20px -14px;
  }
  .default-layout .RightPane .loginContent .dnnFormItem + .dnnFormItem + .dnnFormItem {
    margin-left: -1em;
  }
  .default-layout #Page41 .RightPane .Container02 .dnnForm ul.dnnActions,
  .default-layout #Page41 .RightPane .Container02 ul.dnnActions {
    margin: 18px 10px 0 18px;
  }
  .default-layout #Page41 .RightPane .Container02 #dnn_ctr1291_Login_Login_EuclidCVCustom_liRegister {
    margin: -14px 0 0 24px;
  }
  .default-layout #Page41 .RightPane .Container02 #liPassword {
    margin: -30px 0 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .default-layout {
    /*Header
    -----------------*/
    /*Navigation
    -----------------*/
  }
  .default-layout .container {
    margin: 0 2%;
    position: relative;
    width: auto;
  }
  .default-layout #ContentContainer {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    width: auto;
  }
  .default-layout [class*=grid_] {
    float: none;
    width: auto;
  }
  .default-layout #Logo {
    float: left;
  }
  .default-layout .grid_0.MyAMT.floatRight {
    float: right;
    margin: 0;
    margin-bottom: 2em;
  }
  .default-layout #Search {
    float: right;
    margin: 70px 0 20px;
    padding-bottom: 0.5em;
  }
  .default-layout #Navigation {
    background: #5d87a1 url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/_legacy/mobile_nav.png") repeat-x;
    min-height: 30px;
  }
  .default-layout #Navigation .container {
    margin: 0;
  }
  .default-layout #Navigation .Root {
    border-left: none;
  }
  .default-layout #Navigation .Root > a {
    padding: 9px;
  }
  .default-layout #Navigation .SubLevel {
    padding: 0;
  }
  .default-layout #Navigation .SubLevel a {
    line-height: 19px;
  }
  .default-layout .RightPane .DnnModule.DnnModule-Authentication.DnnModule-1291 {
    float: left;
    width: 46%;
  }
  .default-layout .RightPane .Container02 .dnnForm {
    margin-left: 37;
    width: 68%;
  }
  .default-layout .RightPane .Container02 .dnnActions li {
    margin: -5px -5px -20px -4px;
  }
  .default-layout .RightPane .loginContent .dnnFormItem + .dnnFormItem + .dnnFormItem {
    margin-left: -0.5em;
  }
  .default-layout .RightPane .DnnModule.DnnModule-DnnForge-LatestArticles.DnnModule-1355 {
    float: left;
    margin-left: 4%;
    width: 46%;
  }
  .default-layout .RightPane .Container02 .dnnLoginService input[type=text],
  .default-layout .dnnLoginService input[type=password] {
    width: 100%;
  }
  .default-layout #Page41 .RightPane .Container02 .dnnForm ul.dnnActions,
  .default-layout #Page41 .RightPane .Container02 ul.dnnActions {
    margin: 16px 10px 0 0px;
    position: relative;
    z-index: 1000;
  }
  .default-layout #Page41 .RightPane .Container02 #dnn_ctr1291_Login_Login_EuclidCVCustom_liRegister {
    display: inline-block !important;
    margin: -14px 0 0 58px;
  }
  .default-layout #Page41 .RightPane .Container02 #liPassword {
    display: inline-block;
    margin: -30px 0 0 131px;
  }
}
.default-layout .dnnActions li {
  list-style: none;
}
.default-layout .Footer1Pane.Pane.grid_4,
.default-layout .Footer2Pane.Pane.grid_4,
.default-layout .Footer3Pane.Pane.grid_4 {
  float: left;
  width: 29.333%;
}
@media screen and (max-width: 691px) {
  .default-layout .grid_0.MyAMT.floatRight {
    position: absolute;
    right: 0;
    top: 0;
  }
  .default-layout #Search {
    margin-top: 4em;
  }
  .default-layout #Search a {
    top: -3px;
  }
}
@media screen and (max-width: 682px) {
  .default-layout .grid_0.MyAMT.floatRight {
    width: 100%;
    text-align: center;
  }
  .default-layout #Logo {
    width: 100%;
    margin: 3em 0em 1em;
    text-align: center;
  }
  .default-layout #Search {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 613px) {
  .default-layout .MidPanes-Float {
    width: 50%;
  }
  .default-layout #FooterMenu li a {
    padding: 0 8px;
  }
  .default-layout .RightPane .DnnModule.DnnModule-Authentication.DnnModule-1291 {
    float: none;
    width: auto;
  }
  .default-layout .RightPane .DnnModule.DnnModule-DnnForge-LatestArticles.DnnModule-1355 {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .default-layout .RightPane .loginContent .dnnFormItem + .dnnFormItem + .dnnFormItem + .dnnFormItem ul {
    margin-bottom: 1em !important;
  }
}
@media screen and (max-width: 497px) {
  .default-layout #Header .container {
    margin: 0;
  }
  .default-layout .grid_0.MyAMT.floatRight {
    background: #FAA813;
    text-align: center;
  }
  .default-layout .AMTStore,
  .default-layout .AMTLogin,
  .default-layout .myhome {
    font-size: 0.9em;
  }
  .default-layout .AMTStore {
    background: none;
    border-radius: 0;
    padding: 0.35em 0.7em 0.35em 0;
  }
  .default-layout .myhome {
    background: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0;
    margin-left: 0;
    padding: 0.35em 0.7em;
  }
  .default-layout .AMTLogin {
    background: none;
    border-radius: 0;
    margin-left: 0px;
    padding: 0.35em 0 0.35em 0.7em;
  }
}
@media screen and (max-width: 438px) {
  .default-layout .MidPanes-Float {
    text-align: center;
    width: 100%;
  }
  .default-layout #Page41 .MiddleLeftPane.Pane.grid_4,
  .default-layout #Page41 .MiddleMidPane.Pane.grid_4,
  .default-layout #Page41 .MiddleRightPane.Pane.grid_4 {
    text-align: center;
  }
  .default-layout .Button.Certified,
  .default-layout .Button.Stay,
  .default-layout .Button.Get {
    float: none;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .default-layout #FooterMenu li a {
    padding: 0 5px;
  }
  .default-layout .Footer1Pane.Pane.grid_4,
  .default-layout .Footer2Pane.Pane.grid_4,
  .default-layout .Footer3Pane.Pane.grid_4 {
    float: none;
    margin-bottom: 1em;
    width: auto;
  }
  .default-layout #MainFooter .TenPoundDefault.Container {
    margin-bottom: 3em;
  }
}
.default-layout .header-bottom__cta {
  display: none;
}

/*---------------
HOMEPAGE STYLES
----------------*/
/* === HOMEPAGE BANNER STYLING; === */
.homepage .banner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.homepage .banner .tagline {
  border: none !important;
  margin: 0;
}
.homepage .banner .call-to-action a {
  margin-right: 6px;
}

.ModCookieConsentC #dnn_ctr4018_View_pref {
  display: none !important;
}

/* === ABOUT AMT; === */
.about-amt {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg) center center;
  padding: 75px 0;
  position: relative;
}
@media (max-width: 991px) {
  .about-amt {
    padding: 25px 10px 30px 10px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .about-amt .container {
    padding: 0;
  }
}
.about-amt .section-heading {
  margin-bottom: 20px;
}
.about-amt .section-heading .section-heading__heading {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.24;
  display: inline-block;
}
@media (max-width: 767px) {
  .about-amt .section-heading .section-heading__heading {
    font-size: 35px;
    line-height: normal;
  }
}
.about-amt .section-heading__subheading {
  font-size: 30px;
  display: inline-block;
  font-weight: 200;
  line-height: 1.24;
}
.about-amt .description {
  padding-right: 0;
}
.about-amt .description p {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 200;
  margin: 0 0 8px 0;
  padding-right: 30px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.55);
}
.about-amt .description b,
.about-amt .description strong {
  font-weight: 700 !important;
}
.about-amt .highlights {
  padding: 35px 0 0 0;
}
@media (max-width: 991px) {
  .about-amt .highlights {
    padding: 20px 10px 0 10px;
  }
}
@media (min-width: 576px) {
  .about-amt .highlights .col-md-6.custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
.about-amt .highlights__highlight {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-badge-2.svg) no-repeat left 7px;
  padding: 0 0 21px 68px;
  background-size: 47px auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-amt .highlights__highlight {
    margin-bottom: 10px;
  }
}
.about-amt .highlights__highlight .highlights__highlight__heading {
  margin: 0;
  padding: 5px 0 0 0;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #636465;
  line-height: 1.42;
}
.about-amt .highlights__highlight .highlights__highlight__description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: initial;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 200;
}
.about-amt .cta {
  padding-top: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .about-amt .cta {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-amt .cta {
    padding-top: 17px;
  }
}
@media (min-width: 992px) {
  .about-amt .cta .col-lg-8.custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-amt .cta .col-lg-8.custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
  }
}
.about-amt .cta .col-lg-4.custom {
  display: none;
}
@media (max-width: 767px) {
  .about-amt .cta .col-lg-4.custom {
    padding: 0;
  }
}
.about-amt .cta .cta__description {
  margin-right: 0;
}
@media (max-width: 767px) {
  .about-amt .cta .cta__description {
    border: none;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-amt .cta .cta__description {
    text-align: right;
    padding-right: 10px;
    border: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-amt .cta .cta__description {
    border: none;
  }
}
.about-amt .cta .cta__description p {
  color: #5d87a1;
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: initial;
}
@media (max-width: 767px) {
  .about-amt .cta .cta__description p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-amt .cta .cta__description p {
    line-height: 1.4;
  }
}
.about-amt .cta .cta.homepage {
  padding-left: 5px;
}
@media (max-width: 991px) {
  .about-amt .cta .cta.homepage {
    padding: 0;
    display: block;
    text-align: center;
    top: 0;
    max-width: 200px;
  }
}

.homepage .about-amt .cta .col-lg-4.custom {
  display: block;
}
.homepage .about-amt .cta .cta__description {
  border-right: 1px solid #d5d5d5;
}

/* === PUSH BLOCKS === */
.homepage .card-section {
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .card-section .card-group-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0 0 0;
    border: none;
  }
}
.homepage .card-section .card-group-item__description {
  font-style: italic;
}

/* === NEW AT AMT; === */
.homepage .new-at-amt {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg);
  border-bottom: 1px solid #d5d5d5;
}
.homepage .new-at-amt .new-at-amt {
  border: none;
}

.homepage .content-carousel {
  padding: 53px 0 63px 0;
}
@media (max-width: 991px) {
  .homepage .content-carousel {
    padding: 20px 10px;
  }
}

/* === PARTNERS; === */
.partners {
  padding: 71px 0 95px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 575px) {
  .partners {
    padding: 20px 10px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .partners {
    padding: 30px 10px;
  }
}
.partners .container.custom {
  max-width: 1313px;
}
@media (min-width: 1200px) {
  .partners .container.custom {
    padding: 0;
  }
}
.partners .affiliate-logos {
  padding-top: 0;
  padding-bottom: 0;
}
.partners .affiliate-logos .logo img {
  height: 63px;
}
.partners .section-heading .section-heading__heading {
  text-align: center;
  font-size: 26px;
  font-weight: 200;
  margin: 0 0 38px 0;
  letter-spacing: initial;
  padding: 0;
  line-height: 1.38;
}
.partners .section-heading .section-heading__heading span,
.partners .section-heading .section-heading__heading b,
.partners .section-heading .section-heading__heading strong {
  font-weight: 700;
}
@media (max-width: 575px) {
  .partners .section-heading .section-heading__heading {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.partners .partners-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .partners .partners-logos {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.partners .partners-logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 58px;
}
@media (min-width: 1200px) {
  .partners .partners-logo {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .partners .partners-logo {
    margin-right: 18px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
@media (max-width: 767px) {
  .partners .partners-logo {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 40%;
    margin: 0 0 30px 0;
  }
}
.partners .partners-logo:last-child {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .homepage .call-to-action-section .call-to-action-heading-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .homepage .call-to-action-section .call-to-action-cta-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  .homepage .call-to-action-section .section-heading__heading {
    line-height: 1.2;
  }
}
.homepage .call-to-action-section .call-to-action-cta__link {
  padding: 0;
}

/*---------------
CERTIFIED PAGE STYLES
----------------*/
/* === TABS SECTION; === */
.certified-tabs {
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  padding: 35px 0;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg) center top;
}
@media (min-width: 992px) {
  .certified-tabs {
    padding: 57px 0 85px 0;
  }
}
@media (max-width: 767px) {
  .certified-tabs {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .certified-tabs .container {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .certified-tabs .tab-pane {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .certified-tabs .tab-content__sidebar {
    border-bottom: none;
  }
}
.certified-tabs .section-heading {
  margin-bottom: 61px;
  width: 100%;
}
@media (max-width: 767px) {
  .certified-tabs .section-heading {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.certified-tabs .section-heading-main {
  width: 100%;
  margin-bottom: 61px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .certified-tabs .section-heading-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .certified-tabs .section-heading-main {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}

.badge-check-your-status,
.badge-flyout,
.badge-submit-a-program,
.badge-verify-status {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  background-size: cover;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 1499px) {
  .badge-check-your-status,
  .badge-flyout,
  .badge-submit-a-program,
  .badge-verify-status {
    width: 65px;
    height: 86px;
    background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/badge-check-your-status-m.png) no-repeat;
  }
}
@media only screen and (min-width: 1500px) {
  .badge-check-your-status,
  .badge-flyout,
  .badge-submit-a-program,
  .badge-verify-status {
    width: 162px;
    height: 86px;
    background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/badge-check-your-status.png) no-repeat;
    background-size: 162px 86px;
  }
}
@media only screen and (max-width: 1499px) {
  .badge-check-your-status.education,
  .badge-flyout.education,
  .badge-submit-a-program.education,
  .badge-verify-status.education {
    width: 67px;
    height: 86px;
    background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/badge-help-amt-grow-m.png) no-repeat;
    background-size: 67px 86px;
  }
}
@media only screen and (min-width: 1500px) {
  .badge-check-your-status.education,
  .badge-flyout.education,
  .badge-submit-a-program.education,
  .badge-verify-status.education {
    width: 166px;
    height: 86px;
    background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/badge-help-amt-grow.png) no-repeat;
    background-size: 165px 86px;
  }
}

.badge-submit-a-program {
  width: 170px;
  height: 86px;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/badge-submit-a-program.png) no-repeat;
  background-size: 170px 86px;
}

@media only screen and (min-width: 1500px) {
  .badge-verify-status {
    width: 170px;
    height: 86px;
    background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/badge-verify-status.svg) no-repeat;
    background-size: 170px 86px;
  }
}

.badge-find-featured-resource {
  width: 170px;
  height: 86px;
  position: fixed;
  right: 0;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/badge-find-featured-resource.png) no-repeat;
  background-size: 170px 86px;
}

.tab-content__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .tab-content__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

dl {
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  dl.custom {
    max-width: 48%;
  }
}
@media (min-width: 1200px) {
  dl.custom {
    max-width: 45.7%;
  }
}

dt {
  float: left;
  width: calc(88% - 10px);
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  font-weight: 200;
  color: #5d87a1;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  dt {
    width: calc(91% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  dt {
    width: calc(92% - 10px);
  }
}

dd {
  float: left;
  width: 12%;
  margin-bottom: 0;
  font-weight: 600;
  color: #5d87a1;
  white-space: nowrap;
}
@media (max-width: 575px) {
  dd {
    width: 9%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  dd {
    width: 8%;
  }
}

dt:after {
  content: " ....................................................................................................................................................................................................................................................................................................................................";
  font-weight: 200;
  color: rgba(142, 142, 142, 0.55);
  margin-left: 10px;
}

.table-recertification .info-table-row .info-table-header,
.table-recertification .info-table-row .info-table-cell {
  width: 21%;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-right-color: transparent;
  border-bottom: none;
  font-weight: 600;
  color: #5d87a1;
}
.table-recertification .info-table-row .info-table-header {
  border: none;
  color: #636465;
}
.table-recertification .info-table-row .info-table-header:first-child,
.table-recertification .info-table-row .info-table-cell:first-child {
  width: 58%;
  text-align: left;
  border: none;
  font-weight: 200;
}
.table-recertification .info-table-row .info-table-cell:last-child {
  border-right-color: #d5d5d5;
}
.table-recertification .info-table-row:last-child .info-table-cell {
  border-bottom: 1px solid #d5d5d5;
}
.table-recertification .info-table-row:last-child .info-table-cell:first-child {
  border-bottom: none;
}
.table-recertification.no-borders .info-table-row .info-table-cell {
  border: none !important;
  font-weight: 400;
}
.table-recertification.no-borders .info-table-row .info-table-cell:first-child {
  font-weight: 200;
}

.recertification.info-pane .section-heading {
  text-align: center;
  width: 100%;
  margin-bottom: 33px;
}
.recertification.info-pane .section-heading__heading {
  font-size: 35px;
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  display: inline-block;
  margin-bottom: 6px;
}
.recertification.info-pane .section-heading__subheading {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 200;
}

.certification-info__row:not(.first):nth-child(even) {
  background: rgba(233, 239, 241, 0.53);
}
.certification-info {
  background: #f8fcff;
}
.certification-info__row {
  margin: 0;
  border-bottom: 1px solid #d6e4ec;
  position: relative;
}
.certification-info__row.first {
  background: #fff;
}
@media (max-width: 991px) {
  .certification-info__row.first {
    border: none;
  }
}
@media (min-width: 992px) {
  .certification-info__row.first {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .certification-info__row.first .certification-info__content {
    padding-right: 90px;
  }
}
.certification-info__row.first .certification-info__content h3, .certification-info__row.first .certification-info__content__subheading {
  margin: 0;
}
.certification-info__row.first .certification-info__sidebar {
  display: none;
}
@media (min-width: 992px) {
  .certification-info__row.first .certification-info__sidebar {
    background: transparent;
    border: none;
    padding: 0;
    display: block;
  }
}
.certification-info__row.first .certification-info__sidebar:before {
  display: none;
}
.certification-info__row.first .certification-info__sidebar h3, .certification-info__row.first .certification-info__sidebar__heading {
  font-size: 22px;
}
@media (min-width: 992px) {
  .certification-info__row.first .certification-info__sidebar h3, .certification-info__row.first .certification-info__sidebar__heading {
    position: absolute;
    bottom: 0;
    font-weight: 600;
    padding: 23px 27px 23px 27px;
    background: #eef6f9;
    border: 1px solid #d6e4ec;
    border-bottom: none;
    width: 100%;
  }
}
.certification-info__row.first + .certification-info__row:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  top: 0;
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-dropshadow.png) no-repeat center top;
  background-size: auto 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .certification-info__row .container {
    padding: 0 15px;
  }
}
.certification-info__row ul {
  margin: 0 0 17px 0;
  padding: 0;
}
.certification-info__row ul li {
  list-style: none;
  position: relative;
  padding-left: 4px;
  font-weight: 200;
  line-height: 1.5;
}
.certification-info__row ul li:before {
  content: "•";
  font-size: 16px;
  position: relative;
  left: -4px;
  top: 0;
}
@media (max-width: 991px) {
  .certification-info__row ul li {
    margin-bottom: 10px;
  }
}
.certification-info__row ul li ul,
.certification-info__row ul li ol {
  padding-left: 15px;
}
.certification-info__content {
  position: relative;
  font-weight: 200;
  padding: 20px;
}
@media (max-width: 991px) {
  .certification-info__content {
    border-bottom: 1px solid #d6e4ec;
  }
}
@media (min-width: 992px) {
  .certification-info__content {
    padding: 35px 0;
    padding-right: 80px;
  }
}
.certification-info__content h2, .certification-info__content__heading {
  margin: 0;
  font-weight: 600;
  line-height: 1.69;
}
@media (max-width: 991px) {
  .certification-info__content h2, .certification-info__content__heading {
    line-height: 1.25;
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.certification-info__content h3, .certification-info__content__subheading {
  font-weight: 200;
  line-height: 1.45;
  margin: 0 0 5px 0;
}
.certification-info__content h3 span, .certification-info__content__subheading span {
  font-weight: 600;
}
@media (max-width: 991px) {
  .certification-info__content h3, .certification-info__content__subheading {
    font-size: 20px;
    line-height: 1.4;
  }
}
.certification-info__content p,
.certification-info__content li {
  font-weight: 200;
}
.certification-info__content p {
  font-size: 18px;
}
.certification-info__content p.text-smaller {
  font-size: 14px;
  line-height: 1.42;
}
.certification-info__content ul,
.certification-info__content li,
.certification-info__content a {
  font-size: 16px;
  line-height: 1.6;
}
.certification-info__content ul:last-child,
.certification-info__content li:last-child,
.certification-info__content a:last-child {
  margin-bottom: 0;
}
.certification-info__content li {
  color: #5d87a1;
  padding-left: 8px;
  margin-bottom: 10px;
}
.certification-info__content li:before {
  position: absolute;
  left: 0;
}
.certification-info__content li p {
  color: inherit;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.certification-info__content li:last-child {
  margin-bottom: 0;
}
.certification-info__content .text-smaller {
  font-size: 14px;
  line-height: 1.42;
}
.certification-info__content strong,
.certification-info__content b {
  font-weight: 600 !important;
}
.certification-info__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .certification-info__content ul {
    display: block;
  }
}
.certification-info__content ul li {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (max-width: 991px) {
  .certification-info__content ul li {
    width: 100%;
  }
}
.certification-info__content ul li ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.certification-info__sidebar {
  position: relative;
  padding: 20px;
  /*
      .content-pane {
          padding: 20px;

          @include respond-above(md) {
              padding: 35px 23px 35px 33px;
          }

          &:empty {
              display: none;
          }
      } */
}
@media (min-width: 992px) {
  .certification-info__sidebar {
    padding: 35px 23px 35px 33px;
  }
}
@media (min-width: 992px) {
  .certification-info__sidebar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 44px;
    display: block;
    width: 1px;
    height: calc(100% - 88px);
    background: #d6e4ec;
  }
}
.certification-info__sidebar h4, .certification-info__sidebar__heading {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.375;
}
@media (max-width: 991px) {
  .certification-info__sidebar h4, .certification-info__sidebar__heading {
    margin-bottom: 10px;
  }
}
.certification-info__sidebar ul:last-child,
.certification-info__sidebar li:last-child,
.certification-info__sidebar p:last-child,
.certification-info__sidebar a:last-child {
  margin-bottom: 0;
}
.certification-info__sidebar li {
  padding-left: 8px;
}
.certification-info__sidebar li:before {
  position: absolute;
  left: 0;
}
.certification-info__sidebar li p {
  color: inherit;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.certification-info .btn--orange-outline,
.certification-info .btn {
  background-color: #fff;
  width: auto;
}
.certification-info .btn--orange-outline:hover,
.certification-info .btn:hover {
  color: #fff;
  background-color: #faa813;
}

@media (min-width: 992px) {
  .certified-tabs.certification-single {
    padding: 35px 0 42px 0;
  }
}
@media (min-width: 992px) {
  .certified-tabs.certification-single .section-heading {
    margin-bottom: 44px;
  }
}
.certified-tabs.certification-single .section-heading__heading {
  font-weight: 700;
}
.certified-tabs.certification-single:before {
  display: none;
}
.certified-tabs.certification-single .btn {
  margin-bottom: 20px;
}

.locate-your-society {
  border-top: 5px solid #5d87a1;
  border-bottom: 1px solid #d5d5d5;
}

@media (max-width: 767px) {
  .select-find-your-state-society {
    width: 100%;
  }
}

.link-wrap:hover, .link-wrap:focus, .link-wrap:active, .link-wrap:visited {
  text-decoration: none !important;
}
.link-wrap .read-more:hover {
  text-decoration: underline !important;
}

.section-panel {
  padding: 35px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-panel {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .section-panel {
    padding: 59px 0;
  }
}
.section-panel .section-heading-main {
  margin-bottom: 61px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-panel .section-heading-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-panel .section-heading-main {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.section-panel .section-heading-main .section-heading__heading {
  font-weight: 200;
  text-align: center;
}
.section-panel .section-heading__heading {
  margin: 0;
  padding: 0;
  font-size: 26px;
}
.section-panel .section-heading__heading strong {
  font-weight: 700 !important;
}

.meeting-video,
.video-wrapper {
  margin-top: 17px;
}
.meeting-video iframe,
.video-wrapper iframe {
  width: 100%;
  height: 274px;
}

.tbl-meeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.tbl-meeting .tbl-heading {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (max-width: 392px) {
  .tbl-meeting .tbl-heading {
    font-size: 10px;
  }
}
.tbl-meeting .tbl-heading.top {
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .tbl-meeting .tbl-heading.top {
    font-size: 14px;
  }
}
@media screen and (max-width: 392px) {
  .tbl-meeting .tbl-heading.top {
    font-size: 10px;
  }
}
.tbl-meeting__sidebar {
  width: calc(33% - 20px);
  margin-right: 20px;
}
@media screen and (max-width: 392px) {
  .tbl-meeting__sidebar {
    width: calc(33% - 10px);
    margin-right: 10px;
  }
}
.tbl-meeting__sidebar .tbl-headings {
  border-top: 1px solid #d8d8d8;
  margin-top: 8px;
  padding-top: 8px;
}
@media screen and (max-width: 392px) {
  .tbl-meeting__sidebar .tbl-headings {
    white-space: nowrap;
    margin-top: 12px;
  }
}
@media screen and (max-width: 392px) {
  .tbl-meeting__sidebar .tbl-headings .tbl-heading {
    line-height: 1.6;
  }
}
.tbl-meeting__sidebar .tbl-heading.top {
  font-weight: 200;
}
.tbl-meeting__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tbl-meeting__content .tbl-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tbl-meeting__content .tbl-headings .tbl-heading.top {
  width: 40%;
  text-align: center;
}
.tbl-meeting__content .tbl-headings .tbl-heading.top:last-child {
  width: 20%;
}
.tbl-meeting__content .tbl-body {
  border: 1px solid #d8d8d8;
}
.tbl-meeting__content .tbl-body .tbl-row {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}
.tbl-meeting__content .tbl-body .tbl-row:last-child {
  border: none;
}
.tbl-meeting__content .tbl-body .tbl-row .tbl-cell {
  width: 20%;
  border-right: 1px solid #d8d8d8;
  font-weight: 600;
  color: #5d87a1;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 392px) {
  .tbl-meeting__content .tbl-body .tbl-row .tbl-cell {
    font-size: 10px;
  }
}
.tbl-meeting__content .tbl-body .tbl-row .tbl-cell:last-child {
  border-right: none;
}
.tbl-meeting__content .tbl-body .tbl-row .tbl-cell.col-span-2 {
  width: 40%;
}
.tbl-meeting__content .tbl-body .tbl-row .tbl-cell.col-span-full {
  width: 100%;
}
.tbl-meeting__content .tbl-body .tbl-row .tbl-cell.heading {
  font-size: 10px;
  font-weight: 200;
  color: #636465;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tbl-meeting__content .tbl-body .tbl-row .tbl-cell.heading {
    font-size: 13px;
  }
}
@media screen and (max-width: 392px) {
  .tbl-meeting__content .tbl-body .tbl-row .tbl-cell.heading {
    line-height: 1;
  }
}

@media (min-width: 992px) {
  main#page-849 .banner .content {
    width: 44%;
  }
}
@media (min-width: 1200px) {
  main#page-849 .card-block {
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  main#page-849 .card-block .card-block__heading-description {
    margin: 0 20px 17px 20px;
  }
}
main#page-849 .card-block .card-block__link {
  padding-top: 16px;
}
main[data-name*=AMTrax] .amt-news {
  background-image: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg);
}
main[data-name*=AMTrax] .amt-news .section-content {
  padding-top: 0;
}

.blog-list-wrap.amt-news {
  padding: 0 15px 40px 15px;
}
@media (min-width: 1200px) {
  .blog-list-wrap.amt-news {
    padding: 0 0 65px 0;
  }
}
.blog-list-wrap.amt-news .section-content {
  padding: 0;
}
.blog-list-wrap.amt-news #dnn_ContentBlogList {
  width: 100%;
}
.blog-list-wrap.amt-news .content-pane {
  width: 100%;
}
@media (max-width: 991px) {
  .blog-list-wrap.amt-news .content-pane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.blog-list-wrap.amt-news .edn_searchInfoResults {
  font-size: 18px;
  line-height: 2.3;
  max-width: none;
  padding: 0;
}
.blog-list-wrap.amt-news .edn_searchInfoResults span {
  font-weight: 700;
}
.blog-list-wrap.amt-news .edn_searchInfoResults span.separator:last-child,
.blog-list-wrap.amt-news .edn_searchInfoResults span.separator:last-of-type {
  display: none;
}

.blog-list-wrap.amt-news [class*=article_list_wrapper],
.blog-post-wrap [class*=article_list_wrapper] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .blog-list-wrap.amt-news [class*=article_list_wrapper],
  .blog-post-wrap [class*=article_list_wrapper] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .blog-list-wrap.amt-news [class*=article_list_wrapper],
  .blog-post-wrap [class*=article_list_wrapper] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 18px;
  }
}
@media screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  .blog-list-wrap.amt-news [class*=article_list_wrapper],
  .blog-post-wrap [class*=article_list_wrapper] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.blog-list-wrap.amt-news .news-cards,
.blog-post-wrap .news-cards {
  width: 100%;
  border-right: none;
}
@media (max-width: 767px) {
  .blog-list-wrap.amt-news .news-cards,
  .blog-post-wrap .news-cards {
    padding: 0;
  }
}
.blog-list-wrap.amt-news .news-card,
.blog-post-wrap .news-card {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  .blog-list-wrap.amt-news .news-card,
  .blog-post-wrap .news-card {
    width: calc(33.33333% - 10px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-list-wrap.amt-news .news-card,
  .blog-post-wrap .news-card {
    width: calc(50% - 10px);
  }
}
.blog-list-wrap.amt-news .news-card:first-child,
.blog-post-wrap .news-card:first-child {
  margin-right: 0;
}

.blog-banner {
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg");
  padding: 34px 0 40px 0;
  border-bottom: 1px solid #d5d5d5;
}
.blog-banner h1 {
  font-size: 35px;
  margin: 0;
  line-height: 1.333;
  font-weight: 700;
}
.blog-banner h2 {
  font-size: 22px;
  margin: 0;
  line-height: 1.27;
  font-weight: 200;
}

.blog-feature-wrap {
  padding: 0 0 28px 0;
}
@media (max-width: 575px) {
  .blog-feature-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.article_pager,
.gsu-cursor {
  margin-top: 17px;
}

.article_pager .page,
.article_pager .gsc-cursor-page,
.gsc-cursor .page,
.gsc-cursor .gsc-cursor-page {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  text-align: center !important;
  line-height: 24px !important;
  color: #636465 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
  font-family: "ff-zwo-web-pro", sans-serif !important;
  margin-right: 4px !important;
}

.article_pager .page.active,
.article_pager .page:hover,
.article_pager .page.gsc-cursor-current-page,
.article_pager .gsc-cursor-page.active,
.article_pager .gsc-cursor-page:hover,
.article_pager .gsc-cursor-page.gsc-cursor-current-page,
.gsc-cursor .page.active,
.gsc-cursor .page:hover,
.gsc-cursor .page.gsc-cursor-current-page,
.gsc-cursor .gsc-cursor-page.active,
.gsc-cursor .gsc-cursor-page:hover,
.gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  background: #5d87a1 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.blog-page-wrap {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .blog-page-wrap {
    padding-top: 50px;
  }
}
.blog-page-wrap .edncf_AdvancedSearch select {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

@media (max-width: 1199px) {
  .blog-post-wrap.container {
    max-width: none;
  }
}
.blog-post-wrap.container .admin_action.edit {
  display: block;
  margin: 0 0 15px 15px;
}
.blog-post-wrap.container.resources, .blog-post-wrap.container.stories {
  padding-top: 20px;
}
.blog-post-wrap.container.resources .article-display-wrap, .blog-post-wrap.container.stories .article-display-wrap {
  padding-top: 25px;
}
.blog-post-wrap.container.stories blockquote {
  font-size: 26px;
  line-height: 1.3;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
}
@media (min-width: 992px) {
  .blog-post-wrap.container.stories blockquote {
    font-size: 32px;
    line-height: 1.4;
  }
}
.blog-post-wrap.container.stories blockquote p {
  font-size: inherit;
  line-height: inherit;
}
.blog-post-wrap.container.stories .article-hero {
  margin-bottom: 35px;
  height: 450px;
  background-position: center top;
}
@media (min-width: 1200px) {
  .blog-post-wrap.container.stories .article-hero {
    height: 616px;
    background-position: center center;
  }
}

.featured-article-main-blog {
  position: relative;
}
.featured-article-main-blog .news-cards {
  position: relative;
}
@media (max-width: 1199px) {
  .featured-article-main-blog .news-cards {
    border: 1px solid #d5d5d5;
  }
}
.featured-article-main-blog .news-card {
  position: relative;
  width: 100%;
  padding: 22px;
}
@media (min-width: 1200px) {
  .featured-article-main-blog .news-card * {
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .featured-article-main-blog .news-card {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.featured-article-main-blog .news-card__heading {
  font-size: 45px;
  margin-bottom: 6px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .featured-article-main-blog .news-card__heading {
    font-size: 40px;
  }
}
.featured-article-main-blog .news-card__summary__featured {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .featured-article-main-blog .news-card__summary__featured {
    width: 85%;
    display: inline-block;
  }
}
.featured-article-main-blog .news-card .summary-content {
  font-size: 20px;
  font-weight: 600;
}
.featured-article-main-blog .news-card .summary-content p {
  font-size: 20px;
  line-height: 1.27;
  font-weight: 600;
}
.featured-article-main-blog .news-card .more-link {
  display: block;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .featured-article-main-blog .news-card .more-link {
    position: absolute;
    right: 22px;
    bottom: 22px;
    margin-top: 0;
  }
}
.featured-article-main-blog .news-card .more-link .btn {
  border-color: #5d87a1;
  font-size: 18px;
}
.featured-article-main-blog .news-card .more-link .btn:hover {
  background: #5d87a1;
  color: #ffffff !important;
}
.featured-article-main-blog .news-card__image-wrap {
  width: 100%;
}
.featured-article-main-blog .news-card__image {
  min-height: 296px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #f9f8f8;
  width: 100%;
}
@media (min-width: 1200px) {
  .featured-article-main-blog .news-card__image {
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .featured-article-main-blog .news-card__image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(179deg, rgba(51, 51, 51, 0) 25%, #3C3D3D 99%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.blog-search-sort {
  padding: 0 15px 28px 15px;
}
@media (min-width: 1200px) {
  .blog-search-sort {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-search-sort .edncf_container .edncf_Blog_Search {
  width: 57%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .blog-search-sort .edncf_container .edncf_Blog_Search {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .blog-search-sort #dnn_BlogSearch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .blog-search-sort .DnnModule-EasyDNNnewsSearch {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .blog-search-sort .DnnModule-EasyDNNnewsSearch {
    width: 100%;
  }
}
.blog-search-sort #dnn_BlogSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .blog-search-sort .DnnModule-EasyDNNnewsSearch {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.blog-search-sort .search_input {
  position: relative;
}
.blog-search-sort .search_input input {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #d5d5d5;
}
.blog-search-sort .search_input .do_search {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  display: block;
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-search-blue.svg") no-repeat center center;
  background-size: 15px 15px;
}
.blog-search-sort .search_input .do_search span {
  display: none;
}
@media (min-width: 992px) {
  .blog-search-sort .blog-search__label {
    margin-right: 40px;
  }
}

.blog-search-sort ::-webkit-input-placeholder,
.resource-search-sort ::-webkit-input-placeholder,
.resource-page-heading ::-webkit-input-placeholder {
  color: #5d87a1;
}
.blog-search-sort ::-moz-placeholder,
.resource-search-sort ::-moz-placeholder,
.resource-page-heading ::-moz-placeholder {
  color: #5d87a1;
}
.blog-search-sort :-ms-input-placeholder,
.resource-search-sort :-ms-input-placeholder,
.resource-page-heading :-ms-input-placeholder {
  color: #5d87a1;
}
.blog-search-sort :-moz-placeholder,
.resource-search-sort :-moz-placeholder,
.resource-page-heading :-moz-placeholder {
  color: #5d87a1;
}
.blog-search-sort .form-control::-webkit-input-placeholder,
.resource-search-sort .form-control::-webkit-input-placeholder,
.resource-page-heading .form-control::-webkit-input-placeholder {
  color: #5d87a1;
}
.blog-search-sort .custom-select-wrap,
.resource-search-sort .custom-select-wrap,
.resource-page-heading .custom-select-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 20px;
}
.blog-search-sort .custom-select-wrap .select-menu-category,
.blog-search-sort .custom-select-wrap .select-trigger-category,
.resource-search-sort .custom-select-wrap .select-menu-category,
.resource-search-sort .custom-select-wrap .select-trigger-category,
.resource-page-heading .custom-select-wrap .select-menu-category,
.resource-page-heading .custom-select-wrap .select-trigger-category {
  width: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .blog-search-sort .custom-select-wrap,
  .resource-search-sort .custom-select-wrap,
  .resource-page-heading .custom-select-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
.blog-search-sort .select-trigger-category:after,
.resource-search-sort .select-trigger-category:after,
.resource-page-heading .select-trigger-category:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #5d87a1 transparent transparent transparent;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
  -webkit-transition: all 0.3s ease-out 0.15s;
  -moz-transition: all 0.3s ease-out 0.3s;
  -ms-transition: all 0.3s ease-out 0.3s;
  -o-transition: all 0.3s ease-out 0.3s;
}
.blog-search-sort .icon-filter,
.resource-search-sort .icon-filter,
.resource-page-heading .icon-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-custom-filter.svg") no-repeat center center;
  background-size: 13px 19px;
}
.blog-search-sort .select-menu-filter,
.resource-search-sort .select-menu-filter,
.resource-page-heading .select-menu-filter {
  right: 0;
}
@media (max-width: 767px) {
  .blog-search-sort .select-menu-filter,
  .resource-search-sort .select-menu-filter,
  .resource-page-heading .select-menu-filter {
    right: auto;
    left: 0;
    width: calc(100vw - 30px);
  }
}
.blog-search-sort .select-menu-filter li:first-child,
.blog-search-sort .select-menu-category li:first-child,
.resource-search-sort .select-menu-filter li:first-child,
.resource-search-sort .select-menu-category li:first-child,
.resource-page-heading .select-menu-filter li:first-child,
.resource-page-heading .select-menu-category li:first-child {
  display: none;
}

.edncf_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .edncf_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.edncf_container .icon-search {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  display: block;
  background-image: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-search-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
  z-index: 1;
}
.edncf_container .edncf_Blog_Search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .edncf_container .edncf_Blog_Search {
    width: 100%;
    margin-bottom: 15px;
  }
}
.edncf_container .edncf_Blog_Search .edncf_typeText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.edncf_container .edncf_Blog_Search label {
  margin: 0 40px 0 0;
}
.edncf_container .edncf_Blog_Search label span {
  font-size: 26px;
  font-weight: 700;
  font-family: "ff-zwo-web-pro", sans-serif;
}
@media (max-width: 991px) {
  .edncf_container .edncf_Blog_Search label {
    display: none;
  }
}
.edncf_container .edncf_Blog_Search input {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #d5d5d5;
}
.edncf_container .edncf_Blog_Search_Categories {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 15px;
}
.edncf_container .edncf_Blog_Search_Categories select {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  padding: 0 15px;
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-arrow-down-blue.svg") no-repeat calc(100% - 13px) center;
  background-size: 10px 9px;
}
.edncf_container .edncf_Blog_Filter_List,
.edncf_container .edncf_Blog_Search_Categories,
.edncf_container .edncf_submitContainer {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.blog-custom-filter-wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  z-index: 2;
}
.blog-custom-filter-wrap .blog-custom-filter-trigger {
  cursor: pointer;
  width: 40px;
  height: 40px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d5d5d5;
  padding: 0;
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-custom-filter.svg") no-repeat center center;
  background-size: 13px 19px;
}
.blog-custom-filter-wrap .blog-custom-filter-list {
  right: 0;
}

.chameleon_slider.NewsOne {
  display: none;
}

@media (min-width: 1200px) {
  .article-display-wrap {
    padding: 0 38px 0 0;
  }
}
@media (max-width: 1199px) {
  .article-display-wrap {
    margin-bottom: 30px;
  }
}

.article-breadcrumbs {
  font-size: 12px;
  font-weight: 200;
}

.article-hero {
  width: 100%;
  min-height: 363px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 8px;
}
.article-hero:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(179deg, rgba(51, 51, 51, 0) 25%, #3C3D3D 99%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-hero .article-hero-heading .featured-badge {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 17px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .article-hero .article-hero-heading .featured-badge {
    margin-bottom: 15px;
  }
}
.article-hero .article-hero-heading .featured-badge a {
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: text !important;
}
.article-hero .article-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 23px 18px 23px;
  z-index: 1;
  line-height: 1;
}

.article-meta {
  margin-bottom: 24px;
}

.article-categories a {
  text-decoration: underline;
}

.article-summary {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.article-summary p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.article-summary p:empty,
.article-summary p:blank {
  display: none;
}

.article-details {
  padding: 27px 0 0 0;
  border-top: 1px solid #faa813;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 200;
  font-weight: 500;
}
.article-details p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.article-details p,
.article-details ul,
.article-details ol {
  margin-bottom: 25px;
}
.article-details p a,
.article-details li a {
  text-decoration: underline;
}
.article-details blockquote {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #636465;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.article-details blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.article-details h2,
.article-details h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.article-details p:empty,
.article-details p:blank {
  display: none;
}
.article-details img {
  height: auto !important;
}
@media (max-width: 767px) {
  .article-details img {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.article-details .in_article_image.left {
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .article-details .in_article_image.left {
    float: none !important;
  }
}
.article-details .in_article_image.right {
  margin-left: 15px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .article-details .in_article_image.right {
    float: none !important;
  }
}
.article-share {
  margin-bottom: 34px;
}
.article-share .atc_s.addthis_button_compact {
  color: #ffffff !important;
}

.article-author {
  background: #fff;
  padding: 27px;
  border-top: 1px solid #faa813;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.article-author--image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #faa813;
  margin-right: 27px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.article-author--label {
  font-size: 24px;
  color: #5d87a1;
  line-height: 1.16;
}

.article-document {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-top: 1px solid #faa813;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-document--title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  font-size: 19px;
  color: #636465;
  line-height: 1.26;
  padding: 17px 19px 19px 19px;
  border-right: 1px solid #d5d5d5;
}
.article-document--cta {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.27;
  padding: 18px 33px 17px 33px;
}
.article-document--cta i.ai {
  position: relative;
  top: 2px;
}

.article-view-all {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-view-all {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .blog-details-content {
    padding-bottom: 40px;
  }
}

.blog-details-sidebar {
  padding: 45px 15px 40px 15px;
}
@media (max-width: 991px) {
  .blog-details-sidebar {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .blog-details-sidebar .news-card {
    width: 100% !important;
    position: relative;
  }
}
.blog-details-sidebar .select-menu {
  z-index: 1;
}

.blog-details-content h1 {
  font-size: 22px !important;
  color: #faa813;
}

@media (max-width: 991px) {
  .blog-details-content h1 {
    font-size: 20px !important;
  }
}
.blog-details-content h2 {
  font-size: 18px !important;
}

@media (max-width: 991px) {
  .blog-details-content h2 {
    font-size: 16px !important;
  }
}
.blog-details-content h3 {
  font-size: 18px !important;
}

@media (max-width: 991px) {
  .blog-details-content h3 {
    font-size: 15px !important;
  }
}
.num_of_comment {
  display: none;
}

.news-card {
  position: relative;
}

.edncf_Resources_Sort_Criteria + .edncf_submitContainer {
  position: static;
  opacity: 1;
}

.resource-center .edncf_AdvancedSearch {
  position: absolute;
  opacity: 0;
}
.resource-center .resources-search-wrap .edncf_AdvancedSearch {
  position: unset;
  opacity: 1;
}
@media (min-width: 768px) {
  .resource-center .article-list {
    padding: 30px 0 37px 0;
  }
}
@media (min-width: 768px) {
  .resource-center .article-list.recent-stories, .resource-center .article-list.recent-news {
    padding-bottom: 0;
  }
}

#page-857 .resources-search-wrap {
  padding-top: 0;
}
#page-857 .resource-filter-tabs {
  background: url(https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/bg-diamond-pattern.jpg) center top;
}
@media (min-width: 768px) {
  #page-857 .article-list.recent-stories, #page-857 .article-list.recent-news {
    padding-bottom: 37px;
  }
}

.resource-global-search-wrap {
  padding-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .resource-global-search-wrap .container {
    max-width: none;
  }
}

.search-results-wrap {
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-results-wrap {
    padding: 20px 15px;
  }
}
.search-results-wrap .edn_searchInfoResults {
  line-height: 2.3;
  font-size: 18px;
}

.edn_searchInfoResults {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .edn_searchInfoResults {
    padding: 0 15px;
  }
}
.edn_searchInfoResults span {
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .resource-center .edn_searchInfoResults,
  .resource-center .container {
    max-width: none;
  }
}
.resource-center .user_dashboard {
  margin-bottom: 0 !important;
}
.resource-center.category .resource-search-title {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .resource-center.category .resource-search-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .resource-center.category .resource-search-title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .feature-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .feature-card-wrap.stories .card-image {
    width: 450px;
    min-height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-card-wrap.stories .card-image {
    width: 40%;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .feature-card-wrap.stories .card-image {
    height: 300px;
    min-height: none;
  }
}
.feature-card-wrap.stories .card-content-wrap {
  border: none;
}
.feature-card-wrap.stories .card-content-wrap .featured-badge {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .feature-card-wrap.stories .card-content-wrap .featured-badge {
    margin-bottom: 15px;
  }
}
.feature-card-wrap.stories .feature-card-rc {
  border: 1px solid #d5d5d5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-card-wrap.stories .feature-card-rc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.feature-card-wrap.stories .card-heading {
  margin-bottom: 15px;
}
.feature-card-wrap.stories .card-title {
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-card-wrap.stories .card-title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .feature-card-wrap.stories .card-title {
    font-size: 45px;
  }
}
.feature-card-wrap.stories .card-description {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .feature-card-wrap.stories .card-description {
    font-size: 18px;
    line-height: 1.27;
  }
}
.feature-card-wrap.stories .card-description p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  .feature-card-wrap.stories .card-description p {
    font-size: 18px;
    line-height: 1.27;
  }
}

.feature-card-rc {
  position: relative;
  background: #ffffff;
}
@media (min-width: 992px) {
  .feature-card-rc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .feature-card-rc {
    margin-bottom: 20px;
  }
}
.feature-card-rc .card-image {
  background-color: #000;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 1200px) {
  .feature-card-rc .card-image {
    width: 313px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-card-rc .card-image {
    width: 267px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-card-rc .card-image {
    height: 152px;
  }
}
@media (max-width: 767px) {
  .feature-card-rc .card-image {
    height: 200px;
  }
}
.feature-card-rc .card-image .featured-badge {
  left: 0;
}
.feature-card-rc .card-header {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-card-rc .card-header .icon-image {
  width: 68px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .feature-card-rc .card-header .icon-image {
    width: 111px;
    height: 43px;
  }
}
.feature-card-rc .card-header .date {
  line-height: 1.25;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #848586;
  position: relative;
  top: -1px;
}
@media (min-width: 1200px) {
  .feature-card-rc .card-header .date {
    line-height: 2.6;
  }
}
.feature-card-rc .card-title {
  font-size: 26px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .feature-card-rc .card-title {
    font-size: 46px;
    line-height: 1.1;
    margin-top: 15px;
    padding-bottom: 20px;
  }
}
.feature-card-rc .card-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  border: 1px solid #d5d5d5;
  border-top: 1px solid #faa813;
  position: relative;
}
@media (max-width: 767px) {
  .feature-card-rc .card-content-wrap {
    border-left: 1px solid #d5d5d5;
  }
}
@media (max-width: 1199px) {
  .feature-card-rc .card-content-wrap {
    padding: 21px;
  }
}
@media (min-width: 1200px) {
  .feature-card-rc .card-content-wrap {
    padding: 35px 28px 52px 30px;
  }
}
.feature-card-rc .card-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.feature-card-rc .card-description {
  line-height: 1.27;
  font-size: 16px;
}
@media (min-width: 992px) {
  .feature-card-rc .card-description {
    font-size: 18px;
  }
}
.feature-card-rc .card-description p {
  line-height: 1.27;
  font-size: 16px;
}
@media (min-width: 992px) {
  .feature-card-rc .card-description p {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .select-menu-category li a {
    font-size: 14px;
  }
}
.select-menu-category li a[title="State Society Leadership"] {
  display: none;
}

.resource-filter-tabs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.resource-filter-tabs .filter-btn-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 3px solid #5d87a1;
}
.resource-filter-tabs .filter-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(33.3333% - 4px);
  background: #F9F8F8;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.resource-filter-tabs .filter-btn span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.93;
  color: #636465;
  position: relative;
  left: -8px;
}
@media (min-width: 992px) {
  .resource-filter-tabs .filter-btn span {
    line-height: 2.93;
  }
}
@media (max-width: 767px) {
  .resource-filter-tabs .filter-btn span {
    font-size: 14px;
  }
}
.resource-filter-tabs .filter-btn i.ai {
  position: relative;
  top: 4px;
  left: -5px;
  font-size: 20px;
  color: #5d87a1;
}
@media (max-width: 767px) {
  .resource-filter-tabs .filter-btn i.ai {
    font-size: 14px;
    top: 2px;
    left: -3px;
  }
}
.resource-filter-tabs .filter-btn.active, .resource-filter-tabs .filter-btn:hover {
  background: #5d87a1;
  border-color: #5d87a1;
}
.resource-filter-tabs .filter-btn.active span,
.resource-filter-tabs .filter-btn.active i.ai, .resource-filter-tabs .filter-btn:hover span,
.resource-filter-tabs .filter-btn:hover i.ai {
  color: #ffffff;
}
.resource-filter-tabs .filter-btn.active span:after {
  content: "";
  position: absolute;
  right: -14px;
  width: 8px;
  height: 7px;
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-arrow-down-white.svg") no-repeat center center;
  background-size: 8px 7px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 2px));
  transform: translateY(calc(-50% + 2px));
}

.resource-page-heading {
  padding: 40px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .resource-page-heading {
    padding: 45px 0 20px 0;
  }
}
.resource-page-heading input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #d5d5d5;
}
.resource-page-heading .do_search {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 38px;
  width: 40px;
  overflow: hidden;
  border-left: 1px solid #d5d5d5;
}
.resource-page-heading .do_search:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-search-blue.svg") no-repeat center center;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .resource-page-title {
    margin-bottom: 15px;
  }
}

.resource-search-title {
  font-size: 35px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .resource-search-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .resource-search-title {
    font-size: 22px;
  }
}

.resource-search-sort {
  padding: 28px 0 26px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  background: #f9f8f8;
}
.resource-search-sort .edncf_Blog_Search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .resource-search-sort .edncf_Blog_Search {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .resource-search-sort .custom-filter-wrap .select-menu-filter {
    width: auto;
    right: 15px;
    min-width: 150px;
  }
}
.resource-search-sort .custom-search-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .resource-search-sort .custom-search-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
@media (max-width: 767px) {
  .resource-search-sort .custom-search-wrap {
    margin-bottom: 15px;
  }
}
.resource-search-sort .custom-select-wrap {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin: 0;
}
@media (max-width: 767px) {
  .resource-search-sort .custom-select-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .resource-search-sort .custom-select-wrap {
    width: 295px;
  }
}
.resource-search-sort .custom-select-wrap .select-trigger-category {
  padding-right: 40px;
}
@media (min-width: 768px) {
  .resource-search-sort .custom-select-wrap .select-trigger-category {
    border-left: none;
  }
}
.resource-search-sort .icon-search {
  position: static;
  margin: 0 15px 0 0;
  right: auto;
  left: auto;
  border: 1px solid #d8d8d8;
  border-left: none;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .resource-search-sort .icon-search {
    margin-right: 20px;
  }
}
.resource-search-sort .icon-filter {
  border-color: #faa813;
}

.article_pager {
  max-width: 1140px;
  padding-top: 5px;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .article_pager {
    padding: 5px 15px 40px 15px;
  }
}
.article_pager .prev,
.article_pager .last,
.article_pager .first {
  display: none !important;
}
.article_pager .next {
  margin-left: 5px;
}

.resource-item-wrap {
  background: #ffffff;
}

.resource-items {
  padding-top: 25px;
}

.resource-items,
[class*=article_list_wrapper] {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .resource-items,
  [class*=article_list_wrapper] {
    padding: 20px 0;
  }
}
.resource-items .resource-item,
[class*=article_list_wrapper] .resource-item {
  list-style: none;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .resource-items .resource-item,
  [class*=article_list_wrapper] .resource-item {
    width: calc(50% - 4px);
  }
}
.resource-items .resource-item a,
[class*=article_list_wrapper] .resource-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d5d5d5;
  padding: 6px 10px 6px 45px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 9px center;
}
.resource-items .resource-item a:hover,
[class*=article_list_wrapper] .resource-item a:hover {
  background-color: #f9f8f8;
}
.resource-items .resource-item a:hover, .resource-items .resource-item a:visited, .resource-items .resource-item a:active, .resource-items .resource-item a:link,
[class*=article_list_wrapper] .resource-item a:hover,
[class*=article_list_wrapper] .resource-item a:visited,
[class*=article_list_wrapper] .resource-item a:active,
[class*=article_list_wrapper] .resource-item a:link {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .resource-items .resource-item .item-title,
  [class*=article_list_wrapper] .resource-item .item-title {
    padding: 2px 30px 2px 0;
    line-height: 1.2;
    font-size: 14px;
  }
}
.resource-items.documents .resource-item a,
[class*=article_list_wrapper].documents .resource-item a {
  background-image: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-pdf.svg");
  background-size: 23px auto;
}
.resource-items.forms .resource-item a,
[class*=article_list_wrapper].forms .resource-item a {
  background-image: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-form.svg");
  background-size: 20px auto;
}
.resource-items.documents .resource-item a:after, .resource-items.forms .resource-item a:after,
[class*=article_list_wrapper].documents .resource-item a:after,
[class*=article_list_wrapper].forms .resource-item a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
  height: 100%;
  width: 9px;
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-file-download.svg") no-repeat center center;
  background-size: 9px 14px;
}
.resource-items.videos .resource-item a,
[class*=article_list_wrapper].videos .resource-item a {
  background-image: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-video.svg");
  background-size: 22px auto;
}
.resource-items.videos .resource-item a:after,
[class*=article_list_wrapper].videos .resource-item a:after {
  content: "WATCH";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #5d87a1;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.resource-items .featured .item-title,
[class*=article_list_wrapper] .featured .item-title {
  padding-right: 26px;
  background: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-star.svg") no-repeat right center;
  background-size: 15px 14px;
}

.article-list--header {
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .article-list--header {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .article-list--header {
    display: block;
  }
}
.article-list--header .article-list--heading {
  margin: 0;
  font-size: 35px;
  color: #5d87a1;
}
@media (min-width: 1200px) {
  .article-list--header .article-list--heading {
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .article-list--header .article-list--heading {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.article-list {
  padding: 0 0 7px 0;
}
@media (min-width: 1200px) {
  .article-list {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article-list .container {
    max-width: none;
  }
}
.article-list .article-list--items,
.article-list [class*=article_list_wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .article-list .article-list--items,
  .article-list [class*=article_list_wrapper] {
    display: block;
  }
}
.article-list .article-list--items.main-list .article-list--item,
.article-list [class*=article_list_wrapper].main-list .article-list--item {
  margin-bottom: 20px;
}
.article-list.related-articles {
  padding: 0;
  border: none !important;
}
.article-list.related-articles .article-list--items,
.article-list.related-articles [class*=article_list_wrapper] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article-list.related-articles .article-list--items.main-list .article-list--item,
.article-list.related-articles [class*=article_list_wrapper].main-list .article-list--item {
  margin-bottom: 30px;
}
.article-list.related-articles .article-list--item {
  width: 100%;
}
.article-list .article-item--link {
  display: block;
}
.article-list .article-item--link:hover, .article-list .article-item--link:visited, .article-list .article-item--link:active, .article-list .article-item--link:link {
  text-decoration: none !important;
}
.article-list .article-item--title {
  line-height: 1.09;
}
.article-list .amt-icon-star {
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
}
.article-list .article-item--summary {
  background: #ffffff;
  display: block;
}
.article-list .article-list--item {
  border: 1px solid #d5d5d5;
  width: 100%;
  background: #ffffff;
  margin-bottom: 23px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list .article-list--item {
    width: calc(33.333333% - 8px);
  }
}
@media (min-width: 992px) {
  .article-list .article-list--item {
    width: calc(33.333333% - 15px);
  }
}
@media (max-width: 767px) {
  .article-list .article-list--item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article-list .article-list--item:last-child {
    margin-bottom: 0;
  }
}
.article-list .article-item--image-wrap {
  background-color: #f9f8f8;
  position: relative;
  display: block;
  width: 100%;
}
.article-list .article-item--image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-list .article-item--image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(72, 51, 51, 0)), to(rgba(19, 19, 19, 0.85)));
  background-image: linear-gradient(180deg, rgba(72, 51, 51, 0) 30%, rgba(19, 19, 19, 0.85) 100%);
}
.article-list .article-item--image.has-image + .article-item--heading .article-item--date,
.article-list .article-item--image.has-image + .article-item--heading .article-item--heading,
.article-list .article-item--image.has-image + .article-item--heading .article-item--title {
  color: #ffffff;
}
.article-list .article-item--heading {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 15px 10px 15px;
  color: #636465;
}
@media (min-width: 992px) {
  .article-list .article-item--heading {
    padding: 0 20px 10px 20px;
  }
}
.article-list .article-item--summary {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 200;
  padding: 15px;
  font-family: "ff-zwo-web-pro", sans-serif;
}
@media (min-width: 992px) {
  .article-list .article-item--summary {
    padding: 15px 20px;
  }
}
.article-list .article-item--summary p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 200;
  margin-bottom: 5px;
  font-family: "ff-zwo-web-pro", sans-serif;
}
.article-list .read-more {
  display: block;
  font-weight: 700;
  font-family: "ff-zwo-web-pro", sans-serif;
  text-transform: uppercase;
  color: #5d87a1;
  font-size: 14px;
}
.article-list .featured-badge {
  width: auto;
  padding: 0 6px;
  font-size: 14px;
  left: 14px;
  top: 14px;
}
.article-list.recent-news .article-item--image-wrap {
  height: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list.recent-news .article-item--image-wrap {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .article-list.recent-news .article-item--image-wrap {
    height: 185px;
  }
}
.article-list.recent-publications {
  border-bottom: 1px solid #d5d5d5;
}
.article-list.recent-publications .article-list--item {
  border: none;
}
.article-list.recent-publications .article-list--item .icon-image {
  background-image: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/icon-member-news.svg") no-repeat;
  background-repeat: no-repeat;
  width: 68px;
  height: 26px;
  background-size: 100% auto;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list.recent-publications .article-list--item .icon-image {
    width: 50px;
    height: 19px;
  }
}
.article-list.recent-publications .article-item--image-wrap {
  width: 85px;
  height: 106px;
  margin-bottom: 0;
  border: 1px solid #d5d5d5;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("https://www.americanmedtech.org/portals/_default/skins/AMT-Redesign/images/thumbnail-member-news.svg");
  background-size: cover;
}
@media (max-width: 767px) {
  .article-list.recent-publications .article-item--image-wrap {
    width: 120px;
    height: 148px;
  }
}
@media (min-width: 992px) {
  .article-list.recent-publications .article-item--image-wrap {
    border: 1px solid #d5d5d5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list.recent-publications .article-item--image-wrap {
    width: 50px;
    height: 61px;
  }
}
.article-list.recent-publications .article-item--content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .article-list.recent-publications .article-item--content {
    padding: 0 10px 10px 10px;
  }
}
@media (max-width: 767px) {
  .article-list.recent-publications .article-item--content {
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-left: none;
  }
}
.article-list.recent-publications .article-item--header {
  font-size: 16px;
  line-height: 1.25;
  color: #636465;
  font-family: "ff-zwo-web-pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.article-list.recent-publications .article-item--date {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #636465;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list.recent-publications .article-item--date {
    font-size: 12px;
  }
}
.article-list.recent-publications .article-item--title {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list.recent-publications .article-item--title {
    font-size: 14px;
  }
}
.article-list.recent-publications .read-more {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}
.article-list.recent-publications .article-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list.recent-stories .article-item--image-wrap {
  height: 250px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article-list.recent-stories .article-item--image-wrap {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .article-list.recent-stories .article-item--image-wrap {
    height: 360px;
  }
}
.article-list.recent-stories .article-item--image:after {
  background-image: linear-gradient(179deg, rgba(51, 51, 51, 0) 25%, #3C3D3D 99%);
  background-image: linear-gradient(179deg, rgba(51, 51, 51, 0) 25%, #3C3D3D 99%);
}

@media (max-width: 1199px) {
  .article-list-widget .container {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .article-list-widget [class*=article_list_wrapper] {
    padding: 0;
  }
}
.article-list-widget .article-list {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .article-list-widget .article-list {
    padding-top: 0;
  }
}
.article-list-widget .article-list .container {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list-widget .article-list .article-list--item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .article-list-widget .article-list .article-list--item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .article-list-widget .article-list .article-list--item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article-list-widget .article-list .article-list--item:last-child {
    margin-bottom: 0;
  }
}
.article-list-widget .article-list.recent-news {
  border-bottom: none;
}
.article-list-widget .article-list.recent-publications {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .article-list-widget .article-list.recent-publications {
    padding-bottom: 67px;
  }
}
.article-list-widget .article-list.recent-publications .article-list--items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .article-list-widget .article-list.recent-publications .article-list--items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list-widget .article-list.recent-publications .article-list--items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.article-list-widget .article-list.recent-publications .article-list--item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-list-widget .article-list.recent-publications .article-list--item {
    width: calc(50% - 15px);
    margin-bottom: 0;
    background: transparent;
  }
}
@media (min-width: 992px) {
  .article-list-widget .article-list.recent-publications .article-list--item {
    background: none;
  }
}
.article-list-widget .article-list--cta {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .article-list-widget .article-list--cta {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .article-list-widget .article-list--cta.recent-news {
    padding-bottom: 0;
  }
}

.block-callout {
  border: 1px solid #FFFFFF;
  background: #faa813;
  background: -webkit-gradient(linear, left top, right top, from(#faa813), color-stop(67%, #faa813), color-stop(84%, #fcc562), color-stop(100%, #fddca0), to(#ffffff));
  background: linear-gradient(to right, #faa813 0%, #faa813 67%, #fcc562 84%, #fddca0 100%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa813", endColorstr="#ffffff", GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 60px 20px 20px;
}
@media (min-width: 992px) {
  .block-callout {
    min-height: 300px;
    padding: 31px 42px 31px 32px;
  }
}
@media (min-width: 1200px) {
  .block-callout {
    padding: 31px 80px 31px 32px;
  }
}
.block-callout--heading, .block-callout--description {
  color: #ffffff;
}
.block-callout--heading {
  line-height: 1;
  margin-bottom: 12px !important;
  font-size: 35px;
}
@media (min-width: 1200px) {
  .block-callout--heading {
    font-size: 43px;
  }
}
.block-callout--description {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.27;
  margin-bottom: 20px !important;
}

.feature-section .select-menu-category {
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-section .select-menu-category li a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .feature-section .select-menu-category li a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .resources-search-wrap {
    padding-top: 25px;
  }
}
.resources-search-wrap .input {
  position: relative;
}
.resources-search-wrap .edncf_Text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.resources-search-wrap .icon-search {
  border-left: 1px solid #d5d5d5;
}
.resources-search-wrap .icon-filter {
  margin-left: 15px;
  border-color: #faa813;
}
.resources-search-wrap .edncf_DropDownList {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: none;
}
.resources-search-wrap .select-menu-filter {
  top: 100%;
}
@media (max-width: 767px) {
  .resources-search-wrap .edncf_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.featured-story-article {
  width: 100%;
}

@media (min-width: 768px) {
  .resource-center .left-content-2,
  .resource-center .left-content-3,
  .resource-center .right-content-2,
  .resource-center .right-content-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .resource-center .left-content-2 div,
  .resource-center .left-content-3 div,
  .resource-center .right-content-2 div,
  .resource-center .right-content-3 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .resource-center .left-content-2 div.card-description,
  .resource-center .left-content-3 div.card-description,
  .resource-center .right-content-2 div.card-description,
  .resource-center .right-content-3 div.card-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .resource-center .left-content-2 div.featured-badge,
  .resource-center .left-content-3 div.featured-badge,
  .resource-center .right-content-2 div.featured-badge,
  .resource-center .right-content-3 div.featured-badge {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.resource-center .left-content-2 div,
.resource-center .left-content-3 div,
.resource-center .right-content-2 div,
.resource-center .right-content-3 div {
  /*
  &[class*="eds_news_module"] {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  &[id*="pnlListArticles"] {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
  }
  */
}
@media (min-width: 768px) and (max-width: 991px) {
  .resource-center .left-content-2 div.feature-card-rc,
  .resource-center .left-content-3 div.feature-card-rc,
  .resource-center .right-content-2 div.feature-card-rc,
  .resource-center .right-content-3 div.feature-card-rc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: none) {
  .resource-center .left-content-2 .feature-card-rc,
  .resource-center .left-content-2 .link-wrap,
  .resource-center .left-content-2 [class*=article_list_wrapper],
  .resource-center .left-content-2 [id*=pnlListArticles],
  .resource-center .left-content-2 .news,
  .resource-center .left-content-2 .ModEasyDNNnewsC,
  .resource-center .left-content-2 [id*=_ContentPane],
  .resource-center .left-content-2 .container-wrap,
  .resource-center .left-content-2 .DnnModule-EasyDNNnews,
  .resource-center .left-content-2 #dnn_ContentLeft2 {
    width: 100%;
  }
}
.resource-center .right-content-2 div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.resource-center .article_pager {
  margin: 0 auto;
}

.admin_action.edit {
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .display-resources .container {
    max-width: none;
  }
}

main[data-name=Article] .user_dashboard {
  padding-top: 40px;
}
main.is-state-leader .select-menu-category li a[title="State Society Leadership"],
main .is-member .select-menu-category li a[title="State Society Leadership"] {
  display: block;
}

.iframe-content {
  padding: 30px 0;
}
.iframe-content #header,
.iframe-content .footer,
.iframe-content .footer-legal,
.iframe-content .header-bottom-links-wrap {
  display: none;
}

/*# sourceMappingURL=skin.css.map */
