@charset "UTF-8";
/* CSS Document */

/*
Dark red: #860E04
Dark cerulean: #134074
Panache: #F0F2EF
Summer sky: #3ABEFF
Dark tangerine: #FF9F1C
*/

/* Open Sans Font Family */
.montserrat-<uniquifier> {
  font-family: "montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



/* Background Colors */
.bgBlack {background-color: #212121;}
.bgGray {background-color: #ececec;}
.bgGray2 {background-color: #a7a7a7;}
.bgGray3 {background-color: #f0f0f0;}
.bgGray4 {background-color: #f6f6f6;}


body {
  color: #212121;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #FF9F1C;
  text-decoration: none;
  -webkit-transition: all 225ms linear 0s;
  -moz-transition: all 225ms linear 0s;
  -ms-transition: all 225ms linear 0s;
  -o-transition: all 225ms linear 0s;
  transition: all 225ms linear 0s;
  cursor: pointer;
}
a:hover, a:focus {
	color: #212121;
	text-decoration: none;
}

mark {
  background-color: #a3d7db;
  color: inherit;
  padding: .1em .2em;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.row {
  margin-right: -8px!important;
  margin-left: -8px!important;
}

.flex-row, .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-5 {
  float: left;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
}

.mbottom-0 {margin-bottom: 0px;}
.mbottom-5 {margin-bottom: 5px;}
.mbottom-10 {margin-bottom: 10px;}
.mbottom-15 {margin-bottom: 15px;}
.mbottom-20 {margin-bottom: 20px;}

.mtop-0 {margin-top: 0px;}
.mtop-5 {margin-top: 5px;}
.mtop-10 {margin-top: 10px;}
.mtop-15 {margin-top: 15px;}
.mtop-20 {margin-top: 20px;}


/* Header/Text Styles */
h1 {color: #212121; font-size: 28px; font-weight: 700; margin: 10px 0 10px;}
h2 {color: #212121; font-size: 26px; font-weight: 700; margin: 10px 0 10px;}
h3 {color: #212121; font-size: 24px; font-weight: 700; margin: 10px 0 10px;}
h4 {color: #212121; font-size: 22px; font-weight: 700; margin: 10px 0 10px;}
h5 {color: #212121; font-size: 20px; font-weight: 700; margin: 10px 0 10px;}
h6 {color: #212121; font-size: 18px; font-weight: 700; margin: 10px 0 10px;}


.laggy-slide {
  animation-delay: 1.5s;
}

.textUppercase {text-transform:uppercase;}
.textUnderline {text-decoration: underline;}
.textStrike {text-decoration: line-through;}
.textItalic {font-style: italic;}
.textLight {font-weight:300;}
.textRegular {font-weight:400;}
.textMedium {font-weight:500;}
.textSemiBold {font-weight:600;}
.textBold {font-weight:700;}
.textExtraBold {font-weight:800;}
.textBlack {font-weight:900;}
.important {display: inline-block; vertical-align: top; color: #de3737; font-size: 8px; padding-left: 5px;}
.smallType {font-size: 15px; text-align: left;}
.textCondensed {font-weight: 350; font-stretch: 82%;}

 .justify-content-center {
      justify-content: center !important;
    }

.container {
  margin: 0 auto;
  padding: 0 8px;
}
.mdContainer {
  margin: 0 auto;
  padding: 0 8px;
}
.lgContainer {
  margin: 0 auto;
  padding: 0 32px;
}


#microHero-out {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)) no-repeat scroll 0 0%, transparent url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/micro-hero.jpg);
  background-size: cover;
  aspect-ratio: 7 / 2;
}
.microHero-inner {
  max-width: 700px;
  padding-top: clamp(30px, calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320))), 50px);
  padding-bottom: clamp(40px, calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320))), 60px);
}
.customBtn {
  background: #FF9F1C;
  border-radius: 50px;
  border: 2px solid transparent;
  display: inline-block;
  color: #fff;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
  text-align: center;
  transition: .3s all;
  font-size: 14px;
  font-style: italic;
  font-weight:600;
}
.customBtn:hover, .customBtn:focus {
  background-color: #c17500;
  border: 2px solid transparent;
  color: #ffffff;
  text-decoration: none;
}



/* Alt Button Background Colors */
.secondaryBtn {background-color: #5a3d30; color: #ffffff;}
.secondaryBtn:hover, .secondaryBtn:focus {background-color: #473026; color: #ffffff;}

.tertiaryBtn {background-color: transparent; border-color: #ffffff; color: #ffffff;}
.tertiaryBtn:hover, .tertiaryBtn:focus {background-color: transparent; border-color: #de882b; color: #ffffff;}




.calloutbox {
  background: linear-gradient(to bottom, rgb(236, 236, 236) 0%,rgb(223, 223, 223) 100%);
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 15px;
  text-align: left;
  font-size: 15px;
  font-style: normal;
}
.calloutbox p {
  margin-bottom: 0;
}  
.microList {
  list-style: none;
  padding-left: 20px;
  margin: 0 auto;
}
.microList-wrap {
  margin-bottom: 20px;
}
.microList-wrap:last-child {
  margin-bottom: 0;
}
.microList li {
  background: url("https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/bullet.png") no-repeat scroll 0 7px transparent;
  font-size: 15px;
  line-height: 20px;
  padding-left: 17px;
  padding-bottom: 5px;
  font-style: italic;
}
.microList li:last-child {
  padding-bottom: 0;
}
.microList li a {font-weight: 600;}
.microList-wrap p {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 16px;
  color: #de882b;
}


/* Animation */
/* Base */
.microSp-anim {
  opacity: 0;
  transition: all 1.8s ease-out;
}

/* Active state */
.microSp-anim.microSp-in-view {
  opacity: 1;
  transform: translate(0, 0);
}

/* Directions */
.microSp-anim-left {
  transform: translateX(-40px);
}

.microSp-anim-right {
  transform: translateX(40px);
}

.microSp-anim-up {
  transform: translateY(40px);
}

.microSp-anim-down {
  transform: translateY(-40px);
}

/* Fade only */
.microSp-anim-fade {
  transform: none;
}

/* Optional speed controls */
.microSp-anim-fast {
  transition-duration: 1s;
}

.microSp-anim-slow {
  transition-duration: 1.8s;
}

/* Optional delays */
.microSp-delay-1 { transition-delay: 0.1s; }
.microSp-delay-2 { transition-delay: 0.2s; }
.microSp-delay-3 { transition-delay: 0.3s; }

/* Optional scale effect */
.microSp-anim-scale {
  transform: scale(0.9);
}


/* Begin Global Page Styles */
#pageContent {margin-top: 125px; overflow: hidden;}
#subPageContent-out {padding: 60px 0;}

/* Default Subpage Titlebar */
.microTitleBar-out {
  position: relative;
  height: auto;
  background-color: #cdc4c0;
  padding-top: 65px;
}
.microTitleBar-content {
  padding: 110px 0 45px;
}
.microTitleBar {
  color: #5a3d30;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
}



.microTier {
  padding: 60px 0; 
  position: relative; 
  text-align: center;
}
.microTier-heading {
  margin-bottom: 35px;
}
.microTier-title {
  margin-bottom: 55px;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 37px;
  font-weight: 900;
}
.microTier-heading p {
  font-size: 17px;
  font-weight: 400;
}

.pTop-70 {padding-top: 70px;}
.pBottom-70 {padding-bottom: 70px;}

.breakUp {max-width: 1036px; width: 80%; border-top: 2px solid #de882b;}

.introParagraph {text-align: center; margin-bottom: 30px;}
.introParagraph h3 {font-size: 30px; font-weight: 700; margin: 0px auto 15px; color: #212121; text-transform: uppercase;}
.introParagraph p {font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 0px; color: #a7a7a7;}

hr {border-color: #efebea;}


/* Accordion Styles */
.microAccordion {
  text-align: left;
}
.microAccordion .panel-collapse {
  border-radius: 0;
}
.microAccordion .panel {
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
  background: transparent;
}
.microAccordion .panel + .panel {
  margin-top: 8px !important;
}
.microAccordion .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
}
.microAccordion .panel-title {
  line-height: normal;
}
.microAccordion .panel-title a {
  background-color: #ecf3ee;
  border: 1px solid #d4e4da;
  border-radius: 4px !important;
  padding: 12px 45px 12px 16px;
  display: block;
  color: #478c5d;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 225ms ease-in 0s;
  -moz-transition: all 225ms ease-in 0s;
  -o-transition: all 225ms ease-in 0s;
  transition: all 225ms ease-in 0s;
}
.microAccordion .panel-title a:hover {
  background-color: #478c5d;
  border: 1px solid #478c5d;
  color: #fff;
}
.microAccordion .panel-title a::before {
  content: '\f106';
  position: absolute;
  display: block;
  right: 15px;
  opacity: 1;
  font-family: "Font Awesome 7 Free";
  font-size: 16px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.microAccordion .panel-title a.collapsed::before {
  content: '\f107';
}
.microAccordion .panel-title a.collapsed {border-radius: 5px;}
.microAccordion .panel-body {
  padding: 20px 16px;
  border: none !important;
}
.microAccordion .panel-body p a {
  font-weight: 600;
}
.microAccordion .panel-body .customBtn {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
.panel-body.wImage img {
  float: left;
  margin: 0 20px 10px 0;
}
.microAccordion-title {
  font-size: 20px;
  font-weight: 600;
}
.microAccordion-subtitle {
  color: #7c7c7c;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 6px;
}

/* Accordion Version 2 - Darker Green Background */
.microAccordion.v2 .panel-title a {
  background-color: #478c5d;
  color: #fff;
  border-color: #478c5d;
}
.microAccordion.v2 .panel-title a:hover {
  background-color: #236034;
  color: #fff;
  border-color: #236034;
}  

/* Accordion Version 3 - Transparent Background */
.microAccordion.v3 .panel {
  margin-top: 0 !important;
}
.microAccordion.v3 .panel-title a {
  background-color: transparent;
  border: none;
  border-top: 1px solid #d7d7d7;
  border-radius: 0 !important;
  color: #478c5d;
  padding-top: 22px;
  padding-bottom: 22px;
}
.microAccordion.v3 .panel-title a:hover {
  background-color: transparent;
  color: #de882b;
}
.microAccordion.v3 .panel-body {
  padding-top: 0;
}


/* Full-Width Video Left/Text Right */
.fwVideoText-out {
  padding: 0;
}
.fwVideoText-left {
  padding: 0;
}
.fwVideoText-left .fwVideoText-wrap {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
.fwVideoText-left iframe, .fwVideoText-left object, .fwVideoText-left embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fwVideoText-left iframe {
  vertical-align: top;
}
.fwVideoText-right {
  padding: 0;
}
.fwVideoText-right .fwVideoText-wrap {
  text-align: left;
  padding: 25px;
}
.fwVideoText-right .fwVideoText-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 30px;
}
.fwVideoText-right .fwVideoText-text {
  margin-bottom: 15px;
  font-size: 15.5px;
  color: #727272;
  line-height: 22px;
}
.fwVideoText-list {
  margin: 0;
}
.fwVideoText-right .fwVideoText-wrap .customBtn {
  margin-top: 20px;
}


/* Begin Header Styles */
#microHeader-out {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;  
  box-shadow: 0 3px 3px -2px rgba(52, 52, 52, 0.2);
}
#microHeader {
  position: relative;
  height: 130px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.microHeader-row {
  align-items: center;
  flex-grow: 1;
}
#microLogo {
  max-width: 155px;
}
.microHeader-item {
  display: flex;
}

/* Top Nav / Social */
.microTopNav {
  position: absolute;
  right: 15px;
  top: 10px;
}
.microTopNav li {
  list-style: none;
  display: inline-block;
}
.microTopNav li a:hover {
  color:#860E04;
}
.microTopNav li i:hover{
  color:#860E04;
}


/* Begin Menu Styles */
#microMenu-out {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 130px;
  z-index: 21;
}
#microMenu {
  background: transparent;
  border: none;
  margin: 25px 0 0px;
  min-height: auto;
  flex-grow: 1;
  justify-content: right;
}
#microMenu .navbar-toggle {
  background-color: #134074;
  border: none;
  margin: -59px 0 6px 0px;
  border-radius: 2px;
  padding: 12px;
  -webkit-transition: all 225ms linear 0s;
  -moz-transition: all 225ms linear 0s;
  -ms-transition: all 225ms linear 0s;
  -o-transition: all 225ms linear 0s;
  transition: all 225ms linear 0s;
}
#microMenu .navbar-toggle:hover {
  background-color: #376cb3;
}
#microMenu .icon-bar {
  background-color: #fff;
}
#microMenu .navbar-nav > li {
  margin: 0 15px;
}
#microMenu .navbar-nav > li:first-child {
  margin-left: 0px;
}
#microMenu .navbar-nav > li:last-child {
  margin: 0px;
}
#microMenu .navbar-nav li a {
  color: #464646;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 600;
  line-height: 28px;
}

#microMenu .navbar-nav li.navBtn a {
  border-radius: 50px;
  padding: 10px 20px;
  background: #134074;
  color: #fff;
}
#microMenu .navbar-nav li.navBtn a:hover {
  background: #3ABEFF;
  color: #fff;
}
#microMenu .navbar-nav li a svg {
  display: inline-block;
  vertical-align: middle;
  transition: .3s;
  margin-bottom: 5px;
  color: #f4a01d;
}

#microMenu .navbar-nav li a:hover svg {
  transform: rotate(180deg);
}

#microMenu .navbar-nav li a:hover, 
#microMenu .navbar-nav li a:focus, 
#microMenu .nav .open a, 
#microMenu .nav .open a:hover, 
#microMenu .nav .open a:focus {
  color: #FF9F1C;
  background-color: transparent;
}

/* Dropdown Links */
#microMenu .dropdown-menu {
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 4px;
  margin-top: 0px;
  min-width: 275px;
  overflow: hidden;
  -webkit-transition: all 225ms linear 0s;
  -moz-transition: all 225ms linear 0s;
  -ms-transition: all 225ms linear 0s;
  -o-transition: all 225ms linear 0s;
  transition: all 225ms linear 0s;
}
#microMenu .navbar-nav .open .dropdown-menu li a, #microMenu .dropdown-menu li a {
    color: #212121;
    text-decoration: none;
    text-transform: none;
		padding: 5px 14px !important;
		font-size: 15px !important;
		font-weight: 500;
    border: none !important;
}
#microMenu .navbar-nav .open .dropdown-menu li a:focus, #microMenu .navbar-nav .open .dropdown-menu li a:hover, #microMenu .dropdown-menu li a:focus, #microMenu .dropdown-menu li a:hover {
		color: #de882b;
		text-decoration: none;
		background-color: transparent;
    border: none !important;
}


/* Begin Footer Styles */
#microFooter-out {
  font-size: 14px;
  color: #fff;
  background-color: #1c4074;
  border-top: 5px solid #860E04;
  height: auto;
  min-height: 35px;
    padding-bottom: 30px;
}
#microFooter-out .flex-row {
  flex-wrap: nowrap;
}
.microFooter-col {
  line-height: 23px;
} 
.microFooter-col a {
  color: #fff;
}
.microFooter-col a:hover {
  color: #212121;
}
#microFooter-logo {
  text-align: center;
  width: 31%;
}
.microFooter-logo {
  padding-right: 20px;
  -webkit-transition: all 225ms linear 0s;
  -moz-transition: all 225ms linear 0s;
  -ms-transition: all 225ms linear 0s;
  -o-transition: all 225ms linear 0s;
  transition: all 225ms linear 0s;
}
.microFooter-logo:hover {
  opacity: 0.7;
}
.microFooter-head {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 25px;
  text-transform: uppercase;
}
#microFooter-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}  
.microFooter-contactItem {
  line-height: 21px;
  margin-bottom: 25px;
  display: inline-block;
}
.microFooter-contactItem:last-child {
  margin-bottom: 0;
}
.contactItem-header {
  font-weight: 650;
}

#microFooter-out a {
    color: #fff;
}
#microFooter-out a:hover {
    color: #FF9F1C;
}
#microFooter-out li {
  list-style: none;
  margin: 8px 0;
}  

.micro-footcol {
    padding: 30px 0 20px;
    font-family: "Merriweather", serif;
}
.micro-socialcol i {
    padding-right: 10px;
    color: #FF9F1C;
}
.micro-qlinkcol li, .socialcol li {
    list-style: none;
    margin: 8px 0;
}
.micro-foothead {
    font-family: "Montserrat", serif;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 20px;
}
.micro-footcol.one {
    text-align: center;
    background: #860E04;
    font-weight: 300;
    min-height: 225px;
    width: 230px;
    max-width: 100%;
    position: relative;
    padding: 30px 35px 35px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .2);
}
.micro-footcol.one::after {
    border-left: 116px solid transparent;
    border-right: 116px solid transparent;
    border-top: 22px solid #860E04;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.micro-footcol.one a:hover {
    color: #00215A !important;
}

.micro-footbtn a {
    min-width: 224px;
    text-align: left;
    margin-bottom: 12px;
}
#FooterContentArea .micro-footbtn a:hover{
    color: #fff;
}
.micro-footlogo {
    max-width: 224px;
    margin-top: 10px;
}
.micro-ftbtn {
  font-family: montserrat, sans-serif;
  text-shadow: none;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #FF9F1C;
  display: inline-block;
  color: #fff;
  height: auto;
  line-height: 24px;
  padding: 6px 6px 6px 20px;
  transition: .3s all;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
    min-width: 224px;
  text-align: left;
  margin-bottom: 12px;
}
#microFooter-out .micro-ftbtn:hover{
  color:#fff;
  background: #FF9F1C;
}
.micro-ftbtn:after {
  float: right;
  content: '\f105';
  font-family: "Font Awesome 7 Free";
  background: #FF9F1C;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: .3s all;
}
.micro-ftbtn:hover:after {
  background: #fff;
  color: #FF9F1C;
}



/* Common Styles */
.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-box {
  display: flex;
}



/* -------------------- Begin Homepage Styles ------------------- */

/* Homepage Hero */
#microHero-out {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)) no-repeat scroll 0 0%, transparent url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/micro-hero.jpg);
  background-size: cover;
  aspect-ratio: 7 / 2;
}
.microHero-inner {
  max-width: 700px;
  padding-top: clamp(30px, calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320))), 50px);
  padding-bottom: clamp(40px, calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320))), 60px);
}

#microHero-content {
  height: 100%;
}
#microHero-out .mdContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.microHero-title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: clamp(34px, calc(34px + (55 - 34) * ((100vw - 320px) / (1920 - 320))), 55px) !important;
}
.microHero-desc {
   text-shadow: 0 1px 2px rgba(0, 0, 0, .3); 
     color: #fff;
    padding-bottom: clamp(20px, calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320))), 40px);;
}



/* Homepage CTA */
#microHPCta-out {
  padding: 20px 20px;
}
#microHPCta-out .lgContainer {
  padding: 0;
}
.microCtaInner {
padding: clamp(10px, calc(10px + (35 - 10) * ((100vw - 320px) / (1920 - 320))), 35px);
}
.microCtaInner.flex-col {
  display: flex;
}
.microCta {
  width: calc(25% - 30px);
  border-radius: 20px;
  margin: 0 15px;
}
#microCta1, #microCta3 {
  background: #deecf3;
  transition: .3s all;
}
#microCta2, #microCta4 {
  background: #f2f1ef;
  transition: .3s all;
}
/*#microCta1:hover, #microCta3:hover,#microCta2:hover, #microCta4:hover  {
  filter: saturate(1.5);
}*/
.microCtaInner-icon {
  max-width: clamp(34px, calc(34px + (60 - 34) * ((100vw - 320px) / (1920 - 320))), 60px) !important;
  margin: 15px 10px 0 0px;
  flex: none;
}
.microCtaInner-desc {
  text-align: left;
  padding-left: 3%;
}
.microCtaInner-desc h6 {
  font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))), 20px);
}
.microCtaInner-desc p {
  margin-bottom: 20px;  
  font-size: clamp(14px, calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320))), 17px);
}


/* CTA BANNER */
.microHP-cta-banner {
  padding: 60px 0;
}
#microHp-cta-banner1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) no-repeat scroll 0 0%, transparent url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/subsection1.jpg);
  background-size: cover;
  background-position: center;
}
#microHp-cta-banner2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) no-repeat scroll 0 0%, transparent url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/subsection2.jpg);
  background-size: cover;
}
.microHP-cta-banner-content {
    padding:30px;
}
.microHP-cta-banner-left h1 {
  color: #fff;
 text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  font-size:32px;
  padding-bottom: 20px;
}
.microHP-cta-banner-left p {
  color: #fff;
text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
line-height:1.5em;
}

.microHP-cta-banner-right {
  text-align: center;
}

.microHP-cta-banner-content .customBtn {
  width: 80%;
}


/* SPLIT BOXES */
.micro-splitBox-out {
  margin: 70px 0;
}
.micro-splitBox-out h6 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.micro-splitBox-content {
  display: flex;
  height: 100%;
}
.micro-splitBox-img {
  position: relative;
  padding: 0;
}
.micro-splitBox-col-right {
  padding-left: 2%;
  overflow: hidden;
}
.micro-splitBox-col-left {
  padding-right: 2%;
  border-right: 2px solid #f0f1f3;
}
.micro-splitBox-desc {
  color: #fff;
  background-color: #134074;
  padding: 40px 30px;
  min-height: 290px;
}
.micro-splitBox-desc a {
  color: #fff;
}

.micro-splitBox-desc a:hover { color: rgb(255 255 255 / 60%); }
.micro-splitBox-desc ul {
  padding: 0 25px;
}
.micro-splitBox-desc li {
  margin-bottom: 10px;
}
hr.micro-splitBox-hr {
  margin: 13px 0 30px;
  border-bottom: 1px solid #f49f24;
  border-top: 0;
  max-width: 45px;
}
.micro-splitBox-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.micro-splitBox-content .flex-row {
  flex: 1;
}


ul.fa-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

ul.fa-list li {
  position: relative;
  padding-left: 25px;
}

ul.fa-list li::before {
  content: "\f105"; /* Font Awesome icon (check mark) */
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* required for solid icons */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #FF9F1C;
}

.micro-splitBox-subtitle {
  font-weight: 700;
  padding: 10px 0;
}
.microHP-eventItem {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;  
  padding-bottom: 10px;
}
.microHP-eventItem:last-child {
  border: 0;
} 
.microHP-eventTitle {
  font-size: 14px;
  font-weight: 500;
}
.microHP-eventDate {
  padding-top: 4px;
  color: #FF9800;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}


/* TESTIMONIAL */
.microHP-testimonials-out {
  padding: 70px 0 100px;
background:#f1f7ff;
}

.section-header h1 {
  font-size: clamp(30px, calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320))), 35px);
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #134074;
}
#microHP-testimonialCarousel .carousel-inner {
  margin-left: clamp(40px, calc(40px + (100 - 40) * ((100vw - 320px) / (1920 - 320))), 100px);
  width: auto;
  margin-right: clamp(40px, calc(40px + (100 - 40) * ((100vw - 320px) / (1920 - 320))), 100px);
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 30px;
}

#microHP-testimonialCarousel .carousel-indicators {
    bottom: -45px;
  }
  
#microHP-testimonialCarousel .carousel-indicators .active {
     background-color: #860E04;
  }
#microHP-testimonialCarousel .carousel-indicators li {
    border-color:#860E04;
}
.microHP-testimonial-item {
  background: #fff;
  padding: 35px 50px;  
  padding: clamp(20px, calc(20px + (60 - 20) * ((100vw - 320px) / (1920 - 320))), 60px);
}

.microHP-testimonial-img img {
  border-radius: 100%;
  width: 200px;
  aspect-ratio: 1 / 1;
}

.microHP-testimonial-text {
  padding: 0 35px;  
  position: relative;
  z-index: 1;
}
.microHP-testimonial-text:before {
  content: '\f10d';
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: clamp(30px, calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320))), 50px);
  color: #f1f1f1;
  position: absolute;
  z-index: -1;
  top: -10px;
  left: clamp(20px, calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))), 30px);
}
.microHP-testimonial-text:after {
  content: '\f10e';
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: clamp(30px, calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320))), 50px);
  color: #f1f1f1;
  position: absolute;
  z-index: -1;
  right: clamp(20px, calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))), 30px);
  bottom: -10px;
}
#microHP-testimonialCarousel .carousel-control.left, #microHP-testimonialCarousel .carousel-control.right {
  background:transparent;
  width: 5%;  top: 42%;
}
#microHP-testimonialCarousel .fas.fa-chevron-left , #microHP-testimonialCarousel .fas.fa-chevron-right {
  font-size: clamp(30px, calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320))), 40px);
  text-shadow: none;
  color: orange;
}
.microHP-testimonial-text p {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))), 18px);
  line-height: 1.5em;
  font-weight: 400;
  padding-left: clamp(40px, calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320))), 50px);
  padding-right: clamp(40px, calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320))), 50px);

}



/* ------------------ Begin Subpage Styles ------------------ */
.microTier-top {
  padding-top: 30px;
}

.microSP-hero-image img {
  width: 100%;
}
.microSp-tier {
  margin:50px 0;
}

.text-center {
  text-align: center;
}
.justify-content-center {
  justify-content: center !important;
}
.microSp-content-desc {
 padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
}

.microSp-content-desc.small{
  font-size: 16px;
}

.microSp-acc-container-title {
  font-size: clamp(32px, calc(32px + (40 - 32) * ((100vw - 320px) / (1920 - 320))), 40px);
  font-weight: 400;
  margin-bottom: 18px;
}

.microSp-indicatorImg {
  margin-left: 30px;
}

/* ----------------- Subpage 1 Styles -------------------- */

.microSp-accordion-section-title {
  padding-top: 20px;
  text-transform: uppercase;
  color: #134074;
  font-size: clamp(22px, calc(22px + (24 - 22) * ((100vw - 320px) / (1920 - 320))), 24px);
  border-bottom: 2px solid #d7e8f0;
  padding-bottom: 10px;
}
.microSp-accordion-subsection-title {
font-weight: 600;
  padding: 20px;
  padding-top: 20px;
  color: #FF9F1C;
  font-size:clamp(20px, calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320))), 22px);
}
.microSp-accordion-subsection-desc {
  padding: 0 20px 30px 20px;
  color: #3d4c53;
  line-height: 1.5em;
}
.microSp-panel-group {
  margin: 0 auto;
  padding-left: 10px;
}
/* Each accordion item */
.microSp-panel-group .panel {
 border: none;
 border-radius: 0px;
 margin-bottom: 4px;
 overflow: hidden;
 background: #fff;
 transition: all 0.25s ease;
}
/* Hover effect */
.microSp-panel-group .panel:hover {
 transform: translateY(-2px);
}
/* Header */
.microSp-panel-group .panel-heading {
 background: none;
 padding: 0;
 border: none;
}
/* Clickable title */
.microSp-panel-group .panel-title a {
 display: flex;
 align-items: center;
 padding: 6px;
 font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320))), 17px);
 font-weight: 600;
 color: #222;
 text-decoration: none;
 transition: all 0.2s ease;
}
/* Hover state */
.microSp-panel-group .panel-title a:hover,
.microSp-panel-group .panel-title a[aria-expanded="true"]{
  color: #860E04;
}
.microSp-panel-group .panel-title a:hover:before, .microSp-panel-group .panel-title a[aria-expanded="true"]:before{
  background: #FF9F1C;
  color: #fff;
  border-color: #FF9F1C;
}
/* Chevron icon */
.microSp-panel-group .panel-title a::before {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1 / 1;
  margin: 10px;
  background: #fff3e4;
  border-radius: 40px;
  padding: 3px;
  border: 1px solid #ffdab7;
  color: #1a1a1a;
  transition: .3s ease;
  flex: 0 0 25px;
}

/* Rotate when open */
.microSp-panel-group .panel-title a.collapsed::before {
  transform: rotate(270deg);
}
/* Body */
.microSp-panel-group .panel-body {
 padding: 20px 22px 30px;
 border-top: 1px solid #eee;
 line-height: 1.6;
 color: #444;
 background: #fafafa;
}
.microSp-accordion-section {
  margin: 30px 0 70px;
}

/* Inside Accordions */
.microSp-panel-group .panel-body li {
  margin: 15px 0;
  line-height: 1.3em;
  font-size: clamp(15px, calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320))), 16px);
}
.microSp-panel-group .panel-body a {
 color: #134074;
 text-decoration: none;
}
.microSp-panel-group .panel-body a:hover {
 color: #FF9F1C;
}
.microSp-panel-group .panel-body a.customBtn{
  color:#fff;
  display: block;
  width: fit-content;
  margin-left: 30px;
  margin-top: 10px;
}
.microSp-panel-group .panel-body a.customBtn:hover{
  color:#fff;
}

/* Orange Button with Cut Corner */
.microSp-panel-group .panel-body .microSp-indicator {
  position: relative;
  color: #fff;
  border-radius: 6px 6px 29px 6px;
  padding: 8px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4951d;
  box-shadow: rgb(255 208 147) 3px 3px 0px;
  transition: .3s all;
  margin: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  height: auto;
  line-height: normal;  
  border: 2px solid transparent;
  margin-left: 30px;
}
.microSp-panel-group .panel-body .microSp-indicator:before {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 29px;
  height: 37px;
  background-color: rgb(255 208 147);
  -webkit-mask: url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/btn-corner-orange.svg) no-repeat bottom right / contain;
  mask: url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/btn-corner-orange.svg) no-repeat bottom right / contain;
  transform: translate(3px, 3px);
}
.microSp-panel-group .panel-body .microSp-indicator::after {
  background-position: bottom right;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 29px;
  height: 37px;
  background-color: #f4951d;
  /*background: url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/btn-corner-orange.svg) no-repeat bottom right;*/
  -webkit-mask: url("https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/btn-corner-orange.svg") no-repeat bottom right / contain;
  mask: url("https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/btn-corner-orange.svg") no-repeat bottom right / contain;
  transition: .3s all;
}
/*.microSp-panel-group .panel-body .microSp-indicator:hover::after {
  background-color:#c17500;
}
.microSp-panel-group .panel-body .microSp-indicator:hover {
  background-color: #c17500;
  color:#fff;
}*/

/* Maroon Button with cut corner */
.microSp-panel-group .panel-body .microSp-indicator.endorsed{
  background-color: #860E04;
  box-shadow: #c48b87 3px 3px 0px;
}

.microSp-panel-group .panel-body .microSp-indicator.endorsed::after {
  background-color: #860E04;
}

/* Hover State */
.microSp-panel-group .panel-body .microSp-indicator.endorsed:before,
.microSp-panel-group .panel-body .microSp-indicator.endorsed:hover:before{
  background-color: #c48b87;
}

/* Hover State */
/*.microSp-panel-group .panel-body .microSp-indicator.endorsed:hover,
.microSp-panel-group .panel-body .microSp-indicator.endorsed:hover::after {
  background-color: #a01408;
}*/


/* Blue Button with cut corner */
.microSp-panel-group .panel-body .microSp-indicator.industry {
  background-color: #134074;
  box-shadow: #889fb9 3px 3px 0px;
}

.microSp-panel-group .panel-body .microSp-indicator.industry::after {
  background-color: #134074;
}

/* Hover State */
.microSp-panel-group .panel-body .microSp-indicator.industry:before,
.microSp-panel-group .panel-body .microSp-indicator.industry:hover:before{
  background-color: #889fb9;
}

/* Hover State */
/*.microSp-panel-group .panel-body .microSp-indicator.industry:hover,
.microSp-panel-group .panel-body .microSp-indicator.industry:hover::after {
  background-color: #0b4f9e;
}*/

.microSp-panel-group .panel-body ul.accordionBtnWrap {
  padding-left: 0px;
}
.microSp-panel-group .panel-body ul.accordionBtnWrap li{
  list-style: none;
  padding: 0;
  margin: 0;
}


.microSp-panel-group .panel-body a.microSp-accordion-btn {
  display: block;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 30px;
  font-size: 15px;
}

/* Circle + caret */
.microSp-accordion-btn::after {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  background-color: #FF9F1C;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 10px;
  transition: background-color 0.3s ease;
}

/* Hover state */
.microSp-panel-group .panel-body .microSp-accordion-btn:hover {
  color: #255893; /* navy text */
}

.microSp-accordion-btn:hover::after {
  background-color: #1b2a4e; /* navy circle */
}


/* -------------------- Subpage 4 Styles ---------------------- */
#microSp-subpage4-intro .microSp-content-desc{
  padding: 0;
}



/* -------------------- Subpage 5 Styles ---------------------- */

.microSp-buttonCTA-out {
 padding: 30px 0;
}

.microSp-content-title {
 padding-bottom: 20px;
 text-transform: uppercase;
 color: #134074;
 font-weight: 700;
 font-size: clamp(28px, calc(28px + (34 - 28) * ((100vw - 320px) / (1920 - 320))), 34px);
 line-height: normal;
}

.microSp-subcontent {
 padding: 30px 0;
}

/* HP CTA Section */
.microSp-kitButtons {
 text-align: center;
}
.microSp-kitButtons:hover .microSp-kitButtons-wrap {
 filter: brightness(1.5);
}
.microSp-kitButtons-wrap {
 min-height: 155px;
 border-radius: 20px;
 position: relative;
 padding: 15px;
 display: flex;
 height: 100%;
 -webkit-transition: all 200ms linear 0s;
 -moz-transition: all 200ms linear 0s;
 -o-transition: all 200ms linear 0s;
 transition: all 200ms linear 0s;
 margin: 0 25px;
}
.microSp-kitButtons.one .microSp-kitButtons-wrap {
 background: url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/action_button_member.jpg) no-repeat scroll center center/cover transparent;
}
.microSp-kitButtons.two .microSp-kitButtons-wrap {
 background: url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/action_button_subscribe.jpg) no-repeat scroll center center/cover transparent;
}
.microSp-kitButtons-wraplink {
 height: 100%;
 display: block;
 position: absolute;
 width: auto;
 left: 0;
 right: 0;
 z-index: 10;
 top: 0;
 bottom: 0;
}
.microSp-kitButtons-content {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
}
.microSp-kitButtons-title a {
 line-height: normal;
 display: block;
}
.topTitle {
 color: #fff;
 font-size: 24px;
 font-weight: 700;
 text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}
.microSp-starterKits-out {
 background: #f8f8f8;
 padding: 60px 0
}
.microSp-starterKits-out h1 {
 font-size: 40px;
 text-align: center;
 padding-bottom: 20px;
 font-weight: 600;
 color: #134074;
}
.microSp-starterKit-card {
 padding: 30px;
 height: 100%;
}
.microSp-starterKit-image {
 margin: auto;
}
.microSp-starterKit-subtitle {
 text-transform: uppercase;
 padding-bottom: 20px;
 padding-top: 20px;
 color: #FF9F1C;
}
.microSp-starterKit-text {
 font-weight: 400;
 font-size: 16px;
 line-height: 1.6em;
}
.microSp-resourceTypes-out {
 padding: 30px 0;
}
.microSp-resourceItem {
 padding: 110px 115px 40px;
 border-radius: 20px;
 box-shadow: 0px 19px 24px -6px rgba(0, 0, 0, 0.18);
 background: url(https://cdn.ymaws.com/scct.site-ym.com/resource/resmgr/microsite/images/sp5bg3.png), linear-gradient(10deg, rgba(117, 187, 212, 1) 0%, rgba(5, 122, 192, 1) 65%, rgba(18, 70, 127, 1) 100%);
 background-repeat: no-repeat;
}
.microSp-resourceTypes-title {
 color: #fff;
 padding-bottom: 20px;
 font-weight: 700;
 text-transform: capitalize;
 font-size: 22px;
}
.microSp-resourceTypes-text {
 color: #fff;
}
.microSp-resourceItem-content {
 padding: 30px 20px;
 position: relative;
}
.microSp-resourceItem-content:before {
 content: '';
 width: 100%;
 height: 2px;
 background: #f49f25;
 position: absolute;
 left: 0;
 top: 0px;
}
.microSp-resourceItem-content:first-child:before {
 display: none;
}
.microSp-subpageTitle {
 text-align: center;
 padding-bottom: 20px;
 text-transform: uppercase;
 color: #134074;
 font-weight: 700;
 margin: 0 auto 24px;
 font-size: 34px;
 line-height: 42px;
}
#microSp-accessKit {
 text-align: center;
}
#microSp-accessKit .microSp-content-desc {
 max-width: 700px;
 margin: 0 auto 30px;
}
#microSp-development-out {
 background: #f1f7ff;
 padding: 50px 0;
}
#microSp-disclaimer-out {
 background: #f8f8f8;
 padding: 50px 0;
}
#microSp-advisoryCouncil-out ul {
 margin-top: 20px;
}

/* LOGO SLIDER */
.microSp-logoRotator {
 padding: 50px 0 50px;
 border-top: 2px solid #eee;
}
.microSp-logo-slider {
 overflow: hidden;
 width: 100%;
 background: #fff;
 padding: 20px 0;
}
.microSp-logo-track {
 display: flex;
 width: max-content;
 animation: microSp-scroll 50s linear infinite;
}
.microSp-logo-slider:hover .microSp-logo-track {
 animation-play-state: paused;
}
.microSp-logo-track a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 40px;
}
.microSp-logo-track img {
 max-height: 60px;
 width: auto;
 object-fit: contain;
 transition: transform 0.3s ease;
}
.microSp-logo-track img:hover {
 transform: scale(1.1);
}

/* LOGO Animation */
@keyframes microSp-scroll {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(-50%);
 }
}





/* Begin Media Queries */
@media (min-width:768px){.container, .mdContainer {width: 750px;} .lgContainer {width: 100%;}}
@media (min-width:960px){.container, .mdContainer {width: 900px;}}
@media (min-width:1200px){.container, .mdContainer {width: 1184px;}}
@media (min-width:1400px){.mdContainer {width: 1384px;}}


/* Full-Width Video Left/Text Right */
@media (min-width:1200px){.fwVideoText-out .container {width: 100%; padding: 0;}}


@media (max-width:1399px) {

/* Homepage */  

/* Subpage 1 */ 

/* Subpage 2 */ 

/* Subpage 3 */
  
/* Subpage 4 */ 

/* Subpage 5 */ 

}


@media (max-width:1199px) {	
  #microHeader-out .lgContainer, #microMenu-out .lgContainer, #microHero-out .lgContainer { width: 100%; padding: 0 25px;}
  
  #microLogo { max-width: 135px;}
  
  #microMenu .navbar-nav > li { margin: 0 8px;}

  #microMenu .navbar-nav li a svg { width: 17px;}
  #microMenu .navbar-nav li a {font-size: 12px;}
  #microMenu .navbar-nav li.navBtn a { padding: 10px 15px;}
  
  /* Full-Width Video Left/Text Right */ 
  .fwVideoText-out { padding: 55px 0;}  
  .fwVideoText-left, .fwVideoText-right { padding: 0 8px;}
  .fwVideoText-left .fwVideoText-wrap { padding-bottom: 75%;}
  .fwVideoText-right .fwVideoText-wrap { max-width: 100%;  padding: 25px 0px 0;} 
  .fwVideoText-list { margin: 10px auto;}

  /* Footer */
  .micro-footcol.one { padding: 30px 20px 35px;}  
  .micro-footcol.one::after { border-left: 104px solid transparent; border-right: 104px solid transparent; }
  
  /* Homepage */	 
  .microCta { width: calc(50% - 30px); margin: 15px;}  
  .microHP-cta-banner-content .customBtn { width: 100%;}  

}


@media (max-width:991px) {
  /* Homepage */  
  .micro-splitBox-col-left, .micro-splitBox-col-right { width: 100%; padding: 0; border: 0;}
  .micro-splitBox-col-left {margin-bottom:20px;}
  
}


@media (min-width: 960px){
  ul.nav li:hover > ul.dropdown-menu {display: block;}
}


@media (max-width:959px) {    
  /* Header */
  #microLogo {margin-top: 10px;}
  
  /* Menu */
  #microMenu {display: block; order: 1; width: 100%; height: 0; margin-top: 15px;}
  #microMenu .navbar-header {float: none; height: 0;}
  #microMenu .navbar-toggle {display: block !important; margin: -55px auto 46px;}
  #microMenu .navbar-collapse {background-color: transparent; position: absolute; left: 0; width: 100%; z-index: 999; border: none; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1); padding: 0; top: 4px;}
  #microMenu .navbar-collapse.collapse {display: none !important;}
  #microMenu .navbar-collapse.collapse.in {display: block !important; max-height: none;}
  #microMenu .navbar-nav {float: none !important; padding: 7px 0 10px; background-color: #ffff; width: 100%; margin: 0px auto !important;}
  #microMenu .navbar-nav::after {display: none;}
  #microMenu .navbar-nav li  {float: none; display: table; width: 100%; margin: 0;}
  #microMenu .navbar-nav li a {font-size: 14px; padding: 6px 16px; margin: 0; border: none; color: #212121;}
  #microMenu .navbar-nav li a:hover, #microMenu .navbar-nav li a:focus, #microMenu .nav .open a, #microMenu .nav .open a:hover, #microMenu .nav .open a:focus {border: none; color: #de882b;}
  #microMenu .navbar-nav li a svg {display: none;}	
  #microMenu .dropdown-menu {display: table; position: relative; width: 100%; box-shadow: none; margin: 0 auto; border-radius: 0; padding: 0 0 10px; background: transparent;}
  #microMenu .navbar-nav .open .dropdown-menu li a, #microMenu .dropdown-menu li a {font-size: 14px !important; padding: 3px 25px !important; border: none; line-height: 25px;}
  #microMenu .navbar-nav .open .dropdown-menu li a:focus, #microMenu .navbar-nav .open .dropdown-menu li a:hover, #microMenu .dropdown-menu li a:focus, #microMenu .dropdown-menu li a:hover {border: none;}
  #microMenu .navbar-nav li.navBtn a { margin: 0 15px 15px;}  
  
  /* Footer */  
  .micro-footcol.one { padding: 30px 12px 24px; }
  .micro-footcol.one::after { border-left: 84px solid transparent; border-right: 84px solid transparent;}
  .micro-footbtn a { min-width: 176px; font-size: 13px; padding: 6px 6px 6px 11px; line-height: 20px;}
  .micro-footbtn a:after { margin-left: 6px; height: 20px; width: 20px; line-height: 20px; }
  .micro-footlogo {max-width: 165px; }


  /* Homepage */ 
  #microHero-image { height: 320px; max-width: 959px; width: 959px !important;}
  #microHero-out {  aspect-ratio: auto; }  

  .microHP-cta-banner-content { padding: 30px 10px;}  

  
  
  /* Subpage Styles */
 
  /* Subpage 5 */ 
  .microSp-resourceItem{ padding-left: 115px; padding-right: 50px; padding-top: 105px; }  
  
  
}


@media (min-width: 768px) {
}


@media (max-width:767px) {
.container, .mdContainer, .lgContainer {padding-left: 15px; padding-right: 15px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-5  {padding-left: 15px; padding-right: 15px; position: relative;}
	
  .row {margin-right: -15px!important; margin-left: -15px!important;}
  #pageContent {margin-top: 0px;}
  .microTier {padding: 50px 0;}
  
  h1 {font-size: 26px;}
  h2 {font-size: 24px;}
  h3 {font-size: 22px;}
  h4 {font-size: 20px;}
  h5 {font-size: 18px;}
  h6 {font-size: 16px;}  

  .customBtn { padding: 8px 16px; }
  .microList { padding-left: 0; }

  .microAccordion.v3 .panel-title a { padding-top: 14px; padding-bottom: 14px; }

  #microHeader-out { position: relative;  top: auto; }
  #microMenu-out { position: relative; top: auto; }
  #microMenu .navbar-collapse { top: 9px; }
  #microHeader-out .lgContainer, #microMenu-out .lgContainer, #microHero-out .lgContainer { padding: 0 15px;}
  #microLogo { max-width: 120px;}

  .microTier-title { font-size: 34px; line-height: 40px; }
 
  #microFooter-out { text-align: center;}
  .micro-footcol.one {  margin: auto; }
  .micro-footcol.one::after { border-left: 116px solid transparent; border-right: 116px solid transparent; }
  .micro-footcol.two {padding-top: 50px; }
  .micro-footlogo { margin: 15px auto 0;}
  .micro-ftbtn { margin: 10px 5px; }
  
  
  /* Full-Width Video Left/Text Right */
  .fwVideoText-left, .fwVideoText-right { padding: 0 15px; }
  .fwVideoText-left .fwVideoText-wrap { padding-bottom: 57%; }
  .fwVideoText-right .fwVideoText-wrap { text-align: center; }
  .fwVideoText-list { text-align: left; }
  

  /* Homepage */
  #microHero-out { background-position: center center; }
  #microHero-out .mdContainer {margin-top:0; }
  .microHero-inner {text-align: center;}
  #microHPCta-out { padding: 10px 25px;}  
  .microCta { width: 100%;  border-radius: 20px;  margin: 10px;}
  .microHP-cta-banner-content {padding:10px 30px; text-align:center;}
  .microHP-cta-banner-right {display:block; margin:auto;}
  .micro-splitBox-content {margin: 0 20px; }
  .microHP-testimonial-img { margin: 0 auto 20px;}
  .microHP-testimonial-text {text-align:center; padding: 0 15px;}
  #microHP-testimonialCarousel .carousel-control.left, #microHP-testimonialCarousel .carousel-control.right { width: initial;}
  
  
  /* Subpage Styles */
  .microTitleBar-out { padding-top: 0;  }
  .microTitleBar-content { padding: 35px 0; }  
  .microTitleBar { font-size: 30px; line-height: 34px; }

  /* Subpage 1 */ 
  .microSp-content-desc {font-size: 18px; }  
  .microSp-title { font-size: 36px; }  
  .microSp-accordion-title { padding-bottom: 18px;}  

  /* Subpage 5 */ 
  .microSp-kitButtons.one { margin-bottom: 20px; }  
  .microSp-kitButtons {  width: 80%; }
}


@media (min-width: 600px) {

}


@media (max-width:600px) {
  
  
  /* Homepage */
  
  
  /* Subpage Styles */
  .microTitleBar-content { padding: 30px 0;}
  .microTitleBar { font-size: 24px; line-height: 27px;}
  .micro-splitBox-out  { margin: 20px 0;}  
  .micro-splitBox-img { width: 100%; left: 0; padding: 0; max-height: 300px;}  
  .micro-splitBox-img img { object-fit: cover; object-position: top;}  
  .micro-splitBox-desc { width: 100%; left: 0; }  
  .micro-splitBox-out h6 {text-align: center;}  
  hr.micro-splitBox-hr { margin: 13px auto 30px;}  

  .microHP-testimonial-text { padding: 40px 15px 0; }
  .microHP-testimonial-text:after {display: none;}  
  .microHP-testimonial-text:before { left: 50%; transform: translateX(-50%); top: 0;}
  

  /* Subpage 5 */ 
  .microSp-tier { margin: 35px 0; }
  .microSp-content-desc { padding: 0 15px; }
  .microSp-buttonCTA-out { padding-top: 0 }
  #microSp-development-out, #microSp-disclaimer-out, #microSp-about-out, #microSp-advisoryCouncil-out { text-align: center; }
  #microSp-advisoryCouncil-out ul { text-align: left; }
  .microSp-resourceItem {background-size: 170px auto, cover; padding: 84px 80px 20px; }
  .microSp-content-title { padding-bottom: 0; }  

}


@media (max-width:480px) {
  .col-xxs-12 {float: none; width: 100%;}

  #logo { max-width: 210px; margin-top: 18px; }
  
  .microAccordion .panel-title a::before {font-size: 14px; right: 9px;}
  .microAccordion .panel-title a {padding: 10px 30px 10px 11px; line-height: 20px; font-size: 16px;}
  .microAccordion .panel-body {padding: 15px 11px;}
  .microAccordion.v3 .panel-title a {padding-top: 14px; padding-bottom: 14px;}

  /* Homepage */ 
  #microHero-out .mdContainer { margin-top:0; }
  .microHero-inner {text-align: center;}
  .microHP-cta-banner-content {padding:10px 30px; text-align:center;}
  .microHP-cta-banner-right {display:block; margin:auto;}
  .hp-content-box {margin:0 20px; }
  .microHP-testimonial-img { margin: 0 auto 20px;}
  .microHP-testimonial-text {text-align:center; padding: 0 15px;}
  #microHP-testimonialCarousel .carousel-control.left, #microHP-testimonialCarousel .carousel-control.right { width: initial;}  
  .microHP-testimonial-text p {padding-left:0; padding-right: 0;}
  
  
  /* Subpage Styles */ 

  /* Subpage 5 */ 
  .microSp-resourceItem { background-size: 140px auto, cover; padding-left: 15px; padding-right: 15px; padding-top: 125px; }
  .microSp-resourceItem-content { padding: 30px 10px; }
  .microSp-starterKit-card { padding: 30px 15px; }
  .microSp-kitButtons { width: 100%; }  
  
}

