.wechat-image{
  cursor:pointer;
}
.wechat-qrcode-container{
  background:#fff;
  border:1px solid #ccc;
  position:absolute;
  z-index:100;
  width:260px;
  height:130px;
  font-size:13px;
  right:10px;
  top:-120px;
  margin-top:20px;
  -webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  box-shadow:0 3px 7px rgba(0,0,0,0.3);
}
#wechat-qrcode{
  display:inline-block;
  margin:20px 10px;
  float:left;
}
.wechat-qrcode-message{
  display:inline-block;
  width:120px;
  height:90px;
  margin:20px 10px;
  line-height:20px;
  text-align:left;
}
.wechat-qrcode-close{
  position:absolute;
  top:0px;
  right:8px;
  cursor:pointer;
}
.c-user-modal .c-user-modal-content h2,
.c-user-modal .c-user-modal-content input,
.c-user-modal .c-user-modal-footer a{
  color:rgba(0,0,0,0.87);
}
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-footer{
  color:rgba(0,0,0,0.54);
}
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-footer a{
  font-weight:500;
}
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.c-user-modal .c-user-modal-footer{
  font-size:12px;
  line-height:14px;
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-moz-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.helpwidget-popup{
  margin-bottom:40px;
  border:1px solid #ccc;
  background-color:#fff;
  text-align:left;
  display:none;
  position:relative;
  color:#3e3e3e;
  -webkit-box-shadow:$shadowLoose;
  box-shadow:$shadowLoose;
  width:280px;
  font-family:$specialSans;
}
.helpwidget-popup .helpwidget-arrow:before{
  content:"";
  position:absolute;
  bottom:-15px;
  right:12px;
  border-width:15px 15px 0;
  border-style:solid;
  border-color:#ccc rgba(0,0,0,0);
  display:block;
  width:0;
}
.helpwidget-popup .helpwidget-arrow:after{
  content:"";
  position:absolute;
  bottom:-13px;
  right:14px;
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff rgba(0,0,0,0);
  display:block;
  width:0;
}
.helpwidget-tab{
  cursor:pointer;
  position:fixed;
  bottom:0px;
  right:40px;
  color:#fff;
}
.helpwidget-top{
  color:$gray;
}
.helpwidget-top .helpwidget-header{
  padding:8px 16px;
  height:36px;
  border-bottom:1px solid $grayLight;
  font-family:$specialSansBold;
  margin-bottom:0;
}
.helpwidget-top .helpwidget-links a{
  display:block;
  padding:13px 16px 11px;
  height:44px;
  font-family:$specialSansLight;
  border-bottom:1px solid $grayLight;
}
.helpwidget-top .helpwidget-links a:last-child{
  border-bottom:none;
}
.helpwidget-top .helpwidget-links a i{
  float:right;
  padding-top:4px;
}
.helpwidget-top .helpwidget-links a:hover{
  background-color:$grayLighter;
  text-decoration:none;
}
.helpwidget-button{
  padding:14px;
  border-top:1px solid $grayLight;
  color:$grayDark;
  display:inline-block;
  width:50%;
  height:48px;
  text-align:center;
}
.helpwidget-button:first-child{
  border-right:1px solid $grayLight;
}
.helpwidget-button:hover{
  color:$gray;
  background-color:$grayLighter;
  text-decoration:none;
}
.success-back{
  background-color:#f4fbec;
}
.error-back{
  background-color:#f9f0f0;
}
.interactive-block:hover{
  background-color:#f1f7fd;
}
.interactive-block.selected{
  background-color:#eef7ff;
}
.c-helpwidget-tab{
  right:20px;
  z-index:1;
}
.c-helpwidget-tab a{
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  font-size:14px;
}
@media (min-width: 768px){
  .c-helpwidget-tab{
    right:20px;
    bottom:0px;
  }
}
@media (max-width: 991px){
  .c-helpwidget-tab{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transform-origin:right top;
    -moz-transform-origin:right top;
    -o-transform-origin:right top;
    -ms-transform-origin:right top;
    transform-origin:right top;
    right:0px;
    bottom:60px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-right-radius:0;
    border-top-left-radius:0;
  }
}
.mobile-header-menu .mobile-header-btn:first-child{
  margin-top:10px;
}
.mobile-header-menu .mobile-header-btn .mobile-auth-btn{
  display:inline-block;
  width:100%;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  height:55px;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  font-weight:800;
}
.mobile-header-menu .mobile-header-btn .signUp-btn{
  background-color:#2a73cc;
  color:#fff;
  margin-top:20px;
}
.mobile-header-menu .mobile-header-btn .logIn-btn{
  background-color:#fff;
  color:#2a73cc;
  border:1px solid #2a73cc;
}
.mobile-header-menu .nav-transition-wrapper{
  position:absolute;
  width:250px;
}
.mobile-header-menu .nav-transition-wrapper.slide-left-enter{
  -webkit-transform:translate(100%);
  -moz-transform:translate(100%);
  -o-transform:translate(100%);
  -ms-transform:translate(100%);
  transform:translate(100%);
}
.mobile-header-menu .nav-transition-wrapper.slide-left-enter.slide-left-enter-active{
  -webkit-transform:translate(0%);
  -moz-transform:translate(0%);
  -o-transform:translate(0%);
  -ms-transform:translate(0%);
  transform:translate(0%);
  -webkit-transition:-webkit-transform 300ms;
  -moz-transition:-moz-transform 300ms;
  -o-transition:-o-transform 300ms;
  -ms-transition:-ms-transform 300ms;
  transition:transform 300ms;
}
.mobile-header-menu .nav-transition-wrapper.slide-left-leave{
  -webkit-transform:translate(0%);
  -moz-transform:translate(0%);
  -o-transform:translate(0%);
  -ms-transform:translate(0%);
  transform:translate(0%);
}
.mobile-header-menu .nav-transition-wrapper.slide-left-leave.slide-left-leave-active{
  -webkit-transform:translate(-100%);
  -moz-transform:translate(-100%);
  -o-transform:translate(-100%);
  -ms-transform:translate(-100%);
  transform:translate(-100%);
  -webkit-transition:-webkit-transform 300ms;
  -moz-transition:-moz-transform 300ms;
  -o-transition:-o-transform 300ms;
  -ms-transition:-ms-transform 300ms;
  transition:transform 300ms;
}
.mobile-header-menu .nav-transition-wrapper.slide-right-enter{
  -webkit-transform:translate(-100%);
  -moz-transform:translate(-100%);
  -o-transform:translate(-100%);
  -ms-transform:translate(-100%);
  transform:translate(-100%);
}
.mobile-header-menu .nav-transition-wrapper.slide-right-enter.slide-right-enter-active{
  -webkit-transform:translate(0%);
  -moz-transform:translate(0%);
  -o-transform:translate(0%);
  -ms-transform:translate(0%);
  transform:translate(0%);
  -webkit-transition:-webkit-transform 300ms;
  -moz-transition:-moz-transform 300ms;
  -o-transition:-o-transform 300ms;
  -ms-transition:-ms-transform 300ms;
  transition:transform 300ms;
}
.mobile-header-menu .nav-transition-wrapper.slide-right-leave{
  -webkit-transform:translate(0%);
  -moz-transform:translate(0%);
  -o-transform:translate(0%);
  -ms-transform:translate(0%);
  transform:translate(0%);
}
.mobile-header-menu .nav-transition-wrapper.slide-right-leave.slide-right-leave-active{
  -webkit-transform:translate(100%);
  -moz-transform:translate(100%);
  -o-transform:translate(100%);
  -ms-transform:translate(100%);
  transform:translate(100%);
  -webkit-transition:-webkit-transform 300ms;
  -moz-transition:-moz-transform 300ms;
  -o-transition:-o-transform 300ms;
  -ms-transition:-ms-transform 300ms;
  transition:transform 300ms;
}
.mobile-header-menu .mobile-loggedIn-nav-header{
  margin:0;
  padding:25px 15px;
  font-size:18px;
}
.mobile-header-menu .mobile-loggedIn-nav-header .c-mobile-nav-username{
  margin-left:15px;
}
.mobile-header-menu .mobile-header-btn.htmlButton{
  width:100%;
  background-color:transparent;
  border:none;
  text-align:left;
}
.mobile-header-menu .mobile-header-btn.htmlButton.mobile-acount-header{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.mobile-header-menu .mobile-header-btn.htmlButton.mobile-acount-header svg{
  position:relative;
  left:-75px;
  bottom:-1px;
}
.mobile-header-menu .mobile-header-btn svg{
  position:relative;
  bottom:-4px;
  right:-145px;
}
.mobile-header-menu .mobile-header-btn .mobile-cart-pill{
  height:18px;
  width:20px;
  color:#fff;
  background-color:#2a73cc;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  font-size:12px;
  border-radius:10px;
  margin-right:7px;
  position:relative;
  bottom:-2px;
}
.mobile-header-menu .mobile-header-btn .signOut-btn{
  margin:0;
  padding:0;
  border:none;
  background-color:transparent;
  width:100%;
  text-align:left;
}
.c-mobile-toggle-button{
  margin:0;
  padding:0;
  position:absolute;
  bottom:8px;
  border:none;
  background-color:transparent;
}
.mobile-header-menu{
  position:fixed;
  top:0;
  width:250px;
  height:calc(100vh + 35px);
  background-color:#fff;
  padding:0;
  overflow:scroll;
  left:-250px;
  -webkit-transition:-webkit-transform 300ms;
  -moz-transition:-moz-transform 300ms;
  -o-transition:-o-transform 300ms;
  -ms-transition:-ms-transform 300ms;
  transition:transform 300ms;
  z-index:1000;
}
.mobile-header-menu.show-nav{
  -webkit-transform:translate(250px);
  -moz-transform:translate(250px);
  -o-transform:translate(250px);
  -ms-transform:translate(250px);
  transform:translate(250px);
}
.mobile-header-menu .mobile-header-btn{
  list-style-type:none;
  padding:15px;
}
.mobile-header-menu .mobile-header-btn.first{
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.mobile-header-menu .mobile-header-btn a{
  text-decoration:none;
  color:#000;
  width:100%;
  display:inline-block;
}
.mobile-menu-overlay{
  position:fixed;
  left:0;
  top:0;
  width:100vw;
  height:calc(100vh + 35px);
  background:#000;
  opacity:0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70);
  z-index:100;
}
.mobile-menu-overlay.fade-light-enter{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
}
.mobile-menu-overlay.fade-light-enter.fade-light-enter-active{
  opacity:0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70);
  -webkit-transition:opacity 300ms;
  -moz-transition:opacity 300ms;
  -o-transition:opacity 300ms;
  -ms-transition:opacity 300ms;
  transition:opacity 300ms;
}
.mobile-menu-overlay.fade-light-leave{
  opacity:0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70);
}
.mobile-menu-overlay.fade-light-leave.fade-light-leave-active{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  -webkit-transition:opacity 300ms;
  -moz-transition:opacity 300ms;
  -o-transition:opacity 300ms;
  -ms-transition:opacity 300ms;
  transition:opacity 300ms;
}
.rc-UserTestimonial .content-container-control{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  background-color:#fff;
  min-height:120px;
  -webkit-box-shadow:1px 1px 4px #bdbdbd;
  box-shadow:1px 1px 4px #bdbdbd;
}
.rc-UserTestimonial .content-container-control .profile-image{
  position:relative;
  overflow:hidden;
  clip-path:inset(0 -5px 0 0);
}
.rc-UserTestimonial .content-container-control .profile-image:after{
  position:absolute;
  background-color:#fff;
  width:74px;
  right:-74px;
  height:100%;
  content:"";
  -webkit-transform:skewX(14deg);
  -moz-transform:skewX(14deg);
  -o-transform:skewX(14deg);
  -ms-transform:skewX(14deg);
  transform:skewX(14deg);
  -webkit-transform-origin:0 100%;
  -moz-transform-origin:0 100%;
  -o-transform-origin:0 100%;
  -ms-transform-origin:0 100%;
  transform-origin:0 100%;
}
.rc-UserTestimonial .content-container-control .profile-image img{
  position:absolute;
}
.rc-UserTestimonial .content-container-control .caption-container{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-orient:vertical;
  -moz-box-orient:vertical;
  -o-box-orient:vertical;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  padding:20px 8px 20px 8px;
  z-index:1;
}
.rc-UserTestimonial .content-container-control .caption-container .user-name{
  width:100%;
  text-align:right;
  font-style:italic;
  margin:0;
}
.rc-UserTestimonial .content-container-test{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
}
.rc-UserTestimonial .content-container-test .profile-image img{
  border-radius:32px;
}
.rc-UserTestimonial .content-container-test .caption-container{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-orient:vertical;
  -moz-box-orient:vertical;
  -o-box-orient:vertical;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  padding-left:12px;
}
.rc-UserTestimonial .content-container-test .caption-container .user-name{
  width:100%;
  text-align:left;
  font-style:italic;
  margin:0;
}
.rc-LoadingSpinner{
  padding:32px;
}
.rc-RecommendedForYou{
  margin-top:10px;
}
.rc-RecommendedForYou .product-name{
  margin-left:10px;
}
.rc-RecommendedForYou .section-title{
  margin-right:12px;
  margin-bottom:10px;
  display:inline-block;
  padding-left:20px;
}
.rc-RecommendedForYou .view-all-recommended-for-you{
  color:#525252;
  font-weight:600;
}
.rc-RecommendedForYou .recommended-for-you-items{
  list-style-type:none;
  padding-left:20px;
}
.rc-RecommendedForYou .recommended-for-you-item{
  line-height:20px;
  padding-bottom:8px;
}
.rc-RecommendedForYou .recommended-for-you-item:hover{
  background-color:#d3d3d3;
}
.rc-RecommendedForYou .recommended-for-you-item a{
  text-decoration:none;
  color:rgba(0,0,0,0.87);
}
.rc-RecommendedForYou .recommended-for-you-item a:hover{
  color:#2a73cc;
}
.rc-DegreesMenu{
  height:100%;
  width:280px;
  max-height:490px;
  overflow:scroll;
  padding:0 24px;
  position:absolute;
  top:0;
}
.rc-DegreesMenu.showBorderLeft{
  border-left:1px solid #e1e1e1;
}
.rc-DegreesMenu .section-title{
  margin-bottom:10px;
  margin-right:12px;
  display:inline-block;
}
.rc-DegreesMenu .view-all-degrees{
  color:#525252;
  font-weight:600;
}
.rc-DegreeMenuItem{
  width:100%;
  background-color:#08274e;
  border-radius:2px;
  height:80px;
  padding:12px;
  margin-bottom:12px;
  position:relative;
}
.rc-DegreeMenuItem:hover{
  opacity:0.9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter:alpha(opacity=90);
}
.rc-DegreeMenuItem .image-wrapper{
  height:52px;
  max-width:52px;
  background-color:#fff;
  padding:2px;
}
.rc-DegreeMenuItem .degree-name{
  padding-left:12px;
  color:#fff;
  max-height:80px;
}
.rc-DegreeMenuItem .degree-menu-item{
  position:absolute;
  top:0;
  left:0;
  width:231px;
  height:100%;
}
.rc-SearchZeroStateMenu{
  font-family:'OpenSans', Arial, sans-serif;
  font-size:14px;
}
.rc-SearchZeroStateMenu .section-title{
  font-size:20px;
}
.rc-SearchZeroStateMenu .left-section{
  width:60%;
}
.rc-SearchZeroStateMenu .left-section .rc-UserTestimonial{
  padding:10px 15px 15px 15px;
  border-top:1px solid #e1e1e1;
}
.rc-SearchZeroStateMenu .rc-DegreesMenu{
  margin-top:10px;
  border-left:1px solid #e1e1e1;
}
.rc-SearchZeroStateMenu .rc-DegreesMenu .degree-name{
  line-height:20px;
}
.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list{
  margin:0;
  padding:0;
  list-style:none; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset{
  padding:0;
  overflow:visible;
  font:inherit;
  line-height:normal;
  color:inherit;
  background:none;
  border:0;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none; }
  .ais-ClearRefinements-button::-moz-focus-inner,
  .ais-CurrentRefinements-delete::-moz-focus-inner,
  .ais-CurrentRefinements-reset::-moz-focus-inner,
  .ais-HierarchicalMenu-showMore::-moz-focus-inner,
  .ais-InfiniteHits-loadMore::-moz-focus-inner,
  .ais-InfiniteResults-loadMore::-moz-focus-inner,
  .ais-Menu-showMore::-moz-focus-inner,
  .ais-RangeInput-submit::-moz-focus-inner,
  .ais-RefinementList-showMore::-moz-focus-inner,
  .ais-SearchBox-submit::-moz-focus-inner,
  .ais-SearchBox-reset::-moz-focus-inner{
    padding:0;
    border:0; }
  .ais-ClearRefinements-button[disabled],
  .ais-CurrentRefinements-delete[disabled],
  .ais-CurrentRefinements-reset[disabled],
  .ais-HierarchicalMenu-showMore[disabled],
  .ais-InfiniteHits-loadMore[disabled],
  .ais-InfiniteResults-loadMore[disabled],
  .ais-Menu-showMore[disabled],
  .ais-RangeInput-submit[disabled],
  .ais-RefinementList-showMore[disabled],
  .ais-SearchBox-submit[disabled],
  .ais-SearchBox-reset[disabled]{
    cursor:default; }

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center; }

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list{
  margin-left:1em; }

.ais-PoweredBy-logo{
  display:block;
  width:70px;
  height:auto; }

.ais-RatingMenu-starIcon{
  display:block;
  width:20px;
  height:20px; }

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal{
  display:none;
  width:0;
  height:0; }

.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration{
  display:none; }

.ais-RangeSlider .rheostat{
  overflow:visible;
  margin-top:40px;
  margin-bottom:40px; }

.ais-RangeSlider .rheostat-background{
  height:6px;
  top:0px;
  width:100%; }

.ais-RangeSlider .rheostat-handle{
  margin-left:-12px;
  top:-7px; }

.ais-RangeSlider .rheostat-background{
  position:relative;
  background-color:#ffffff;
  border:1px solid #aaa; }

.ais-RangeSlider .rheostat-progress{
  position:absolute;
  top:1px;
  height:4px;
  background-color:#333; }

.rheostat-handle{
  position:relative;
  z-index:1;
  width:20px;
  height:20px;
  background-color:#fff;
  border:1px solid #333;
  border-radius:50%;
  cursor:-webkit-grab;
  cursor:grab; }

.rheostat-marker{
  margin-left:-1px;
  position:absolute;
  width:1px;
  height:5px;
  background-color:#aaa; }

.rheostat-marker--large{
  height:9px; }

.rheostat-value{
  margin-left:50%;
  padding-top:15px;
  position:absolute;
  text-align:center;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%); }

.rheostat-tooltip{
  margin-left:50%;
  position:absolute;
  top:-22px;
  text-align:center;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%); }

[class^='ais-']{
  font-size:1rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box; }

a[class^='ais-']{
  text-decoration:none; }

.ais-Breadcrumb,
.ais-ClearRefinements,
.ais-CurrentRefinements,
.ais-HierarchicalMenu,
.ais-Hits,
.ais-Results,
.ais-HitsPerPage,
.ais-ResultsPerPage,
.ais-InfiniteHits,
.ais-InfiniteResults,
.ais-Menu,
.ais-MenuSelect,
.ais-NumericMenu,
.ais-NumericSelector,
.ais-Pagination,
.ais-Panel,
.ais-PoweredBy,
.ais-RangeInput,
.ais-RangeSlider,
.ais-RatingMenu,
.ais-RefinementList,
.ais-SearchBox,
.ais-SortBy,
.ais-Stats,
.ais-ToggleRefinement{
  color:#3a4570; }

.ais-Breadcrumb-item--selected,
.ais-HierarchicalMenu-item--selected,
.ais-Menu-item--selected{
  font-weight:bold; }

.ais-Breadcrumb-separator{
  margin:0 0.3em;
  font-weight:normal; }

.ais-Breadcrumb-link,
.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-Pagination-link,
.ais-RatingMenu-link{
  color:#0096db;
  -webkit-transition:color 0.2s ease-out;
  transition:color 0.2s ease-out; }
  .ais-Breadcrumb-link:hover, .ais-Breadcrumb-link:focus,
  .ais-HierarchicalMenu-link:hover,
  .ais-HierarchicalMenu-link:focus,
  .ais-Menu-link:hover,
  .ais-Menu-link:focus,
  .ais-Pagination-link:hover,
  .ais-Pagination-link:focus,
  .ais-RatingMenu-link:hover,
  .ais-RatingMenu-link:focus{
    color:#0073a8; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore{
  padding:0.3rem 0.5rem;
  font-size:0.8rem;
  color:#fff;
  background-color:#0096db;
  border-radius:5px;
  -webkit-transition:background-color 0.2s ease-out;
  transition:background-color 0.2s ease-out;
  outline:none; }
  .ais-ClearRefinements-button:hover, .ais-ClearRefinements-button:focus,
  .ais-CurrentRefinements-reset:hover,
  .ais-CurrentRefinements-reset:focus,
  .ais-HierarchicalMenu-showMore:hover,
  .ais-HierarchicalMenu-showMore:focus,
  .ais-InfiniteHits-loadMore:hover,
  .ais-InfiniteHits-loadMore:focus,
  .ais-InfiniteResults-loadMore:hover,
  .ais-InfiniteResults-loadMore:focus,
  .ais-Menu-showMore:hover,
  .ais-Menu-showMore:focus,
  .ais-RefinementList-showMore:hover,
  .ais-RefinementList-showMore:focus{
    background-color:#0073a8; }

.ais-ClearRefinements-button--disabled,
.ais-HierarchicalMenu-showMore--disabled,
.ais-InfiniteHits-loadMore--disabled,
.ais-InfiniteResults-loadMore--disabled,
.ais-Menu-showMore--disabled,
.ais-RefinementList-showMore--disabled{
  opacity:0.6;
  cursor:not-allowed; }
  .ais-ClearRefinements-button--disabled:hover, .ais-ClearRefinements-button--disabled:focus,
  .ais-HierarchicalMenu-showMore--disabled:hover,
  .ais-HierarchicalMenu-showMore--disabled:focus,
  .ais-InfiniteHits-loadMore--disabled:hover,
  .ais-InfiniteHits-loadMore--disabled:focus,
  .ais-InfiniteResults-loadMore--disabled:hover,
  .ais-InfiniteResults-loadMore--disabled:focus,
  .ais-Menu-showMore--disabled:hover,
  .ais-Menu-showMore--disabled:focus,
  .ais-RefinementList-showMore--disabled:hover,
  .ais-RefinementList-showMore--disabled:focus{
    background-color:#0096db; }

.ais-CurrentRefinements{
  margin-top:-0.3rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; }

.ais-CurrentRefinements-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; }

.ais-CurrentRefinements-item{
  margin-right:0.3rem;
  margin-top:0.3rem;
  padding:0.3rem 0.5rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  background-color:#495588;
  border-radius:5px; }

.ais-CurrentRefinements-category{
  margin-left:0.3em;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; }

.ais-CurrentRefinements-delete{
  margin-left:0.3rem; }

.ais-CurrentRefinements-label,
.ais-CurrentRefinements-categoryLabel,
.ais-CurrentRefinements-delete{
  white-space:nowrap;
  font-size:0.8rem;
  color:#fff; }

.ais-CurrentRefinements-reset{
  margin-top:0.3rem;
  white-space:nowrap; }
  .ais-CurrentRefinements-reset + .ais-CurrentRefinements-list{
    margin-left:0.3rem; }

.ais-HierarchicalMenu-link,
.ais-Menu-link{
  display:block;
  line-height:1.5; }

.ais-HierarchicalMenu-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-RatingMenu-list,
.ais-RefinementList-list{
  font-weight:normal;
  line-height:1.5; }

.ais-HierarchicalMenu-link:after{
  margin-left:0.3em;
  content:'';
  width:10px;
  height:10px;
  display:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-size:100% 100%; }

.ais-HierarchicalMenu-item--parent > .ais-HierarchicalMenu-link:after{
  display:inline-block; }

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link:after{
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg); }

.ais-CurrentRefinements-count,
.ais-RatingMenu-count{
  font-size:0.8rem; }
  .ais-CurrentRefinements-count:before,
  .ais-RatingMenu-count:before{
    content:'('; }
  .ais-CurrentRefinements-count:after,
  .ais-RatingMenu-count:after{
    content:')'; }

.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RefinementList-count,
.ais-ToggleRefinement-count{
  padding:0.1rem 0.4rem;
  font-size:0.8rem;
  color:#3a4570;
  background-color:#dfe2ee;
  border-radius:8px; }

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore{
  margin-top:0.5rem; }

.ais-Highlight-highlighted,
.ais-Snippet-highlighted{
  background-color:#ffc168; }

.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Hits-list,
.ais-Results-list{
  margin-top:-1rem;
  margin-left:-1rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; }
  .ais-Panel-body .ais-InfiniteHits-list, .ais-Panel-body
  .ais-InfiniteResults-list, .ais-Panel-body
  .ais-Hits-list, .ais-Panel-body
  .ais-Results-list{
    margin:0.5rem 0 0 -1rem; }

.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Hits-item,
.ais-Results-item{
  margin-top:1rem;
  margin-left:1rem;
  padding:1rem;
  width:calc(25% - 1rem);
  border:1px solid #c4c8d8;
  -webkit-box-shadow:0 2px 5px 0px #e3e5ec;
  box-shadow:0 2px 5px 0px #e3e5ec; }
  .ais-Panel-body .ais-InfiniteHits-item, .ais-Panel-body
  .ais-InfiniteResults-item, .ais-Panel-body
  .ais-Hits-item, .ais-Panel-body
  .ais-Results-item{
    margin:0.5rem 0 0.5rem 1rem; }

.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore{
  margin-top:1rem; }

.ais-MenuSelect-select,
.ais-NumericSelector-select,
.ais-HitsPerPage-select,
.ais-ResultsPerPage-select,
.ais-SortBy-select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding:0.3rem 2rem 0.3rem 0.3rem;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:10px 10px;
  background-position:92% 50%;
  border:1px solid #c4c8d8;
  border-radius:5px; }

.ais-Panel-header{
  margin-bottom:0.5rem;
  padding-bottom:0.5rem;
  font-size:0.8rem;
  font-weight:bold;
  text-transform:uppercase;
  border-bottom:1px solid #c4c8d8; }

.ais-Panel-footer{
  margin-top:0.5rem;
  font-size:0.8rem; }

.ais-RangeInput-input{
  padding:0 0.2rem;
  width:5rem;
  height:1.5rem;
  line-height:1.5rem; }

.ais-RangeInput-separator{
  margin:0 0.3rem; }

.ais-RangeInput-submit{
  margin-left:0.3rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding:0 0.5rem;
  height:1.5rem;
  line-height:1.5rem;
  font-size:0.8rem;
  color:#fff;
  background-color:#0096db;
  border:none;
  border-radius:5px;
  -webkit-transition:0.2s ease-out;
  transition:0.2s ease-out;
  outline:none; }
  .ais-RangeInput-submit:hover, .ais-RangeInput-submit:focus{
    background-color:#0073a8; }

.ais-RatingMenu-count{
  color:#3a4570; }

.ais-Pagination-list{
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center; }

.ais-Pagination-item + .ais-Pagination-item{
  margin-left:0.3rem; }

.ais-Pagination-link{
  padding:0.3rem 0.6rem;
  display:block;
  border:1px solid #c4c8d8;
  border-radius:5px;
  -webkit-transition:background-color 0.2s ease-out;
  transition:background-color 0.2s ease-out; }
  .ais-Pagination-link:hover, .ais-Pagination-link:focus{
    background-color:#e3e5ec; }
  .ais-Pagination-item--disabled .ais-Pagination-link{
    opacity:0.6;
    cursor:not-allowed;
    color:#a5abc4; }
    .ais-Pagination-item--disabled .ais-Pagination-link:hover, .ais-Pagination-item--disabled .ais-Pagination-link:focus{
      color:#a5abc4;
      background-color:#fff; }
  .ais-Pagination-item--selected .ais-Pagination-link{
    color:#fff;
    background-color:#0096db;
    border-color:#0096db; }
    .ais-Pagination-item--selected .ais-Pagination-link:hover, .ais-Pagination-item--selected .ais-Pagination-link:focus{
      color:#fff; }

.ais-PoweredBy-text,
.rheostat-tooltip,
.rheostat-value,
.ais-Stats-text{
  font-size:0.8rem; }

.ais-PoweredBy-logo{
  margin-left:0.3rem; }

.ais-RangeSlider .rheostat-progress{
  background-color:#495588; }

.ais-RangeSlider .rheostat-background{
  border-color:#878faf;
  -webkit-box-sizing:border-box;
  box-sizing:border-box; }

.ais-RangeSlider .rheostat-handle{
  border-color:#878faf; }

.ais-RangeSlider .rheostat-marker{
  background-color:#878faf; }

.ais-Panel-body .ais-RangeSlider{
  margin:2rem 0; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-count, .ais-RatingMenu-item--disabled
.ais-RatingMenu-label{
  color:#c4c8d8; }

.ais-RatingMenu-item--selected{
  font-weight:bold; }

.ais-RatingMenu-link{
  line-height:1.5; }
  .ais-RatingMenu-link > * + *{
    margin-left:0.3rem; }

.ais-RatingMenu-starIcon{
  position:relative;
  top:-1px;
  width:15px;
  fill:#ffc168; }
  .ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon{
    fill:#c4c8d8; }

.ais-HierarchicalMenu-searchBox > *,
.ais-Menu-searchBox > *,
.ais-RefinementList-searchBox > *{
  margin-bottom:0.5rem; }

.ais-SearchBox-form{
  display:block;
  position:relative; }

.ais-SearchBox-input{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding:0.3rem 1.7rem;
  width:100%;
  position:relative;
  background-color:#fff;
  border:1px solid #c4c8d8;
  border-radius:5px; }
  .ais-SearchBox-input::-webkit-input-placeholder{
    color:#a5aed1; }
  .ais-SearchBox-input::-moz-placeholder{
    color:#a5aed1; }
  .ais-SearchBox-input:-ms-input-placeholder{
    color:#a5aed1; }
  .ais-SearchBox-input:-moz-placeholder{
    color:#a5aed1; }

.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-SearchBox-loadingIndicator{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  position:absolute;
  z-index:1;
  width:20px;
  height:20px;
  top:50%;
  right:0.3rem;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%); }

.ais-SearchBox-submit{
  left:0.3rem; }

.ais-SearchBox-reset{
  right:0.3rem; }

.ais-SearchBox-submitIcon,
.ais-SearchBox-resetIcon,
.ais-SearchBox-loadingIcon{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%); }

.ais-SearchBox-submitIcon path,
.ais-SearchBox-resetIcon path{
  fill:#495588; }

.ais-SearchBox-submitIcon{
  width:14px;
  height:14px; }

.ais-SearchBox-resetIcon{
  width:12px;
  height:12px; }

.ais-SearchBox-loadingIcon{
  width:16px;
  height:16px; }
#algolia-placeholder-search-input{
  width:100%;
  height:30px;
  padding:0px 10px;
  font-family:Helvetica, sans-serif;
  font-weight:300;
  font-size:16px;
  border:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  margin-bottom:0;
}
.c-search-catalog-input{
  font-weight:normal;
}
.c-search-catalog-input{
  font-family:'OpenSans', Arial, sans-serif;
}
.c-search-catalog-input{
  font-size:16px;
  line-height:24px;
}
.c-ph-search-bar .c-ph-search-wrapper .c-catalog-button:hover,
.c-ph-search-bar .c-ph-search-wrapper .c-catalog-button:focus{
  background-color:$color-dawn600;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input{
  color:$color-black;
  background-color:$color-white;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-menu .c-search-suggestion:hover{
  background:$color-dawn400;
}
.react-autosuggest__container{
  position:relative;
}
.react-autosuggest__container input[type=text].react-autosuggest__input{
  width:100%;
  height:30px;
  padding:0px 10px;
  font-family:Helvetica, sans-serif;
  font-weight:300;
  font-size:16px;
  -webkit-box-shadow:none;
  box-shadow:none;
  margin-bottom:0;
  border:0;
}
.react-autosuggest__container input[type=text].react-autosuggest__input--focused{
  outline:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.react-autosuggest__container input[type=text].react-autosuggest__input--open{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.react-autosuggest__container input[type=text].react-autosuggest__suggestions-container{
  display:none;
}
.react-autosuggest__container .dot-delimiter{
  margin:0 7px;
  color:#969696;
}
.react-autosuggest__container .partner-names{
  color:#969696;
}
.react-autosuggest__container .react-autosuggest__suggestions-container--open{
  overflow:scroll;
  display:block;
  max-height:600px;
  position:absolute;
  width:650px;
  max-width:85vw;
  margin-top:6px;
  border:1px solid #525252;
  left:-16px;
  background-color:#fff;
  font-family:Helvetica, sans-serif;
  font-weight:300;
  font-size:16px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  z-index:10000;
}
.react-autosuggest__container .react-autosuggest__suggestions-list{
  margin:0;
  padding:0;
  list-style-type:none;
}
.react-autosuggest__container .react-autosuggest__suggestion{
  cursor:pointer;
  padding:5px;
}
.react-autosuggest__container .react-autosuggest__suggestion .ais-Highlight-highlighted{
  background-color:#fff;
  color:#2a73cc;
}
.react-autosuggest__container .react-autosuggest__suggestion a{
  text-decoration:none;
}
.react-autosuggest__container .react-autosuggest__suggestion--highlighted{
  background-color:#ddd;
}
.react-autosuggest__container .react-autosuggest__section-container--first{
  border-top:0;
}
.react-autosuggest__container .react-autosuggest__section-container--first .react-autosuggest__section-title{
  border:none;
}
.react-autosuggest__container .react-autosuggest__section-container--first .react-autosuggest__suggestion{
  padding:0;
}
.react-autosuggest__container .react-autosuggest__section-title{
  border-top:1px solid rgba(0,0,0,0.26);
  padding:5px 0;
  margin:0 5px;
  font-size:12px;
}
.react-autosuggest__container .react-autosuggest__section-title .headline-1-text{
  font-size:16px;
  font-weight:550;
}
.rc-SearchBar{
  position:relative;
  border:none;
  display:inline-block;
  width:280px;
}
.rc-SearchBar #algolia-placeholder-search-input{
  width:100%;
  height:30px;
  padding:0px 10px;
  font-family:Helvetica, sans-serif;
  font-weight:300;
  font-size:16px;
  border:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  margin-bottom:0;
}
@charset 'UTF-8';
.rc-BrowseCarousel{
  position:relative;
  min-width:100%;
}
.rc-BrowseCarousel .browse-carousel{
  width:100%;
  height:100%;
}
.rc-BrowseCarousel .browse-carousel-leave{
  opacity:1;
  -ms-filter:none;
  filter:none;
}
.rc-BrowseCarousel .browse-carousel-leave.browse-carousel-leave-active{
  opacity:0.01;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -webkit-transition:opacity 1000ms ease-in-out;
  -moz-transition:opacity 1000ms ease-in-out;
  -o-transition:opacity 1000ms ease-in-out;
  -ms-transition:opacity 1000ms ease-in-out;
  transition:opacity 1000ms ease-in-out;
}
.rc-BrowseCarousel .browse-carousel-loading-placeholder-wrapper{
  position:absolute;
  background-color:#ccd1d9;
  overflow:hidden;
  top:0;
  left:0;
  height:100%;
  width:100%;
}
.rc-BrowseCarousel .browse-carousel-loading-placeholder-wrapper .browse-carousel-loading-placeholder{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  background-color:#ccd1d9;
  -webkit-animation:AnimateImage 1.5s ease-in-out;
  -moz-animation:AnimateImage 1.5s ease-in-out;
  -o-animation:AnimateImage 1.5s ease-in-out;
  -ms-animation:AnimateImage 1.5s ease-in-out;
  animation:AnimateImage 1.5s ease-in-out;
}
.rc-BrowseCarousel .browse-carousel-loading-placeholder-wrapper .placeholder-image{
  position:absolute;
  top:0;
  left:0;
}
.rc-BrowseCarousel .carousel-dots{
  cursor:pointer;
  position:absolute;
  display:block;
  width:100%;
  padding:0;
  margin:10px 0 0;
  list-style:none;
  text-align:center;
}
@media (max-width: 767px){
  .rc-BrowseCarousel .carousel-dots{
    display:none !important;
  }
}
.rc-BrowseCarousel .carousel-dots li{
  padding-top:8px;
  display:inline-block;
  width:20px;
  height:20px;
  padding:0;
}
.rc-BrowseCarousel .carousel-dots button{
  position:relative;
  visibility:hidden;
  width:100%;
}
.rc-BrowseCarousel .carousel-dots button::before{
  color:#9b9b9b;
  content:"\25CB";
  visibility:visible;
  position:absolute;
  left:2px;
  display:block;
  font-size:16px;
  width:14px;
}
.rc-BrowseCarousel .carousel-dots .slick-active button::before{
  content:"\25CF";
}
.rc-BrowseCarousel .slick-prev,
.rc-BrowseCarousel .slick-next{
  position:absolute;
  top:calc(50% - 24px);
  display:block;
  width:48px;
  height:48px;
  padding:0;
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent;
}
.rc-BrowseCarousel .slick-prev svg,
.rc-BrowseCarousel .slick-next svg{
  position:relative;
}
.rc-BrowseCarousel .slick-prev{
  left:-48px;
}
.rc-BrowseCarousel [dir='rtl'] .slick-prev{
  right:-30px;
  left:auto;
}
.rc-BrowseCarousel .slick-next{
  right:-48px;
}
.rc-BrowseCarousel [dir='rtl'] .slick-next{
  right:auto;
  left:-30px;
}
.rc-BrowseCarousel .slick-slider{
  height:100%;
  margin:auto;
  position:relative;
  display:block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent;
}
@media (max-width: 767px){
  .rc-BrowseCarousel .slick-slider .slick-arrow{
    display:none;
  }
}
.rc-BrowseCarousel .slick-list{
  height:100%;
  position:relative;
  display:block;
  overflow:hidden;
  padding:0;
  margin-left:-10px;
  margin-right:-10px;
}
@media (max-width: 767px){
  .rc-BrowseCarousel .slick-list{
    margin-left:0px;
    margin-right:0px;
  }
}
.rc-BrowseCarousel .slick-list::focus{
  outline:none;
}
.rc-BrowseCarousel .slick-list.dragging{
  cursor:pointer;
  cursor:hand;
}
.rc-BrowseCarousel .slick-slider .slick-track,
.rc-BrowseCarousel .slick-slider .slick-list{
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  -o-transform:translate3d(0, 0, 0);
  -ms-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}
.rc-BrowseCarousel .slick-track{
  height:100%;
  position:relative;
  top:0;
  left:0;
  display:block;
}
.rc-BrowseCarousel .slick-track::before,
.rc-BrowseCarousel .slick-track::after{
  display:table;
  content:'';
}
.rc-BrowseCarousel .slick-track::after{
  clear:both;
}
.rc-BrowseCarousel .slick-loading .slick-track{
  visibility:hidden;
}
.rc-BrowseCarousel .slick-slide{
  display:none;
  float:left;
  height:100%;
  min-height:1px;
}
.rc-BrowseCarousel [dir='rtl'] .slick-slide{
  float:right;
}
.rc-BrowseCarousel .slick-slide img{
  display:block;
  width:100%;
  height:100%;
}
.rc-BrowseCarousel .slick-slide.slick-loading img{
  display:none;
}
.rc-BrowseCarousel .slick-slide.dragging img{
  pointer-events:none;
}
.rc-BrowseCarousel .slick-initialized .slick-slide{
  display:block;
}
.rc-BrowseCarousel .slick-loading .slick-slide{
  visibility:hidden;
}
.rc-BrowseCarousel .slick-vertical .slick-slide{
  display:block;
  height:auto;
  border:1px solid transparent;
}
.rc-BrowseCarousel .slick-arrow.slick-disabled{
  display:none;
}
.rc-Collection .rc-BrowseCarousel .slick-slide{
  min-width:288px;
}
.rc-Collection .rc-BrowseCarousel .slick-slide .rc-DegreeCard:last-child,
.rc-Collection .rc-BrowseCarousel .slick-slide .rc-ProductCardWithMicroDP,
.rc-Collection .rc-BrowseCarousel .slick-slide .rc-ProductCardWithMicroDP .collection-product-card{
  position:static;
}
.rc-Collection .rc-BrowseCarousel .unslicked .slick-slide{
  width:auto !important;
}
.rc-Collection .rc-BrowseCarousel .slick-list{
  min-width:100%;
}
@-moz-keyframes AnimateImage{
  from{
    opacity:1;
    -ms-filter:none;
    filter:none;
  }
  to{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
  }
}
@-webkit-keyframes AnimateImage{
  from{
    opacity:1;
    -ms-filter:none;
    filter:none;
  }
  to{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
  }
}
@-o-keyframes AnimateImage{
  from{
    opacity:1;
    -ms-filter:none;
    filter:none;
  }
  to{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
  }
}
@keyframes AnimateImage{
  from{
    opacity:1;
    -ms-filter:none;
    filter:none;
  }
  to{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
  }
}
.c-mobile-search-topics{
  -moz-transition:opacity 300ms ease-in;
  -o-transition:opacity 300ms ease-in;
  -ms-transition:opacity 300ms ease-in;
  transition:opacity 300ms ease-in;
  -webkit-transition:opacity 300ms ease-in;
  opacity:1;
  -ms-filter:none;
  filter:none;
}
.c-mobile-search-topics.hide-with-opacity{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  pointer-events:none;
  -moz-transition:opacity 300ms ease-out;
  -o-transition:opacity 300ms ease-out;
  -ms-transition:opacity 300ms ease-out;
  transition:opacity 300ms ease-out;
  -webkit-transition:opacity 300ms ease-out;
}
.c-mobile-search-topics .c-mobile-carousel-transition-wrapper{
  -moz-transition:opacity 300ms ease-in;
  -o-transition:opacity 300ms ease-in;
  -ms-transition:opacity 300ms ease-in;
  transition:opacity 300ms ease-in;
  -webkit-transition:opacity 300ms ease-in;
  opacity:1;
  -ms-filter:none;
  filter:none;
}
.c-mobile-search-topics .c-mobile-carousel-transition-wrapper.hide-with-opacity{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  pointer-events:none;
  -moz-transition:opacity 300ms ease-out;
  -o-transition:opacity 300ms ease-out;
  -ms-transition:opacity 300ms ease-out;
  transition:opacity 300ms ease-out;
  -webkit-transition:opacity 300ms ease-out;
}
.c-mobile-search-topics .c-mobile-carousel-transition-wrapper .c-mobile-topics-heading{
  font-size:24px;
  margin-top:20px;
}
.c-mobile-search-topics .c-mobile-carousel-transition-wrapper .mobile-topics-carousel{
  margin:0;
}
.c-mobile-search-topics .c-mobile-carousel-transition-wrapper .mobile-topics-carousel .slick-track{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
}
.c-mobile-search-topics .c-mobile-carousel-transition-wrapper .mobile-topics-carousel .slick-track .slick-slide .mobile-search-card{
  height:100px;
  overflow:hidden;
  margin:8px;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  position:relative;
  border-radius:3px;
  width:150px;
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  -o-transform:translate3d(0, 0, 0);
  -ms-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
  cursor:pointer;
}
.c-mobile-search-topics .c-mobile-carousel-transition-wrapper .mobile-topics-carousel .slick-track .slick-slide .mobile-search-card:first-child{
  margin-left:0;
}
.c-mobile-search-topics .c-mobile-carousel-transition-wrapper .mobile-topics-carousel .slick-track .slick-slide .mobile-search-card span{
  position:absolute;
  bottom:10px;
  color:#fff;
  font-weight:800;
  text-transform:uppercase;
  font-size:13px;
  text-align:center;
  padding:0 10px;
}
.c-mobile-search-topics .c-mobile-list-transition-wrapper{
  position:relative;
  -webkit-transition:-webkit-transform 300ms;
  -moz-transition:-moz-transform 300ms;
  -o-transition:-o-transform 300ms;
  -ms-transition:-ms-transform 300ms;
  transition:transform 300ms;
}
.c-mobile-search-topics .c-mobile-list-transition-wrapper.mobile-long-list{
  -webkit-transform:translateY(-185px);
  -moz-transform:translateY(-185px);
  -o-transform:translateY(-185px);
  -ms-transform:translateY(-185px);
  transform:translateY(-185px);
}
.c-mobile-search-topics .c-mobile-list-transition-wrapper.mobile-long-list .c-mobile-topics-list{
  max-height:calc(100vh - 220px);
  overflow:scroll;
}
.c-mobile-search-topics .c-mobile-list-transition-wrapper .c-mobile-topics-list-heading{
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  color:#656d78;
  margin-top:30px;
}
.c-mobile-search-topics .c-mobile-list-transition-wrapper .c-mobile-topics-list{
  margin:0;
  padding:0 0 80px 0;
  max-height:calc(100vh - 400px);
  -webkit-transition:max-height 300ms;
  -moz-transition:max-height 300ms;
  -o-transition:max-height 300ms;
  -ms-transition:max-height 300ms;
  transition:max-height 300ms;
  overflow:hidden;
}
.c-mobile-search-topics .c-mobile-list-transition-wrapper .c-mobile-topics-list .c-mobile-list-link{
  line-height:50px;
  list-style-type:none;
  font-weight:100;
  font-size:18px;
}
.c-mobile-search-topics .c-mobile-list-transition-wrapper .c-mobile-topics-list .c-mobile-list-link a{
  text-decoration:none;
}
.c-mobile-search-topics .c-mobile-list-transition-wrapper .c-mobile-topics-list .c-mobile-list-link a:focus{
  text-decoration:underline;
}
.rc-MobileSearchPage{
  position:fixed;
  top:-120vh;
  background-color:#fff;
  padding:30px 15px 0px 15px;
  height:calc(100vh - 30px);
  width:100vw;
  -webkit-transition:-webkit-transform 600ms;
  -moz-transition:-moz-transform 600ms;
  -o-transition:-o-transform 600ms;
  -ms-transition:-ms-transform 600ms;
  transition:transform 600ms;
  overflow:hidden;
  z-index:2999;
}
.rc-MobileSearchPage.open-mobile-search{
  -webkit-transform:translateY(calc(120vh + 60px));
  -moz-transform:translateY(calc(120vh + 60px));
  -o-transform:translateY(calc(120vh + 60px));
  -ms-transform:translateY(calc(120vh + 60px));
  transform:translateY(calc(120vh + 60px));
}
.rc-MobileSearchPage .c-MobileSearchBar{
  width:100%;
  border-bottom:1px solid #000;
}
.rc-MobileSearchPage .c-MobileSearchBar .magnifier-wrapper{
  display:inline-block;
  height:100%;
  padding-top:10px;
  margin:0 5px;
}
.rc-MobileSearchPage .c-MobileSearchBar.active{
  border-bottom:1px solid #2a73cc;
}
.rc-MobileSearchPage .c-MobileSearchBar .c-ph-search-bar{
  border:none;
  display:inline-block;
  width:100%;
}
.rc-MobileSearchPage .c-MobileSearchBar .c-ph-search-bar .c-ph-search-wrapper .c-search-form{
  width:100%;
}
.rc-MobileSearchPage .c-MobileSearchBar .c-ph-search-bar .c-ph-search-wrapper .c-search-form .c-search-input-container input{
  font-size:16px;
}
.rc-MobileSearchPage .c-MobileSearchBar .c-ph-search-bar .c-ph-search-wrapper .c-search-form .c-search-input-container .c-search-menu{
  border:none;
}
@media (max-width: 767px){
  body.c-phoenix-modal-open .rc-ProductDiscountPromoBanner{
    display:none;
  }
}
.rc-MobileHeader{
  height:65px;
}
.rc-MobileHeader.with-product-discount-promo-banner{
  height:165px;
  max-height:165px;
  -webkit-transition:max-height 300ms ease-out;
  -moz-transition:max-height 300ms ease-out;
  -o-transition:max-height 300ms ease-out;
  -ms-transition:max-height 300ms ease-out;
  transition:max-height 300ms ease-out;
}
.rc-MobileHeader.with-product-discount-promo-banner.hidden{
  max-height:65px;
}
@media (min-width: 992px){
  .rc-MobileHeader{
    display:none;
  }
}
.rc-MobileHeader .c-mobile-header-controls{
  position:relative;
  height:65px;
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding:0 15px;
  width:100vw;
}
.rc-MobileHeader .c-mobile-header-controls .fade-enter{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
}
.rc-MobileHeader .c-mobile-header-controls .fade-enter.fade-enter-active{
  opacity:1;
  -ms-filter:none;
  filter:none;
  -webkit-transition:opacity 600ms;
  -moz-transition:opacity 600ms;
  -o-transition:opacity 600ms;
  -ms-transition:opacity 600ms;
  transition:opacity 600ms;
}
.rc-MobileHeader .c-mobile-header-controls .fade-leave{
  opacity:1;
  -ms-filter:none;
  filter:none;
}
.rc-MobileHeader .c-mobile-header-controls .fade-leave.fade-leave-active{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  -webkit-transition:opacity 300ms;
  -moz-transition:opacity 300ms;
  -o-transition:opacity 300ms;
  -ms-transition:opacity 300ms;
  transition:opacity 300ms;
}
.rc-MobileHeader .c-mobile-header-controls .mobile-search-close{
  margin:0;
  padding:0;
  position:absolute;
  bottom:15px;
  right:15px;
  border:none;
  background-color:transparent;
}
.rc-MobileHeader .c-mobile-header-controls .mobile-search-icon{
  position:absolute;
  bottom:17px;
  right:15px;
  padding:0;
}
.rc-MobileHeader .c-mobile-header-controls .mobile-search-icon svg{
  height:18px;
  width:18px;
}
.rc-ProductDiscountPromoBanner{
  background:transparent;
  position:relative;
  width:100%;
  height:100px;
  max-height:100px;
  -webkit-transition:max-height 300ms ease-out;
  -moz-transition:max-height 300ms ease-out;
  -o-transition:max-height 300ms ease-out;
  -ms-transition:max-height 300ms ease-out;
  transition:max-height 300ms ease-out;
  overflow:hidden;
}
.rc-ProductDiscountPromoBanner.hidden{
  max-height:0;
}
.rc-ProductDiscountPromoBanner .banner-bg{
  position:absolute;
  top:0;
  height:100%;
  z-index:-1;
}
.rc-ProductDiscountPromoBanner .banner-left-bg,
.rc-ProductDiscountPromoBanner .banner-right-bg{
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
}
.rc-ProductDiscountPromoBanner .banner-left-bg{
  left:0;
  width:158.1818181818182px;
  background-image:url("https://s3.amazonaws.com/coursera_assets/growth/promotions/header_banner_left.png");
  background-color:#0081c8;
}
.rc-ProductDiscountPromoBanner .banner-right-bg{
  right:0;
  width:140px;
  background-image:url("https://s3.amazonaws.com/coursera_assets/growth/promotions/header_banner_right.png");
  background-color:#4464a9;
}
@media (max-width: 767px){
  .rc-ProductDiscountPromoBanner .banner-right-bg{
    display:none;
  }
}
.rc-ProductDiscountPromoBanner .banner-gradient{
  left:18.181818181818187px;
  right:0;
  margin-left:auto;
  margin-right:auto;
  width:calc(100% - 298.1818181818182px);
  background:-webkit-linear-gradient(left, #0081c8, #4464a9);
  background:-moz-linear-gradient(left, #0081c8, #4464a9);
  background:-o-linear-gradient(left, #0081c8, #4464a9);
  background:-ms-linear-gradient(left, #0081c8, #4464a9);
  background:linear-gradient(to right, #0081c8, #4464a9);
}
@media (max-width: 767px){
  .rc-ProductDiscountPromoBanner .banner-gradient{
    left:158.1818181818182px;
    width:calc(100% - 158.1818181818182px);
  }
}
.rc-ProductDiscountPromoBanner .banner-details{
  height:100%;
  margin:0 48px;
}
.rc-ProductDiscountPromoBanner .banner-main-cta{
  font-family:'OpenSans', Arial, sans-serif;
  font-size:1.5rem;
  font-weight:bold;
  margin:0 0 8px;
  line-height:1;
}
@media (max-width: 767px){
  .rc-ProductDiscountPromoBanner .banner-main-cta{
    margin:0 0 6px;
    font-size:1.3rem;
  }
}
.rc-ProductDiscountPromoBanner .banner-description{
  font-size:1rem;
}
@media (max-width: 767px){
  .rc-ProductDiscountPromoBanner .banner-description{
    font-size:0.9rem;
  }
}
.rc-ProductDiscountPromoBanner .banner-link{
  text-decoration:underline;
}
.rc-ProductDiscountPromoBanner .banner-link:hover,
.rc-ProductDiscountPromoBanner .banner-link:focus,
.rc-ProductDiscountPromoBanner .banner-link:active{
  color:#fff;
}
.rc-ProductDiscountPromoBanner .banner-close{
  position:absolute;
  top:0;
  right:24px;
  height:100%;
  width:32px;
  color:#fff;
}
@media (max-width: 767px){
  .rc-ProductDiscountPromoBanner .banner-close{
    right:8px;
  }
}
.c-user-modal{
  background-color:#f5f5f5;
}
.c-user-modal .c-user-modal-content h2,
.c-user-modal .c-user-modal-content input,
.c-user-modal .c-user-modal-footer a,
.rc-AuthFormFooter a{
  color:rgba(0,0,0,0.87);
}
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-footer,
.rc-AuthFormFooter{
  color:rgba(0,0,0,0.54);
}
.c-user-modal header,
.c-user-modal header a.active,
.c-user-modal header a:hover,
.c-user-modal header a:focus,
.c-user-modal header a:active,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline{
  color:#fff;
}
.c-user-modal header a,
.c-user-modal .c-user-modal-close{
  color:rgba(255,255,255,0.7);
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button:disabled{
  color:rgba(255,255,255,0.3);
}
.c-user-modal,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.tooltip.left .tooltip-inner{
  border-radius:4px;
}
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.c-user-modal .c-user-modal-content .c-user-modal-controls{
  border-radius:2px;
}
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-footer a,
.rc-AuthFormFooter a{
  font-weight:500;
}
.c-user-modal .c-user-modal-content h2{
  font-size:24px;
  line-height:32px;
}
.c-user-modal .c-user-modal-close{
  font-size:20px;
  line-height:24px;
}
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-content input{
  font-size:14px;
  line-height:20px;
}
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.c-user-modal .c-user-modal-footer,
.rc-AuthFormFooter{
  font-size:12px;
  line-height:14px;
}
.c-user-modal .c-user-modal-divider{
  margin-top:8px;
  margin-bottom:8px;
}
.c-user-modal .c-user-modal-content h2,
.c-user-modal .c-user-modal-content p,
.c-user-modal .c-user-modal-content .c-user-modal-help-text{
  margin-top:0;
  margin-bottom:16px;
}
.c-user-modal .c-user-modal-content .c-user-modal-error-icon,
.c-user-modal .c-user-modal-content input,
.c-user-modal .c-user-modal-content form{
  margin:0;
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-moz-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.rc-Modal.layer .c-modal-overlay{
  background-color:rgba(0,0,0,0.83);
}
.rc-Modal.box.dark-bg{
  background-color:$color-black-g6;
}
@media (max-width: 767px){
  .rc-Modal .c-modal-content{
    width:98%;
    top:4px;
    left:0;
    padding:16px;
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
    transform:none;
    -webkit-transform:none;
    max-height:98%;
    overflow-y:scroll;
  }
  .rc-Modal .c-modal-x-out{
    top:16px;
    right:16px;
  }
  .rc-Modal.popup .c-modal-content{
    padding:0px;
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-moz-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.rc-CatalogDropdown{
  padding-top:32px;
  padding-bottom:16px;
}
.rc-CatalogDropdown.adjustForFixedHeader{
  position:fixed;
  width:100%;
  z-index:10000;
}
.rc-CatalogDropdown .domains{
  max-width:600px;
  margin:0px auto;
}
.rc-CatalogDropdown .domain{
  min-width:250px;
  margin-bottom:16px;
  text-decoration:none;
}
.rc-CatalogDropdown .domain .domain-name{
  text-decoration:none;
}
.rc-CatalogDropdown .domain .domain-name:focus,
.rc-CatalogDropdown .domain .domain-name:hover{
  text-decoration:none;
  color:$color-link-active;
}
.rc-CatalogDropdown .domain .domain-name:hover{
  -webkit-transition:0.4s ease;
  -moz-transition:0.4s ease;
  -o-transition:0.4s ease;
  -ms-transition:0.4s ease;
  transition:0.4s ease;
}
.rc-CatalogDropdown .icon{
  color:$color-link-active;
  font-size:16px;
  margin-right:16px;
  width:24px;
}
.rc-UniversityLogo{
  border-left:solid 2px rgba(0,0,0,0.12);
  margin-left:24px;
  padding-left:24px;
  max-height:25px;
  max-width:300px;
}
.rc-UniversityLogo .branding-image{
  padding-right:16px;
}
.rc-HeaderRightNavButton{
  position:relative;
  text-align:right;
}
.rc-HeaderRightNavButton.dropdown-btn{
  width:175px;
  height:42px;
}
.rc-HeaderRightNavButton.dropdown-btn:hover{
  background-color:#e3e4e5;
}
.rc-HeaderRightNavButton a,
.rc-HeaderRightNavButton button{
  display:block;
  width:auto;
  height:auto;
  margin:0 !important;
  padding:12px 18px;
  font-size:14px;
  line-height:20px;
  color:#7a7d7f;
  clear:both;
  white-space:nowrap;
  outline:none;
  border:0;
}
.rc-HeaderRightNavButton a:focus,
.rc-HeaderRightNavButton button:focus,
.rc-HeaderRightNavButton a:hover,
.rc-HeaderRightNavButton button:hover{
  text-decoration:none;
  outline:none;
  color:#000;
  background-color:#e3e4e5;
}
@media (max-width: 991px){
  .rc-HeaderRightNavButton .rc-HeaderRightNavButton a,
  .rc-HeaderRightNavButton .rc-HeaderRightNavButton button{
    padding-right:14px;
  }
  .rc-HeaderRightNavButton .rc-HeaderRightNavButton a button.my-coursera,
  .rc-HeaderRightNavButton .rc-HeaderRightNavButton button button.my-coursera{
    padding-right:14px;
  }
  .rc-HeaderRightNavButton .rc-HeaderRightNavButton a button.my-coursera button.sign-out,
  .rc-HeaderRightNavButton .rc-HeaderRightNavButton button button.my-coursera button.sign-out{
    padding-right:14px;
  }
}
@media (max-width: 767px){
  .rc-HeaderRightNavButton .rc-HeaderRightNavButton{
    padding:8px 24px !important;
    height:40px !important;
  }
  .rc-HeaderRightNavButton .rc-HeaderRightNavButton a{
    color:$ph-text-color !important;
    background-color:transparent !important;
  }
}
.rc-ShoppingCart .icon{
  cursor:pointer;
  display:block;
  position:relative;
  top:-8px;
  min-height:30px;
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container{
  position:relative;
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .switcher_trigger{
  padding-left:24px;
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-ph-authenticated-dropdown-left-border{
  display:inline-block;
  line-height:35px;
  border-left:1px solid rgba(0,0,0,0.12);
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-button{
  background-color:transparent;
  cursor:pointer;
  display:inline-block;
  outline:none;
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-button:focus{
  outline:none initial;
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-button .bt3-caret{
  margin-top:0;
  margin-left:5px;
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu{
  list-style:none;
  position:absolute;
  display:block;
  max-height:90vh;
  padding:12px 0;
  right:0;
  width:auto;
  overflow-y:scroll;
  background-color:#fff;
  color:#7a7d7f;
  -webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.12);
  box-shadow:0 0 2px 0 rgba(0,0,0,0.12);
  border-color:#eee;
  border-radius:1px;
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu .c-arrow-up{
  position:absolute;
  top:-10px;
  right:24px;
  width:20px;
  height:20px;
  border:none;
  border-left:1px solid #eee;
  border-bottom:1px solid #eee;
  background:#fff;
  -webkit-transform:rotate(135deg);
  -moz-transform:rotate(135deg);
  -o-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu .sign-out{
  width:100%;
  height:42px;
  padding:12px 18px;
  text-align:right;
}
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu .sign-out:focus,
.rc-AuthenticatedAccountDropdown .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu .sign-out:hover{
  text-decoration:none;
  color:#000;
  background-color:#e3e4e5;
  outline:none;
}
@media (max-width: 1200px){
  .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button a:not(.bt3-btn):not(.signup-btn),
  .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .c-authenticated-dropdown-button{
    padding-left:12px;
  }
  .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button a:not(.bt3-btn):not(.signup-btn) padding-right 12px .switcher_trigger,
  .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .c-authenticated-dropdown-button padding-right 12px .switcher_trigger{
    padding-left:12px;
  }
  .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button a:not(.bt3-btn):not(.signup-btn) padding-right 12px .switcher_trigger .c-authenticated-dropdown-button .switcher_trigger,
  .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .c-authenticated-dropdown-button padding-right 12px .switcher_trigger .c-authenticated-dropdown-button .switcher_trigger{
    padding-left:24px;
  }
}
@media (max-width: 991px){
  .c-authenticated-dropdown-button .switcher_trigger{
    padding-left:24px;
  }
}
@media (max-width: 767px){
  .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu.popup-open{
    background-color:transparent !important;
    border:0 !important;
    -webkit-box-shadow:none;
    box-shadow:none;
    float:none !important;
    outline:0 !important;
    position:static !important;
    width:auto !important;
  }
  .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu.popup-open > .c-ph-right-nav-button a{
    color:$ph-text-color !important;
  }
  .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu.popup-open > .c-ph-right-nav-button a:hover{
    background-color:transparent !important;
  }
  .c-authenticated-dropdown-menu-container .c-authenticated-dropdown-menu.popup-open > .c-ph-right-nav-button .sign-out{
    width:100%;
    text-align:right;
  }
}
.rc-TeachBanner{
  position:absolute;
  z-index:10000;
  width:100%;
}
.rc-TeachBanner.bt3-alert-info{
  background-color:rgba(66,66,66,0.9);
  border-color:#424242;
  color:#fff;
  font-size:15px;
  text-align:center;
  margin-bottom:0;
  -webkit-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.12), 0px 0px 1px 0px rgba(0,0,0,0.24);
  box-shadow:0px 1px 1px 0px rgba(0,0,0,0.12), 0px 0px 1px 0px rgba(0,0,0,0.24);
  border-radius:0;
}
.rc-TeachBanner.bt3-alert-info a{
  color:#00dfe3;
  text-decoration:underline;
}
.rc-TeachBanner.bt3-alert-info .bt3-close{
  opacity:1;
  -ms-filter:none;
  filter:none;
  color:#fff;
  font-weight:100;
  font-size:24px;
  top:-5px;
}
.rc-TeachBanner .c-teach-banner-learner-count{
  font-size:16px;
}
.rc-TeachBanner .c-teach-banner-course-name{
  white-space:nowrap;
  overflow:hidden;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  max-width:300px;
  display:inline-block;
  margin-bottom:-5px;
}
.rc-TeachBanner .c-teach-banner-content{
  width:1000px;
  margin:0 auto;
}
.responsive-styles,
.rc-UIModal.default .rc-Modal,
.rc-UIModal.small .rc-Modal,
.rc-UIModal.large .rc-Modal,
.rc-UIModal.x-large .rc-Modal{
  padding:16px;
  overflow-y:scroll;
}
.rc-ModalOverlay{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10000;
  background-color:rgba(0,0,0,0.55);
}
.rc-UIModal{
  position:fixed;
  width:518px;
  text-align:center;
  max-width:98%;
  max-height:98%;
  min-height:60px;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  padding:40px;
  background-color:#fff;
  border:1px solid rgba(0,0,0,0.05);
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.rc-UIModal.small{
  width:318px;
  text-align:center;
}
.rc-UIModal.large{
  width:638px;
  text-align:left;
}
.rc-UIModal.x-large{
  width:1044px;
  text-align:left;
}
.rc-UIModal.small .title,
.rc-UIModal.default .title{
  padding:0 24px;
}
.rc-UIModal .title{
  margin-bottom:20px;
}
.rc-UIModal .close-x{
  font-size:16px;
  position:absolute;
  top:16px;
  right:16px;
  color:rgba(0,0,0,0.45);
}
.bt3-tooltip{
  z-index:10001;
}
.rc-ConsoleOutput{
  background:none;
  border:none !important;
  font-family:Monaco, monospace;
  line-height:18px;
  padding:0;
  margin:0;
}
.rc-RequestError{
  padding:20px;
  background-color:rgba(255,0,0,0.06);
}
.rc-RequestError .rc-ConsoleOutput{
  color:#9e1e1e;
}
.rc-SystemError{
  padding:20px;
  background-color:rgba(255,0,0,0.06);
}
.rc-SystemError .rc-ConsoleOutput{
  color:#9e1e1e;
  margin-bottom:10px;
}
.rc-RuntimeError{
  padding:20px;
  background-color:rgba(255,0,0,0.06);
}
.rc-RuntimeError .rc-ConsoleOutput{
  color:#9e1e1e;
}
.rc-StringOutput{
  padding:20px;
}
.rc-TestCaseOutput{
  padding:20px;
  background-color:rgba(255,0,0,0.06);
}
.rc-TestCaseOutput .rc-ConsoleOutput{
  color:#9e1e1e;
}
.rc-TestCaseOutput.correct{
  background-color:#ecf4e8;
}
.rc-TestCaseOutput.correct .rc-ConsoleOutput{
  color:#1f8354;
}
.rc-ProgressBar{
  background-color:#fff;
}
.rc-CodeEvaluatorSlowProgressIndicator{
  width:100%;
  margin-top:-20px;
}
.rc-CodeEvaluatorSlowProgressIndicator .execution-step{
  padding:20px;
  display:inline-block;
}
.rc-CodeEvaluatorSlowProgressIndicator .cancel-request{
  float:right;
  margin:20px;
}
.rc-CodeEvaluatorOutput{
  font-size:13px;
  background:#fff;
}
.rc-CodeEvaluatorOutput .in-progress{
  padding:20px;
}
.rc-TestCaseEditor{
  border-bottom:1px solid rgba(0,0,0,0.12);
  border-left:1px solid rgba(0,0,0,0.12);
}
.rc-TestCaseEditor .column{
  border-top:1px solid rgba(0,0,0,0.12);
  border-right:1px solid rgba(0,0,0,0.12);
}
.rc-TestCaseEditor .row{
  margin-right:0;
  margin-left:0;
}
.rc-TestCaseEditor .column,
.rc-TestCaseEditor .row{
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -o-box-orient:horizontal;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -o-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-align-self:stretch;
  align-self:stretch;
  -ms-flex-item-align:stretch;
}
.rc-TestCaseEditor .column.vertical-box,
.rc-TestCaseEditor .row.vertical-box{
  -webkit-box-orient:vertical;
  -moz-box-orient:vertical;
  -o-box-orient:vertical;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
}
.rc-TestCaseEditor .column.flex-2,
.rc-TestCaseEditor .row.flex-2{
  -webkit-box-flex:2;
  -moz-box-flex:2;
  -o-box-flex:2;
  box-flex:2;
  -webkit-flex:2;
  -ms-flex:2;
  flex:2;
}
.rc-TestCaseEditor .ace_editor{
  border:none;
}
.rc-TestCaseEditor .rc-CodeEvaluatorOutput img{
  width:auto;
  height:auto;
  max-width:330px;
}
.rc-TestCaseEditor pre{
  white-space:pre-wrap;
}
button.rc-TestCasePill.nostyle{
  border-radius:20px;
  padding:3px 14px;
}
button.rc-TestCasePill.nostyle.default{
  border:1px solid rgba(0,0,0,0.1);
}
button.rc-TestCasePill.nostyle.default.selected{
  color:#fff;
  border:none;
  background-color:rgba(0,0,0,0.45);
}
button.rc-TestCasePill.nostyle.passed{
  border:1px solid #2ab573;
  color:#2ab573;
}
button.rc-TestCasePill.nostyle.passed.selected{
  color:#fff;
  background-color:#2ab573;
}
button.rc-TestCasePill.nostyle.failed{
  border:1px solid #956712;
  color:#956712;
}
button.rc-TestCasePill.nostyle.failed.selected{
  color:#fff;
  background-color:#956712;
}
.rc-AuthorModal{
  min-height:500px;
}
.rc-AuthorModal ::-webkit-scrollbar{
  -webkit-appearance:none;
  width:7px;
}
.rc-AuthorModal ::-webkit-scrollbar-thumb{
  border-radius:4px;
  background-color:rgba(0,0,0,0.5);
  -webkit-box-shadow:0 0 1px rgba(255,255,255,0.5);
}
.rc-AuthorModal.rc-Modal.box .c-modal-content{
  max-height:98%;
  overflow-x:hidden;
  width:840px;
  padding:28px 48px;
}
.rc-AuthorModal .error{
  color:#ff5c6e;
}
.rc-AuthorModal .rc-AuthorModalTitle{
  margin:0 -48px 0 -48px;
  padding:0 48px 0 48px;
}
.rc-AuthorModal .authoring-modal-title{
  padding:20px 0;
  text-align:center;
}
.rc-AuthorModal .authoring-modal-title .icon-container{
  margin-bottom:20px;
}
.rc-AuthorModal .authoring-modal-title .icon-container img{
  height:35px;
}
.rc-AuthorModal .authoring-modal-body{
  margin:0px -48px;
  padding:0px 48px;
}
.rc-AuthorModal .authoring-modal-header{
  color:#616161;
  font-size:15px;
}
.rc-AuthorModal .rc-AuthorModalFooter{
  margin:0 -48px 0 -48px;
  padding:0 48px 0 48px;
  background:$up-gray-600;
}
.rc-AuthorModal .rc-AuthorModalFooter .footer-actions{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  padding-top:20px;
  float:right;
}
.rc-AuthorModal .rc-AuthorModalFooter button{
  margin-left:10px;
}
.rc-AuthorModal .rc-AuthorModalFooter button.danger{
  background-color:#ff5c6e;
  border-color:#ff5c6e;
}
.rc-TestCaseRunner{
  position:fixed;
  z-index:1000;
}
.rc-TestCaseRunner .c-modal-overlay{
  height:3000px;
}
.rc-AuthorEvaluatorSaveModal{
  position:fixed;
  z-index:1000;
}
.rc-AuthorEvaluatorSaveModal .c-modal-overlay{
  height:3000px;
}
.rc-AuthoringEvaluatorEditor pre{
  border-radius:0;
}
.rc-AuthoringEvaluatorEditor .rc-CodeEvaluatorOutput{
  border:1px solid #ccc;
}
.rc-AuthoringEvaluatorEditor .remove-execution-btn{
  background-color:#ff5c6e;
  border:1px solid #ff5c6e;
}
.rc-AuthoringEvaluatorEditor .remove-execution-btn:hover,
.rc-AuthoringEvaluatorEditor .remove-execution-btn:active,
.rc-AuthoringEvaluatorEditor .remove-execution-btn:focus{
  background-color:#c73e4d;
  border:1px solid #c73e4d;
}
.rc-ScribeCodeEditorEvaluatorConfigModal.rc-UIModal.large{
  width:1102px;
  top:10px;
  left:50%;
  margin-left:-551px;
  -webkit-transform:initial;
  -moz-transform:initial;
  -o-transform:initial;
  -ms-transform:initial;
  transform:initial;
}
.rc-ValidationErrorText{
  padding:4px 16px;
  background-color:#fba11b;
  color:#fff;
}
.rc-ScribeCodeEditorEvaluatorDropdown{
  position:relative;
}
.rc-ScribeCodeEditorEvaluatorDropdown .bt3-dropdown-menu{
  display:inherit;
}
.rc-ScribeCodeEditorEvaluatorConfig .evaluator-config-link{
  border:0;
  padding:0;
  background:none;
}
.rc-ScribeCodeEditorEvaluatorConfig.interactive{
  border-right:solid 1px #ddd;
}
.rc-ScribeCodeEditorToolbar{
  z-index:100;
  color:#555;
}
.rc-ScribeCodeEditorToolbar .rc-ScribeCodeEditorLanguageDisplay{
  padding:8px 20px;
  border-right:1px solid #ddd;
}
.rc-ScribeCodeEditorToolbar .rc-ScribeCodeEditorEvaluatorConfig{
  padding:8px 20px;
}
.rc-ScribeCodeEditorRemoveButton{
  z-index:10;
  margin-right:6px;
}
.rc-ScribeCodeEditorRemoveButton .remove-code-block-btn{
  border:none;
  background:none;
}
.rc-ScribeCodeEditorRemoveButton .remove-code-block-btn .remove-code-block-icon{
  color:#aaa;
}
.rc-ScribeCodeEditor{
  border-bottom:1px solid #ddd;
}
.selectize-dropdown-header{
  padding:5px 8px;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.selectize-dropdown-header-close{
  right:8px;
  color:#303030;
}
.selectize-control.plugin-remove_button [data-value] .remove{
  padding:2px 0 0 0;
  border-left:1px solid #d0d0d0;
}
.selectize-control.plugin-remove_button [data-value].active .remove{
  border-left-color:#cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove{
  border-left-color:#ffffff;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input{
  color:#303030;
  font-size:13px;
  line-height:18px;
}
.selectize-input{
  border:1px solid #d0d0d0;
  padding:8px 8px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.selectize-control.multi .selectize-input.has-items{
  padding:6px 8px 3px;
}
.selectize-input.dropdown-active{
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.selectize-control.multi .selectize-input > div{
  padding:2px 6px;
  background:#f2f2f2;
  color:#303030;
  border:0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active{
  background:#e8e8e8;
  color:#303030;
  border:0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active{
  color:#7d7d7d;
  border:0 solid #ffffff;
}
.selectize-input > input{
  margin:0 2px 0 0 !important;
}
.selectize-input.dropdown-active::before{
  background:#f0f0f0;
}
.selectize-dropdown{
  -webkit-border-radius:0 0 3px 3px;
  -moz-border-radius:0 0 3px 3px;
  border-radius:0 0 3px 3px;
}
.selectize-dropdown [data-selectable] .highlight{
  background:rgba(125, 168, 208, 0.2);
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header{
  padding:5px 8px;
}
.selectize-dropdown .optgroup-header{
  color:#303030;
}
.selectize-dropdown .active{
  background-color:#f5fafd;
  color:#495c68;
}
.selectize-dropdown .active.create{
  color:#495c68;
}
.selectize-dropdown .create{
  color:rgba(48, 48, 48, 0.5);
}
.selectize-control.single .selectize-input:after{
  right:15px;
  border-color:#808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after{
  border-color:transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after{
  left:15px;
}
.selectize-control .selectize-input.disabled{
  background-color:#fafafa;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder{
  visibility:visible !important;
  background:#f2f2f2 !important;
  background:rgba(0, 0, 0, 0.06) !important;
  border:0 none !important;
  -webkit-box-shadow:inset 0 0 12px 4px #ffffff;
  box-shadow:inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{
  content:'!';
  visibility:hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper{
  -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header{
  position:relative;
  padding:3px 12px;
  border-bottom:1px solid #d0d0d0;
  background:#f8f8f8;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  border-radius:4px 4px 0 0;
}
.selectize-dropdown-header-close{
  position:absolute;
  right:12px;
  top:50%;
  color:#333333;
  opacity:0.4;
  margin-top:-12px;
  line-height:20px;
  font-size:20px !important;
}
.selectize-dropdown-header-close:hover{
  color:#000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup{
  border-right:1px solid #f2f2f2;
  border-top:0 none;
  float:left;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{
  border-right:0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before{
  display:none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header{
  border-top:0 none;
}
.selectize-control.plugin-remove_button [data-value]{
  position:relative;
  padding-right:24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove{
  z-index:1;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:17px;
  text-align:center;
  font-weight:bold;
  font-size:12px;
  color:inherit;
  text-decoration:none;
  vertical-align:middle;
  display:inline-block;
  padding:1px 0 0 0;
  border-left:1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius:0 2px 2px 0;
  -moz-border-radius:0 2px 2px 0;
  border-radius:0 2px 2px 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover{
  background:rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove{
  border-left-color:rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{
  background:none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove{
  border-left-color:rgba(77, 77, 77, 0);
}
.selectize-control{
  position:relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input{
  color:#333333;
  font-family:inherit;
  font-size:inherit;
  line-height:20px;
  -webkit-font-smoothing:inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active{
  background:#ffffff;
  cursor:text;
  display:inline-block;
}
.selectize-input{
  border:1px solid #cccccc;
  padding:6px 12px;
  display:inline-block;
  width:100%;
  overflow:hidden;
  position:relative;
  z-index:1;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.selectize-control.multi .selectize-input.has-items{
  padding:5px 12px 2px;
}
.selectize-input.full{
  background-color:#ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled *{
  cursor:default !important;
}
.selectize-input.focus{
  -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active{
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  border-radius:4px 4px 0 0;
}
.selectize-input > *{
  vertical-align:baseline;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
}
.selectize-control.multi .selectize-input > div{
  cursor:pointer;
  margin:0 3px 3px 0;
  padding:1px 3px;
  background:#efefef;
  color:#333333;
  border:0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active{
  background:#428bca;
  color:#ffffff;
  border:0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active{
  color:#808080;
  background:#ffffff;
  border:0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input{
  display:inline-block !important;
  padding:0 !important;
  min-height:0 !important;
  max-height:none !important;
  max-width:100% !important;
  margin:0 !important;
  text-indent:0 !important;
  border:0 none !important;
  background:none !important;
  line-height:inherit !important;
  -webkit-user-select:auto !important;
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
}
.selectize-input > input::-ms-clear{
  display:none;
}
.selectize-input > input:focus{
  outline:none !important;
}
.selectize-input::after{
  content:' ';
  display:block;
  clear:left;
}
.selectize-input.dropdown-active::before{
  content:' ';
  display:block;
  position:absolute;
  background:#ffffff;
  height:1px;
  bottom:0;
  left:0;
  right:0;
}
.selectize-dropdown{
  position:absolute;
  z-index:10;
  border:1px solid #d0d0d0;
  background:#ffffff;
  margin:-1px 0 0 0;
  border-top:0 none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius:0 0 4px 4px;
  -moz-border-radius:0 0 4px 4px;
  border-radius:0 0 4px 4px;
}
.selectize-dropdown [data-selectable]{
  cursor:pointer;
  overflow:hidden;
}
.selectize-dropdown [data-selectable] .highlight{
  background:rgba(255, 237, 40, 0.4);
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header{
  padding:3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header{
  border-top:0 none;
}
.selectize-dropdown .optgroup-header{
  color:#777777;
  background:#ffffff;
  cursor:default;
}
.selectize-dropdown .active{
  background-color:#f5f5f5;
  color:#262626;
}
.selectize-dropdown .active.create{
  color:#262626;
}
.selectize-dropdown .create{
  color:rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content{
  overflow-y:auto;
  overflow-x:hidden;
  max-height:200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input{
  cursor:pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input{
  cursor:text;
}
.selectize-control.single .selectize-input:after{
  content:' ';
  display:block;
  position:absolute;
  top:50%;
  right:17px;
  margin-top:-3px;
  width:0;
  height:0;
  border-style:solid;
  border-width:5px 5px 0 5px;
  border-color:#333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after{
  margin-top:-4px;
  border-width:0 5px 5px 5px;
  border-color:transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after{
  left:17px;
  right:auto;
}
.selectize-control.rtl .selectize-input > input{
  margin:0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled{
  opacity:0.5;
  background-color:#ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control{
  height:auto;
  padding:0;
  margin:2px 0 0 0;
  z-index:1000;
  background:#ffffff;
  border:1px solid #cccccc;
  border:1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header{
  font-size:12px;
  line-height:1.42857143;
}
.selectize-dropdown .optgroup:first-child:before{
  display:none;
}
.selectize-dropdown .optgroup:before{
  content:' ';
  display:block;
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:#e5e5e5;
  margin-left:-12px;
  margin-right:-12px;
}
.selectize-dropdown-content{
  padding:5px 0;
}
.selectize-dropdown-header{
  padding:6px 12px;
}
.selectize-input{
  min-height:34px;
}
.selectize-input.dropdown-active{
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.selectize-input.dropdown-active::before{
  display:none;
}
.selectize-input.focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input{
  border-color:#a94442;
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus{
  border-color:#843534;
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items{
  padding-left:9px;
  padding-right:9px;
}
.selectize-control.multi .selectize-input > div{
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.form-control.selectize-control{
  padding:0;
  height:auto;
  border:none;
  background:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.rc-ScribeCodeEditorLanguagePicker{
  position:absolute;
  left:350px;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-control{
  width:100px;
  text-align:right;
  line-height:11px;
  margin-right:-8px;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-input{
  padding:0 10px;
  color:#555;
  border:none;
  outline:none;
  min-height:20px;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-input.full{
  background-color:transparent;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-input.focus{
  -webkit-box-shadow:none;
  box-shadow:none;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-input,
.rc-ScribeCodeEditorLanguagePicker .selectize-control.single .selectize-input.input-active{
  background:none;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-control.single .selectize-input:after{
  display:none;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-dropdown-content{
  padding:0;
  font-size:11px;
  text-align:left;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-dropdown [data-selectable],
.rc-ScribeCodeEditorLanguagePicker .selectize-dropdown .optgroup-header{
  padding:0 12px;
}
.rc-ScribeCodeEditorLanguagePicker .selectize-dropdown{
  top:auto !important;
  left:-5px !important;
  bottom:25px !important;
}
.rc-BounceLoader .spinner{
  margin:0 auto;
  width:70px;
  text-align:center;
}
.rc-BounceLoader .spinner > div{
  width:12px;
  height:12px;
  background-color:#fafafa;
  border-radius:100%;
  display:inline-block;
  -webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
  -o-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
  animation:sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rc-BounceLoader .spinner .bounce1{
  -webkit-animation-delay:-0.32s;
  -moz-animation-delay:-0.32s;
  -o-animation-delay:-0.32s;
  -ms-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.rc-BounceLoader .spinner .bounce2{
  -webkit-animation-delay:-0.16s;
  -moz-animation-delay:-0.16s;
  -o-animation-delay:-0.16s;
  -ms-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
@-webkit-keyframes sk-bouncedelay{
  0%, 80%, 100%{
    -webkit-transform:scale(0);
  }
  40%{
    -webkit-transform:scale(1);
  }
}
@-moz-keyframes sk-bouncedelay{
  0%, 80%, 100%{
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
  }
  40%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
  }
}
@-webkit-keyframes sk-bouncedelay{
  0%, 80%, 100%{
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
  }
  40%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
  }
}
@-o-keyframes sk-bouncedelay{
  0%, 80%, 100%{
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
  }
  40%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
  }
}
@keyframes sk-bouncedelay{
  0%, 80%, 100%{
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
  }
  40%{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
  }
}
.rc-AssetsListHeader{
  border-bottom:1px solid #e0e0e0;
  -webkit-box-shadow:0 1px 2px #e0e0e0;
  box-shadow:0 1px 2px #e0e0e0;
}
.rc-AssetsListHeader a{
  display:inline-block;
  padding-left:40px;
  height:50px;
  line-height:48px;
  text-decoration:none;
  color:#616161;
  cursor:default;
}
.rc-AssetsListHeader a:hover{
  text-decoration:none;
  color:#616161;
}
.rc-AssetsListHeader .asset-name-header{
  width:530px;
}
.rc-AssetsListHeader .asset-date-header{
  width:150px;
}
.rc-AssetsListHeader .asset-type-header{
  width:148px;
}
.rc-TeachInfiniteScroll .rc-BounceLoader{
  width:100%;
  height:80px;
  padding:20px 0;
  margin-top:40px;
}
.rc-TeachInfiniteScroll .rc-BounceLoader .spinner > div{
  background-color:#bdbdbd;
}
.rc-AssetUploader .uploader-wrapper{
  text-align:center;
  height:350px;
  border-top:1px solid #bdbdbd;
}
.rc-AssetUploader .uploader-wrapper .rc-AssetsList{
  margin:0;
}
.rc-AssetUploader .uploader-drop-zone-wrapper{
  padding:20px;
  border:1px dashed #bdbdbd;
  height:310px;
  margin:20px;
  position:relative;
}
.rc-AssetUploader .uploader-drop-zone-wrapper.active{
  border-color:#fff;
  outline:3px dashed #3887dd;
}
.rc-AssetUploader .uploader-drop-zone-wrapper.active .uploader-drop-zone{
  opacity:0.4;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40);
}
.rc-AssetUploader .uploader-drop-zone-wrapper.hidden{
  display:none;
}
.rc-AssetUploader .c-assetmanager-uploader{
  display:block !important;
}
.rc-AssetUploader .c-assetmanager-uploader form{
  position:static !important;
}
.rc-AssetUploader .c-assetmanager-uploader input[type=file]{
  width:100%;
}
.rc-AssetUploader .c-assetmanager-uploader input[type=submit]{
  display:none;
}
.rc-AssetUploader .upload-status-wrapper{
  width:100%;
  height:330px;
  overflow-y:auto;
}
.rc-AssetUploader .upload-status-info{
  color:#757575;
  font-size:15px;
}
.rc-AssetUploader .upload-status-bar{
  width:100%;
  height:10px;
  margin:-1px auto 10px;
  font-size:0;
  background-color:#f5f5f5;
  border:1px solid #eee;
}
.rc-AssetUploader .upload-status-bar .progress-bar{
  display:block;
  height:10px;
  font-size:0;
  background-color:#3887dd;
}
.rc-AssetUploader .uploader-action{
  border:1px solid #3887dd;
  display:inline-block;
  padding:8px 20px;
  min-width:120px;
  margin:85px 0 10px;
  background-color:#3887dd;
  color:#fff;
  font-size:15px;
}
.rc-AssetUploader .upload-guideline{
  color:#757575;
  font-size:15px;
  margin-bottom:40px;
}
.rc-AssetUploader .upload-note{
  color:#9e9e9e;
  font-size:13px;
}
.rc-AssetUploader .asset-files-list{
  padding:0;
  margin:0;
  list-style:none;
  text-align:left;
  font-size:15px;
}
.rc-AssetUploader .asset-files-list >li{
  padding:20px 40px;
  border-bottom:1px solid #eee;
}
.rc-AssetUploader .asset-files-list .asset-file-status{
  float:right;
  color:#9e9e9e;
}
.rc-AssetUploader .rc-AssetsList{
  text-align:left;
}
.asset-browser-footer{
  text-align:right;
  padding:25px;
  border-top:1px solid #eee;
}
.asset-browser-footer button{
  background-color:transparent;
  border:1px solid #3887dd;
  display:inline-block;
  padding:8px 20px;
  min-width:120px;
  margin-left:20px;
  color:#3887dd;
}
.asset-browser-footer button.active{
  background-color:#3887dd;
  color:#fff;
}
.asset-browser-footer button:disabled{
  background-color:#bdbdbd;
  border-color:#bdbdbd;
  color:#fff;
  cursor:not-allowed;
}
.asset-browser-footer .upload-complete-message{
  float:left;
  margin-top:8px;
  font-size:15px;
  color:#757575;
}
.rc-AssetModalCloseConfirmation{
  max-width:800px;
  height:400px;
  margin:25px 10px;
  border-radius:3px;
  border:1px solid #f1f1f1;
}
.rc-AssetModalCloseConfirmation .description{
  text-align:center;
  padding:21px;
}
.rc-AssetModalCloseConfirmation button{
  margin:0 10px;
}
.rc-AssetModalCloseConfirmation .cancel-button{
  color:#969696;
}
.rc-AssetModalCloseConfirmation .confirm-button{
  background-color:#e85628;
  border-color:#e85628;
}
.rc-AssetModalCloseConfirmation .confirm-button:hover{
  background-color:#ab3712;
}
.rc-AssetItem{
  padding:4px 0;
}
.rc-AssetItem button{
  display:block;
  padding:17px 40px;
  border-bottom:1px solid #eee;
  cursor:pointer;
  color:#616161;
  text-decoration:none;
}
.rc-AssetItem button:hover{
  background-color:#f5f5f5;
  color:#616161;
}
.rc-AssetItem button.selected{
  background-color:#d3f1f2;
  border-bottom-color:#fff;
}
.rc-AssetItem span{
  display:inline-block;
  vertical-align:middle;
}
.rc-AssetItem .asset-name{
  width:540px;
  padding-right:20px;
  white-space:nowrap;
  overflow:hidden;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
}
.rc-AssetItem .asset-date{
  width:190px;
}
.rc-AssetsList{
  padding:0;
  margin:0;
  margin-top:100px;
  list-style:none;
}
.rc-AssetsList .empty-assets-message{
  padding-top:117px;
  text-align:center;
  font-size:15px;
  color:#757575;
}
.rc-AssetsListHeaderV2{
  border-bottom:1px solid #e1e1e1;
}
.rc-AssetsListHeaderV2 h3{
  display:inline-block;
  padding-left:50px;
  padding-bottom:12px;
  font-size:1em;
  text-decoration:none;
  color:#757575;
  cursor:default;
}
.rc-AssetsListHeaderV2 .asset-name-header{
  width:530px;
}
.rc-AssetsListHeaderV2 .asset-date-header{
  width:150px;
}
.rc-AssetsListHeaderV2 .asset-type-header{
  width:148px;
}
.rc-AssetBrowser{
  padding:0;
  margin:0;
}
.rc-AssetBrowser .assets-wrapper{
  position:relative;
}
.rc-AssetBrowser .assets-wrapper .rc-AssetsList{
  margin-top:8px;
}
.rc-AssetBrowser .assets-wrapper .assets-loading-state{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-color:rgba(255,255,255,0.6);
  padding-top:100px;
  text-align:center;
}
@-webkit-keyframes a{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes a{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.UppyAnimation-zoomOutLeft{-webkit-animation-name:a;animation-name:a;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}[aria-label][role~=tooltip]{position:relative}[aria-label][role~=tooltip]:after,[aria-label][role~=tooltip]:before{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;opacity:0;pointer-events:none;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);position:absolute;box-sizing:border-box;z-index:10;-webkit-transform-origin:top;transform-origin:top}[aria-label][role~=tooltip]:before{background-size:100% auto!important;content:""}[aria-label][role~=tooltip]:after{background:hsla(0,0%,7%,.9);border-radius:4px;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);text-transform:var(--microtip-text-transform,none);padding:.5em 1em;white-space:nowrap;box-sizing:content-box}[aria-label][role~=tooltip]:focus:after,[aria-label][role~=tooltip]:focus:before,[aria-label][role~=tooltip]:hover:after,[aria-label][role~=tooltip]:hover:before{opacity:1;pointer-events:auto}[role~=tooltip][data-microtip-position|=top]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-bottom:5px}[role~=tooltip][data-microtip-position|=top]:after{margin-bottom:11px}[role~=tooltip][data-microtip-position|=top]:before{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);bottom:100%;left:50%}[role~=tooltip][data-microtip-position|=top]:hover:before{-webkit-transform:translate3d(-50%,-5px,0);transform:translate3d(-50%,-5px,0)}[role~=tooltip][data-microtip-position|=top]:after{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);bottom:100%;left:50%}[role~=tooltip][data-microtip-position=top]:hover:after{-webkit-transform:translate3d(-50%,-5px,0);transform:translate3d(-50%,-5px,0)}[role~=tooltip][data-microtip-position=top-left]:after{-webkit-transform:translate3d(calc(-100% + 16px),0,0);transform:translate3d(calc(-100% + 16px),0,0);bottom:100%}[role~=tooltip][data-microtip-position=top-left]:hover:after{-webkit-transform:translate3d(calc(-100% + 16px),-5px,0);transform:translate3d(calc(-100% + 16px),-5px,0)}[role~=tooltip][data-microtip-position=top-right]:after{-webkit-transform:translate3d(calc(0% + -16px),0,0);transform:translate3d(calc(0% + -16px),0,0);bottom:100%}[role~=tooltip][data-microtip-position=top-right]:hover:after{-webkit-transform:translate3d(calc(0% + -16px),-5px,0);transform:translate3d(calc(0% + -16px),-5px,0)}[role~=tooltip][data-microtip-position|=bottom]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-top:5px;margin-bottom:0}[role~=tooltip][data-microtip-position|=bottom]:after{margin-top:11px}[role~=tooltip][data-microtip-position|=bottom]:before{-webkit-transform:translate3d(-50%,-10px,0);transform:translate3d(-50%,-10px,0);bottom:auto;left:50%;top:100%}[role~=tooltip][data-microtip-position|=bottom]:hover:before{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}[role~=tooltip][data-microtip-position|=bottom]:after{-webkit-transform:translate3d(-50%,-10px,0);transform:translate3d(-50%,-10px,0);top:100%;left:50%}[role~=tooltip][data-microtip-position=bottom]:hover:after{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}[role~=tooltip][data-microtip-position=bottom-left]:after{-webkit-transform:translate3d(calc(-100% + 16px),-10px,0);transform:translate3d(calc(-100% + 16px),-10px,0);top:100%}[role~=tooltip][data-microtip-position=bottom-left]:hover:after{-webkit-transform:translate3d(calc(-100% + 16px),0,0);transform:translate3d(calc(-100% + 16px),0,0)}[role~=tooltip][data-microtip-position=bottom-right]:after{-webkit-transform:translate3d(calc(0% + -16px),-10px,0);transform:translate3d(calc(0% + -16px),-10px,0);top:100%}[role~=tooltip][data-microtip-position=bottom-right]:hover:after{-webkit-transform:translate3d(calc(0% + -16px),0,0);transform:translate3d(calc(0% + -16px),0,0)}[role~=tooltip][data-microtip-position=left]:after,[role~=tooltip][data-microtip-position=left]:before{bottom:auto;left:auto;right:100%;top:50%;-webkit-transform:translate3d(10px,-50%,0);transform:translate3d(10px,-50%,0)}[role~=tooltip][data-microtip-position=left]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-right:5px;margin-bottom:0}[role~=tooltip][data-microtip-position=left]:after{margin-right:11px}[role~=tooltip][data-microtip-position=left]:hover:after,[role~=tooltip][data-microtip-position=left]:hover:before{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}[role~=tooltip][data-microtip-position=right]:after,[role~=tooltip][data-microtip-position=right]:before{bottom:auto;left:100%;top:50%;-webkit-transform:translate3d(-10px,-50%,0);transform:translate3d(-10px,-50%,0)}[role~=tooltip][data-microtip-position=right]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-bottom:0;margin-left:5px}[role~=tooltip][data-microtip-position=right]:after{margin-left:11px}[role~=tooltip][data-microtip-position=right]:hover:after,[role~=tooltip][data-microtip-position=right]:hover:before{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}[role~=tooltip][data-microtip-size=small]:after{white-space:normal;width:80px}[role~=tooltip][data-microtip-size=medium]:after{white-space:normal;width:150px}[role~=tooltip][data-microtip-size=large]:after{white-space:normal;width:260px}.uppy{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif;line-height:1}.uppy *,.uppy :after,.uppy :before{box-sizing:inherit}.UppyIcon{max-width:100%;max-height:100%;fill:currentColor;display:inline-block;vertical-align:text-top;overflow:hidden}.UppyIcon--svg-baseline{bottom:-.125em;position:relative}.UppyButton--circular{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;box-shadow:1px 2px 4px 0 rgba(0,0,0,.2);border-radius:50%;cursor:pointer;transition:all .3s}.UppyButton--blue{color:#fff;background-color:#4a90e2}.UppyButton--blue:focus,.UppyButton--blue:hover{background-color:#2275d7}.UppyButton--white{color:#525252;background-color:#fff}.UppyButton--white:focus,.UppyButton--white:hover{color:#fff;background-color:#2275d7}.UppyButton--yellow{color:#fff;background-color:#ffd600}.UppyButton--yellow:focus,.UppyButton--yellow:hover{background-color:#e6c100}.UppyButton--green{color:#fff;background-color:#7ac824}.UppyButton--green:focus,.UppyButton--green:hover{background-color:#609d1c}.UppyButton--red{color:#fff;background-color:#d32f2f}.UppyButton--red:focus,.UppyButton--red:hover{background-color:#ab2424}.UppyButton--sizeM{width:60px;height:60px}.UppyButton--sizeS{width:45px;height:45px}.uppy-FileInput-container{margin-bottom:15px}.uppy-FileInput-btn{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;font-family:sans-serif;font-size:.85em;padding:10px 15px;color:#1b5dab;border:1px solid #1b5dab;border-radius:8px;cursor:pointer}.uppy-FileInput-btn:hover{background-color:#1b5dab;color:#fff}.uppy-Informer{position:absolute;bottom:0;left:0;right:0;text-align:center;font-size:12px;font-weight:500;padding:0 15px;height:30px;line-height:30px;background-color:#000;color:#fff;opacity:1;-webkit-transform:none;transform:none;transition:all .3s ease-in;z-index:1004}.uppy-Dashboard--wide .uppy-Informer{height:40px;line-height:40px;font-size:13px}.uppy-Informer[aria-hidden=true]{opacity:0;-webkit-transform:translateY(200%);transform:translateY(200%);transition:all .3s ease-in}.uppy-Informer p{margin:0;padding:0;height:30px;line-height:30px}.uppy-Dashboard--wide .uppy-Informer p{height:40px;line-height:40px}.uppy-Informer span{line-height:12px;width:13px;height:13px;display:inline-block;vertical-align:middle;background-color:#fff;border-radius:50%;position:relative;top:-1px;left:3px;font-size:10px;margin-left:-1px}.uppy-Informer span:after{line-height:1.3;word-wrap:break-word}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard-isOpen{overflow:hidden;height:100vh}.uppy-Dashboard--modal .uppy-Dashboard-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);z-index:1001}.uppy-Dashboard-inner{position:relative;background-color:#fafafa;max-width:100%;max-height:100%;width:100%;height:100%;overflow:hidden;outline:none;border:1px solid hsla(0,0%,58%,.2)}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}@media only screen and (min-width:768px){.uppy-Dashboard-inner{width:750px;height:550px;border-radius:5px}}.uppy-Dashboard-innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:hidden;min-height:300px}.uppy-Dashboard--modal .uppy-Dashboard-inner{position:fixed;top:0;left:0;border:none}@media only screen and (min-width:768px){.uppy-Dashboard--modal .uppy-Dashboard-inner{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);box-shadow:0 0 20px 7px hsla(0,0%,58%,.15)}}.uppy-Dashboard-close{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;display:none;position:absolute;top:7px;right:7px;cursor:pointer;color:#858585;transition:all .2s}.uppy-Dashboard-close:hover{color:#4a90e2}.uppy-Dashboard-close .UppyIcon{width:12px;height:12px}.uppy-Dashboard--wide .uppy-Dashboard-close{top:10px;right:8px}.uppy-Dashboard--wide .uppy-Dashboard-close .UppyIcon{width:14px;height:14px}.uppy-Dashboard--modal .uppy-Dashboard-close{z-index:1005;display:block}.uppy-DashboardTabs{padding-top:7px;padding-bottom:7px;border-bottom:1px dashed #b9b9b9}.uppy-DashboardTabs[aria-hidden=true]{display:none}.uppy-DashboardTabs-title{font-size:15px;line-height:30px;font-weight:400;margin:0;padding:0;text-align:center;color:#525252}.uppy-Dashboard--wide .uppy-DashboardTabs-title{font-size:17px;line-height:40px}.uppy-Dashboard-browse{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;cursor:pointer;color:#2275d7}.uppy-DashboardTabs-list{list-style-type:none;margin:0;padding:0;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}.uppy-DashboardTab{width:70px;margin:0;display:inline-block;text-align:center}.uppy-Dashboard--wide .uppy-DashboardTab{width:75px;margin:0 5px}.uppy-DashboardTab-btn{width:100%;cursor:pointer;border:0;background-color:transparent;-webkit-appearance:none;transition:all .3s;color:#535353}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus,.uppy-DashboardTab-btn:hover{color:#4a90e2}.uppy-DashboardTab-name{font-size:8px;margin-top:5px;margin-bottom:0;font-weight:400;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.uppy-Dashboard--wide .uppy-DashboardTab-name{font-size:9px}.uppy-DashboardTab .UppyIcon{width:18px;height:18px;vertical-align:middle}.uppy-Dashboard--wide .uppy-DashboardTab .UppyIcon{width:23px;height:23px}.uppy-Dashboard-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.uppy-DashboardContent-bar{position:absolute;top:0;left:0;height:40px;width:100%;border-bottom:1px solid hsla(0,0%,58%,.3);z-index:1004;background-color:#f5f5f5}.uppy-Dashboard--wide .uppy-DashboardContent-bar{height:50px}.uppy-DashboardContent-title{position:absolute;top:0;left:0;right:0;text-align:center;font-size:14px;line-height:40px;font-weight:400;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden;margin:auto}.uppy-Dashboard--wide .uppy-DashboardContent-title{font-size:16px;line-height:50px;max-width:300px}.uppy-DashboardContent-titleFile{text-decoration:underline}.uppy-DashboardContent-back{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;position:absolute;top:0;left:15px;font-size:14px;line-height:40px;font-weight:500;cursor:pointer;color:#4a90e2}.uppy-Dashboard--wide .uppy-DashboardContent-back{font-size:15px;line-height:50px}.uppy-DashboardContent-back .UppyIcon{position:relative;margin-right:3px}.uppy-DashboardContent-panel{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transform:translateY(-105%);transform:translateY(-105%);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;will-change:transform;background-color:#f5f5f5;box-shadow:0 0 10px 5px rgba(0,0,0,.15);padding-top:40px;overflow:hidden;z-index:1004}.uppy-Dashboard--wide .uppy-DashboardContent-panel{padding-top:50px}.uppy-DashboardContent-panel[aria-hidden=false]{-webkit-transform:none;transform:none}.uppy-Dashboard-progress{position:absolute;bottom:0;left:0;width:100%;height:12%}.uppy-Dashboard-progressBarContainer.is-active{z-index:1004;position:absolute;top:0;left:0;width:100%;height:100%}.uppy-Dashboard-next{position:absolute;top:0;left:0;width:100%;height:100%;background:none;background-color:hsla(0,0%,58%,.7);-webkit-appearance:none;border:0;z-index:1002;transition:background-color .5s;color:#fff;font-family:inherit;font-size:14px;line-height:1;padding:0;margin:0;outline:none;cursor:not-allowed}.uppy-Dashboard-next.is-active{cursor:pointer;background-color:#4a90e2}.uppy-Dashboard-next.is-active:hover{background-color:#1b5dab}.uppy-Dashboard-filesContainer{position:relative;overflow-y:hidden;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.uppy-Dashboard-filesContainer:after{content:"";display:table;clear:both}.uppy-Dashboard-files{margin:0;padding:10px;padding-top:15px;overflow-y:auto;position:absolute;top:0;left:0;right:0;bottom:0}.uppy-Dashboard.drag .uppy-Dashboard-innerWrap{background-color:#e6e6e6}.uppy-Dashboard.drag .uppy-Dashboard-files--noFiles{border-color:#b1b1b1}.uppy-Dashboard-bgIcon{width:100%;max-width:360px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.7;transition:all .3s;padding:0 20px}.uppy-Dashboard-bgIcon .UppyIcon{width:100%;height:80px;fill:none;stroke:#525252}.uppy-Dashboard--wide .uppy-Dashboard-bgIcon .UppyIcon{height:110px}.uppy-Dashboard.drag .uppy-Dashboard-bgIcon{opacity:1}.uppy-Dashboard-dropFilesTitle{text-align:center;font-size:15px;line-height:1.45;font-weight:400;color:#525252;margin:0;margin-top:25px}.uppy-Dashboard--wide .uppy-Dashboard-dropFilesTitle{font-size:18px}.uppy-Dashboard-note{font-size:12px;line-height:1.2;text-align:center;margin-top:20px;color:#525252}.uppy-Dashboard--wide .uppy-Dashboard-note{font-size:13px}.uppy-DashboardItem{list-style:none;margin:10px 0;position:relative;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uppy-Dashboard--wide .uppy-DashboardItem{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;float:left;width:140px;height:170px;margin:5px 15px;border:0;background-color:initial}.uppy-DashboardItem-preview{width:60px;height:60px;border-bottom:0;position:relative;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}.uppy-Dashboard--wide .uppy-DashboardItem-preview{width:100%;height:100px;border:0}.uppy-DashboardItem-sourceIcon{display:inline-block;vertical-align:middle;width:7px;height:7px;color:hsla(0,0%,58%,.6)}.uppy-Dashboard--wide .uppy-DashboardItem-sourceIcon{width:10px;height:10px}.uppy-DashboardItem-previewInnerWrap{width:100%;height:100%;overflow:hidden;position:relative;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.uppy-Dashboard--wide .uppy-DashboardItem-previewInnerWrap{box-shadow:0 1px 3px rgba(0,0,0,.2);border-radius:3px}.uppy-DashboardItem-previewInnerWrap:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.65);display:none;z-index:1001}.uppy-DashboardItem-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.uppy-DashboardItem-previewIconWrap{height:85%;position:relative}.uppy-DashboardItem-previewIconBg{height:100%;-webkit-filter:drop-shadow(rgba(0,0,0,.1) 0 0 1px);filter:drop-shadow(rgba(0,0,0,.1) 0 0 1px)}.uppy-DashboardItem-previewIcon{width:25%;max-height:55%;z-index:100;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.uppy-Dashboard--wide .uppy-DashboardItem-previewIcon{width:40%;max-height:80%}.uppy-DashboardItem-info{padding:10px 19px 0 25px;position:relative;max-width:70%}.uppy-Dashboard--wide .uppy-DashboardItem-info{width:100%;max-width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:3px;border-top:0}.uppy-DashboardItem-name{font-size:11px;line-height:1.35;font-weight:500;margin:0;padding:0;max-height:28px;margin-bottom:3px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uppy-Dashboard--wide .uppy-DashboardItem-name{word-break:break-all;white-space:normal}.uppy-DashboardItem-name a{text-decoration:underline;color:#000}.uppy-DashboardItem-status{font-size:11px;font-weight:400;color:#939393;margin-bottom:4px}.uppy-DashboardItem-statusSize{display:inline-block;vertical-align:bottom;text-transform:uppercase;margin-right:3px}.uppy-DashboardItem-copyLink,.uppy-DashboardItem-edit{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;font-size:12px;text-align:left;cursor:pointer;position:absolute;top:12px;right:4px}.uppy-Dashboard--wide .uppy-DashboardItem-copyLink,.uppy-Dashboard--wide .uppy-DashboardItem-edit{top:9px;right:3px}.uppy-DashboardItem-edit .UppyIcon{width:11px;height:11px;color:#525252}.uppy-Dashboard--wide .uppy-DashboardItem-edit .UppyIcon{width:12px;height:12px}.uppy-DashboardItem-copyLink .UppyIcon{width:11px;height:11px;color:#525252}.uppy-Dashboard--wide .uppy-DashboardItem-copyLink .UppyIcon{width:13px;height:13px}.uppy-DashboardItem-action{position:absolute;top:8px;right:5px;z-index:1002}.uppy-Dashboard--wide .uppy-DashboardItem-action{top:-8px;right:-8px}.uppy-DashboardItem-remove{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;cursor:pointer;color:#858585;width:16px;height:16px}.uppy-Dashboard--wide .uppy-DashboardItem-remove{width:20px;height:20px;color:#666}.uppy-DashboardItem.is-inprogress:not(.is-resumable) .uppy-DashboardItem-remove{display:none}.uppy-DashboardItem-progress{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1002;color:#fff;text-align:center;width:120px;display:none;transition:all .35 ease}.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress{-webkit-transform:initial;transform:none;top:-9px;right:-8px;left:auto;width:auto}.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress,.uppy-DashboardItem.is-error .uppy-DashboardItem-progress,.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-progress{display:block}.uppy-DashboardItem-progressIndicator{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;width:38px;height:38px;opacity:.9;cursor:pointer;transition:all .35s ease}.uppy-Dashboard--wide .uppy-DashboardItem-progressIndicator{width:55px;height:55px}.uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator{width:18px;height:18px}.uppy-Dashboard--wide .uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator{width:28px;height:28px}.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator{width:18px;height:18px;opacity:1}.uppy-Dashboard--wide .uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator{width:25px;height:25px}.uppy-DashboardItem-progressInfo{font-size:9px;line-height:1;font-weight:500;height:10px;display:none;position:absolute;bottom:-10px;left:0;width:100%;text-shadow:0 1px 0 rgba(0,0,0,.3)}.uppy-Dashboard--wide .uppy-DashboardItem-progressInfo{display:block}.UppyIcon-progressCircle{width:100%;height:100%}.uppy-DashboardItem .bg{stroke:hsla(0,0%,100%,.4);opacity:0}.uppy-DashboardItem .progress{stroke:#fff;transition:stroke-dashoffset .5s ease-out;opacity:0}.uppy-DashboardItem .play{stroke:#fff;display:none}.uppy-DashboardItem .cancel,.uppy-DashboardItem .pause,.uppy-DashboardItem .play{fill:#fff;opacity:0;transition:all .2s}.uppy-DashboardItem .pause{stroke:#fff;display:none}.uppy-DashboardItem.is-error .retry{fill:#fff}.uppy-DashboardItem.is-resumable .pause,.uppy-DashboardItem.is-resumable .play{display:block}.uppy-DashboardItem.is-resumable .cancel{display:none}.UppyIcon-progressCircle .check{opacity:0;fill:#fff;transition:all .2s}.uppy-DashboardItem.is-inprogress .bg,.uppy-DashboardItem.is-inprogress .cancel,.uppy-DashboardItem.is-inprogress .pause,.uppy-DashboardItem.is-inprogress .progress{opacity:1}.uppy-DashboardItem.is-error .uppy-DashboardItem-previewInnerWrap:after,.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-previewInnerWrap:after{display:block}.uppy-DashboardItem.is-paused .pause{opacity:0}.uppy-DashboardItem.is-paused .play{opacity:1}.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator{cursor:default}.uppy-DashboardItem.is-complete .progress{stroke:#7ac824;fill:#7ac824;opacity:1}.uppy-DashboardItem.is-complete .check{opacity:1}.uppy-DashboardItem-progressNum{position:relative;z-index:1001}.uppy-DashboardItem-progressInner{height:15px;background-color:#4a90e2;position:absolute;top:0;left:0}.uppy-Dashboard-actions{text-align:center;position:absolute;bottom:16px;right:16px;z-index:1002}.uppy-Dashboard--wide .uppy-Dashboard-actions{bottom:20px;right:20px}.uppy-Dashboard-pauseResume .UppyIcon{width:100%;height:100%}.uppy-Dashboard-upload{position:relative;width:50px;height:50px}.uppy-Dashboard--wide .uppy-Dashboard-upload{width:60px;height:60px}.uppy-Dashboard-upload .UppyIcon{position:relative;top:1px;width:50%}.uppy-Dashboard-uploadCount{position:absolute;top:-12px;right:-12px;background-color:#7ac824;color:#fff;border-radius:50%;width:16px;height:16px;line-height:16px;font-size:8px}.uppy-Dashboard--wide .uppy-Dashboard-uploadCount{width:18px;height:18px;line-height:18px;font-size:9px}.uppy-DashboardFileCard{-webkit-transform:translateY(0);transform:translateY(0);transition:all .25s ease-in-out;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1004;box-shadow:0 0 10px 4px rgba(0,0,0,.1);background-color:#fff}.uppy-DashboardFileCard[aria-hidden=true]{-webkit-transform:translateY(-105%);transform:translateY(-105%)}.uppy-DashboardFileCard-inner{height:100%;padding-top:40px}.uppy-Dashboard--wide .uppy-DashboardFileCard-inner{padding-top:50px}.uppy-DashboardFileCard-preview{height:45%;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;border-bottom:1px solid hsla(0,0%,58%,.3);background-color:#f9f9f9;position:relative}.uppy-DashboardFileCard-preview img{box-shadow:0 3px 20px rgba(0,0,0,.15);max-width:90%;max-height:90%;-o-object-fit:cover;object-fit:cover}.uppy-DashboardFileCard-info{padding:30px 20px 20px;height:55%;overflow-y:auto}.uppy-DashboardFileCard-fieldset{font-size:0;border:0;padding:0;max-width:450px;margin:auto;margin-bottom:15px}.uppy-DashboardFileCard-label{display:inline-block;vertical-align:middle;width:25%;font-size:11px;color:#525252}.uppy-Dashboard--wide .uppy-DashboardFileCard-label{font-size:13px}.uppy-DashboardFileCard-input{display:inline-block;vertical-align:middle;width:75%;border:0;border-bottom:1px solid rgba(82,82,82,.3);outline:none;font-size:16px;line-height:1.8;padding-left:5px;margin:auto}.uppy-DashboardFileCard-input:focus{border-color:#525252}.uppy-DashboardFileCard-done{width:50px;height:50px}.uppy-Dashboard--wide .uppy-DashboardFileCard-done{width:60px;height:60px}.uppy-DashboardFileCard-done .UppyIcon{width:25px;height:25px}.uppy-Dashboard--wide .uppy-DashboardFileCard-done .UppyIcon{width:30px;height:30px}.uppy-Dashboard--wide .uppy-StatusBar{height:40px;line-height:40px;font-size:14px}.uppy-DragDrop-container{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;border-radius:7px;background-color:#fff}.uppy-DragDrop-inner{margin:0;text-align:center;padding:80px 20px;line-height:1.4}.uppy-DragDrop-arrow{width:60px;height:60px;fill:#e0e0e0;margin-bottom:17px}.uppy-DragDrop-container.is-dragdrop-supported{border:2px dashed;border-color:#adadad}.uppy-DragDrop-container.drag{border-color:#939393;background-color:#e6e6e6}.uppy-DragDrop-container.drag .uppy-DragDrop-arrow{fill:#939393}.uppy-DragDrop-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.uppy-DragDrop-label{display:block;cursor:pointer;font-size:1.15em;margin-bottom:5px}.uppy-DragDrop-note{font-size:1em;color:#adadad}.uppy-DragDrop-dragText{color:#4a90e2}.uppy-Provider-auth,.uppy-Provider-error,.uppy-Provider-loading{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;height:100%}.uppy-Provider-authTitle{font-size:22px;line-height:1.35;font-weight:300;margin-bottom:30px;padding:0 15px;max-width:500px;text-align:center}.uppy-Provider-authBtn{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;border-radius:6px;background-color:#4a90e2;color:#fff;font-size:20px;font-weight:400;padding:12px 46px;transition:background-color .3s;text-decoration:none;margin-bottom:20px;cursor:pointer}.uppy-Provider-authBtn:hover{background-color:#2275d7;color:#fff}.uppy-Provider-breadcrumbs button{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;cursor:pointer;font-size:14px}.uppy-Provider-breadcrumbs button:hover{text-decoration:underline}.uppy-Provider-breadcrumbs button:focus{outline:1px dotted #aaa}.uppy-Provider-breadcrumbs li{display:inline-block;margin:0}.uppy-Provider-breadcrumbs li~li:before{content:"/";padding:0 10px}.uppy-ProviderBrowser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:13px;font-weight:400;height:100%}.uppy-ProviderBrowser-user{margin:16px 0}.uppy-ProviderBrowser-header{z-index:1001;border-bottom:1px solid #ebebeb;position:relative}::-webkit-input-placeholder{color:hsla(0,0%,47%,.75)}::-moz-placeholder{color:hsla(0,0%,47%,.75)}:-ms-input-placeholder{color:hsla(0,0%,47%,.75)}.uppy-ProviderBrowser-headerBar{line-height:50px;padding-left:16px;z-index:1001}.uppy-ProviderBrowser-headerBar,.uppy-ProviderBrowser-search{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f9f9f9}.uppy-ProviderBrowser-search{position:absolute;top:0;left:0;width:100%;z-index:1002;-webkit-transform:translateY(-50px);transform:translateY(-50px);transition:all .2s}.uppy-ProviderBrowser-search:not([aria-hidden=true]){-webkit-transform:translate(0);transform:translate(0)}.uppy-ProviderBrowser-search input{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:transparent;outline:0;font-size:15px;font-weight:400;line-height:50px;border:0;padding:0 16px}.uppy-ProviderBrowser-searchToggle{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;width:15px;cursor:pointer;color:#939393;transition:all .2s}.uppy-ProviderBrowser-searchToggle:hover{color:#000}.uppy-ProviderBrowser-searchClose{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;cursor:pointer;width:12px;color:#939393;transition:all .2s;position:relative;right:16px}.uppy-ProviderBrowser-searchClose:hover{color:#000}.uppy-ProviderBrowser-userLogout{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;margin-right:16px;cursor:pointer}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}.uppy-Provider-breadcrumbs{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#000;font-size:12px;list-style-type:none;padding:0;margin:0;margin-left:16px}.uppy-ProviderBrowser-breadcrumbs span{font-size:16px;margin-left:32px}.uppy-ProviderBrowser-breadcrumbs span.active{color:#525252;-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:500}.uppy-ProviderBrowser-body{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.uppy-ProviderBrowser-list{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;display:block;width:100%;height:100%;background-color:#fff;border-spacing:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;bottom:0;left:0;right:0;list-style:none;margin:0;padding:0}.uppy-ProviderBrowserItem-inner{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;cursor:pointer;font-weight:600}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowser-list{padding-top:6px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem{padding:10px 14px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img{vertical-align:text-top;margin-right:3px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox label:before{border-color:rgba(82,82,82,.3)}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox input:checked+label:before{border-color:#4a90e2}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowser-list{display:-webkit-box;display:-ms-flexbox;display:flex;-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;padding:3px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowser-list:after{content:"";-webkit-box-flex:1;-ms-flex:auto;flex:auto}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem{display:inline-block;width:33.3333%;position:relative;padding:3px;opacity:.9}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--selected{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner{width:100%;height:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem img{width:100%;height:100%;vertical-align:middle}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox{position:absolute;top:8px;right:10px;margin-right:0}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox label:before{background-color:#4a90e2}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox input+label{opacity:0}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox input:checked+label{opacity:1}.uppy-Dashboard--wide .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem{width:20%}.uppy-ProviderBrowserItem-checkbox input{opacity:0}.uppy-ProviderBrowserItem-checkbox{position:relative;display:inline-block;top:-3px;margin-right:25px}.uppy-ProviderBrowserItem-checkbox label{display:block}.uppy-ProviderBrowserItem-checkbox label:after,.uppy-ProviderBrowserItem-checkbox label:before{position:absolute;cursor:pointer}.uppy-ProviderBrowserItem-checkbox label:before{content:"";display:inline-block;height:20px;width:20px;top:0;border:1px solid #4a90e2;background-color:#fff;border-radius:50%}.uppy-ProviderBrowserItem-checkbox label:after{content:"";display:inline-block;height:5px;width:8px;left:6px;top:7px;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uppy-ProviderBrowserItem-checkbox input+label:after{content:none}.uppy-ProviderBrowserItem-checkbox input:checked+label:after{content:""}.uppy-ProviderBrowserItem-checkbox input:checked+label:before{background-color:#4a90e2}.uppy-ProviderBrowserItem-checkbox input:focus+label:before{outline:5px auto #3b99fc}.uppy-ProviderBrowser-doneBtn{position:absolute;bottom:16px;right:16px;z-index:1002;width:50px;height:50px}.uppy-Dashboard--wide .uppy-ProviderBrowser-doneBtn{width:60px;height:60px}.uppy-ProviderBrowser-doneBtn .UppyIcon{width:30px;height:30px}.uppy-Url{width:100%;height:100%;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}.uppy-Url-input{width:80%;height:50px;padding-left:10px;font-size:15px;border:1px solid hsla(0,0%,58%,.5);border-right:0}.uppy-Url-importButton{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;width:100px;height:50px;color:#fff;background-color:#4a90e2;cursor:pointer;font-size:16px;padding:12px}.uppy-ProgressBar{position:absolute;top:0;left:0;width:100%;height:3px;z-index:10000;transition:height .2s}.uppy-ProgressBar[aria-hidden=true]{height:0}.uppy-ProgressBar-inner{background-color:#4a90e2;box-shadow:0 0 10px rgba(74,144,226,.7);height:100%;width:0;transition:width .4s ease}.uppy-ProgressBar-percentage{display:none;text-align:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff}.uppy-StatusBar{position:relative;height:30px;line-height:30px;font-size:12px;font-weight:500;color:#fff;background-color:rgba(82,82,82,.7);box-shadow:1px 1px 4px 0 rgba(82,82,82,.3);z-index:1001;transition:height .2s}.uppy-StatusBar[aria-hidden=true]{overflow-y:hidden;height:0}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#7ac824}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#d32f2f}.uppy-StatusBar.is-complete .uppy-StatusBar-content{text-align:center;padding-left:0}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff;height:65px;line-height:65px}.uppy-StatusBar-progress{background-color:#4a90e2;height:100%;position:absolute;z-index:1001;transition:background-color,width .3s ease-out}.uppy-StatusBar-progress.is-indeterminate{background-size:64px 64px;background-image:linear-gradient(45deg,#2275d7 25%,transparent 0,transparent 50%,#2275d7 0,#2275d7 75%,transparent 0,transparent);-webkit-animation:b 1s linear infinite;animation:b 1s linear infinite}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}@-webkit-keyframes b{0%{background-position:64px 0}to{background-position:0 0}}@keyframes b{0%{background-position:64px 0}to{background-position:0 0}}.uppy-StatusBar-content{position:relative;z-index:1002;padding-left:15px;white-space:nowrap;text-overflow:ellipsis;color:#fff}.uppy-StatusBar-statusIndicator{color:#fff;margin-right:8px}button.uppy-StatusBar-statusIndicator{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;margin-right:8px;cursor:pointer}.uppy-StatusBar-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;right:15px;z-index:1004}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{left:20px;right:auto}.uppy-StatusBar-actionBtn{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;font-size:13px;line-height:1em;font-weight:400;padding:7px 10px;border-radius:4px;cursor:pointer;transition:all .2s}.uppy-StatusBar-actionBtn:not(:last-child){margin-right:5px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn{padding:13px 30px;font-size:15px}.uppy-StatusBar-actionBtn--upload{background-color:#fff;color:#4a90e2}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#4a90e2;color:#fff}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#1b5dab}.uppy-StatusBar-actionBtn--retry,.uppy-StatusBar-details{background-color:#fff;color:#d32f2f}.uppy-StatusBar-details{line-height:12px;width:13px;height:13px;display:inline-block;vertical-align:middle;border-radius:50%;position:relative;top:-1px;left:6px;font-size:10px;text-align:center}.uppy-StatusBar-details:after{line-height:1.3;word-wrap:break-word}.uppy-Webcam-container{width:100%;height:100%;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}.uppy-Webcam-videoContainer{width:100%;height:100%}.uppy-Dashboard--wide .uppy-Webcam-videoContainer{height:auto}.uppy-Webcam-video{width:100%;height:100%;max-width:100%;max-height:100%}.uppy-Webcam-video--mirrored{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.uppy-Webcam-buttonContainer{position:absolute;bottom:30px;right:30px}.uppy-Webcam-recordButton .UppyIcon{width:50%;height:50%;position:relative;top:-1px}.uppy-Webcam-permissons{padding:15px;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;height:100%}.uppy-Webcam-permissons p{line-height:1.4}.uppy-Webcam-Title{font-size:22px;line-height:1.35;font-weight:300;margin-bottom:30px;padding:0 15px;max-width:500px;text-align:center}.rc-AssetUploaderV2 .uppy{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.asset-browser-footerV2{
  text-align:right;
  padding:25px 15px;
}
.asset-browser-footerV2 button{
  display:inline-block;
  padding:8px 20px;
  margin-top:5px;
  min-width:120px;
  margin-left:20px;
}
.rc-AssetAdminModalV2 .rc-Modal .c-modal-content{
  border:1px solid #bdbdbd;
  border-radius:0;
  width:840px;
  height:625px;
}
.rc-AssetAdminModalV2 .rc-Modal .c-modal-content .c-modal-x-out{
  font-size:18px;
  top:10px;
  right:15px;
}
.rc-AssetAdminModalV2 .initial-loading{
  text-align:center;
  padding-top:165px;
  height:365px;
}
.rc-AssetAdminModalV2 .rc-BounceLoader .spinner > div{
  background-color:#bdbdbd;
}
.rc-AssetAdminModalV2 .asset-modal-header{
  background-color:#eee;
  padding-top:2px;
  border-bottom:1px solid #e0e0e0;
  height:50px;
  margin-left:-1px;
}
.rc-AssetAdminModalV2 .asset-modal-header button{
  display:inline-block;
  padding:0 40px;
  height:49px;
  cursor:pointer;
  font:16px/46px "HelveticaNeue-Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration:none;
  color:#333;
}
.rc-AssetAdminModalV2 .asset-modal-header button.active{
  background-color:#fff;
  border:1px solid #e0e0e0;
  border-bottom:none;
}
.rc-AssetAdminModalV2 .asset-modal-header .asset-name-header{
  width:540px;
}
.rc-AssetAdminModalV2 .folder-name{
  margin:30px 20px 20px;
  font:15px "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.rc-AssetAdminModalV2 .rc-AssetBrowser .assets-wrapper{
  height:350px;
}
.rc-AssetAdminModalV2 .rc-AssetBrowser .scrollable-assets-list,
.rc-AssetAdminModalV2 .rc-AssetBrowser .empty-assets-message{
  height:248px;
  overflow-y:auto;
}
.rc-AssetAdminModal .rc-Modal .c-modal-content{
  border:1px solid #bdbdbd;
  border-radius:0;
  padding:0;
  width:840px;
}
.rc-AssetAdminModal .rc-Modal .c-modal-content .c-modal-x-out{
  font-size:18px;
  top:10px;
  right:15px;
}
.rc-AssetAdminModal .initial-loading{
  text-align:center;
  padding-top:165px;
  height:365px;
}
.rc-AssetAdminModal .rc-BounceLoader .spinner > div{
  background-color:#bdbdbd;
}
.rc-AssetAdminModal .asset-modal-header{
  background-color:#eee;
  padding-top:2px;
  border-bottom:1px solid #e0e0e0;
  height:50px;
  margin-left:-1px;
}
.rc-AssetAdminModal .asset-modal-header button{
  display:inline-block;
  padding:0 40px;
  height:49px;
  cursor:pointer;
  font:16px/46px "HelveticaNeue-Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration:none;
  color:#333;
}
.rc-AssetAdminModal .asset-modal-header button.active{
  background-color:#fff;
  border:1px solid #e0e0e0;
  border-bottom:none;
}
.rc-AssetAdminModal .asset-modal-header .asset-name-header{
  width:540px;
}
.rc-AssetAdminModal .folder-name{
  margin:30px 40px 20px;
  font:15px "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.rc-AssetAdminModal .rc-AssetBrowser .assets-wrapper{
  height:300px;
}
.rc-AssetAdminModal .rc-AssetBrowser .scrollable-assets-list,
.rc-AssetAdminModal .rc-AssetBrowser .empty-assets-message{
  height:248px;
  overflow-y:auto;
}
.rc-AssetAdminModal .rc-AssetBrowser .rc-AssetsListHeader{
  background-color:#fafafa;
  border-top:1px solid #e0e0e0;
}
.scribe-image-upload-command-loader{
  background:#fff;
  position:absolute;
  padding:5px 15px;
  border:1px solid #aaa;
}
.scribe-image-upload-command-in-progress{
  opacity:0.1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter:alpha(opacity=10);
}
.scribe-table-context-menu{
  position:absolute;
  background:#fff;
  border:1px solid #ccc;
  box-shadow:-1px 2px 10px #ccc;
}
.scribe-table-context-menu .scribe-table-context-menu-action{
  padding:5px 30px;
  font-size:13px;
  cursor:pointer;
}
.scribe-table-context-menu .scribe-table-context-menu-action:hover{
  background:#eee;
}
.rc-ToolbarBox{
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
}
.rc-ToolbarBox > *{
  margin:0 5px;
}
.rc-ToolbarBox > *:first-child{
  margin-left:0;
}
.rc-ToolbarBox > *:last-child{
  margin-right:0;
}
@media (max-width: 767px){
  .rc-Pill > span{
    border:none !important;
    font-weight:bold;
    padding:0;
  }
}
@media (max-width: 767px){
  .rc-PillPrivate > span{
    color:#e65732;
  }
}
@media (max-width: 767px){
  .rc-PillGray > span{
    color:#2a73cc;
  }
}
@media (max-width: 767px){
  .rc-PillNew > span{
    color:#32b475;
  }
}
.rc-EnrolledVersion{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
}
.rc-EnrolledSession{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
}
.rc-EnrolledGroups{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
}
.rc-EnrollmentDivider{
  border-left:1px solid #969696;
  height:11px;
  margin:0 10px;
  -webkit-transform:rotate(20deg);
  -moz-transform:rotate(20deg);
  -o-transform:rotate(20deg);
  -ms-transform:rotate(20deg);
  transform:rotate(20deg);
}
.rc-OpenSettingsButton > button{
  line-height:1em;
  min-height:auto;
  padding:0;
}
.rc-OpenSettingsButton > button:hover{
  background-color:#f5f5f5;
}
.rc-OpenSettingsButton > button > span{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
}
.rc-OpenSettingsButton > button > span .rc-ToolbarBox{
  font-size:14px;
  font-weight:normal;
  margin:2px;
}
.rc-OpenSettingsButton > button > span .rc-ToolbarBox,
.rc-OpenSettingsButton > button > span .rc-ToolbarBox:hover{
  color:$color-black;
}
.rc-OpenSettingsButton .settings-icon-container{
  margin:0 0 -3px 10px;
}
.rc-EnrollmentState{
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  margin-right:20px;
  overflow:hidden;
  padding:0 8px;
  width:auto;
}
.rc-EnrollmentState .rc-ToolbarBox{
  font-size:14px;
  font-weight:normal;
  margin:2px;
}
.rc-EnrollmentState .rc-ToolbarBox,
.rc-EnrollmentState .rc-ToolbarBox:hover{
  color:#000;
}
@media (max-width: 767px){
  .rc-EnrollmentState{
    padding:0;
  }
  .rc-EnrollmentState .rc-ToolbarBox{
    height:16px;
  }
  .rc-EnrollmentState .rc-EnrollmentDivider{
    display:none;
  }
  .rc-EnrollmentState .rc-OpenSettingsButton > button{
    pointer-events:none;
  }
  .rc-EnrollmentState .rc-OpenSettingsButton > button:hover{
    background-color:none;
  }
  .rc-EnrollmentState .rc-OpenSettingsButton > button > span{
    display:block;
  }
  .rc-EnrollmentState .rc-OpenSettingsButton > button > span .rc-ToolbarBox{
    font-size:12px;
  }
  .rc-EnrollmentState .rc-OpenSettingsButton .settings-icon-container{
    display:none;
  }
}
.rc-Action{
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  margin-bottom:5px;
}
.rc-Action span{
  margin-left:5px;
  white-space:nowrap;
}
@media (max-width: 767px){
  .rc-Action span{
    display:none;
  }
}
.rc-RefreshPreviewBranchModal p{
  color:#000;
  line-height:1.4em;
}
.rc-RefreshPreviewBranchModal .refresh-modal-title{
  margin:0 0 15px;
  padding:0;
  border:none;
}
.rc-RefreshPreviewBranchModal .refresh-modal-content{
  margin-bottom:20px;
  color:#909090;
}
.rc-RefreshPreviewBranchModal .refresh-modal-footer{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-pack:end;
  -moz-box-pack:end;
  -o-box-pack:end;
  -ms-flex-pack:end;
  -webkit-justify-content:flex-end;
  justify-content:flex-end;
}
.rc-RefreshPreviewBranchModal .refresh-modal-footer > *{
  margin-left:10px;
}
.rc-RefreshPreviewBranchModal .modal-hero{
  margin:40px;
  text-align:center;
}
.rc-RefreshPreviewBranchModal .modal-hero .refresh-icon-container > *{
  margin:0 auto 10px;
}
.rc-RefreshPreviewBranch{
  margin-left:15px;
  margin-bottom:-10px;
}
.rc-RefreshPreviewBranch .rc-Action span{
  margin-bottom:5px;
}
.rc-EditCourse{
  margin-left:15px;
  margin-bottom:-5px;
}
.rc-PreviewHelp button{
  font-weight:normal;
}
.rc-PreviewHelp button svg{
  margin-left:5px;
}
@media (max-width: 767px){
  .rc-PreviewHelp{
    display:none;
  }
}
.rc-FullHeightDivider{
  border-left:1px solid #eee;
  height:72px;
  margin:0 20px;
  width:1px;
}
@media (max-width: 767px){
  .rc-FullHeightDivider{
    display:none;
  }
}
.rc-Actions{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
}
.rc-Actions .settings-button-container{
  display:none;
}
.rc-Actions .settings-button-container svg{
  fill:#2972d1 !important;
}
@media (max-width: 767px){
  .rc-Actions .settings-button-container{
    display:block;
  }
}
.rc-ModalSection .label-text{
  padding:20px 0 5px 0;
}
.rc-BranchSwitcher{
  margin:12px 0px;
}
.rc-BranchSwitcher .bt3-btn-default{
  background:#fff;
  padding:12px;
  border-radius:0;
  border:1px solid #eee;
}
.rc-BranchSwitcher .dropdown-title{
  margin-right:36px;
  text-align:left;
  display:inline-block;
}
.rc-BranchSwitcher .bt3-dropdown-menu{
  min-width:100%;
  max-height:350px;
  overflow-y:auto;
}
.rc-BranchSwitcher .bt3-dropdown-menu a{
  padding:6px 12px;
}
.rc-BranchSwitcher .rc-BranchStatusPill{
  margin-right:10px;
}
.rc-BranchSwitcher .rc-BranchStatusPill .centerContent_y6hf3w span{
  width:45px;
}
.rc-GroupSwitcher{
  margin:12px 0px;
}
.rc-GroupSwitcher .bt3-btn-group{
  min-width:100%;
}
.rc-GroupSwitcher .bt3-btn-group .bt3-btn-default{
  min-width:100%;
  text-align:left;
  background:#fff;
  padding:11px;
  border-radius:0;
  border:1px solid #eee;
}
.rc-GroupSwitcher .bt3-btn-group .dropdown-title{
  display:inline-block;
  margin-right:36px;
  text-align:left;
  min-width:590px;
}
.rc-GroupSwitcher .bt3-btn-group .bt3-dropdown-menu{
  min-width:100%;
  max-height:300px;
  overflow-y:auto;
}
.rc-GroupSwitcher .bt3-btn-group .bt3-dropdown-menu a{
  padding:6px 12px;
}
.rc-GroupSwitcher .bt3-btn-group .bt3-dropdown-menu span{
  padding:0px;
}
.rc-GroupSwitcher .bt3-btn-group .rc-GroupInfoPill{
  margin-right:10px;
}
.rc-SessionSwitcher{
  margin:12px 0px;
}
.rc-SessionSwitcher .bt3-btn-group{
  min-width:100%;
}
.rc-SessionSwitcher .bt3-btn-group .bt3-btn-default{
  min-width:100%;
  text-align:left;
  background:#fff;
  padding:11px;
  border-radius:0;
  border:1px solid #eee;
}
.rc-SessionSwitcher .bt3-btn-group .dropdown-title{
  display:inline-block;
  margin-right:36px;
  text-align:left;
  min-width:590px;
}
.rc-SessionSwitcher .bt3-btn-group .dropdown-title .rc-SessionStatusPill{
  margin-right:10px;
}
.rc-SessionSwitcher .bt3-btn-group .bt3-dropdown-menu{
  min-width:100%;
  max-height:300px;
  overflow-y:auto;
}
.rc-SessionSwitcher .bt3-btn-group .bt3-dropdown-menu .rc-SessionStatusPill{
  margin-right:10px;
}
.rc-SessionSwitcher .bt3-btn-group .bt3-dropdown-menu a{
  padding:6px 12px;
}
.rc-ModalButtonFooter{
  margin-top:24px;
}
.rc-ModalButtonFooter Button{
  margin-left:18px;
}
.rc-ChangeCourseViewSettingsModal{
  width:720px !important;
  text-align:left !important;
  padding:28px;
  border-radius:3px;
  overflow:visible !important;
}
.rc-ChangeCourseViewSettingsModal .modal-header{
  margin-bottom:20px;
}
.rc-ChangeCourseViewSettingsModal .modal-description{
  font-size:0.95em;
}
.rc-ChangeCourseViewSettingsModal .rc-BranchSwitcher{
  margin:0px;
}
.rc-ChangeCourseViewSettingsModal .rc-BranchSwitcher .dropdown-title{
  width:590px;
}
.rc-EnrollmentStateBanner{
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  background-color:#fff;
  border:0;
  border-radius:0;
  border-bottom:1px solid rgba(0,0,0,0.12);
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  height:72px;
  padding:0 25px;
  position:fixed;
  top:65px;
  width:100%;
  z-index:999;
}
.rc-EnrollmentStateBanner *{
  font-family:inherit;
  line-height:1em;
}
.rc-EnrollmentStateBanner > .heading{
  font-family:inherit;
  font-weight:bold;
  margin:0 5px 0 0;
}
@media (max-width: 767px){
  .rc-EnrollmentStateBanner{
    height:82px;
    padding:0 12px;
  }
  .rc-EnrollmentStateBanner > .heading{
    display:none;
  }
}
.rc-SubdomainsMenu{
  padding:0 24px;
  position:absolute;
  top:0;
  height:100%;
  width:280px;
  border-left:1px solid #e1e1e1;
}
.rc-SubdomainsMenu .domain-name{
  font-size:24px;
  margin-bottom:20px;
}
.rc-SubdomainsMenu .menu-item.rc-SubdomainItem{
  padding:4px 0;
  width:100%;
  text-align:left;
}
.rc-SubdomainsMenu .menu-item.rc-SubdomainItem.isViewAll{
  font-weight:600;
}
.rc-SubdomainsMenu .menu-item.rc-SubdomainItem:hover{
  color:#2a73cc;
}
.mega-menu-items{
  font-family:'OpenSans', Arial, sans-serif;
  z-index:2;
  font-size:14px;
  margin:0;
  margin-bottom:20px;
  position:relative;
  min-width:280px;
  padding:0;
  padding-bottom:20px;
}
.mega-menu-items .menu-item{
  background:none;
  border:none;
  display:block;
  width:280px;
  color:#1f1f1f;
  text-decoration:none;
}
.mega-menu-items .menu-item.selected{
  background-color:#f5f7fa;
}
.mega-menu-items .cif-chevron-right{
  font-size:12px;
  position:absolute;
  right:14px;
  top:6px;
}
.mega-menu-items.showBorder{
  border-left:1px solid #e1e1e1;
}
.rc-MegaMenuItem{
  width:100%;
  padding:5px 24px;
  background:none;
  border:none;
  text-align:left;
  position:relative;
}
.rc-MegaMenuItem.isDegree{
  margin-top:14px;
}
.explore-all-button-wrapper{
  width:280px;
  padding:0 24px;
}
.explore-all-button-wrapper .explore-all-button{
  display:block;
  margin:0 auto;
  color:#fff;
}
.mega-menu-overlay{
  position:fixed;
  background-color:rgba(0,0,0,0.7);
  top:65;
  left:0;
  zIndex:3000;
  width:100vw;
  height:calc(100% - 65px);
}
.mega-menu-container{
  position:absolute;
  top:-20px;
}
.mega-menu{
  position:relative;
  padding:14px 0 0;
  z-index:3000;
  background-color:#fff;
  -webkit-box-shadow:rgba(31,31,31,0.12) 0px 1px 6px, rgba(31,31,31,0.12) 0px 1px 4px;
  box-shadow:rgba(31,31,31,0.12) 0px 1px 6px, rgba(31,31,31,0.12) 0px 1px 4px;
}
.explore-Button-bottom-border-mask{
  height:14px;
  width:92px;
  position:relative;
  z-index:3001;
  background-color:#fff;
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-moz-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@media (min-width: 576px){
  .col-sm{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-sm-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-sm-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-sm-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-sm-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-sm-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-sm-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-sm-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-sm-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-sm-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-sm-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-sm-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-sm-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-sm-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-sm-0{
    right:auto;
  }
  .pull-sm-1{
    right:8.333333%;
  }
  .pull-sm-2{
    right:16.666667%;
  }
  .pull-sm-3{
    right:25%;
  }
  .pull-sm-4{
    right:33.333333%;
  }
  .pull-sm-5{
    right:41.666667%;
  }
  .pull-sm-6{
    right:50%;
  }
  .pull-sm-7{
    right:58.333333%;
  }
  .pull-sm-8{
    right:66.666667%;
  }
  .pull-sm-9{
    right:75%;
  }
  .pull-sm-10{
    right:83.333333%;
  }
  .pull-sm-11{
    right:91.666667%;
  }
  .pull-sm-12{
    right:100%;
  }
  .push-sm-0{
    left:auto;
  }
  .push-sm-1{
    left:8.333333%;
  }
  .push-sm-2{
    left:16.666667%;
  }
  .push-sm-3{
    left:25%;
  }
  .push-sm-4{
    left:33.333333%;
  }
  .push-sm-5{
    left:41.666667%;
  }
  .push-sm-6{
    left:50%;
  }
  .push-sm-7{
    left:58.333333%;
  }
  .push-sm-8{
    left:66.666667%;
  }
  .push-sm-9{
    left:75%;
  }
  .push-sm-10{
    left:83.333333%;
  }
  .push-sm-11{
    left:91.666667%;
  }
  .push-sm-12{
    left:100%;
  }
  .offset-sm-0{
    margin-left:0%;
  }
  .offset-sm-1{
    margin-left:8.333333%;
  }
  .offset-sm-2{
    margin-left:16.666667%;
  }
  .offset-sm-3{
    margin-left:25%;
  }
  .offset-sm-4{
    margin-left:33.333333%;
  }
  .offset-sm-5{
    margin-left:41.666667%;
  }
  .offset-sm-6{
    margin-left:50%;
  }
  .offset-sm-7{
    margin-left:58.333333%;
  }
  .offset-sm-8{
    margin-left:66.666667%;
  }
  .offset-sm-9{
    margin-left:75%;
  }
  .offset-sm-10{
    margin-left:83.333333%;
  }
  .offset-sm-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 768px){
  .col-md{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-md-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-md-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-md-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-md-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-md-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-md-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-md-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-md-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-md-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-md-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-md-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-md-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-md-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-md-0{
    right:auto;
  }
  .pull-md-1{
    right:8.333333%;
  }
  .pull-md-2{
    right:16.666667%;
  }
  .pull-md-3{
    right:25%;
  }
  .pull-md-4{
    right:33.333333%;
  }
  .pull-md-5{
    right:41.666667%;
  }
  .pull-md-6{
    right:50%;
  }
  .pull-md-7{
    right:58.333333%;
  }
  .pull-md-8{
    right:66.666667%;
  }
  .pull-md-9{
    right:75%;
  }
  .pull-md-10{
    right:83.333333%;
  }
  .pull-md-11{
    right:91.666667%;
  }
  .pull-md-12{
    right:100%;
  }
  .push-md-0{
    left:auto;
  }
  .push-md-1{
    left:8.333333%;
  }
  .push-md-2{
    left:16.666667%;
  }
  .push-md-3{
    left:25%;
  }
  .push-md-4{
    left:33.333333%;
  }
  .push-md-5{
    left:41.666667%;
  }
  .push-md-6{
    left:50%;
  }
  .push-md-7{
    left:58.333333%;
  }
  .push-md-8{
    left:66.666667%;
  }
  .push-md-9{
    left:75%;
  }
  .push-md-10{
    left:83.333333%;
  }
  .push-md-11{
    left:91.666667%;
  }
  .push-md-12{
    left:100%;
  }
  .offset-md-0{
    margin-left:0%;
  }
  .offset-md-1{
    margin-left:8.333333%;
  }
  .offset-md-2{
    margin-left:16.666667%;
  }
  .offset-md-3{
    margin-left:25%;
  }
  .offset-md-4{
    margin-left:33.333333%;
  }
  .offset-md-5{
    margin-left:41.666667%;
  }
  .offset-md-6{
    margin-left:50%;
  }
  .offset-md-7{
    margin-left:58.333333%;
  }
  .offset-md-8{
    margin-left:66.666667%;
  }
  .offset-md-9{
    margin-left:75%;
  }
  .offset-md-10{
    margin-left:83.333333%;
  }
  .offset-md-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 992px){
  .col-lg{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-lg-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-lg-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-lg-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-lg-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-lg-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-lg-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-lg-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-lg-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-lg-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-lg-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-lg-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-lg-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-lg-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-lg-0{
    right:auto;
  }
  .pull-lg-1{
    right:8.333333%;
  }
  .pull-lg-2{
    right:16.666667%;
  }
  .pull-lg-3{
    right:25%;
  }
  .pull-lg-4{
    right:33.333333%;
  }
  .pull-lg-5{
    right:41.666667%;
  }
  .pull-lg-6{
    right:50%;
  }
  .pull-lg-7{
    right:58.333333%;
  }
  .pull-lg-8{
    right:66.666667%;
  }
  .pull-lg-9{
    right:75%;
  }
  .pull-lg-10{
    right:83.333333%;
  }
  .pull-lg-11{
    right:91.666667%;
  }
  .pull-lg-12{
    right:100%;
  }
  .push-lg-0{
    left:auto;
  }
  .push-lg-1{
    left:8.333333%;
  }
  .push-lg-2{
    left:16.666667%;
  }
  .push-lg-3{
    left:25%;
  }
  .push-lg-4{
    left:33.333333%;
  }
  .push-lg-5{
    left:41.666667%;
  }
  .push-lg-6{
    left:50%;
  }
  .push-lg-7{
    left:58.333333%;
  }
  .push-lg-8{
    left:66.666667%;
  }
  .push-lg-9{
    left:75%;
  }
  .push-lg-10{
    left:83.333333%;
  }
  .push-lg-11{
    left:91.666667%;
  }
  .push-lg-12{
    left:100%;
  }
  .offset-lg-0{
    margin-left:0%;
  }
  .offset-lg-1{
    margin-left:8.333333%;
  }
  .offset-lg-2{
    margin-left:16.666667%;
  }
  .offset-lg-3{
    margin-left:25%;
  }
  .offset-lg-4{
    margin-left:33.333333%;
  }
  .offset-lg-5{
    margin-left:41.666667%;
  }
  .offset-lg-6{
    margin-left:50%;
  }
  .offset-lg-7{
    margin-left:58.333333%;
  }
  .offset-lg-8{
    margin-left:66.666667%;
  }
  .offset-lg-9{
    margin-left:75%;
  }
  .offset-lg-10{
    margin-left:83.333333%;
  }
  .offset-lg-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 1200px){
  .col-xl{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-xl-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-xl-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-xl-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-xl-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-xl-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-xl-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-xl-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-xl-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-xl-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-xl-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-xl-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-xl-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-xl-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-xl-0{
    right:auto;
  }
  .pull-xl-1{
    right:8.333333%;
  }
  .pull-xl-2{
    right:16.666667%;
  }
  .pull-xl-3{
    right:25%;
  }
  .pull-xl-4{
    right:33.333333%;
  }
  .pull-xl-5{
    right:41.666667%;
  }
  .pull-xl-6{
    right:50%;
  }
  .pull-xl-7{
    right:58.333333%;
  }
  .pull-xl-8{
    right:66.666667%;
  }
  .pull-xl-9{
    right:75%;
  }
  .pull-xl-10{
    right:83.333333%;
  }
  .pull-xl-11{
    right:91.666667%;
  }
  .pull-xl-12{
    right:100%;
  }
  .push-xl-0{
    left:auto;
  }
  .push-xl-1{
    left:8.333333%;
  }
  .push-xl-2{
    left:16.666667%;
  }
  .push-xl-3{
    left:25%;
  }
  .push-xl-4{
    left:33.333333%;
  }
  .push-xl-5{
    left:41.666667%;
  }
  .push-xl-6{
    left:50%;
  }
  .push-xl-7{
    left:58.333333%;
  }
  .push-xl-8{
    left:66.666667%;
  }
  .push-xl-9{
    left:75%;
  }
  .push-xl-10{
    left:83.333333%;
  }
  .push-xl-11{
    left:91.666667%;
  }
  .push-xl-12{
    left:100%;
  }
  .offset-xl-0{
    margin-left:0%;
  }
  .offset-xl-1{
    margin-left:8.333333%;
  }
  .offset-xl-2{
    margin-left:16.666667%;
  }
  .offset-xl-3{
    margin-left:25%;
  }
  .offset-xl-4{
    margin-left:33.333333%;
  }
  .offset-xl-5{
    margin-left:41.666667%;
  }
  .offset-xl-6{
    margin-left:50%;
  }
  .offset-xl-7{
    margin-left:58.333333%;
  }
  .offset-xl-8{
    margin-left:66.666667%;
  }
  .offset-xl-9{
    margin-left:75%;
  }
  .offset-xl-10{
    margin-left:83.333333%;
  }
  .offset-xl-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 1440px){
  .col-xxl{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-xxl-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-xxl-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-xxl-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-xxl-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-xxl-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-xxl-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-xxl-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-xxl-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-xxl-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-xxl-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-xxl-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-xxl-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-xxl-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-xxl-0{
    right:auto;
  }
  .pull-xxl-1{
    right:8.333333%;
  }
  .pull-xxl-2{
    right:16.666667%;
  }
  .pull-xxl-3{
    right:25%;
  }
  .pull-xxl-4{
    right:33.333333%;
  }
  .pull-xxl-5{
    right:41.666667%;
  }
  .pull-xxl-6{
    right:50%;
  }
  .pull-xxl-7{
    right:58.333333%;
  }
  .pull-xxl-8{
    right:66.666667%;
  }
  .pull-xxl-9{
    right:75%;
  }
  .pull-xxl-10{
    right:83.333333%;
  }
  .pull-xxl-11{
    right:91.666667%;
  }
  .pull-xxl-12{
    right:100%;
  }
  .push-xxl-0{
    left:auto;
  }
  .push-xxl-1{
    left:8.333333%;
  }
  .push-xxl-2{
    left:16.666667%;
  }
  .push-xxl-3{
    left:25%;
  }
  .push-xxl-4{
    left:33.333333%;
  }
  .push-xxl-5{
    left:41.666667%;
  }
  .push-xxl-6{
    left:50%;
  }
  .push-xxl-7{
    left:58.333333%;
  }
  .push-xxl-8{
    left:66.666667%;
  }
  .push-xxl-9{
    left:75%;
  }
  .push-xxl-10{
    left:83.333333%;
  }
  .push-xxl-11{
    left:91.666667%;
  }
  .push-xxl-12{
    left:100%;
  }
  .offset-xxl-0{
    margin-left:0%;
  }
  .offset-xxl-1{
    margin-left:8.333333%;
  }
  .offset-xxl-2{
    margin-left:16.666667%;
  }
  .offset-xxl-3{
    margin-left:25%;
  }
  .offset-xxl-4{
    margin-left:33.333333%;
  }
  .offset-xxl-5{
    margin-left:41.666667%;
  }
  .offset-xxl-6{
    margin-left:50%;
  }
  .offset-xxl-7{
    margin-left:58.333333%;
  }
  .offset-xxl-8{
    margin-left:66.666667%;
  }
  .offset-xxl-9{
    margin-left:75%;
  }
  .offset-xxl-10{
    margin-left:83.333333%;
  }
  .offset-xxl-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 544px){
  .flex-sm-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-sm-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-sm-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 544px){
  .flex-items-sm-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-sm-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-sm-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 544px){
  .flex-sm-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-sm-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-sm-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 544px){
  .flex-items-sm-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-sm-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-sm-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-sm-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-sm-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 768px){
  .flex-md-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-md-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-md-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 768px){
  .flex-items-md-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-md-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-md-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 768px){
  .flex-md-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-md-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-md-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 768px){
  .flex-items-md-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-md-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-md-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-md-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-md-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 992px){
  .flex-lg-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-lg-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-lg-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 992px){
  .flex-items-lg-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-lg-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-lg-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 992px){
  .flex-lg-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-lg-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-lg-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 992px){
  .flex-items-lg-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-lg-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-lg-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-lg-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-lg-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 1200px){
  .flex-xl-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-xl-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-xl-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 1200px){
  .flex-items-xl-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-xl-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-xl-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 1200px){
  .flex-xl-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-xl-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-xl-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 1200px){
  .flex-items-xl-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-xl-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-xl-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-xl-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-xl-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (max-width: 767px){
  .rc-Modal .c-modal-content{
    width:98%;
    top:4px;
    left:0;
    padding:16px;
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
    transform:none;
    -webkit-transform:none;
    max-height:98%;
    overflow-y:scroll;
  }
  .rc-Modal .c-modal-x-out{
    top:16px;
    right:16px;
  }
  .rc-Modal.popup .c-modal-content{
    padding:0px;
  }
}
.rc-ExploreButton{
  margin:auto 0;
  background:none;
  border:none;
  height:36px;
  width:100%;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-align:center;
  -moz-box-align:center;
  -ms-box-align:center;
  -o-box-align:center;
  box-align:center;
  -webkit-flex-align:center;
  -moz-flex-align:center;
  -ms-flex-align:center;
  -o-flex-align:center;
  flex-align:center;
  -webkit-align-items:center;
  -moz-align-items:center;
  -ms-align-items:center;
  -o-align-items:center;
  align-items:center;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  background-color:#4285f4;
  font-weight:bold;
  cursor:default;
  padding:0;
  position:relative;
}
.rc-ExploreButton.menuIsOpen{
  -webkit-box-shadow:#e4e4e4 0px 1px 6px, #e4e4e4 0px 1px 4px;
  -moz-box-shadow:#e4e4e4 0px 1px 6px, #e4e4e4 0px 1px 4px;
  -ms-box-shadow:#e4e4e4 0px 1px 6px, #e4e4e4 0px 1px 4px;
  -o-box-shadow:#e4e4e4 0px 1px 6px, #e4e4e4 0px 1px 4px;
  box-shadow:#e4e4e4 0px 1px 6px, #e4e4e4 0px 1px 4px;
  background-color:transparent;
  height:100%;
  cursor:default;
}
.rc-ExploreButton span{
  top:0;
  width:100%;
  line-height:36px;
  position:absolute;
  padding-left:12px;
  color:#fff;
}
.rc-ExploreButton span.active{
  color:#4285f4;
  font-weight:bold;
}
.rc-ExploreButton .cif-chevron-down{
  font-size:9px;
  position:relative;
  top:-1px;
  padding:0 6px;
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-moz-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@media (min-width: 576px){
  .col-sm{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-sm-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-sm-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-sm-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-sm-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-sm-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-sm-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-sm-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-sm-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-sm-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-sm-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-sm-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-sm-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-sm-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-sm-0{
    right:auto;
  }
  .pull-sm-1{
    right:8.333333%;
  }
  .pull-sm-2{
    right:16.666667%;
  }
  .pull-sm-3{
    right:25%;
  }
  .pull-sm-4{
    right:33.333333%;
  }
  .pull-sm-5{
    right:41.666667%;
  }
  .pull-sm-6{
    right:50%;
  }
  .pull-sm-7{
    right:58.333333%;
  }
  .pull-sm-8{
    right:66.666667%;
  }
  .pull-sm-9{
    right:75%;
  }
  .pull-sm-10{
    right:83.333333%;
  }
  .pull-sm-11{
    right:91.666667%;
  }
  .pull-sm-12{
    right:100%;
  }
  .push-sm-0{
    left:auto;
  }
  .push-sm-1{
    left:8.333333%;
  }
  .push-sm-2{
    left:16.666667%;
  }
  .push-sm-3{
    left:25%;
  }
  .push-sm-4{
    left:33.333333%;
  }
  .push-sm-5{
    left:41.666667%;
  }
  .push-sm-6{
    left:50%;
  }
  .push-sm-7{
    left:58.333333%;
  }
  .push-sm-8{
    left:66.666667%;
  }
  .push-sm-9{
    left:75%;
  }
  .push-sm-10{
    left:83.333333%;
  }
  .push-sm-11{
    left:91.666667%;
  }
  .push-sm-12{
    left:100%;
  }
  .offset-sm-0{
    margin-left:0%;
  }
  .offset-sm-1{
    margin-left:8.333333%;
  }
  .offset-sm-2{
    margin-left:16.666667%;
  }
  .offset-sm-3{
    margin-left:25%;
  }
  .offset-sm-4{
    margin-left:33.333333%;
  }
  .offset-sm-5{
    margin-left:41.666667%;
  }
  .offset-sm-6{
    margin-left:50%;
  }
  .offset-sm-7{
    margin-left:58.333333%;
  }
  .offset-sm-8{
    margin-left:66.666667%;
  }
  .offset-sm-9{
    margin-left:75%;
  }
  .offset-sm-10{
    margin-left:83.333333%;
  }
  .offset-sm-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 768px){
  .col-md{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-md-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-md-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-md-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-md-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-md-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-md-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-md-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-md-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-md-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-md-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-md-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-md-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-md-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-md-0{
    right:auto;
  }
  .pull-md-1{
    right:8.333333%;
  }
  .pull-md-2{
    right:16.666667%;
  }
  .pull-md-3{
    right:25%;
  }
  .pull-md-4{
    right:33.333333%;
  }
  .pull-md-5{
    right:41.666667%;
  }
  .pull-md-6{
    right:50%;
  }
  .pull-md-7{
    right:58.333333%;
  }
  .pull-md-8{
    right:66.666667%;
  }
  .pull-md-9{
    right:75%;
  }
  .pull-md-10{
    right:83.333333%;
  }
  .pull-md-11{
    right:91.666667%;
  }
  .pull-md-12{
    right:100%;
  }
  .push-md-0{
    left:auto;
  }
  .push-md-1{
    left:8.333333%;
  }
  .push-md-2{
    left:16.666667%;
  }
  .push-md-3{
    left:25%;
  }
  .push-md-4{
    left:33.333333%;
  }
  .push-md-5{
    left:41.666667%;
  }
  .push-md-6{
    left:50%;
  }
  .push-md-7{
    left:58.333333%;
  }
  .push-md-8{
    left:66.666667%;
  }
  .push-md-9{
    left:75%;
  }
  .push-md-10{
    left:83.333333%;
  }
  .push-md-11{
    left:91.666667%;
  }
  .push-md-12{
    left:100%;
  }
  .offset-md-0{
    margin-left:0%;
  }
  .offset-md-1{
    margin-left:8.333333%;
  }
  .offset-md-2{
    margin-left:16.666667%;
  }
  .offset-md-3{
    margin-left:25%;
  }
  .offset-md-4{
    margin-left:33.333333%;
  }
  .offset-md-5{
    margin-left:41.666667%;
  }
  .offset-md-6{
    margin-left:50%;
  }
  .offset-md-7{
    margin-left:58.333333%;
  }
  .offset-md-8{
    margin-left:66.666667%;
  }
  .offset-md-9{
    margin-left:75%;
  }
  .offset-md-10{
    margin-left:83.333333%;
  }
  .offset-md-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 992px){
  .col-lg{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-lg-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-lg-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-lg-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-lg-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-lg-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-lg-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-lg-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-lg-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-lg-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-lg-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-lg-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-lg-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-lg-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-lg-0{
    right:auto;
  }
  .pull-lg-1{
    right:8.333333%;
  }
  .pull-lg-2{
    right:16.666667%;
  }
  .pull-lg-3{
    right:25%;
  }
  .pull-lg-4{
    right:33.333333%;
  }
  .pull-lg-5{
    right:41.666667%;
  }
  .pull-lg-6{
    right:50%;
  }
  .pull-lg-7{
    right:58.333333%;
  }
  .pull-lg-8{
    right:66.666667%;
  }
  .pull-lg-9{
    right:75%;
  }
  .pull-lg-10{
    right:83.333333%;
  }
  .pull-lg-11{
    right:91.666667%;
  }
  .pull-lg-12{
    right:100%;
  }
  .push-lg-0{
    left:auto;
  }
  .push-lg-1{
    left:8.333333%;
  }
  .push-lg-2{
    left:16.666667%;
  }
  .push-lg-3{
    left:25%;
  }
  .push-lg-4{
    left:33.333333%;
  }
  .push-lg-5{
    left:41.666667%;
  }
  .push-lg-6{
    left:50%;
  }
  .push-lg-7{
    left:58.333333%;
  }
  .push-lg-8{
    left:66.666667%;
  }
  .push-lg-9{
    left:75%;
  }
  .push-lg-10{
    left:83.333333%;
  }
  .push-lg-11{
    left:91.666667%;
  }
  .push-lg-12{
    left:100%;
  }
  .offset-lg-0{
    margin-left:0%;
  }
  .offset-lg-1{
    margin-left:8.333333%;
  }
  .offset-lg-2{
    margin-left:16.666667%;
  }
  .offset-lg-3{
    margin-left:25%;
  }
  .offset-lg-4{
    margin-left:33.333333%;
  }
  .offset-lg-5{
    margin-left:41.666667%;
  }
  .offset-lg-6{
    margin-left:50%;
  }
  .offset-lg-7{
    margin-left:58.333333%;
  }
  .offset-lg-8{
    margin-left:66.666667%;
  }
  .offset-lg-9{
    margin-left:75%;
  }
  .offset-lg-10{
    margin-left:83.333333%;
  }
  .offset-lg-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 1200px){
  .col-xl{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-xl-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-xl-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-xl-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-xl-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-xl-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-xl-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-xl-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-xl-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-xl-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-xl-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-xl-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-xl-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-xl-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-xl-0{
    right:auto;
  }
  .pull-xl-1{
    right:8.333333%;
  }
  .pull-xl-2{
    right:16.666667%;
  }
  .pull-xl-3{
    right:25%;
  }
  .pull-xl-4{
    right:33.333333%;
  }
  .pull-xl-5{
    right:41.666667%;
  }
  .pull-xl-6{
    right:50%;
  }
  .pull-xl-7{
    right:58.333333%;
  }
  .pull-xl-8{
    right:66.666667%;
  }
  .pull-xl-9{
    right:75%;
  }
  .pull-xl-10{
    right:83.333333%;
  }
  .pull-xl-11{
    right:91.666667%;
  }
  .pull-xl-12{
    right:100%;
  }
  .push-xl-0{
    left:auto;
  }
  .push-xl-1{
    left:8.333333%;
  }
  .push-xl-2{
    left:16.666667%;
  }
  .push-xl-3{
    left:25%;
  }
  .push-xl-4{
    left:33.333333%;
  }
  .push-xl-5{
    left:41.666667%;
  }
  .push-xl-6{
    left:50%;
  }
  .push-xl-7{
    left:58.333333%;
  }
  .push-xl-8{
    left:66.666667%;
  }
  .push-xl-9{
    left:75%;
  }
  .push-xl-10{
    left:83.333333%;
  }
  .push-xl-11{
    left:91.666667%;
  }
  .push-xl-12{
    left:100%;
  }
  .offset-xl-0{
    margin-left:0%;
  }
  .offset-xl-1{
    margin-left:8.333333%;
  }
  .offset-xl-2{
    margin-left:16.666667%;
  }
  .offset-xl-3{
    margin-left:25%;
  }
  .offset-xl-4{
    margin-left:33.333333%;
  }
  .offset-xl-5{
    margin-left:41.666667%;
  }
  .offset-xl-6{
    margin-left:50%;
  }
  .offset-xl-7{
    margin-left:58.333333%;
  }
  .offset-xl-8{
    margin-left:66.666667%;
  }
  .offset-xl-9{
    margin-left:75%;
  }
  .offset-xl-10{
    margin-left:83.333333%;
  }
  .offset-xl-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 1440px){
  .col-xxl{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-xxl-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-xxl-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-xxl-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-xxl-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-xxl-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-xxl-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-xxl-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-xxl-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-xxl-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-xxl-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-xxl-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-xxl-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-xxl-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-xxl-0{
    right:auto;
  }
  .pull-xxl-1{
    right:8.333333%;
  }
  .pull-xxl-2{
    right:16.666667%;
  }
  .pull-xxl-3{
    right:25%;
  }
  .pull-xxl-4{
    right:33.333333%;
  }
  .pull-xxl-5{
    right:41.666667%;
  }
  .pull-xxl-6{
    right:50%;
  }
  .pull-xxl-7{
    right:58.333333%;
  }
  .pull-xxl-8{
    right:66.666667%;
  }
  .pull-xxl-9{
    right:75%;
  }
  .pull-xxl-10{
    right:83.333333%;
  }
  .pull-xxl-11{
    right:91.666667%;
  }
  .pull-xxl-12{
    right:100%;
  }
  .push-xxl-0{
    left:auto;
  }
  .push-xxl-1{
    left:8.333333%;
  }
  .push-xxl-2{
    left:16.666667%;
  }
  .push-xxl-3{
    left:25%;
  }
  .push-xxl-4{
    left:33.333333%;
  }
  .push-xxl-5{
    left:41.666667%;
  }
  .push-xxl-6{
    left:50%;
  }
  .push-xxl-7{
    left:58.333333%;
  }
  .push-xxl-8{
    left:66.666667%;
  }
  .push-xxl-9{
    left:75%;
  }
  .push-xxl-10{
    left:83.333333%;
  }
  .push-xxl-11{
    left:91.666667%;
  }
  .push-xxl-12{
    left:100%;
  }
  .offset-xxl-0{
    margin-left:0%;
  }
  .offset-xxl-1{
    margin-left:8.333333%;
  }
  .offset-xxl-2{
    margin-left:16.666667%;
  }
  .offset-xxl-3{
    margin-left:25%;
  }
  .offset-xxl-4{
    margin-left:33.333333%;
  }
  .offset-xxl-5{
    margin-left:41.666667%;
  }
  .offset-xxl-6{
    margin-left:50%;
  }
  .offset-xxl-7{
    margin-left:58.333333%;
  }
  .offset-xxl-8{
    margin-left:66.666667%;
  }
  .offset-xxl-9{
    margin-left:75%;
  }
  .offset-xxl-10{
    margin-left:83.333333%;
  }
  .offset-xxl-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 544px){
  .flex-sm-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-sm-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-sm-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 544px){
  .flex-items-sm-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-sm-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-sm-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 544px){
  .flex-sm-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-sm-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-sm-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 544px){
  .flex-items-sm-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-sm-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-sm-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-sm-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-sm-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 768px){
  .flex-md-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-md-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-md-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 768px){
  .flex-items-md-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-md-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-md-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 768px){
  .flex-md-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-md-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-md-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 768px){
  .flex-items-md-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-md-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-md-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-md-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-md-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 992px){
  .flex-lg-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-lg-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-lg-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 992px){
  .flex-items-lg-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-lg-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-lg-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 992px){
  .flex-lg-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-lg-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-lg-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 992px){
  .flex-items-lg-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-lg-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-lg-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-lg-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-lg-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 1200px){
  .flex-xl-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-xl-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-xl-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 1200px){
  .flex-items-xl-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-xl-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-xl-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 1200px){
  .flex-xl-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-xl-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-xl-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 1200px){
  .flex-items-xl-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-xl-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-xl-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-xl-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-xl-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (max-width: 767px){
  .rc-Modal .c-modal-content{
    width:98%;
    top:4px;
    left:0;
    padding:16px;
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
    transform:none;
    -webkit-transform:none;
    max-height:98%;
    overflow-y:scroll;
  }
  .rc-Modal .c-modal-x-out{
    top:16px;
    right:16px;
  }
  .rc-Modal.popup .c-modal-content{
    padding:0px;
  }
}
.rc-MegaMenuWrapper{
  position:relative;
  min-width:92px;
  margin-right:22px;
  height:100%;
  padding:0;
  padding-top:15px;
}
.rc-MegaMenuWrapper.menuIsOpen{
  padding-bottom:0;
}
.Select{
  position:relative;
}
.Select,
.Select div,
.Select input,
.Select span{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.Select.is-disabled > .Select-control{
  background-color:#f9f9f9;
}
.Select.is-disabled > .Select-control:hover{
  -webkit-box-shadow:none;
  box-shadow:none;
}
.Select.is-disabled .Select-arrow-zone{
  cursor:default;
  pointer-events:none;
  opacity:0.35;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter:alpha(opacity=35);
}
.Select-control{
  background-color:#fff;
  border-color:#d9d9d9 #ccc #b3b3b3;
  border-radius:4px;
  border:1px solid #ccc;
  color:#333;
  cursor:default;
  display:table;
  border-spacing:0;
  border-collapse:separate;
  height:36px;
  outline:none;
  overflow:hidden;
  position:relative;
  width:100%;
}
.Select-control:hover{
  -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.06);
  box-shadow:0 1px 0 rgba(0,0,0,0.06);
}
.Select-control .Select-input:focus{
  outline:none;
}
.is-searchable.is-open > .Select-control{
  cursor:text;
}
.is-open > .Select-control{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  background:#fff;
  border-color:#b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow{
  top:-2px;
  border-color:transparent transparent #999;
  border-width:0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control{
  cursor:text;
}
.is-focused:not(.is-open) > .Select-control{
  border-color:#007eff;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 0 3px rgba(0,126,255,0.1);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 0 3px rgba(0,126,255,0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value{
  bottom:0;
  color:#aaa;
  left:0;
  line-height:34px;
  padding-left:10px;
  padding-right:10px;
  position:absolute;
  right:0;
  top:0;
  max-width:100%;
  overflow:hidden;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label{
  color:#333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label{
  cursor:pointer;
  text-decoration:none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus{
  color:#007eff;
  outline:none;
  text-decoration:underline;
}
.Select-input{
  height:34px;
  padding-left:10px;
  padding-right:10px;
  vertical-align:middle;
}
.Select-input > input{
  width:100%;
  background:none transparent;
  border:0 none;
  -webkit-box-shadow:none;
  box-shadow:none;
  cursor:default;
  display:inline-block;
  font-family:inherit;
  font-size:inherit;
  margin:0;
  outline:none;
  line-height:14px;
  padding:8px 0 12px;
  -webkit-appearance:none;
}
.is-focused .Select-input > input{
  cursor:text;
}
.has-value.is-pseudo-focused .Select-input{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
}
.Select-control:not(.is-searchable) > .Select-input{
  outline:none;
}
.Select-loading-zone{
  cursor:pointer;
  display:table-cell;
  position:relative;
  text-align:center;
  vertical-align:middle;
  width:16px;
}
.Select-loading{
  -webkit-animation:Select-animation-spin 400ms infinite linear;
  -moz-animation:Select-animation-spin 400ms infinite linear;
  -o-animation:Select-animation-spin 400ms infinite linear;
  -ms-animation:Select-animation-spin 400ms infinite linear;
  animation:Select-animation-spin 400ms infinite linear;
  width:16px;
  height:16px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:50% !important;
  border:2px solid #ccc;
  border-right-color:#333;
  display:inline-block;
  position:relative;
  vertical-align:middle;
}
.Select-clear-zone{
  -webkit-animation:Select-animation-fadeIn 200ms;
  -moz-animation:Select-animation-fadeIn 200ms;
  -o-animation:Select-animation-fadeIn 200ms;
  -ms-animation:Select-animation-fadeIn 200ms;
  animation:Select-animation-fadeIn 200ms;
  color:#999;
  cursor:pointer;
  display:table-cell;
  position:relative;
  text-align:center;
  vertical-align:middle;
  width:17px;
}
.Select-clear-zone:hover{
  color:#d0021b;
}
.Select-clear{
  display:inline-block;
  font-size:18px;
  line-height:1;
}
.Select--multi .Select-clear-zone{
  width:17px;
}
.Select-arrow-zone{
  cursor:pointer;
  display:table-cell;
  position:relative;
  text-align:center;
  vertical-align:middle;
  width:25px;
  padding-right:5px;
}
.Select-arrow{
  border-color:#999 transparent transparent;
  border-style:solid;
  border-width:5px 5px 2.5px;
  display:inline-block;
  height:0;
  width:0;
  position:relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow{
  border-top-color:#666;
}
.Select--multi .Select-multi-value-wrapper{
  display:inline-block;
}
.Select .Select-aria-only{
  display:inline-block;
  height:1px;
  width:1px;
  margin:-1px;
  clip:rect(0, 0, 0, 0);
  overflow:hidden;
  float:left;
}
.Select-menu-outer{
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border-top-color:#e6e6e6;
  -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.06);
  box-shadow:0 1px 0 rgba(0,0,0,0.06);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin-top:-1px;
  max-height:200px;
  position:absolute;
  top:100%;
  width:100%;
  z-index:1;
  -webkit-overflow-scrolling:touch;
}
.Select-menu{
  max-height:198px;
  overflow-y:auto;
}
.Select-option{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  background-color:#fff;
  color:#666;
  cursor:pointer;
  display:block;
  padding:8px 10px;
}
.Select-option:last-child{
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}
.Select-option.is-selected{
  background-color:#f5faff;
  background-color:rgba(0,126,255,0.04);
  color:#333;
}
.Select-option.is-focused{
  background-color:#ebf5ff;
  background-color:rgba(0,126,255,0.08);
  color:#333;
}
.Select-option.is-disabled{
  color:#ccc;
  cursor:default;
}
.Select-noresults{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  color:#999;
  cursor:default;
  display:block;
  padding:8px 10px;
}
.Select--multi .Select-input{
  vertical-align:middle;
  margin-left:10px;
  padding:0;
}
.Select--multi.has-value .Select-input{
  margin-left:5px;
}
.Select--multi .Select-value{
  background-color:#ebf5ff;
  background-color:rgba(0,126,255,0.08);
  border-radius:2px;
  border:1px solid #c2e0ff;
  border:1px solid rgba(0,126,255,0.24);
  color:#007eff;
  display:inline-block;
  font-size:0.9em;
  line-height:1.4;
  margin-left:5px;
  margin-top:5px;
  vertical-align:top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label{
  display:inline-block;
  vertical-align:middle;
}
.Select--multi .Select-value-label{
  border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  cursor:default;
  padding:2px 5px;
}
.Select--multi a.Select-value-label{
  color:#007eff;
  cursor:pointer;
  text-decoration:none;
}
.Select--multi a.Select-value-label:hover{
  text-decoration:underline;
}
.Select--multi .Select-value-icon{
  cursor:pointer;
  border-bottom-left-radius:2px;
  border-top-left-radius:2px;
  border-right:1px solid #c2e0ff;
  border-right:1px solid rgba(0,126,255,0.24);
  padding:1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus{
  background-color:#d8eafd;
  background-color:rgba(0,113,230,0.08);
  color:#0071e6;
}
.Select--multi .Select-value-icon:active{
  background-color:#c2e0ff;
  background-color:rgba(0,126,255,0.24);
}
.Select--multi.is-disabled .Select-value{
  background-color:#fcfcfc;
  border:1px solid #e3e3e3;
  color:#333;
}
.Select--multi.is-disabled .Select-value-icon{
  cursor:not-allowed;
  border-right:1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active{
  background-color:#fcfcfc;
}
@-webkit-keyframes Select-animation-spin{
  to{
    -webkit-transform:rotate(1turn);
  }
}
.ReactVirtualized__Table__headerRow{
  font-weight:700;
  text-transform:uppercase;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-direction:normal;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -o-box-orient:horizontal;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.ReactVirtualized__Table__row{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-direction:normal;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -o-box-orient:horizontal;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.ReactVirtualized__Table__headerTruncatedText{
  display:inline-block;
  max-width:100%;
  white-space:nowrap;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  overflow:hidden;
}
.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn{
  margin-right:10px;
  min-width:0px;
}
.ReactVirtualized__Table__rowColumn{
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type{
  margin-left:10px;
}
.ReactVirtualized__Table__sortableHeaderColumn{
  cursor:pointer;
}
.ReactVirtualized__Table__sortableHeaderIconContainer{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.ReactVirtualized__Table__sortableHeaderIcon{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 24px;
  -ms-flex:0 0 24px;
  flex:0 0 24px;
  height:1em;
  width:1em;
  fill:currentColor;
}
.VirtualSelectGrid{
  z-index:1;
}
.VirtualizedSelectOption{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  padding:0 0.5rem;
}
.VirtualizedSelectFocusedOption{
  background-color:rgba(0,126,255,0.1);
}
.VirtualizedSelectDisabledOption{
  opacity:0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter:alpha(opacity=50);
}
.VirtualizedSelectSelectedOption{
  font-weight:bold;
}
@-moz-keyframes Select-animation-fadeIn{
  from{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
  }
  to{
    opacity:1;
    -ms-filter:none;
    filter:none;
  }
}
@-webkit-keyframes Select-animation-fadeIn{
  from{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
  }
  to{
    opacity:1;
    -ms-filter:none;
    filter:none;
  }
}
@-o-keyframes Select-animation-fadeIn{
  from{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
  }
  to{
    opacity:1;
    -ms-filter:none;
    filter:none;
  }
}
@keyframes Select-animation-fadeIn{
  from{
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
  }
  to{
    opacity:1;
    -ms-filter:none;
    filter:none;
  }
}
@-moz-keyframes Select-animation-spin{
  to{
    -webkit-transform:rotate(1turn);
    -moz-transform:rotate(1turn);
    -o-transform:rotate(1turn);
    -ms-transform:rotate(1turn);
    transform:rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin{
  to{
    -webkit-transform:rotate(1turn);
    -moz-transform:rotate(1turn);
    -o-transform:rotate(1turn);
    -ms-transform:rotate(1turn);
    transform:rotate(1turn);
  }
}
@-o-keyframes Select-animation-spin{
  to{
    -webkit-transform:rotate(1turn);
    -moz-transform:rotate(1turn);
    -o-transform:rotate(1turn);
    -ms-transform:rotate(1turn);
    transform:rotate(1turn);
  }
}
@keyframes Select-animation-spin{
  to{
    -webkit-transform:rotate(1turn);
    -moz-transform:rotate(1turn);
    -o-transform:rotate(1turn);
    -ms-transform:rotate(1turn);
    transform:rotate(1turn);
  }
}
.Select{
  width:100%;
}
.Select,
.Select div,
.Select input,
.Select span{
  border-radius:0;
}
.browse-header-wrapper{
  position:relative;
  height:100%;
}
.browse-header-wrapper .magnifier-wrapper{
  display:inline-block;
  height:100%;
  padding-top:13px;
}
.browse-header-wrapper .header-search{
  padding-top:12px;
  margin-bottom:12.5px;
  border-bottom:1px solid #525252;
}
.browse-header-wrapper .header-search.active{
  border-bottom:1px solid #2a73cc;
}
.browse-header-wrapper .header-search .c-ph-search-bar{
  border:none;
  display:inline-block;
  width:280px;
}
.browse-header-wrapper .header-search .c-ph-search-bar .c-ph-search-wrapper .c-search-form{
  width:100%;
}
.browse-header-wrapper .header-search .c-ph-search-bar .c-ph-search-wrapper .c-search-form input.c-search-hint{
  background:transparent !important;
}
.signup-btn{
  border-radius:100px !important;
  min-width:88px !important;
  width:auto !important;
}
body,
.body-1-text,
.body-2-text,
p,
.search-bar .input-area .search-input,
ul.styleguide.dropdown li > button,
ul.styleguide.dropdown li > button.secondary,
ul.styleguide.dropdown li > a,
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-content input,
.rc-AuthenticationModal .rc-AuthenticationModal-content header,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a,
.rc-AuthenticationModal .c-user-modal-content,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-icon,
.rc-AuthenticationModal .c-user-modal-content input{
  font-size:14px;
  line-height:21px;
  font-family:'OpenSans', Arial, sans-serif;
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-moz-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@media (min-width: 576px){
  .col-sm{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-sm-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-sm-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-sm-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-sm-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-sm-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-sm-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-sm-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-sm-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-sm-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-sm-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-sm-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-sm-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-sm-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-sm-0{
    right:auto;
  }
  .pull-sm-1{
    right:8.333333%;
  }
  .pull-sm-2{
    right:16.666667%;
  }
  .pull-sm-3{
    right:25%;
  }
  .pull-sm-4{
    right:33.333333%;
  }
  .pull-sm-5{
    right:41.666667%;
  }
  .pull-sm-6{
    right:50%;
  }
  .pull-sm-7{
    right:58.333333%;
  }
  .pull-sm-8{
    right:66.666667%;
  }
  .pull-sm-9{
    right:75%;
  }
  .pull-sm-10{
    right:83.333333%;
  }
  .pull-sm-11{
    right:91.666667%;
  }
  .pull-sm-12{
    right:100%;
  }
  .push-sm-0{
    left:auto;
  }
  .push-sm-1{
    left:8.333333%;
  }
  .push-sm-2{
    left:16.666667%;
  }
  .push-sm-3{
    left:25%;
  }
  .push-sm-4{
    left:33.333333%;
  }
  .push-sm-5{
    left:41.666667%;
  }
  .push-sm-6{
    left:50%;
  }
  .push-sm-7{
    left:58.333333%;
  }
  .push-sm-8{
    left:66.666667%;
  }
  .push-sm-9{
    left:75%;
  }
  .push-sm-10{
    left:83.333333%;
  }
  .push-sm-11{
    left:91.666667%;
  }
  .push-sm-12{
    left:100%;
  }
  .offset-sm-0{
    margin-left:0%;
  }
  .offset-sm-1{
    margin-left:8.333333%;
  }
  .offset-sm-2{
    margin-left:16.666667%;
  }
  .offset-sm-3{
    margin-left:25%;
  }
  .offset-sm-4{
    margin-left:33.333333%;
  }
  .offset-sm-5{
    margin-left:41.666667%;
  }
  .offset-sm-6{
    margin-left:50%;
  }
  .offset-sm-7{
    margin-left:58.333333%;
  }
  .offset-sm-8{
    margin-left:66.666667%;
  }
  .offset-sm-9{
    margin-left:75%;
  }
  .offset-sm-10{
    margin-left:83.333333%;
  }
  .offset-sm-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 768px){
  .col-md{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-md-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-md-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-md-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-md-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-md-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-md-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-md-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-md-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-md-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-md-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-md-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-md-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-md-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-md-0{
    right:auto;
  }
  .pull-md-1{
    right:8.333333%;
  }
  .pull-md-2{
    right:16.666667%;
  }
  .pull-md-3{
    right:25%;
  }
  .pull-md-4{
    right:33.333333%;
  }
  .pull-md-5{
    right:41.666667%;
  }
  .pull-md-6{
    right:50%;
  }
  .pull-md-7{
    right:58.333333%;
  }
  .pull-md-8{
    right:66.666667%;
  }
  .pull-md-9{
    right:75%;
  }
  .pull-md-10{
    right:83.333333%;
  }
  .pull-md-11{
    right:91.666667%;
  }
  .pull-md-12{
    right:100%;
  }
  .push-md-0{
    left:auto;
  }
  .push-md-1{
    left:8.333333%;
  }
  .push-md-2{
    left:16.666667%;
  }
  .push-md-3{
    left:25%;
  }
  .push-md-4{
    left:33.333333%;
  }
  .push-md-5{
    left:41.666667%;
  }
  .push-md-6{
    left:50%;
  }
  .push-md-7{
    left:58.333333%;
  }
  .push-md-8{
    left:66.666667%;
  }
  .push-md-9{
    left:75%;
  }
  .push-md-10{
    left:83.333333%;
  }
  .push-md-11{
    left:91.666667%;
  }
  .push-md-12{
    left:100%;
  }
  .offset-md-0{
    margin-left:0%;
  }
  .offset-md-1{
    margin-left:8.333333%;
  }
  .offset-md-2{
    margin-left:16.666667%;
  }
  .offset-md-3{
    margin-left:25%;
  }
  .offset-md-4{
    margin-left:33.333333%;
  }
  .offset-md-5{
    margin-left:41.666667%;
  }
  .offset-md-6{
    margin-left:50%;
  }
  .offset-md-7{
    margin-left:58.333333%;
  }
  .offset-md-8{
    margin-left:66.666667%;
  }
  .offset-md-9{
    margin-left:75%;
  }
  .offset-md-10{
    margin-left:83.333333%;
  }
  .offset-md-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 992px){
  .col-lg{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-lg-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-lg-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-lg-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-lg-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-lg-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-lg-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-lg-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-lg-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-lg-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-lg-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-lg-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-lg-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-lg-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-lg-0{
    right:auto;
  }
  .pull-lg-1{
    right:8.333333%;
  }
  .pull-lg-2{
    right:16.666667%;
  }
  .pull-lg-3{
    right:25%;
  }
  .pull-lg-4{
    right:33.333333%;
  }
  .pull-lg-5{
    right:41.666667%;
  }
  .pull-lg-6{
    right:50%;
  }
  .pull-lg-7{
    right:58.333333%;
  }
  .pull-lg-8{
    right:66.666667%;
  }
  .pull-lg-9{
    right:75%;
  }
  .pull-lg-10{
    right:83.333333%;
  }
  .pull-lg-11{
    right:91.666667%;
  }
  .pull-lg-12{
    right:100%;
  }
  .push-lg-0{
    left:auto;
  }
  .push-lg-1{
    left:8.333333%;
  }
  .push-lg-2{
    left:16.666667%;
  }
  .push-lg-3{
    left:25%;
  }
  .push-lg-4{
    left:33.333333%;
  }
  .push-lg-5{
    left:41.666667%;
  }
  .push-lg-6{
    left:50%;
  }
  .push-lg-7{
    left:58.333333%;
  }
  .push-lg-8{
    left:66.666667%;
  }
  .push-lg-9{
    left:75%;
  }
  .push-lg-10{
    left:83.333333%;
  }
  .push-lg-11{
    left:91.666667%;
  }
  .push-lg-12{
    left:100%;
  }
  .offset-lg-0{
    margin-left:0%;
  }
  .offset-lg-1{
    margin-left:8.333333%;
  }
  .offset-lg-2{
    margin-left:16.666667%;
  }
  .offset-lg-3{
    margin-left:25%;
  }
  .offset-lg-4{
    margin-left:33.333333%;
  }
  .offset-lg-5{
    margin-left:41.666667%;
  }
  .offset-lg-6{
    margin-left:50%;
  }
  .offset-lg-7{
    margin-left:58.333333%;
  }
  .offset-lg-8{
    margin-left:66.666667%;
  }
  .offset-lg-9{
    margin-left:75%;
  }
  .offset-lg-10{
    margin-left:83.333333%;
  }
  .offset-lg-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 1200px){
  .col-xl{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-xl-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-xl-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-xl-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-xl-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-xl-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-xl-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-xl-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-xl-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-xl-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-xl-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-xl-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-xl-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-xl-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-xl-0{
    right:auto;
  }
  .pull-xl-1{
    right:8.333333%;
  }
  .pull-xl-2{
    right:16.666667%;
  }
  .pull-xl-3{
    right:25%;
  }
  .pull-xl-4{
    right:33.333333%;
  }
  .pull-xl-5{
    right:41.666667%;
  }
  .pull-xl-6{
    right:50%;
  }
  .pull-xl-7{
    right:58.333333%;
  }
  .pull-xl-8{
    right:66.666667%;
  }
  .pull-xl-9{
    right:75%;
  }
  .pull-xl-10{
    right:83.333333%;
  }
  .pull-xl-11{
    right:91.666667%;
  }
  .pull-xl-12{
    right:100%;
  }
  .push-xl-0{
    left:auto;
  }
  .push-xl-1{
    left:8.333333%;
  }
  .push-xl-2{
    left:16.666667%;
  }
  .push-xl-3{
    left:25%;
  }
  .push-xl-4{
    left:33.333333%;
  }
  .push-xl-5{
    left:41.666667%;
  }
  .push-xl-6{
    left:50%;
  }
  .push-xl-7{
    left:58.333333%;
  }
  .push-xl-8{
    left:66.666667%;
  }
  .push-xl-9{
    left:75%;
  }
  .push-xl-10{
    left:83.333333%;
  }
  .push-xl-11{
    left:91.666667%;
  }
  .push-xl-12{
    left:100%;
  }
  .offset-xl-0{
    margin-left:0%;
  }
  .offset-xl-1{
    margin-left:8.333333%;
  }
  .offset-xl-2{
    margin-left:16.666667%;
  }
  .offset-xl-3{
    margin-left:25%;
  }
  .offset-xl-4{
    margin-left:33.333333%;
  }
  .offset-xl-5{
    margin-left:41.666667%;
  }
  .offset-xl-6{
    margin-left:50%;
  }
  .offset-xl-7{
    margin-left:58.333333%;
  }
  .offset-xl-8{
    margin-left:66.666667%;
  }
  .offset-xl-9{
    margin-left:75%;
  }
  .offset-xl-10{
    margin-left:83.333333%;
  }
  .offset-xl-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 1440px){
  .col-xxl{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-xxl-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-xxl-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-xxl-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-xxl-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-xxl-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-xxl-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-xxl-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-xxl-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-xxl-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-xxl-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-xxl-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-xxl-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-xxl-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-xxl-0{
    right:auto;
  }
  .pull-xxl-1{
    right:8.333333%;
  }
  .pull-xxl-2{
    right:16.666667%;
  }
  .pull-xxl-3{
    right:25%;
  }
  .pull-xxl-4{
    right:33.333333%;
  }
  .pull-xxl-5{
    right:41.666667%;
  }
  .pull-xxl-6{
    right:50%;
  }
  .pull-xxl-7{
    right:58.333333%;
  }
  .pull-xxl-8{
    right:66.666667%;
  }
  .pull-xxl-9{
    right:75%;
  }
  .pull-xxl-10{
    right:83.333333%;
  }
  .pull-xxl-11{
    right:91.666667%;
  }
  .pull-xxl-12{
    right:100%;
  }
  .push-xxl-0{
    left:auto;
  }
  .push-xxl-1{
    left:8.333333%;
  }
  .push-xxl-2{
    left:16.666667%;
  }
  .push-xxl-3{
    left:25%;
  }
  .push-xxl-4{
    left:33.333333%;
  }
  .push-xxl-5{
    left:41.666667%;
  }
  .push-xxl-6{
    left:50%;
  }
  .push-xxl-7{
    left:58.333333%;
  }
  .push-xxl-8{
    left:66.666667%;
  }
  .push-xxl-9{
    left:75%;
  }
  .push-xxl-10{
    left:83.333333%;
  }
  .push-xxl-11{
    left:91.666667%;
  }
  .push-xxl-12{
    left:100%;
  }
  .offset-xxl-0{
    margin-left:0%;
  }
  .offset-xxl-1{
    margin-left:8.333333%;
  }
  .offset-xxl-2{
    margin-left:16.666667%;
  }
  .offset-xxl-3{
    margin-left:25%;
  }
  .offset-xxl-4{
    margin-left:33.333333%;
  }
  .offset-xxl-5{
    margin-left:41.666667%;
  }
  .offset-xxl-6{
    margin-left:50%;
  }
  .offset-xxl-7{
    margin-left:58.333333%;
  }
  .offset-xxl-8{
    margin-left:66.666667%;
  }
  .offset-xxl-9{
    margin-left:75%;
  }
  .offset-xxl-10{
    margin-left:83.333333%;
  }
  .offset-xxl-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 544px){
  .flex-sm-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-sm-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-sm-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 544px){
  .flex-items-sm-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-sm-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-sm-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 544px){
  .flex-sm-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-sm-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-sm-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 544px){
  .flex-items-sm-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-sm-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-sm-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-sm-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-sm-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 768px){
  .flex-md-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-md-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-md-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 768px){
  .flex-items-md-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-md-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-md-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 768px){
  .flex-md-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-md-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-md-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 768px){
  .flex-items-md-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-md-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-md-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-md-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-md-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 992px){
  .flex-lg-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-lg-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-lg-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 992px){
  .flex-items-lg-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-lg-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-lg-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 992px){
  .flex-lg-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-lg-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-lg-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 992px){
  .flex-items-lg-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-lg-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-lg-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-lg-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-lg-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 1200px){
  .flex-xl-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-xl-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-xl-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 1200px){
  .flex-items-xl-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-xl-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-xl-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 1200px){
  .flex-xl-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-xl-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-xl-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 1200px){
  .flex-items-xl-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-xl-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-xl-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-xl-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-xl-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-content input,
.rc-AuthenticationModal .rc-AuthenticationModal-content header,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a,
.rc-AuthenticationModal .c-user-modal-content,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-icon,
.rc-AuthenticationModal .c-user-modal-content input{
  font-size:14px;
  line-height:20px;
}
@media (max-width: 767px){
  .rc-Modal .c-modal-content{
    width:98%;
    top:4px;
    left:0;
    padding:16px;
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
    transform:none;
    -webkit-transform:none;
    max-height:98%;
    overflow-y:scroll;
  }
  .rc-Modal .c-modal-x-out{
    top:16px;
    right:16px;
  }
  .rc-Modal.popup .c-modal-content{
    padding:0px;
  }
}
.rc-CourseEnrollmentConfirmation .do-invite-friends-label{
  cursor:pointer;
}
.rc-CourseEnrollmentConfirmation .invite-friends-checkbox{
  margin-right:5px;
}
.rc-CourseEnrollmentConfirmation .welcome-message{
  margin-top:48px;
}
.rc-RedirectToCheckout .rc-Modal.box .c-modal-content{
  padding:40px;
  min-height:100px;
}
.rc-RedirectToCheckout .rc-Modal .container{
  padding-top:50px;
}
.rc-RedirectToCheckout .rc-Modal .c-modal-content{
  width:600px;
}
.rc-CatalogSubscriptionEnrollModal i.cif-checkmark{
  font-size:1.5em;
}
.rc-CatalogSubscriptionEnrollModal .catalog-subs-header{
  margin-top:8px;
  margin-bottom:24px;
}
.rc-CatalogSubscriptionEnrollModal .catalog-subs-subheader{
  margin-bottom:20px;
}
.rc-CatalogSubscriptionEnrollModal .enroll-modal-container{
  padding:24px;
}
.rc-CatalogSubscriptionEnrollModal .rc-ValuePropBulletPoint{
  margin-bottom:16px;
}
.rc-CatalogSubscriptionEnrollModal .value-prop-line{
  margin:0;
}
.rc-CatalogSubscriptionEnrollModal .value-prop-list{
  margin-bottom:24px;
}
.rc-CatalogSubscriptionEnrollModal .catalog-subs-hairline{
  border-top:1px solid rgba(0,0,0,0.255);
  -webkit-transform:scaleY(0.5);
  -moz-transform:scaleY(0.5);
  -o-transform:scaleY(0.5);
  -ms-transform:scaleY(0.5);
  transform:scaleY(0.5);
  padding-bottom:20px;
}
.rc-CatalogSubscriptionEnrollModal .catalog-subs-enroll-footer{
  margin-top:40px;
}
.rc-CatalogSubscriptionEnrollModal .audit-enroll-error{
  margin-top:8px;
  margin-bottom:0;
  color:#956712;
}
.rc-LoadingIcon{
  text-align:center;
}
.rc-LoadingIcon svg path{
  fill:#4089c8;
  stroke:#4089c8;
  stroke-width:5;
  stroke-linecap:round;
  stroke-dasharray:2024 2024;
  -webkit-animation:drawlogo 2s infinite ease-in-out;
  -moz-animation:drawlogo 2s infinite ease-in-out;
  -o-animation:drawlogo 2s infinite ease-in-out;
  -ms-animation:drawlogo 2s infinite ease-in-out;
  animation:drawlogo 2s infinite ease-in-out;
  width:auto;
}
@media screen and (min-width: 0 0){
  .rc-LoadingIcon svg path{
    -webkit-animation:pulse 2s infinite ease;
    -moz-animation:pulse 2s infinite ease;
    -o-animation:pulse 2s infinite ease;
    -ms-animation:pulse 2s infinite ease;
    animation:pulse 2s infinite ease;
  }
}
@-moz-keyframes drawlogo{
  0%{
    stroke-dashoffset:2024;
    fill:#dcdcdc;
    stroke:#4089c8;
  }
  60%{
    fill:#dcdcdc;
  }
  80%{
    fill:#4089c8;
    stroke-dashoffset:0;
  }
  95%{
    fill:#4089c8;
    stroke:#4089c8;
  }
  100%{
    fill:#dcdcdc;
    stroke-dashoffset:0;
    stroke:#f5f5f5;
  }
}
@-webkit-keyframes drawlogo{
  0%{
    stroke-dashoffset:2024;
    fill:#dcdcdc;
    stroke:#4089c8;
  }
  60%{
    fill:#dcdcdc;
  }
  80%{
    fill:#4089c8;
    stroke-dashoffset:0;
  }
  95%{
    fill:#4089c8;
    stroke:#4089c8;
  }
  100%{
    fill:#dcdcdc;
    stroke-dashoffset:0;
    stroke:#f5f5f5;
  }
}
@-o-keyframes drawlogo{
  0%{
    stroke-dashoffset:2024;
    fill:#dcdcdc;
    stroke:#4089c8;
  }
  60%{
    fill:#dcdcdc;
  }
  80%{
    fill:#4089c8;
    stroke-dashoffset:0;
  }
  95%{
    fill:#4089c8;
    stroke:#4089c8;
  }
  100%{
    fill:#dcdcdc;
    stroke-dashoffset:0;
    stroke:#f5f5f5;
  }
}
@keyframes drawlogo{
  0%{
    stroke-dashoffset:2024;
    fill:#dcdcdc;
    stroke:#4089c8;
  }
  60%{
    fill:#dcdcdc;
  }
  80%{
    fill:#4089c8;
    stroke-dashoffset:0;
  }
  95%{
    fill:#4089c8;
    stroke:#4089c8;
  }
  100%{
    fill:#dcdcdc;
    stroke-dashoffset:0;
    stroke:#f5f5f5;
  }
}
@-moz-keyframes pulse{
  50%{
    opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter:alpha(opacity=30);
  }
}
@-webkit-keyframes pulse{
  50%{
    opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter:alpha(opacity=30);
  }
}
@-o-keyframes pulse{
  50%{
    opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter:alpha(opacity=30);
  }
}
@keyframes pulse{
  50%{
    opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter:alpha(opacity=30);
  }
}
.rc-ClosedCourseEnrollModal .modal-container{
  margin-top:22px;
  margin-bottom:16px;
}
.rc-ClosedCourseEnrollModal .body{
  padding-top:16px;
  width:600px;
  text-align:left;
  margin:auto;
}
.rc-ClosedCourseEnrollModal i.cif-check-list{
  font-size:1.4em;
}
@media screen and (max-width: 600px){
  .rc-ClosedCourseEnrollModal .body{
    max-width:100%;
  }
}
.rc-ClosedCourseEnrollModal .check-list{
  padding-right:2px;
}
.rc-ClosedCourseEnrollModal .bullet-point{
  margin-bottom:16px;
}
.rc-ClosedCourseEnrollModal .bullet-point .text{
  margin-left:8px;
  display:inline-block;
  padding-bottom:4px;
}
.rc-ClosedCourseEnrollModal .continue-button{
  margin-top:16px;
}
.rc-PriceWithDiscountIndicator.discount-color-red .price-with-discount,
.rc-PriceWithDiscountIndicator.discount-color-red .discount-indicator{
  color:#e91616;
}
.rc-PriceWithDiscountIndicator.discount-color-green .price-with-discount,
.rc-PriceWithDiscountIndicator.discount-color-green .discount-indicator{
  color:#008a00;
}
.rc-PriceWithDiscountIndicator .price-original{
  text-decoration:line-through;
  margin-right:6px;
}
.rc-PriceWithDiscountIndicator .price-with-discount{
  margin-right:4px;
}
.rc-PriceWithDiscountIndicator .discount-indicator{
  font-size:12px;
}
.rc-CourseEnrollChoiceDescription .primary-description{
  margin-bottom:10px;
}
.rc-CourseEnrollChoiceDescription .price-delim{
  padding:0 2px;
}
.rc-CourseEnrollChoiceDescription .cif-spinner{
  opacity:0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70);
}
@media (max-width: 767px){
  .rc-AccessCardPartnerLogo{
    display:none;
  }
}
.rc-AuditDeflectionFooter{
  padding-top:15px;
  color:#2f75c9;
  font-family:"Open Sans";
  font-size:16px;
  font-style:italic;
  line-height:21px;
  font-weight:600;
}
.rc-AccessCard{
  position:relative;
  height:100%;
}
.rc-AccessCard .subtitle{
  line-height:21px;
}
.rc-AccessCard .border{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  border:2px solid #2f75c9;
  border-radius:3px;
  background-color:#fff;
}
.rc-AccessCard .border-no-color{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  border:2px solid #fff;
}
.rc-AccessCard .check-circle{
  height:35px;
  width:35px;
  position:absolute;
  top:-2px;
  right:-12px;
  z-index:1;
}
.rc-AccessCard .ribbon{
  height:28px;
  width:190px;
  background:-webkit--webkit-linear-gradient(270deg, #0d59b5 0%, #5cb4dc 100%);
  background:-webkit--moz-linear-gradient(270deg, #0d59b5 0%, #5cb4dc 100%);
  background:-webkit--o-linear-gradient(270deg, #0d59b5 0%, #5cb4dc 100%);
  background:-webkit--ms-linear-gradient(270deg, #0d59b5 0%, #5cb4dc 100%);
  background:-webkit-linear-gradient(180deg, #0d59b5 0%, #5cb4dc 100%);
  border-top-right-radius:3px;
  position:absolute;
  top:2px;
  right:2px;
  text-transform:uppercase;
}
.rc-AccessCard .ribbon-triangle1{
  position:absolute;
  top:0px;
  left:-28px;
  width:0;
  height:0;
  border-bottom:28px solid #0d59b5;
  border-left:28px solid transparent;
}
.rc-AccessCard .ribbon-triangle2{
  position:absolute;
  top:0px;
  left:-28px;
  width:0;
  height:0;
  border-top:28px solid #5cb4dc;
  border-left:28px solid transparent;
}
.rc-AccessCard .left-card-v2{
  height:inherit;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-lines:single;
  -moz-box-lines:single;
  -o-box-lines:single;
  -webkit-flex-wrap:nowrap;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
}
@media (max-width: 767px){
  .rc-AccessCard .left-card-v2{
    height:auto;
    width:100%;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
}
@media (max-width: 767px){
  .rc-AccessCard .right-card-v2{
    width:100%;
  }
}
.rc-AuditDeflectionButton .choose-button{
  padding:14px 52px;
  font-size:16px;
}
.rc-AuditDeflectionButton .expanded{
  font-size:16px;
  width:100%;
  max-width:350px;
}
.rc-AuditDeflectionEnrollModal .rc-Modal .c-modal-content{
  max-width:98%;
  width:1000px;
}
@media (max-width: 991px){
  .rc-AuditDeflectionEnrollModal .rc-Modal .c-modal-content{
    max-width:100%;
  }
}
.rc-AuditDeflectionEnrollModal .header{
  padding-bottom:15px;
}
@media (max-width: 991px){
  .rc-AuditDeflectionEnrollModal .header{
    padding-top:35px;
    padding-bottom:0px;
  }
}
@media (max-width: 767px){
  .rc-AuditDeflectionEnrollModal .subtitle{
    font-size:0.9rem;
  }
}
.rc-AuditDeflectionEnrollModal .cards-container{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -o-box-orient:horizontal;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
}
@media (max-width: 767px){
  .rc-AuditDeflectionEnrollModal .cards-container{
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -o-box-orient:vertical;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
  }
}
.rc-AuditDeflectionEnrollModal .limited-access-card{
  width:35%;
  margin-top:20px;
  margin-bottom:20px;
  margin-right:20px;
}
@media (max-width: 767px){
  .rc-AuditDeflectionEnrollModal .limited-access-card{
    width:100%;
    margin-right:0px;
  }
}
.rc-AuditDeflectionEnrollModal .unlimited-access-card{
  width:65%;
  margin-top:20px;
  margin-bottom:20px;
}
@media (max-width: 767px){
  .rc-AuditDeflectionEnrollModal .unlimited-access-card{
    width:100%;
    margin-right:0px;
  }
}
@media (max-width: 767px){
  .rc-AuditDeflectionEnrollModal .c-modal-content{
    max-width:none;
    width:auto;
  }
}
.c-img-loading{
  position:relative;
}
.c-img-loading:after{
  width:100%;
  height:100%;
  position:absolute;
  content:'';
  -webkit-animation:spin 3s infinite linear;
  -moz-animation:spin 3s infinite linear;
  -o-animation:spin 3s infinite linear;
  -ms-animation:spin 3s infinite linear;
  animation:spin 3s infinite linear;
  background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+ICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLDg1KSI+ICAgICAgICA8ZyB0cmFuc2Zvcm09InNjYWxlKDAuMDUsLTAuMDUpIj4gICAgICAgICAgICA8cGF0aCBmaWxsPSIjY2ZjZmNmIiBkPSJNNDk2IDE5MnEwIC02MCAtNDIuNSAtMTAydC0xMDEuNSAtNDJxLTYwIDAgLTEwMiA0MnQtNDIgMTAydDQyIDEwMnQxMDIgNDJxNTkgMCAxMDEuNSAtNDJ0NDIuNSAtMTAyek05MjggMHEwIC01MyAtMzcuNSAtOTAuNXQtOTAuNSAtMzcuNXQtOTAuNSAzNy41dC0zNy41IDkwLjV0MzcuNSA5MC41dDkwLjUgMzcuNXQ5MC41IC0zNy41dDM3LjUgLTkwLjV6TTMyMCA2NDBxMCAtNjYgLTQ3IC0xMTN0LTExMyAtNDd0LTExMyA0N3QtNDcgMTEzIHQ0NyAxMTN0MTEzIDQ3dDExMyAtNDd0NDcgLTExM3pNMTM2MCAxOTJxMCAtNDYgLTMzIC03OXQtNzkgLTMzdC03OSAzM3QtMzMgNzl0MzMgNzl0NzkgMzN0NzkgLTMzdDMzIC03OXpNNTI4IDEwODhxMCAtNzMgLTUxLjUgLTEyNC41dC0xMjQuNSAtNTEuNXQtMTI0LjUgNTEuNXQtNTEuNSAxMjQuNXQ1MS41IDEyNC41dDEyNC41IDUxLjV0MTI0LjUgLTUxLjV0NTEuNSAtMTI0LjV6TTk5MiAxMjgwcTAgLTgwIC01NiAtMTM2dC0xMzYgLTU2IHQtMTM2IDU2dC01NiAxMzZ0NTYgMTM2dDEzNiA1NnQxMzYgLTU2dDU2IC0xMzZ6TTE1MzYgNjQwcTAgLTQwIC0yOCAtNjh0LTY4IC0yOHQtNjggMjh0LTI4IDY4dDI4IDY4dDY4IDI4dDY4IC0yOHQyOCAtNjh6TTEzMjggMTA4OHEwIC0zMyAtMjMuNSAtNTYuNXQtNTYuNSAtMjMuNXQtNTYuNSAyMy41dC0yMy41IDU2LjV0MjMuNSA1Ni41dDU2LjUgMjMuNXQ1Ni41IC0yMy41dDIzLjUgLTU2LjV6IiAvPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+") no-repeat 50% 50%;
}
.c-img-loading-small:after{
  -webkit-background-size:25px 25px;
  -moz-background-size:25px 25px;
  background-size:25px 25px;
}
@-moz-keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.rc-Modal.box.rc-CourseEnrollModal.catalog-sub-standalone .c-modal-content{
  width:800px;
  max-width:800px;
}
.rc-Modal.box.rc-CourseEnrollModal .c-modal-content{
  padding:0;
  max-width:680px;
}
.rc-Modal.box.rc-CourseEnrollModal .c-modal-content .cem-title{
  padding:46px 32px 26px 32px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  background-color:#354b72;
}
.rc-Modal.box.rc-CourseEnrollModal .c-modal-content .cem-subtitle{
  margin-top:5px;
}
.rc-Modal.box.rc-CourseEnrollModal .c-modal-content .rc-HighRatingsStars{
  text-align:center;
}
.rc-Modal.box.rc-CourseEnrollModal .c-modal-content .rc-HighRatingsStars .rc-CourseRatingIcons{
  display:inline-block;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body{
  padding:40px 60px;
  min-height:240px;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container{
  padding-bottom:24px;
  padding-left:0;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container .input-container{
  display:block;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container:last-child{
  padding-bottom:20px;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container input[type="radio"]{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container input[type="radio"]:checked ~ span.cif-stack .cif-circle{
  color:#2a73cc;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container label{
  position:relative;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container span.cif-stack{
  position:absolute;
  left:0;
  margin-top:-4px;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container span.cif-stack .cif-circle{
  color:#fff;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container span.cif-stack .cif-circle-thin{
  color:rgba(0,0,0,0.1);
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container .subtext span,
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container p{
  font-size:14px;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .choices .choice-radio-container .choice-description-wrapper{
  margin-left:45px;
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body hr{
  margin-bottom:32px;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
}
.rc-Modal.box.rc-CourseEnrollModal .cem-body .continue-button{
  padding:15px 60px;
}
.rc-Modal.box.rc-CourseEnrollModal .modal-content-container{
  margin:44px;
}
.rc-Modal.box.rc-CourseEnrollModal .modal-content-container .punch-line{
  margin-bottom:24px;
}
.rc-Modal.box.rc-CourseEnrollModal .modal-content-container .bullet_list{
  margin-top:24px;
}
.rc-Modal.box.rc-CourseEnrollModal .c-img-loading{
  height:40px;
  width:40px;
  margin:0 auto;
}
@media (max-width: 767px){
  .rc-Modal.box.rc-CourseEnrollModal .c-modal-content{
    max-width:none;
    width:auto;
  }
  .rc-Modal.box.rc-CourseEnrollModal .c-modal-content .cem-body{
    padding:30px 20px;
  }
  .rc-Modal.box.rc-CourseEnrollModal.catalog-sub-standalone .c-modal-content{
    max-width:none;
    width:auto;
  }
  .rc-Modal.box.rc-CourseEnrollModal.catalog-sub-standalone .cert-icon{
    width:14px;
  }
}
.rc-SubscriptionEnrollButton{
  margin:16px 0;
}
.rc-SubscriptionEnrollButton .subscribe-button{
  padding:14px 52px;
}
.rc-SubscriptionEnrollButton .expanded{
  font-size:16px;
  width:100%;
  max-width:350px;
}
.rc-StartDateString{
  text-align:center;
}
.rc-SubscriptionFooter{
  margin-top:28px;
  padding-top:16px;
  border-top:1px solid rgba(0,0,0,0.255);
}
.rc-SubscriptionVPropBulletPoints i.cif-checkmark{
  font-size:1.5em;
}
.rc-SubscriptionVProp .punch-line{
  margin-top:16px;
  margin-bottom:8px;
}
.rc-SubscriptionVProp .sub-prop-header{
  margin-bottom:12px;
}
.rc-SubscriptionVProp .rc-SubscriptionVPropBulletPoint i.cif-checkmark{
  font-size:1.5em;
}
.rc-SubscriptionPriceHeader .per-month{
  margin-left:5px;
}
.rc-SubscriptionPriceHeader .spinner{
  font-size:24px;
}
.rc-SubscriptionPropBulletPoints{
  margin-top:24px;
}
.rc-SubscriptionPropBulletPoints .rc-SubscriptionVPropBulletPoint{
  margin-bottom:16px;
}
.rc-SubscriptionPropBulletPoints i.cif-checkmark{
  font-size:1.5em;
}
.rc-SubscriptionPropBulletPoints .subheader{
  color:#000;
}
.rc-SubscriptionVPropFreeTrial .punch-line{
  margin-top:16px;
  margin-bottom:8px;
}
.rc-SubscriptionEnrollModal .c-modal-overlay{
  z-index:9999;
}
.rc-SubscriptionEnrollModal .modal-header{
  height:140px;
  background-color:#354b72;
  color:#fff;
}
.rc-SubscriptionEnrollModal .modal-subtitle{
  color:#ccd1d9;
}
.rc-SubscriptionEnrollModal .enroll-modal-container{
  background-color:#fff;
}
.rc-SubscriptionEnrollModal .enroll-modal-container.free-trial{
  padding:0 24px 6px 24px;
}
.rc-SubscriptionEnrollModal .enroll-modal-container.no-free-trial{
  padding:48px 24px 0px 24px;
}
@media (max-width: 767px){
  .rc-SubscriptionEnrollModal .c-modal-content{
    max-width:none;
    width:auto;
  }
  .rc-SubscriptionEnrollModal .c-modal-content .enroll-modal-container.free-trial{
    padding:8px 26px 6px 26px;
  }
}
.rc-CatalogSubscriptionStandaloneChoiceCard{
  border:1px solid rgba(0,0,0,0.255);
  width:300px;
  min-height:430px;
  margin:10px;
  padding:70px 0 15px 20px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  background:#fff;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .choice-card-headline{
  margin-bottom:4px;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .choice-card-headline,
.rc-CatalogSubscriptionStandaloneChoiceCard .choice-card-subheadline{
  width:auto;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .header-row{
  margin-bottom:20px;
  min-height:40px;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .choice-card-continue{
  margin:auto;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .choice-card-value-props{
  min-height:200px;
  margin-bottom:20px;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .choice-card-continue{
  padding:20px 60px;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .cert-icon{
  margin-right:12px;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .choice-card-button-container{
  padding-right:20px;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .ribbon-container{
  position:absolute;
  width:105%;
  height:30px;
  top:10px;
  left:13px;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .ribbon{
  width:102%;
  background:-webkit-linear-gradient(left top, #9fd468, #37bc98);
  background:-moz-linear-gradient(left top, #9fd468, #37bc98);
  background:-o-linear-gradient(left top, #9fd468, #37bc98);
  background:-ms-linear-gradient(left top, #9fd468, #37bc98);
  background:linear-gradient(to right bottom, #9fd468, #37bc98);
  position:absolute;
  height:100%;
  -webkit-transform:translateX(-24px);
  -moz-transform:translateX(-24px);
  -o-transform:translateX(-24px);
  -ms-transform:translateX(-24px);
  transform:translateX(-24px);
}
.rc-CatalogSubscriptionStandaloneChoiceCard .ribbon:before,
.rc-CatalogSubscriptionStandaloneChoiceCard .ribbon:after{
  content:"";
  position:absolute;
  display:block;
  z-index:-1;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .ribbon:before{
  top:100%;
  border-top:10px solid #6bb022;
  border-left:10px solid transparent;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .ribbon:after{
  right:0;
  bottom:100%;
  border-bottom:10px solid #0a785a;
  border-right:10px solid transparent;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .ribbon-text{
  color:#fff;
  margin-left:20px;
  display:inline-block;
  vertical-align:bottom;
  line-height:100%;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .payg-color{
  color:#fe7413;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .catalog-subs-color{
  color:#4ab593;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .payg-color-checkmark .checkmark-cont i{
  color:#fe7413;
}
.rc-CatalogSubscriptionStandaloneChoiceCard .catalog-subs-color-checkmark .checkmark-cont i{
  color:#4ab593;
}
.rc-CatalogSubscriptionSpecialStandaloneEnrollModal{
  margin:0;
}
.rc-CatalogSubscriptionSpecialStandaloneEnrollModal.rc-Modal.box .c-modal-content{
  background:#f5f5f5;
  padding:28px 0 0 0;
}
.rc-CatalogSubscriptionSpecialStandaloneEnrollModal .body-container{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-direction:reverse;
  -moz-box-direction:reverse;
  -o-box-direction:reverse;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -o-box-orient:horizontal;
  -webkit-flex-direction:row-reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-top:20px;
  padding-bottom:20px;
}
.rc-CatalogSubscriptionSpecialStandaloneEnrollModal .footer-container{
  margin:0;
  background:#e6e6e6;
  padding:16px;
  font-size:12px;
  line-height:18px;
}
.rc-SubscriptionSubscribedModal .modal-container{
  margin-top:20px;
  margin-bottom:20px;
}
.rc-SubscriptionSubscribedModal .header{
  margin-top:24px;
  margin-bottom:24px;
}
.bt3-clearfix:before,
.bt3-dl-horizontal dd:before,
.bt3-container:before,
.bt3-container-fluid:before,
.bt3-row:before,
.bt3-form-horizontal .bt3-form-group:before,
.bt3-btn-toolbar:before,
.bt3-btn-group-vertical > .bt3-btn-group:before,
.bt3-nav:before,
.bt3-navbar:before,
.bt3-navbar-header:before,
.bt3-navbar-collapse:before,
.bt3-pager:before,
.bt3-panel-body:before,
.bt3-modal-footer:before,
.bt3-clearfix:after,
.bt3-dl-horizontal dd:after,
.bt3-container:after,
.bt3-container-fluid:after,
.bt3-row:after,
.bt3-form-horizontal .bt3-form-group:after,
.bt3-btn-toolbar:after,
.bt3-btn-group-vertical > .bt3-btn-group:after,
.bt3-nav:after,
.bt3-navbar:after,
.bt3-navbar-header:after,
.bt3-navbar-collapse:after,
.bt3-pager:after,
.bt3-panel-body:after,
.bt3-modal-footer:after{
  content:" ";
  display:table;
}
.bt3-clearfix:after,
.bt3-dl-horizontal dd:after,
.bt3-container:after,
.bt3-container-fluid:after,
.bt3-row:after,
.bt3-form-horizontal .bt3-form-group:after,
.bt3-btn-toolbar:after,
.bt3-btn-group-vertical > .bt3-btn-group:after,
.bt3-nav:after,
.bt3-navbar:after,
.bt3-navbar-header:after,
.bt3-navbar-collapse:after,
.bt3-pager:after,
.bt3-panel-body:after,
.bt3-modal-footer:after{
  clear:both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary{
  display:block;
}
audio,
canvas,
progress,
video{
  vertical-align:baseline;
}
[hidden],
template{
  display:none;
}
a{
  background:transparent;
}
a:active,
a:hover{
  outline:0;
}
abbr[title]{
  border-bottom:1px dotted;
}
b,
strong{
  font-weight:bold;
}
mark{
  background:#ff0;
}
img{
  border:0;
}
button,
input,
optgroup,
select,
textarea{
  color:inherit;
}
button{
  overflow:visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
  -webkit-appearance:button;
  cursor:pointer;
}
button[disabled],
html input[disabled]{
  cursor:default;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
  border:0;
  padding:0;
}
input{
  line-height:normal;
}
input[type="checkbox"],
input[type="radio"]{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  height:auto;
}
input[type="search"]{
  -webkit-appearance:textfield;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
  -webkit-appearance:none;
}
table{
  border-spacing:0;
}
td,
th{
  padding:0;
}
@media print{
  *{
    text-shadow:none !important;
    color:#000 !important;
    background:transparent !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
  }
  a,
  a:visited{
    text-decoration:underline;
  }
  a[href]:after{
    content:" (" attr(href) ")";
  }
  abbr[title]:after{
    content:" (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after{
    content:"";
  }
  pre,
  blockquote{
    border:1px solid #999;
    page-break-inside:avoid;
  }
  thead{
    display:table-header-group;
  }
  tr,
  img{
    page-break-inside:avoid;
  }
  img{
    max-width:100% !important;
  }
  p,
  h2,
  h3{
    orphans:3;
    widows:3;
  }
  h2,
  h3{
    page-break-after:avoid;
  }
  select{
    background:#fff !important;
  }
  .bt3-navbar{
    display:none;
  }
  .bt3-table td,
  .bt3-table th{
    background-color:#fff !important;
  }
  .bt3-btn > .bt3-caret,
  .bt3-dropup > .bt3-btn > .bt3-caret{
    border-top-color:#000 !important;
  }
  .bt3-label{
    border:1px solid #000;
  }
  .bt3-table{
    border-collapse:collapse !important;
  }
  .bt3-table-bordered th,
  .bt3-table-bordered td{
    border:1px solid #ddd !important;
  }
}
*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
*:before,
*:after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
html{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body{
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:1.428571429;
  color:#333;
}
input,
button,
select,
textarea{
  font-family:inherit;
  font-size:inherit;
}
a{
  color:#428bca;
}
a:hover,
a:focus{
  color:#3277b2;
  text-decoration:underline;
}
a:focus{
  outline:thin dotted;
}
figure{
  margin:0;
}
.bt3-img-responsive,
.bt3-thumbnail > img,
.bt3-thumbnail a > img,
.bt3-carousel-inner > .bt3-item > img,
.bt3-carousel-inner > .bt3-item > a > img{
  display:block;
  max-width:100%;
  height:auto;
}
.bt3-img-rounded{
  border-radius:6px;
}
.bt3-img-thumbnail{
  padding:4px;
  line-height:1.428571429;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  -webkit-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
  display:inline-block;
  max-width:100%;
  height:auto;
}
.bt3-img-circle{
  border-radius:50%;
}
hr{
  margin-top:20px;
  margin-bottom:20px;
  border:0;
  border-top:1px solid #eee;
}
.bt3-sr-only{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  border:0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.bt3-h1,
.bt3-h2,
.bt3-h3,
.bt3-h4,
.bt3-h5,
.bt3-h6{
  font-family:inherit;
  font-weight:500;
  line-height:1.1;
  color:inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.bt3-h1 small,
.bt3-h2 small,
.bt3-h3 small,
.bt3-h4 small,
.bt3-h5 small,
.bt3-h6 small,
h1 .bt3-small,
h2 .bt3-small,
h3 .bt3-small,
h4 .bt3-small,
h5 .bt3-small,
h6 .bt3-small,
.bt3-h1 .bt3-small,
.bt3-h2 .bt3-small,
.bt3-h3 .bt3-small,
.bt3-h4 .bt3-small,
.bt3-h5 .bt3-small,
.bt3-h6 .bt3-small{
  font-weight:normal;
  line-height:1;
  color:#999;
}
h1,
.bt3-h1,
h2,
.bt3-h2,
h3,
.bt3-h3{
  margin-top:20px;
  margin-bottom:10px;
}
h1 small,
.bt3-h1 small,
h2 small,
.bt3-h2 small,
h3 small,
.bt3-h3 small,
h1 .bt3-small,
.bt3-h1 .bt3-small,
h2 .bt3-small,
.bt3-h2 .bt3-small,
h3 .bt3-small,
.bt3-h3 .bt3-small{
  font-size:65%;
}
h4,
.bt3-h4,
h5,
.bt3-h5,
h6,
.bt3-h6{
  margin-top:10px;
  margin-bottom:10px;
}
h4 small,
.bt3-h4 small,
h5 small,
.bt3-h5 small,
h6 small,
.bt3-h6 small,
h4 .bt3-small,
.bt3-h4 .bt3-small,
h5 .bt3-small,
.bt3-h5 .bt3-small,
h6 .bt3-small,
.bt3-h6 .bt3-small{
  font-size:75%;
}
h1,
.bt3-h1{
  font-size:36px;
}
h2,
.bt3-h2{
  font-size:30px;
}
h3,
.bt3-h3{
  font-size:24px;
}
h4,
.bt3-h4{
  font-size:18px;
}
h5,
.bt3-h5{
  font-size:14px;
}
h6,
.bt3-h6{
  font-size:12px;
}
p{
  margin:0 0 10px;
}
.bt3-lead{
  margin-bottom:20px;
  font-size:16px;
  font-weight:200;
  line-height:1.4;
}
@media (min-width: 768px){
  .bt3-lead{
    font-size:21px;
  }
}
small,
.bt3-small{
  font-size:85%;
}
cite{
  font-style:normal;
}
.bt3-text-left{
  text-align:left;
}
.bt3-text-right{
  text-align:right;
}
.bt3-text-center{
  text-align:center;
}
.bt3-text-justify{
  text-align:justify;
}
.bt3-text-muted{
  color:#999;
}
.bt3-text-primary{
  color:#428bca;
}
a.bt3-text-primary:hover{
  color:#357ebc;
}
.bt3-text-success{
  color:#3c763d;
}
a.bt3-text-success:hover{
  color:#366a37;
}
.bt3-text-info{
  color:#31708f;
}
a.bt3-text-info:hover{
  color:#2c6581;
}
.bt3-text-warning{
  color:#8a6d3b;
}
a.bt3-text-warning:hover{
  color:#7c6235;
}
.bt3-text-danger{
  color:#a94442;
}
a.bt3-text-danger:hover{
  color:#983d3b;
}
.bt3-bg-primary{
  color:#fff;
  background-color:#428bca;
}
a.bt3-bg-primary:hover{
  background-color:#357ebc;
}
.bt3-bg-success{
  background-color:#dff0d8;
}
a.bt3-bg-success:hover{
  background-color:#c4e3b7;
}
.bt3-bg-info{
  background-color:#d9edf7;
}
a.bt3-bg-info:hover{
  background-color:#b3dbef;
}
.bt3-bg-warning{
  background-color:#fcf8e3;
}
a.bt3-bg-warning:hover{
  background-color:#f7edb8;
}
.bt3-bg-danger{
  background-color:#f2dede;
}
a.bt3-bg-danger:hover{
  background-color:#e5bdbd;
}
.bt3-page-header{
  padding-bottom:9px;
  margin:40px 0 20px;
  border-bottom:1px solid #eee;
}
ul,
ol{
  margin-top:0;
  margin-bottom:10px;
}
ul ul,
ol ul,
ul ol,
ol ol{
  margin-bottom:0;
}
.bt3-list-unstyled{
  padding-left:0;
  list-style:none;
}
.bt3-list-inline{
  padding-left:0;
  list-style:none;
  margin-left:-5px;
}
.bt3-list-inline > li{
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
}
dl{
  margin-top:0;
  margin-bottom:20px;
}
dt,
dd{
  line-height:1.428571429;
}
@media (min-width: 768px){
  .bt3-dl-horizontal dt{
    float:left;
    width:160px;
    clear:left;
    text-align:right;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .bt3-dl-horizontal dd{
    margin-left:180px;
  }
}
abbr[title],
abbr[data-original-title]{
  border-bottom:1px dotted #999;
}
.bt3-initialism{
  font-size:90%;
  text-transform:uppercase;
}
blockquote{
  padding:10px 20px;
  margin:0 0 20px;
  font-size:17.5px;
  border-left:5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child{
  margin-bottom:0;
}
blockquote footer,
blockquote small,
blockquote .bt3-small{
  display:block;
  font-size:80%;
  line-height:1.428571429;
  color:#999;
}
blockquote footer:before,
blockquote small:before,
blockquote .bt3-small:before{
  content:'\2014   \A0';
}
.bt3-blockquote-reverse,
blockquote.bt3-pull-right{
  padding-right:15px;
  padding-left:0;
  border-right:5px solid #eee;
  border-left:0;
  text-align:right;
}
.bt3-blockquote-reverse footer:before,
blockquote.bt3-pull-right footer:before,
.bt3-blockquote-reverse small:before,
blockquote.bt3-pull-right small:before,
.bt3-blockquote-reverse .bt3-small:before,
blockquote.bt3-pull-right .bt3-small:before{
  content:'';
}
.bt3-blockquote-reverse footer:after,
blockquote.bt3-pull-right footer:after,
.bt3-blockquote-reverse small:after,
blockquote.bt3-pull-right small:after,
.bt3-blockquote-reverse .bt3-small:after,
blockquote.bt3-pull-right .bt3-small:after{
  content:'\A0   \2014';
}
blockquote:before,
blockquote:after{
  content:"";
}
address{
  margin-bottom:20px;
  line-height:1.428571429;
}
code,
kbd,
pre,
samp{
  font-family:Menlo, Monaco, Consolas, "Courier New", monospace;
}
code{
  padding:2px 4px;
  font-size:90%;
  color:#c7254e;
  background-color:#f9f2f4;
  white-space:nowrap;
  border-radius:4px;
}
kbd{
  padding:2px 4px;
  font-size:90%;
  color:#fff;
  background-color:#333;
  border-radius:3px;
  -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);
}
pre{
  display:block;
  padding:9.5px;
  margin:0 0 10px;
  font-size:13px;
  line-height:1.428571429;
  word-break:break-all;
  word-wrap:break-word;
  color:#333;
  background-color:#f5f5f5;
  border:1px solid #ccc;
  border-radius:4px;
}
pre code{
  padding:0;
  font-size:inherit;
  color:inherit;
  white-space:pre-wrap;
  background-color:transparent;
  border-radius:0;
}
.bt3-pre-scrollable{
  max-height:340px;
  overflow-y:scroll;
}
.bt3-container{
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
@media (min-width: 768px){
  .bt3-container{
    width:750px;
  }
}
@media (min-width: 992px){
  .bt3-container{
    width:970px;
  }
}
@media (min-width: 1200px){
  .bt3-container{
    width:1170px;
  }
}
.bt3-container-fluid{
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.bt3-row{
  margin-left:-15px;
  margin-right:-15px;
}
.bt3-col-xs-1,
.bt3-col-sm-1,
.bt3-col-md-1,
.bt3-col-lg-1,
.bt3-col-xs-2,
.bt3-col-sm-2,
.bt3-col-md-2,
.bt3-col-lg-2,
.bt3-col-xs-3,
.bt3-col-sm-3,
.bt3-col-md-3,
.bt3-col-lg-3,
.bt3-col-xs-4,
.bt3-col-sm-4,
.bt3-col-md-4,
.bt3-col-lg-4,
.bt3-col-xs-5,
.bt3-col-sm-5,
.bt3-col-md-5,
.bt3-col-lg-5,
.bt3-col-xs-6,
.bt3-col-sm-6,
.bt3-col-md-6,
.bt3-col-lg-6,
.bt3-col-xs-7,
.bt3-col-sm-7,
.bt3-col-md-7,
.bt3-col-lg-7,
.bt3-col-xs-8,
.bt3-col-sm-8,
.bt3-col-md-8,
.bt3-col-lg-8,
.bt3-col-xs-9,
.bt3-col-sm-9,
.bt3-col-md-9,
.bt3-col-lg-9,
.bt3-col-xs-10,
.bt3-col-sm-10,
.bt3-col-md-10,
.bt3-col-lg-10,
.bt3-col-xs-11,
.bt3-col-sm-11,
.bt3-col-md-11,
.bt3-col-lg-11,
.bt3-col-xs-12,
.bt3-col-sm-12,
.bt3-col-md-12,
.bt3-col-lg-12{
  position:relative;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
}
.bt3-col-xs-1,
.bt3-col-xs-2,
.bt3-col-xs-3,
.bt3-col-xs-4,
.bt3-col-xs-5,
.bt3-col-xs-6,
.bt3-col-xs-7,
.bt3-col-xs-8,
.bt3-col-xs-9,
.bt3-col-xs-10,
.bt3-col-xs-11,
.bt3-col-xs-12{
  float:left;
}
.bt3-col-xs-12{
  width:100%;
}
.bt3-col-xs-11{
  width:91.6666666666667%;
}
.bt3-col-xs-10{
  width:83.3333333333333%;
}
.bt3-col-xs-9{
  width:75%;
}
.bt3-col-xs-8{
  width:66.6666666666667%;
}
.bt3-col-xs-7{
  width:58.3333333333333%;
}
.bt3-col-xs-6{
  width:50%;
}
.bt3-col-xs-5{
  width:41.6666666666667%;
}
.bt3-col-xs-4{
  width:33.3333333333333%;
}
.bt3-col-xs-3{
  width:25%;
}
.bt3-col-xs-2{
  width:16.6666666666667%;
}
.bt3-col-xs-1{
  width:8.3333333333333%;
}
.bt3-col-xs-pull-12{
  right:100%;
}
.bt3-col-xs-pull-11{
  right:91.6666666666667%;
}
.bt3-col-xs-pull-10{
  right:83.3333333333333%;
}
.bt3-col-xs-pull-9{
  right:75%;
}
.bt3-col-xs-pull-8{
  right:66.6666666666667%;
}
.bt3-col-xs-pull-7{
  right:58.3333333333333%;
}
.bt3-col-xs-pull-6{
  right:50%;
}
.bt3-col-xs-pull-5{
  right:41.6666666666667%;
}
.bt3-col-xs-pull-4{
  right:33.3333333333333%;
}
.bt3-col-xs-pull-3{
  right:25%;
}
.bt3-col-xs-pull-2{
  right:16.6666666666667%;
}
.bt3-col-xs-pull-1{
  right:8.3333333333333%;
}
.bt3-col-xs-pull-0{
  right:0%;
}
.bt3-col-xs-push-12{
  left:100%;
}
.bt3-col-xs-push-11{
  left:91.6666666666667%;
}
.bt3-col-xs-push-10{
  left:83.3333333333333%;
}
.bt3-col-xs-push-9{
  left:75%;
}
.bt3-col-xs-push-8{
  left:66.6666666666667%;
}
.bt3-col-xs-push-7{
  left:58.3333333333333%;
}
.bt3-col-xs-push-6{
  left:50%;
}
.bt3-col-xs-push-5{
  left:41.6666666666667%;
}
.bt3-col-xs-push-4{
  left:33.3333333333333%;
}
.bt3-col-xs-push-3{
  left:25%;
}
.bt3-col-xs-push-2{
  left:16.6666666666667%;
}
.bt3-col-xs-push-1{
  left:8.3333333333333%;
}
.bt3-col-xs-push-0{
  left:0%;
}
.bt3-col-xs-offset-12{
  margin-left:100%;
}
.bt3-col-xs-offset-11{
  margin-left:91.6666666666667%;
}
.bt3-col-xs-offset-10{
  margin-left:83.3333333333333%;
}
.bt3-col-xs-offset-9{
  margin-left:75%;
}
.bt3-col-xs-offset-8{
  margin-left:66.6666666666667%;
}
.bt3-col-xs-offset-7{
  margin-left:58.3333333333333%;
}
.bt3-col-xs-offset-6{
  margin-left:50%;
}
.bt3-col-xs-offset-5{
  margin-left:41.6666666666667%;
}
.bt3-col-xs-offset-4{
  margin-left:33.3333333333333%;
}
.bt3-col-xs-offset-3{
  margin-left:25%;
}
.bt3-col-xs-offset-2{
  margin-left:16.6666666666667%;
}
.bt3-col-xs-offset-1{
  margin-left:8.3333333333333%;
}
.bt3-col-xs-offset-0{
  margin-left:0%;
}
@media (min-width: 768px){
  .bt3-col-sm-1,
  .bt3-col-sm-2,
  .bt3-col-sm-3,
  .bt3-col-sm-4,
  .bt3-col-sm-5,
  .bt3-col-sm-6,
  .bt3-col-sm-7,
  .bt3-col-sm-8,
  .bt3-col-sm-9,
  .bt3-col-sm-10,
  .bt3-col-sm-11,
  .bt3-col-sm-12{
    float:left;
  }
  .bt3-col-sm-12{
    width:100%;
  }
  .bt3-col-sm-11{
    width:91.6666666666667%;
  }
  .bt3-col-sm-10{
    width:83.3333333333333%;
  }
  .bt3-col-sm-9{
    width:75%;
  }
  .bt3-col-sm-8{
    width:66.6666666666667%;
  }
  .bt3-col-sm-7{
    width:58.3333333333333%;
  }
  .bt3-col-sm-6{
    width:50%;
  }
  .bt3-col-sm-5{
    width:41.6666666666667%;
  }
  .bt3-col-sm-4{
    width:33.3333333333333%;
  }
  .bt3-col-sm-3{
    width:25%;
  }
  .bt3-col-sm-2{
    width:16.6666666666667%;
  }
  .bt3-col-sm-1{
    width:8.3333333333333%;
  }
  .bt3-col-sm-pull-12{
    right:100%;
  }
  .bt3-col-sm-pull-11{
    right:91.6666666666667%;
  }
  .bt3-col-sm-pull-10{
    right:83.3333333333333%;
  }
  .bt3-col-sm-pull-9{
    right:75%;
  }
  .bt3-col-sm-pull-8{
    right:66.6666666666667%;
  }
  .bt3-col-sm-pull-7{
    right:58.3333333333333%;
  }
  .bt3-col-sm-pull-6{
    right:50%;
  }
  .bt3-col-sm-pull-5{
    right:41.6666666666667%;
  }
  .bt3-col-sm-pull-4{
    right:33.3333333333333%;
  }
  .bt3-col-sm-pull-3{
    right:25%;
  }
  .bt3-col-sm-pull-2{
    right:16.6666666666667%;
  }
  .bt3-col-sm-pull-1{
    right:8.3333333333333%;
  }
  .bt3-col-sm-pull-0{
    right:0%;
  }
  .bt3-col-sm-push-12{
    left:100%;
  }
  .bt3-col-sm-push-11{
    left:91.6666666666667%;
  }
  .bt3-col-sm-push-10{
    left:83.3333333333333%;
  }
  .bt3-col-sm-push-9{
    left:75%;
  }
  .bt3-col-sm-push-8{
    left:66.6666666666667%;
  }
  .bt3-col-sm-push-7{
    left:58.3333333333333%;
  }
  .bt3-col-sm-push-6{
    left:50%;
  }
  .bt3-col-sm-push-5{
    left:41.6666666666667%;
  }
  .bt3-col-sm-push-4{
    left:33.3333333333333%;
  }
  .bt3-col-sm-push-3{
    left:25%;
  }
  .bt3-col-sm-push-2{
    left:16.6666666666667%;
  }
  .bt3-col-sm-push-1{
    left:8.3333333333333%;
  }
  .bt3-col-sm-push-0{
    left:0%;
  }
  .bt3-col-sm-offset-12{
    margin-left:100%;
  }
  .bt3-col-sm-offset-11{
    margin-left:91.6666666666667%;
  }
  .bt3-col-sm-offset-10{
    margin-left:83.3333333333333%;
  }
  .bt3-col-sm-offset-9{
    margin-left:75%;
  }
  .bt3-col-sm-offset-8{
    margin-left:66.6666666666667%;
  }
  .bt3-col-sm-offset-7{
    margin-left:58.3333333333333%;
  }
  .bt3-col-sm-offset-6{
    margin-left:50%;
  }
  .bt3-col-sm-offset-5{
    margin-left:41.6666666666667%;
  }
  .bt3-col-sm-offset-4{
    margin-left:33.3333333333333%;
  }
  .bt3-col-sm-offset-3{
    margin-left:25%;
  }
  .bt3-col-sm-offset-2{
    margin-left:16.6666666666667%;
  }
  .bt3-col-sm-offset-1{
    margin-left:8.3333333333333%;
  }
  .bt3-col-sm-offset-0{
    margin-left:0%;
  }
}
@media (min-width: 992px){
  .bt3-col-md-1,
  .bt3-col-md-2,
  .bt3-col-md-3,
  .bt3-col-md-4,
  .bt3-col-md-5,
  .bt3-col-md-6,
  .bt3-col-md-7,
  .bt3-col-md-8,
  .bt3-col-md-9,
  .bt3-col-md-10,
  .bt3-col-md-11,
  .bt3-col-md-12{
    float:left;
  }
  .bt3-col-md-12{
    width:100%;
  }
  .bt3-col-md-11{
    width:91.6666666666667%;
  }
  .bt3-col-md-10{
    width:83.3333333333333%;
  }
  .bt3-col-md-9{
    width:75%;
  }
  .bt3-col-md-8{
    width:66.6666666666667%;
  }
  .bt3-col-md-7{
    width:58.3333333333333%;
  }
  .bt3-col-md-6{
    width:50%;
  }
  .bt3-col-md-5{
    width:41.6666666666667%;
  }
  .bt3-col-md-4{
    width:33.3333333333333%;
  }
  .bt3-col-md-3{
    width:25%;
  }
  .bt3-col-md-2{
    width:16.6666666666667%;
  }
  .bt3-col-md-1{
    width:8.3333333333333%;
  }
  .bt3-col-md-pull-12{
    right:100%;
  }
  .bt3-col-md-pull-11{
    right:91.6666666666667%;
  }
  .bt3-col-md-pull-10{
    right:83.3333333333333%;
  }
  .bt3-col-md-pull-9{
    right:75%;
  }
  .bt3-col-md-pull-8{
    right:66.6666666666667%;
  }
  .bt3-col-md-pull-7{
    right:58.3333333333333%;
  }
  .bt3-col-md-pull-6{
    right:50%;
  }
  .bt3-col-md-pull-5{
    right:41.6666666666667%;
  }
  .bt3-col-md-pull-4{
    right:33.3333333333333%;
  }
  .bt3-col-md-pull-3{
    right:25%;
  }
  .bt3-col-md-pull-2{
    right:16.6666666666667%;
  }
  .bt3-col-md-pull-1{
    right:8.3333333333333%;
  }
  .bt3-col-md-pull-0{
    right:0%;
  }
  .bt3-col-md-push-12{
    left:100%;
  }
  .bt3-col-md-push-11{
    left:91.6666666666667%;
  }
  .bt3-col-md-push-10{
    left:83.3333333333333%;
  }
  .bt3-col-md-push-9{
    left:75%;
  }
  .bt3-col-md-push-8{
    left:66.6666666666667%;
  }
  .bt3-col-md-push-7{
    left:58.3333333333333%;
  }
  .bt3-col-md-push-6{
    left:50%;
  }
  .bt3-col-md-push-5{
    left:41.6666666666667%;
  }
  .bt3-col-md-push-4{
    left:33.3333333333333%;
  }
  .bt3-col-md-push-3{
    left:25%;
  }
  .bt3-col-md-push-2{
    left:16.6666666666667%;
  }
  .bt3-col-md-push-1{
    left:8.3333333333333%;
  }
  .bt3-col-md-push-0{
    left:0%;
  }
  .bt3-col-md-offset-12{
    margin-left:100%;
  }
  .bt3-col-md-offset-11{
    margin-left:91.6666666666667%;
  }
  .bt3-col-md-offset-10{
    margin-left:83.3333333333333%;
  }
  .bt3-col-md-offset-9{
    margin-left:75%;
  }
  .bt3-col-md-offset-8{
    margin-left:66.6666666666667%;
  }
  .bt3-col-md-offset-7{
    margin-left:58.3333333333333%;
  }
  .bt3-col-md-offset-6{
    margin-left:50%;
  }
  .bt3-col-md-offset-5{
    margin-left:41.6666666666667%;
  }
  .bt3-col-md-offset-4{
    margin-left:33.3333333333333%;
  }
  .bt3-col-md-offset-3{
    margin-left:25%;
  }
  .bt3-col-md-offset-2{
    margin-left:16.6666666666667%;
  }
  .bt3-col-md-offset-1{
    margin-left:8.3333333333333%;
  }
  .bt3-col-md-offset-0{
    margin-left:0%;
  }
}
@media (min-width: 1200px){
  .bt3-col-lg-1,
  .bt3-col-lg-2,
  .bt3-col-lg-3,
  .bt3-col-lg-4,
  .bt3-col-lg-5,
  .bt3-col-lg-6,
  .bt3-col-lg-7,
  .bt3-col-lg-8,
  .bt3-col-lg-9,
  .bt3-col-lg-10,
  .bt3-col-lg-11,
  .bt3-col-lg-12{
    float:left;
  }
  .bt3-col-lg-12{
    width:100%;
  }
  .bt3-col-lg-11{
    width:91.6666666666667%;
  }
  .bt3-col-lg-10{
    width:83.3333333333333%;
  }
  .bt3-col-lg-9{
    width:75%;
  }
  .bt3-col-lg-8{
    width:66.6666666666667%;
  }
  .bt3-col-lg-7{
    width:58.3333333333333%;
  }
  .bt3-col-lg-6{
    width:50%;
  }
  .bt3-col-lg-5{
    width:41.6666666666667%;
  }
  .bt3-col-lg-4{
    width:33.3333333333333%;
  }
  .bt3-col-lg-3{
    width:25%;
  }
  .bt3-col-lg-2{
    width:16.6666666666667%;
  }
  .bt3-col-lg-1{
    width:8.3333333333333%;
  }
  .bt3-col-lg-pull-12{
    right:100%;
  }
  .bt3-col-lg-pull-11{
    right:91.6666666666667%;
  }
  .bt3-col-lg-pull-10{
    right:83.3333333333333%;
  }
  .bt3-col-lg-pull-9{
    right:75%;
  }
  .bt3-col-lg-pull-8{
    right:66.6666666666667%;
  }
  .bt3-col-lg-pull-7{
    right:58.3333333333333%;
  }
  .bt3-col-lg-pull-6{
    right:50%;
  }
  .bt3-col-lg-pull-5{
    right:41.6666666666667%;
  }
  .bt3-col-lg-pull-4{
    right:33.3333333333333%;
  }
  .bt3-col-lg-pull-3{
    right:25%;
  }
  .bt3-col-lg-pull-2{
    right:16.6666666666667%;
  }
  .bt3-col-lg-pull-1{
    right:8.3333333333333%;
  }
  .bt3-col-lg-pull-0{
    right:0%;
  }
  .bt3-col-lg-push-12{
    left:100%;
  }
  .bt3-col-lg-push-11{
    left:91.6666666666667%;
  }
  .bt3-col-lg-push-10{
    left:83.3333333333333%;
  }
  .bt3-col-lg-push-9{
    left:75%;
  }
  .bt3-col-lg-push-8{
    left:66.6666666666667%;
  }
  .bt3-col-lg-push-7{
    left:58.3333333333333%;
  }
  .bt3-col-lg-push-6{
    left:50%;
  }
  .bt3-col-lg-push-5{
    left:41.6666666666667%;
  }
  .bt3-col-lg-push-4{
    left:33.3333333333333%;
  }
  .bt3-col-lg-push-3{
    left:25%;
  }
  .bt3-col-lg-push-2{
    left:16.6666666666667%;
  }
  .bt3-col-lg-push-1{
    left:8.3333333333333%;
  }
  .bt3-col-lg-push-0{
    left:0%;
  }
  .bt3-col-lg-offset-12{
    margin-left:100%;
  }
  .bt3-col-lg-offset-11{
    margin-left:91.6666666666667%;
  }
  .bt3-col-lg-offset-10{
    margin-left:83.3333333333333%;
  }
  .bt3-col-lg-offset-9{
    margin-left:75%;
  }
  .bt3-col-lg-offset-8{
    margin-left:66.6666666666667%;
  }
  .bt3-col-lg-offset-7{
    margin-left:58.3333333333333%;
  }
  .bt3-col-lg-offset-6{
    margin-left:50%;
  }
  .bt3-col-lg-offset-5{
    margin-left:41.6666666666667%;
  }
  .bt3-col-lg-offset-4{
    margin-left:33.3333333333333%;
  }
  .bt3-col-lg-offset-3{
    margin-left:25%;
  }
  .bt3-col-lg-offset-2{
    margin-left:16.6666666666667%;
  }
  .bt3-col-lg-offset-1{
    margin-left:8.3333333333333%;
  }
  .bt3-col-lg-offset-0{
    margin-left:0%;
  }
}
table{
  max-width:100%;
}
.bt3-table{
  width:100%;
  margin-bottom:20px;
}
.bt3-table > thead > tr > th,
.bt3-table > tbody > tr > th,
.bt3-table > tfoot > tr > th,
.bt3-table > thead > tr > td,
.bt3-table > tbody > tr > td,
.bt3-table > tfoot > tr > td{
  padding:8px;
  line-height:1.428571429;
  vertical-align:top;
  border-top:1px solid #ddd;
}
.bt3-table > thead > tr > th{
  vertical-align:bottom;
  border-bottom:2px solid #ddd;
}
.bt3-table > caption + thead > tr:first-child > th,
.bt3-table > colgroup + thead > tr:first-child > th,
.bt3-table > thead:first-child > tr:first-child > th,
.bt3-table > caption + thead > tr:first-child > td,
.bt3-table > colgroup + thead > tr:first-child > td,
.bt3-table > thead:first-child > tr:first-child > td{
  border-top:0;
}
.bt3-table > tbody + tbody{
  border-top:2px solid #ddd;
}
.bt3-table .bt3-table{
  background-color:#fff;
}
.bt3-table-condensed > thead > tr > th,
.bt3-table-condensed > tbody > tr > th,
.bt3-table-condensed > tfoot > tr > th,
.bt3-table-condensed > thead > tr > td,
.bt3-table-condensed > tbody > tr > td,
.bt3-table-condensed > tfoot > tr > td{
  padding:5px;
}
.bt3-table-bordered{
  border:1px solid #ddd;
}
.bt3-table-bordered > thead > tr > th,
.bt3-table-bordered > tbody > tr > th,
.bt3-table-bordered > tfoot > tr > th,
.bt3-table-bordered > thead > tr > td,
.bt3-table-bordered > tbody > tr > td,
.bt3-table-bordered > tfoot > tr > td{
  border:1px solid #ddd;
}
.bt3-table-bordered > thead > tr > th,
.bt3-table-bordered > thead > tr > td{
  border-bottom-width:2px;
}
.bt3-table-striped > tbody > tr:nth-child(odd) > td,
.bt3-table-striped > tbody > tr:nth-child(odd) > th{
  background-color:#f9f9f9;
}
.bt3-table-hover > tbody > tr:hover > td,
.bt3-table-hover > tbody > tr:hover > th{
  background-color:#f5f5f5;
}
table col[class*="col-"]{
  position:static;
  float:none;
  display:table-column;
}
table td[class*="col-"],
table th[class*="col-"]{
  position:static;
  float:none;
  display:table-cell;
}
.bt3-table > thead > tr > td.bt3-active,
.bt3-table > tbody > tr > td.bt3-active,
.bt3-table > tfoot > tr > td.bt3-active,
.bt3-table > thead > tr > th.bt3-active,
.bt3-table > tbody > tr > th.bt3-active,
.bt3-table > tfoot > tr > th.bt3-active,
.bt3-table > thead > tr.bt3-active > td,
.bt3-table > tbody > tr.bt3-active > td,
.bt3-table > tfoot > tr.bt3-active > td,
.bt3-table > thead > tr.bt3-active > th,
.bt3-table > tbody > tr.bt3-active > th,
.bt3-table > tfoot > tr.bt3-active > th{
  background-color:#f5f5f5;
}
.bt3-table-hover > tbody > tr > td.bt3-active:hover,
.bt3-table-hover > tbody > tr > th.bt3-active:hover,
.bt3-table-hover > tbody > tr.bt3-active:hover > td,
.bt3-table-hover > tbody > tr.bt3-active:hover > th{
  background-color:#e9e9e9;
}
.bt3-table > thead > tr > td.bt3-success,
.bt3-table > tbody > tr > td.bt3-success,
.bt3-table > tfoot > tr > td.bt3-success,
.bt3-table > thead > tr > th.bt3-success,
.bt3-table > tbody > tr > th.bt3-success,
.bt3-table > tfoot > tr > th.bt3-success,
.bt3-table > thead > tr.bt3-success > td,
.bt3-table > tbody > tr.bt3-success > td,
.bt3-table > tfoot > tr.bt3-success > td,
.bt3-table > thead > tr.bt3-success > th,
.bt3-table > tbody > tr.bt3-success > th,
.bt3-table > tfoot > tr.bt3-success > th{
  background-color:#dff0d8;
}
.bt3-table-hover > tbody > tr > td.bt3-success:hover,
.bt3-table-hover > tbody > tr > th.bt3-success:hover,
.bt3-table-hover > tbody > tr.bt3-success:hover > td,
.bt3-table-hover > tbody > tr.bt3-success:hover > th{
  background-color:#d1eac8;
}
.bt3-table > thead > tr > td.bt3-info,
.bt3-table > tbody > tr > td.bt3-info,
.bt3-table > tfoot > tr > td.bt3-info,
.bt3-table > thead > tr > th.bt3-info,
.bt3-table > tbody > tr > th.bt3-info,
.bt3-table > tfoot > tr > th.bt3-info,
.bt3-table > thead > tr.bt3-info > td,
.bt3-table > tbody > tr.bt3-info > td,
.bt3-table > tfoot > tr.bt3-info > td,
.bt3-table > thead > tr.bt3-info > th,
.bt3-table > tbody > tr.bt3-info > th,
.bt3-table > tfoot > tr.bt3-info > th{
  background-color:#d9edf7;
}
.bt3-table-hover > tbody > tr > td.bt3-info:hover,
.bt3-table-hover > tbody > tr > th.bt3-info:hover,
.bt3-table-hover > tbody > tr.bt3-info:hover > td,
.bt3-table-hover > tbody > tr.bt3-info:hover > th{
  background-color:#c6e4f3;
}
.bt3-table > thead > tr > td.bt3-warning,
.bt3-table > tbody > tr > td.bt3-warning,
.bt3-table > tfoot > tr > td.bt3-warning,
.bt3-table > thead > tr > th.bt3-warning,
.bt3-table > tbody > tr > th.bt3-warning,
.bt3-table > tfoot > tr > th.bt3-warning,
.bt3-table > thead > tr.bt3-warning > td,
.bt3-table > tbody > tr.bt3-warning > td,
.bt3-table > tfoot > tr.bt3-warning > td,
.bt3-table > thead > tr.bt3-warning > th,
.bt3-table > tbody > tr.bt3-warning > th,
.bt3-table > tfoot > tr.bt3-warning > th{
  background-color:#fcf8e3;
}
.bt3-table-hover > tbody > tr > td.bt3-warning:hover,
.bt3-table-hover > tbody > tr > th.bt3-warning:hover,
.bt3-table-hover > tbody > tr.bt3-warning:hover > td,
.bt3-table-hover > tbody > tr.bt3-warning:hover > th{
  background-color:#faf3cd;
}
.bt3-table > thead > tr > td.bt3-danger,
.bt3-table > tbody > tr > td.bt3-danger,
.bt3-table > tfoot > tr > td.bt3-danger,
.bt3-table > thead > tr > th.bt3-danger,
.bt3-table > tbody > tr > th.bt3-danger,
.bt3-table > tfoot > tr > th.bt3-danger,
.bt3-table > thead > tr.bt3-danger > td,
.bt3-table > tbody > tr.bt3-danger > td,
.bt3-table > tfoot > tr.bt3-danger > td,
.bt3-table > thead > tr.bt3-danger > th,
.bt3-table > tbody > tr.bt3-danger > th,
.bt3-table > tfoot > tr.bt3-danger > th{
  background-color:#f2dede;
}
.bt3-table-hover > tbody > tr > td.bt3-danger:hover,
.bt3-table-hover > tbody > tr > th.bt3-danger:hover,
.bt3-table-hover > tbody > tr.bt3-danger:hover > td,
.bt3-table-hover > tbody > tr.bt3-danger:hover > th{
  background-color:#ebcdcd;
}
@media (max-width: 767px){
  .bt3-table-responsive{
    width:100%;
    margin-bottom:15px;
    overflow-y:hidden;
    overflow-x:scroll;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    border:1px solid #ddd;
    -webkit-overflow-scrolling:touch;
  }
  .bt3-table-responsive > .bt3-table{
    margin-bottom:0;
  }
  .bt3-table-responsive > .bt3-table > thead > tr > th,
  .bt3-table-responsive > .bt3-table > tbody > tr > th,
  .bt3-table-responsive > .bt3-table > tfoot > tr > th,
  .bt3-table-responsive > .bt3-table > thead > tr > td,
  .bt3-table-responsive > .bt3-table > tbody > tr > td,
  .bt3-table-responsive > .bt3-table > tfoot > tr > td{
    white-space:nowrap;
  }
  .bt3-table-responsive > .bt3-table-bordered{
    border:0;
  }
  .bt3-table-responsive > .bt3-table-bordered > thead > tr > th:first-child,
  .bt3-table-responsive > .bt3-table-bordered > tbody > tr > th:first-child,
  .bt3-table-responsive > .bt3-table-bordered > tfoot > tr > th:first-child,
  .bt3-table-responsive > .bt3-table-bordered > thead > tr > td:first-child,
  .bt3-table-responsive > .bt3-table-bordered > tbody > tr > td:first-child,
  .bt3-table-responsive > .bt3-table-bordered > tfoot > tr > td:first-child{
    border-left:0;
  }
  .bt3-table-responsive > .bt3-table-bordered > thead > tr > th:last-child,
  .bt3-table-responsive > .bt3-table-bordered > tbody > tr > th:last-child,
  .bt3-table-responsive > .bt3-table-bordered > tfoot > tr > th:last-child,
  .bt3-table-responsive > .bt3-table-bordered > thead > tr > td:last-child,
  .bt3-table-responsive > .bt3-table-bordered > tbody > tr > td:last-child,
  .bt3-table-responsive > .bt3-table-bordered > tfoot > tr > td:last-child{
    border-right:0;
  }
  .bt3-table-responsive > .bt3-table-bordered > tbody > tr:last-child > th,
  .bt3-table-responsive > .bt3-table-bordered > tfoot > tr:last-child > th,
  .bt3-table-responsive > .bt3-table-bordered > tbody > tr:last-child > td,
  .bt3-table-responsive > .bt3-table-bordered > tfoot > tr:last-child > td{
    border-bottom:0;
  }
}
legend{
  margin-bottom:20px;
  font-size:21px;
  color:#333;
  border:0;
  border-bottom:1px solid #e5e5e5;
}
label{
  margin-bottom:5px;
  font-weight:bold;
}
input[type="search"]{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
input[type="radio"],
input[type="checkbox"]{
  margin:4px 0 0;
  margin-top:1px 9;
  line-height:normal;
}
input[type="file"]{
  display:block;
}
input[type="range"]{
  display:block;
  width:100%;
}
select[multiple],
select[size]{
  height:auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
output{
  display:block;
  padding-top:7px;
  font-size:14px;
  line-height:1.428571429;
  color:#555;
}
.bt3-form-control{
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.428571429;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bt3-form-control:focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.bt3-form-control::-moz-placeholder{
  color:#999;
  opacity:1;
  filter:alpha(opacity=100);
}
.bt3-form-control:-ms-input-placeholder{
  color:#999;
}
.bt3-form-control::-webkit-input-placeholder{
  color:#999;
}
.bt3-form-control[disabled],
.bt3-form-control[readonly],
fieldset[disabled] .bt3-form-control{
  cursor:not-allowed;
  background-color:#eee;
  opacity:1;
  filter:alpha(opacity=100);
}
textarea.bt3-form-control{
  height:auto;
}
input[type="date"]{
  line-height:34px;
}
.bt3-form-group{
  margin-bottom:15px;
}
.bt3-radio,
.bt3-checkbox{
  display:block;
  min-height:20px;
  margin-top:10px;
  margin-bottom:10px;
  padding-left:20px;
}
.bt3-radio label,
.bt3-checkbox label{
  display:inline;
  font-weight:normal;
  cursor:pointer;
}
.bt3-radio input[type="radio"],
.bt3-radio-inline input[type="radio"],
.bt3-checkbox input[type="checkbox"],
.bt3-checkbox-inline input[type="checkbox"]{
  float:left;
  margin-left:-20px;
}
.bt3-radio + .bt3-radio,
.bt3-checkbox + .bt3-checkbox{
  margin-top:-5px;
}
.bt3-radio-inline,
.bt3-checkbox-inline{
  display:inline-block;
  padding-left:20px;
  margin-bottom:0;
  vertical-align:middle;
  font-weight:normal;
  cursor:pointer;
}
.bt3-radio-inline + .bt3-radio-inline,
.bt3-checkbox-inline + .bt3-checkbox-inline{
  margin-top:0;
  margin-left:10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.bt3-radio[disabled],
.bt3-radio-inline[disabled],
.bt3-checkbox[disabled],
.bt3-checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .bt3-radio,
fieldset[disabled] .bt3-radio-inline,
fieldset[disabled] .bt3-checkbox,
fieldset[disabled] .bt3-checkbox-inline{
  cursor:not-allowed;
}
.bt3-input-sm{
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
select.bt3-input-sm{
  height:30px;
  line-height:30px;
}
textarea.bt3-input-sm,
select[multiple].bt3-input-sm{
  height:auto;
}
.bt3-input-lg{
  height:46px;
  padding:10px 16px;
  font-size:18px;
  line-height:1.33;
  border-radius:6px;
}
select.bt3-input-lg{
  height:46px;
  line-height:46px;
}
textarea.bt3-input-lg,
select[multiple].bt3-input-lg{
  height:auto;
}
.bt3-has-feedback{
  position:relative;
}
.bt3-has-feedback .bt3-form-control{
  padding-right:42.5px;
}
.bt3-has-feedback .bt3-form-control-feedback{
  position:absolute;
  top:25px;
  right:0;
  display:block;
  width:34px;
  height:34px;
  line-height:34px;
  text-align:center;
}
.bt3-has-success .bt3-help-block,
.bt3-has-success .bt3-control-label,
.bt3-has-success .bt3-radio,
.bt3-has-success .bt3-checkbox,
.bt3-has-success .bt3-radio-inline,
.bt3-has-success .bt3-checkbox-inline{
  color:#3c763d;
}
.bt3-has-success .bt3-form-control{
  border-color:#3c763d;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.bt3-has-success .bt3-form-control:focus{
  border-color:#366a37;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #52a254;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #52a254;
}
.bt3-has-success .bt3-input-group-addon{
  color:#3c763d;
  border-color:#3c763d;
  background-color:#dff0d8;
}
.bt3-has-success .bt3-form-control-feedback{
  color:#3c763d;
}
.bt3-has-warning .bt3-help-block,
.bt3-has-warning .bt3-control-label,
.bt3-has-warning .bt3-radio,
.bt3-has-warning .bt3-checkbox,
.bt3-has-warning .bt3-radio-inline,
.bt3-has-warning .bt3-checkbox-inline{
  color:#8a6d3b;
}
.bt3-has-warning .bt3-form-control{
  border-color:#8a6d3b;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.bt3-has-warning .bt3-form-control:focus{
  border-color:#7c6235;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #b48f50;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #b48f50;
}
.bt3-has-warning .bt3-input-group-addon{
  color:#8a6d3b;
  border-color:#8a6d3b;
  background-color:#fcf8e3;
}
.bt3-has-warning .bt3-form-control-feedback{
  color:#8a6d3b;
}
.bt3-has-error .bt3-help-block,
.bt3-has-error .bt3-control-label,
.bt3-has-error .bt3-radio,
.bt3-has-error .bt3-checkbox,
.bt3-has-error .bt3-radio-inline,
.bt3-has-error .bt3-checkbox-inline{
  color:#a94442;
}
.bt3-has-error .bt3-form-control{
  border-color:#a94442;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}
.bt3-has-error .bt3-form-control:focus{
  border-color:#983d3b;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c16361;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c16361;
}
.bt3-has-error .bt3-input-group-addon{
  color:#a94442;
  border-color:#a94442;
  background-color:#f2dede;
}
.bt3-has-error .bt3-form-control-feedback{
  color:#a94442;
}
.bt3-form-control-static{
  margin-bottom:0;
}
.bt3-help-block{
  display:block;
  margin-top:5px;
  margin-bottom:10px;
  color:#666;
}
@media (min-width: 768px){
  .bt3-form-inline .bt3-form-group{
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
  }
  .bt3-form-inline .bt3-form-control{
    display:inline-block;
    width:auto;
    vertical-align:middle;
  }
  .bt3-form-inline .bt3-input-group > .bt3-form-control{
    width:100%;
  }
  .bt3-form-inline .bt3-control-label{
    margin-bottom:0;
    vertical-align:middle;
  }
  .bt3-form-inline .bt3-radio,
  .bt3-form-inline .bt3-checkbox{
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
    vertical-align:middle;
  }
  .bt3-form-inline .bt3-radio input[type="radio"],
  .bt3-form-inline .bt3-checkbox input[type="checkbox"]{
    float:none;
    margin-left:0;
  }
  .bt3-form-inline .bt3-has-feedback .bt3-form-control-feedback{
    top:0;
  }
}
.bt3-form-horizontal .bt3-control-label,
.bt3-form-horizontal .bt3-radio,
.bt3-form-horizontal .bt3-checkbox,
.bt3-form-horizontal .bt3-radio-inline,
.bt3-form-horizontal .bt3-checkbox-inline{
  margin-top:0;
  margin-bottom:0;
  padding-top:7px;
}
.bt3-form-horizontal .bt3-radio,
.bt3-form-horizontal .bt3-checkbox{
  min-height:27px;
}
.bt3-form-horizontal .bt3-form-group{
  margin-left:-15px;
  margin-right:-15px;
}
.bt3-form-horizontal .bt3-form-control-static{
  padding-top:7px;
}
@media (min-width: 768px){
  .bt3-form-horizontal .bt3-control-label{
    text-align:right;
  }
}
.bt3-form-horizontal .bt3-has-feedback .bt3-form-control-feedback{
  top:0;
  right:15px;
}
.bt3-btn{
  display:inline-block;
  margin-bottom:0;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:6px 12px;
  font-size:14px;
  line-height:1.428571429;
  border-radius:4px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.bt3-btn:focus,
.bt3-btn:active:focus,
.bt3-btn.bt3-active:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
.bt3-btn:hover,
.bt3-btn:focus{
  color:#333;
  text-decoration:none;
}
.bt3-btn:active,
.bt3-btn.bt3-active{
  outline:0;
  background-image:none;
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
}
.bt3-btn.bt3-disabled,
.bt3-btn[disabled],
fieldset[disabled] .bt3-btn{
  cursor:not-allowed;
  pointer-events:none;
  opacity:0.65;
  filter:alpha(opacity=65);
  -webkit-box-shadow:none;
  box-shadow:none;
}
.bt3-btn-default{
  color:#333;
  background-color:#fff;
  border-color:#ccc;
}
.bt3-btn-default:hover,
.bt3-btn-default:focus,
.bt3-btn-default:active,
.bt3-btn-default.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-default{
  color:#333;
  background-color:#ebebeb;
  border-color:#b4b4b4;
}
.bt3-btn-default:active,
.bt3-btn-default.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-default{
  background-image:none;
}
.bt3-btn-default.bt3-disabled,
.bt3-btn-default[disabled],
fieldset[disabled] .bt3-btn-default,
.bt3-btn-default.bt3-disabled:hover,
.bt3-btn-default[disabled]:hover,
fieldset[disabled] .bt3-btn-default:hover,
.bt3-btn-default.bt3-disabled:focus,
.bt3-btn-default[disabled]:focus,
fieldset[disabled] .bt3-btn-default:focus,
.bt3-btn-default.bt3-disabled:active,
.bt3-btn-default[disabled]:active,
fieldset[disabled] .bt3-btn-default:active,
.bt3-btn-default.bt3-disabled.bt3-active,
.bt3-btn-default[disabled].bt3-active,
fieldset[disabled] .bt3-btn-default.bt3-active{
  background-color:#fff;
  border-color:#ccc;
}
.bt3-btn-default .bt3-badge{
  color:#fff;
  background-color:#333;
}
.bt3-btn-primary{
  color:#fff;
  background-color:#428bca;
  border-color:#3885c7;
}
.bt3-btn-primary:hover,
.bt3-btn-primary:focus,
.bt3-btn-primary:active,
.bt3-btn-primary.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-primary{
  color:#fff;
  background-color:#3680c1;
  border-color:#3175af;
}
.bt3-btn-primary:active,
.bt3-btn-primary.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-primary{
  background-image:none;
}
.bt3-btn-primary.bt3-disabled,
.bt3-btn-primary[disabled],
fieldset[disabled] .bt3-btn-primary,
.bt3-btn-primary.bt3-disabled:hover,
.bt3-btn-primary[disabled]:hover,
fieldset[disabled] .bt3-btn-primary:hover,
.bt3-btn-primary.bt3-disabled:focus,
.bt3-btn-primary[disabled]:focus,
fieldset[disabled] .bt3-btn-primary:focus,
.bt3-btn-primary.bt3-disabled:active,
.bt3-btn-primary[disabled]:active,
fieldset[disabled] .bt3-btn-primary:active,
.bt3-btn-primary.bt3-disabled.bt3-active,
.bt3-btn-primary[disabled].bt3-active,
fieldset[disabled] .bt3-btn-primary.bt3-active{
  background-color:#428bca;
  border-color:#3885c7;
}
.bt3-btn-primary .bt3-badge{
  color:#428bca;
  background-color:#fff;
}
.bt3-btn-success{
  color:#fff;
  background-color:#5cb85c;
  border-color:#52b452;
}
.bt3-btn-success:hover,
.bt3-btn-success:focus,
.bt3-btn-success:active,
.bt3-btn-success.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-success{
  color:#fff;
  background-color:#4db14d;
  border-color:#46a146;
}
.bt3-btn-success:active,
.bt3-btn-success.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-success{
  background-image:none;
}
.bt3-btn-success.bt3-disabled,
.bt3-btn-success[disabled],
fieldset[disabled] .bt3-btn-success,
.bt3-btn-success.bt3-disabled:hover,
.bt3-btn-success[disabled]:hover,
fieldset[disabled] .bt3-btn-success:hover,
.bt3-btn-success.bt3-disabled:focus,
.bt3-btn-success[disabled]:focus,
fieldset[disabled] .bt3-btn-success:focus,
.bt3-btn-success.bt3-disabled:active,
.bt3-btn-success[disabled]:active,
fieldset[disabled] .bt3-btn-success:active,
.bt3-btn-success.bt3-disabled.bt3-active,
.bt3-btn-success[disabled].bt3-active,
fieldset[disabled] .bt3-btn-success.bt3-active{
  background-color:#5cb85c;
  border-color:#52b452;
}
.bt3-btn-success .bt3-badge{
  color:#5cb85c;
  background-color:#fff;
}
.bt3-btn-info{
  color:#fff;
  background-color:#5bc0de;
  border-color:#4ebbdb;
}
.bt3-btn-info:hover,
.bt3-btn-info:focus,
.bt3-btn-info:active,
.bt3-btn-info.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-info{
  color:#fff;
  background-color:#46b8da;
  border-color:#30b0d5;
}
.bt3-btn-info:active,
.bt3-btn-info.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-info{
  background-image:none;
}
.bt3-btn-info.bt3-disabled,
.bt3-btn-info[disabled],
fieldset[disabled] .bt3-btn-info,
.bt3-btn-info.bt3-disabled:hover,
.bt3-btn-info[disabled]:hover,
fieldset[disabled] .bt3-btn-info:hover,
.bt3-btn-info.bt3-disabled:focus,
.bt3-btn-info[disabled]:focus,
fieldset[disabled] .bt3-btn-info:focus,
.bt3-btn-info.bt3-disabled:active,
.bt3-btn-info[disabled]:active,
fieldset[disabled] .bt3-btn-info:active,
.bt3-btn-info.bt3-disabled.bt3-active,
.bt3-btn-info[disabled].bt3-active,
fieldset[disabled] .bt3-btn-info.bt3-active{
  background-color:#5bc0de;
  border-color:#4ebbdb;
}
.bt3-btn-info .bt3-badge{
  color:#5bc0de;
  background-color:#fff;
}
.bt3-btn-warning{
  color:#fff;
  background-color:#f0ad4e;
  border-color:#efa63f;
}
.bt3-btn-warning:hover,
.bt3-btn-warning:focus,
.bt3-btn-warning:active,
.bt3-btn-warning.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-warning{
  color:#fff;
  background-color:#eea237;
  border-color:#ec961e;
}
.bt3-btn-warning:active,
.bt3-btn-warning.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-warning{
  background-image:none;
}
.bt3-btn-warning.bt3-disabled,
.bt3-btn-warning[disabled],
fieldset[disabled] .bt3-btn-warning,
.bt3-btn-warning.bt3-disabled:hover,
.bt3-btn-warning[disabled]:hover,
fieldset[disabled] .bt3-btn-warning:hover,
.bt3-btn-warning.bt3-disabled:focus,
.bt3-btn-warning[disabled]:focus,
fieldset[disabled] .bt3-btn-warning:focus,
.bt3-btn-warning.bt3-disabled:active,
.bt3-btn-warning[disabled]:active,
fieldset[disabled] .bt3-btn-warning:active,
.bt3-btn-warning.bt3-disabled.bt3-active,
.bt3-btn-warning[disabled].bt3-active,
fieldset[disabled] .bt3-btn-warning.bt3-active{
  background-color:#f0ad4e;
  border-color:#efa63f;
}
.bt3-btn-warning .bt3-badge{
  color:#f0ad4e;
  background-color:#fff;
}
.bt3-btn-danger{
  color:#fff;
  background-color:#d9534f;
  border-color:#d64743;
}
.bt3-btn-danger:hover,
.bt3-btn-danger:focus,
.bt3-btn-danger:active,
.bt3-btn-danger.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-danger{
  color:#fff;
  background-color:#d5403c;
  border-color:#cb312c;
}
.bt3-btn-danger:active,
.bt3-btn-danger.bt3-active,
.bt3-open .bt3-dropdown-toggle.bt3-btn-danger{
  background-image:none;
}
.bt3-btn-danger.bt3-disabled,
.bt3-btn-danger[disabled],
fieldset[disabled] .bt3-btn-danger,
.bt3-btn-danger.bt3-disabled:hover,
.bt3-btn-danger[disabled]:hover,
fieldset[disabled] .bt3-btn-danger:hover,
.bt3-btn-danger.bt3-disabled:focus,
.bt3-btn-danger[disabled]:focus,
fieldset[disabled] .bt3-btn-danger:focus,
.bt3-btn-danger.bt3-disabled:active,
.bt3-btn-danger[disabled]:active,
fieldset[disabled] .bt3-btn-danger:active,
.bt3-btn-danger.bt3-disabled.bt3-active,
.bt3-btn-danger[disabled].bt3-active,
fieldset[disabled] .bt3-btn-danger.bt3-active{
  background-color:#d9534f;
  border-color:#d64743;
}
.bt3-btn-danger .bt3-badge{
  color:#d9534f;
  background-color:#fff;
}
.bt3-btn-link{
  color:#428bca;
  font-weight:normal;
  cursor:pointer;
  border-radius:0;
}
.bt3-btn-link,
.bt3-btn-link:active,
.bt3-btn-link[disabled],
fieldset[disabled] .bt3-btn-link{
  background-color:transparent;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.bt3-btn-link,
.bt3-btn-link:hover,
.bt3-btn-link:focus,
.bt3-btn-link:active{
  border-color:transparent;
}
.bt3-btn-link:hover,
.bt3-btn-link:focus{
  color:#3277b2;
  text-decoration:underline;
  background-color:transparent;
}
.bt3-btn-link[disabled]:hover,
fieldset[disabled] .bt3-btn-link:hover,
.bt3-btn-link[disabled]:focus,
fieldset[disabled] .bt3-btn-link:focus{
  color:#999;
  text-decoration:none;
}
.bt3-btn-lg,
.bt3-btn-group-lg > .bt3-btn{
  padding:10px 16px;
  font-size:18px;
  line-height:1.33;
  border-radius:6px;
}
.bt3-btn-sm,
.bt3-btn-group-sm > .bt3-btn{
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
.bt3-btn-xs,
.bt3-btn-group-xs > .bt3-btn{
  padding:1px 5px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
.bt3-btn-block{
  display:block;
  width:100%;
  padding-left:0;
  padding-right:0;
}
.bt3-btn-block + .bt3-btn-block{
  margin-top:5px;
}
input[type="submit"].bt3-btn-block,
input[type="reset"].bt3-btn-block,
input[type="button"].bt3-btn-block{
  width:100%;
}
.bt3-fade{
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:'opacity 0.15s linear';
  transition:'opacity 0.15s linear';
}
.bt3-fade.bt3-in{
  opacity:1;
  filter:alpha(opacity=100);
}
.bt3-collapse{
  display:none;
}
.bt3-collapse.bt3-in{
  display:block;
}
.bt3-collapsing{
  position:relative;
  height:0;
  overflow:hidden;
  -webkit-transition:height 0.35s ease;
  transition:height 0.35s ease;
}
.bt3-caret{
  display:inline-block;
  width:0;
  height:0;
  margin-left:2px;
  vertical-align:middle;
  border-top:4px solid;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
}
.bt3-dropdown{
  position:relative;
}
.bt3-dropdown-toggle:focus{
  outline:0;
}
.bt3-dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:160px;
  padding:5px 0;
  margin:2px 0 0;
  list-style:none;
  font-size:14px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.15);
  border-radius:4px;
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
  box-shadow:0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip:padding;
  -moz-background-clip:padding;
  background-clip:padding-box;
}
.bt3-dropdown-menu.bt3-pull-right{
  right:0;
  left:auto;
}
.bt3-dropdown-menu .bt3-divider{
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:#e5e5e5;
}
.bt3-dropdown-menu > li > a{
  display:block;
  padding:3px 20px;
  clear:both;
  font-weight:normal;
  line-height:1.428571429;
  color:#333;
  white-space:nowrap;
}
.bt3-dropdown-menu > li > a:hover,
.bt3-dropdown-menu > li > a:focus{
  text-decoration:none;
  color:#303030;
  background-color:#f5f5f5;
}
.bt3-dropdown-menu > .bt3-active > a,
.bt3-dropdown-menu > .bt3-active > a:hover,
.bt3-dropdown-menu > .bt3-active > a:focus{
  color:#fff;
  text-decoration:none;
  outline:0;
  background-color:#428bca;
}
.bt3-dropdown-menu > .bt3-disabled > a,
.bt3-dropdown-menu > .bt3-disabled > a:hover,
.bt3-dropdown-menu > .bt3-disabled > a:focus{
  color:#999;
}
.bt3-dropdown-menu > .bt3-disabled > a:hover,
.bt3-dropdown-menu > .bt3-disabled > a:focus{
  text-decoration:none;
  background-color:transparent;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor:not-allowed;
}
.bt3-open > .bt3-dropdown-menu{
  display:block;
}
.bt3-open > a{
  outline:0;
}
.bt3-dropdown-menu-right{
  left:auto;
  right:0;
}
.bt3-dropdown-menu-left{
  left:0;
  right:auto;
}
.bt3-dropdown-header{
  display:block;
  padding:3px 20px;
  font-size:12px;
  line-height:1.428571429;
  color:#999;
}
.bt3-dropdown-backdrop{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:990;
}
.bt3-pull-right > .bt3-dropdown-menu{
  right:0;
  left:auto;
}
.bt3-dropup .bt3-caret,
.bt3-navbar-fixed-bottom .bt3-dropdown .bt3-caret{
  border-top:0;
  border-bottom:4px solid;
  content:"";
}
.bt3-dropup .bt3-dropdown-menu,
.bt3-navbar-fixed-bottom .bt3-dropdown .bt3-dropdown-menu{
  top:auto;
  bottom:100%;
  margin-bottom:1px;
}
@media (min-width: 768px){
  .bt3-navbar-right .bt3-dropdown-menu{
    left:auto;
    right:0;
  }
  .bt3-navbar-right .bt3-dropdown-menu-left{
    left:0;
    right:auto;
  }
}
.bt3-btn-group,
.bt3-btn-group-vertical{
  position:relative;
  display:inline-block;
  vertical-align:middle;
}
.bt3-btn-group > .bt3-btn,
.bt3-btn-group-vertical > .bt3-btn{
  position:relative;
  float:left;
}
.bt3-btn-group > .bt3-btn:hover,
.bt3-btn-group-vertical > .bt3-btn:hover,
.bt3-btn-group > .bt3-btn:focus,
.bt3-btn-group-vertical > .bt3-btn:focus,
.bt3-btn-group > .bt3-btn:active,
.bt3-btn-group-vertical > .bt3-btn:active,
.bt3-btn-group > .bt3-btn.bt3-active,
.bt3-btn-group-vertical > .bt3-btn.bt3-active{
  z-index:2;
}
.bt3-btn-group > .bt3-btn:focus,
.bt3-btn-group-vertical > .bt3-btn:focus{
  outline:none;
}
.bt3-btn-group .bt3-btn + .bt3-btn,
.bt3-btn-group .bt3-btn + .bt3-btn-group,
.bt3-btn-group .bt3-btn-group + .bt3-btn,
.bt3-btn-group .bt3-btn-group + .bt3-btn-group{
  margin-left:-1px;
}
.bt3-btn-toolbar{
  margin-left:-5px;
}
.bt3-btn-toolbar .bt3-btn-group,
.bt3-btn-toolbar .bt3-input-group{
  float:left;
}
.bt3-btn-toolbar > .bt3-btn,
.bt3-btn-toolbar > .bt3-btn-group,
.bt3-btn-toolbar > .bt3-input-group{
  margin-left:5px;
}
.bt3-btn-group > .bt3-btn:not(:first-child):not(:last-child):not(.bt3-dropdown-toggle){
  border-radius:0;
}
.bt3-btn-group > .bt3-btn:first-child{
  margin-left:0;
}
.bt3-btn-group > .bt3-btn:first-child:not(:last-child):not(.bt3-dropdown-toggle){
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.bt3-btn-group > .bt3-btn:last-child:not(:first-child),
.bt3-btn-group > .bt3-dropdown-toggle:not(:first-child){
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bt3-btn-group > .bt3-btn-group{
  float:left;
}
.bt3-btn-group > .bt3-btn-group:not(:first-child):not(:last-child) > .bt3-btn{
  border-radius:0;
}
.bt3-btn-group > .bt3-btn-group:first-child > .bt3-btn:last-child,
.bt3-btn-group > .bt3-btn-group:first-child > .bt3-dropdown-toggle{
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.bt3-btn-group > .bt3-btn-group:last-child > .bt3-btn:first-child{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bt3-btn-group .bt3-dropdown-toggle:active,
.bt3-btn-group.bt3-open .bt3-dropdown-toggle{
  outline:0;
}
.bt3-btn-group > .bt3-btn + .bt3-dropdown-toggle{
  padding-left:8px;
  padding-right:8px;
}
.bt3-btn-group > .bt3-btn-lg + .bt3-dropdown-toggle{
  padding-left:12px;
  padding-right:12px;
}
.bt3-btn-group.bt3-open .bt3-dropdown-toggle{
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
}
.bt3-btn-group.bt3-open .bt3-dropdown-toggle.bt3-btn-link{
  -webkit-box-shadow:none;
  box-shadow:none;
}
.bt3-btn .bt3-caret{
  margin-left:0;
}
.bt3-btn-lg .bt3-caret{
  border-width:5px 5px 0;
  border-bottom-width:0;
}
.bt3-dropup .bt3-btn-lg .bt3-caret{
  border-width:0 5px 5px;
}
.bt3-btn-group-vertical > .bt3-btn,
.bt3-btn-group-vertical > .bt3-btn-group,
.bt3-btn-group-vertical > .bt3-btn-group > .bt3-btn{
  display:block;
  float:none;
  width:100%;
  max-width:100%;
}
.bt3-btn-group-vertical > .bt3-btn-group > .bt3-btn{
  float:none;
}
.bt3-btn-group-vertical > .bt3-btn + .bt3-btn,
.bt3-btn-group-vertical > .bt3-btn + .bt3-btn-group,
.bt3-btn-group-vertical > .bt3-btn-group + .bt3-btn,
.bt3-btn-group-vertical > .bt3-btn-group + .bt3-btn-group{
  margin-top:-1px;
  margin-left:0;
}
.bt3-btn-group-vertical > .bt3-btn:not(:first-child):not(:last-child){
  border-radius:0;
}
.bt3-btn-group-vertical > .bt3-btn:first-child:not(:last-child){
  border-top-right-radius:4px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.bt3-btn-group-vertical > .bt3-btn:last-child:not(:first-child){
  border-bottom-left-radius:4px;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.bt3-btn-group-vertical > .bt3-btn-group:not(:first-child):not(:last-child) > .bt3-btn{
  border-radius:0;
}
.bt3-btn-group-vertical > .bt3-btn-group:first-child:not(:last-child) > .bt3-btn:last-child,
.bt3-btn-group-vertical > .bt3-btn-group:first-child:not(:last-child) > .bt3-dropdown-toggle{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.bt3-btn-group-vertical > .bt3-btn-group:last-child:not(:first-child) > .bt3-btn:first-child{
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.bt3-btn-group-justified{
  display:table;
  width:100%;
  table-layout:fixed;
  border-collapse:separate;
}
.bt3-btn-group-justified > .bt3-btn,
.bt3-btn-group-justified > .bt3-btn-group{
  float:none;
  display:table-cell;
  width:1%;
}
.bt3-btn-group-justified > .bt3-btn-group .bt3-btn{
  width:100%;
}
[data-toggle="buttons"] > .bt3-btn > input[type="radio"],
[data-toggle="buttons"] > .bt3-btn > input[type="checkbox"]{
  display:none;
}
.bt3-input-group{
  position:relative;
  display:table;
  border-collapse:separate;
}
.bt3-input-group[class*="col-"]{
  float:none;
  padding-left:0;
  padding-right:0;
}
.bt3-input-group .bt3-form-control{
  position:relative;
  z-index:2;
  float:left;
  width:100%;
  margin-bottom:0;
}
.bt3-input-group-lg > .bt3-form-control,
.bt3-input-group-lg > .bt3-input-group-addon,
.bt3-input-group-lg > .bt3-input-group-btn > .bt3-btn{
  height:46px;
  padding:10px 16px;
  font-size:18px;
  line-height:1.33;
  border-radius:6px;
}
select.bt3-input-group-lg > .bt3-form-control,
select.bt3-input-group-lg > .bt3-input-group-addon,
select.bt3-input-group-lg > .bt3-input-group-btn > .bt3-btn{
  height:46px;
  line-height:46px;
}
textarea.bt3-input-group-lg > .bt3-form-control,
textarea.bt3-input-group-lg > .bt3-input-group-addon,
textarea.bt3-input-group-lg > .bt3-input-group-btn > .bt3-btn,
select[multiple].bt3-input-group-lg > .bt3-form-control,
select[multiple].bt3-input-group-lg > .bt3-input-group-addon,
select[multiple].bt3-input-group-lg > .bt3-input-group-btn > .bt3-btn{
  height:auto;
}
.bt3-input-group-sm > .bt3-form-control,
.bt3-input-group-sm > .bt3-input-group-addon,
.bt3-input-group-sm > .bt3-input-group-btn > .bt3-btn{
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}
select.bt3-input-group-sm > .bt3-form-control,
select.bt3-input-group-sm > .bt3-input-group-addon,
select.bt3-input-group-sm > .bt3-input-group-btn > .bt3-btn{
  height:30px;
  line-height:30px;
}
textarea.bt3-input-group-sm > .bt3-form-control,
textarea.bt3-input-group-sm > .bt3-input-group-addon,
textarea.bt3-input-group-sm > .bt3-input-group-btn > .bt3-btn,
select[multiple].bt3-input-group-sm > .bt3-form-control,
select[multiple].bt3-input-group-sm > .bt3-input-group-addon,
select[multiple].bt3-input-group-sm > .bt3-input-group-btn > .bt3-btn{
  height:auto;
}
.bt3-input-group-addon,
.bt3-input-group-btn,
.bt3-input-group .bt3-form-control{
  display:table-cell;
}
.bt3-input-group-addon:not(:first-child):not(:last-child),
.bt3-input-group-btn:not(:first-child):not(:last-child),
.bt3-input-group .bt3-form-control:not(:first-child):not(:last-child){
  border-radius:0;
}
.bt3-input-group-addon,
.bt3-input-group-btn{
  width:1%;
  white-space:nowrap;
  vertical-align:middle;
}
.bt3-input-group-addon{
  padding:6px 12px;
  font-size:14px;
  font-weight:normal;
  line-height:1;
  color:#555;
  text-align:center;
  background-color:#eee;
  border:1px solid #ccc;
  border-radius:4px;
}
.bt3-input-group-addon.bt3-input-sm{
  padding:5px 10px;
  font-size:12px;
  border-radius:3px;
}
.bt3-input-group-addon.bt3-input-lg{
  padding:10px 16px;
  font-size:18px;
  border-radius:6px;
}
.bt3-input-group-addon input[type="radio"],
.bt3-input-group-addon input[type="checkbox"]{
  margin-top:0;
}
.bt3-input-group .bt3-form-control:first-child,
.bt3-input-group-addon:first-child,
.bt3-input-group-btn:first-child > .bt3-btn,
.bt3-input-group-btn:first-child > .bt3-btn-group > .bt3-btn,
.bt3-input-group-btn:first-child > .bt3-dropdown-toggle,
.bt3-input-group-btn:last-child > .bt3-btn:not(:last-child):not(.bt3-dropdown-toggle),
.bt3-input-group-btn:last-child > .bt3-btn-group:not(:last-child) > .bt3-btn{
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.bt3-input-group-addon:first-child{
  border-right:0;
}
.bt3-input-group .bt3-form-control:last-child,
.bt3-input-group-addon:last-child,
.bt3-input-group-btn:last-child > .bt3-btn,
.bt3-input-group-btn:last-child > .bt3-btn-group > .bt3-btn,
.bt3-input-group-btn:last-child > .bt3-dropdown-toggle,
.bt3-input-group-btn:first-child > .bt3-btn:not(:first-child),
.bt3-input-group-btn:first-child > .bt3-btn-group:not(:first-child) > .bt3-btn{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bt3-input-group-addon:last-child{
  border-left:0;
}
.bt3-input-group-btn{
  position:relative;
  font-size:0;
  white-space:nowrap;
}
.bt3-input-group-btn > .bt3-btn{
  position:relative;
}
.bt3-input-group-btn > .bt3-btn + .bt3-btn{
  margin-left:-1px;
}
.bt3-input-group-btn > .bt3-btn:hover,
.bt3-input-group-btn > .bt3-btn:focus,
.bt3-input-group-btn > .bt3-btn:active{
  z-index:2;
}
.bt3-input-group-btn:first-child > .bt3-btn,
.bt3-input-group-btn:first-child > .bt3-btn-group{
  margin-right:-1px;
}
.bt3-input-group-btn:last-child > .bt3-btn,
.bt3-input-group-btn:last-child > .bt3-btn-group{
  margin-left:-1px;
}
.bt3-nav{
  margin-bottom:0;
  padding-left:0;
  list-style:none;
}
.bt3-nav > li{
  position:relative;
  display:block;
}
.bt3-nav > li > a{
  position:relative;
  display:block;
  padding:10px 15px;
}
.bt3-nav > li > a:hover,
.bt3-nav > li > a:focus{
  text-decoration:none;
  background-color:#eee;
}
.bt3-nav > li.bt3-disabled > a{
  color:#999;
}
.bt3-nav > li.bt3-disabled > a:hover,
.bt3-nav > li.bt3-disabled > a:focus{
  color:#999;
  text-decoration:none;
  background-color:transparent;
  cursor:not-allowed;
}
.bt3-nav .bt3-open > a,
.bt3-nav .bt3-open > a:hover,
.bt3-nav .bt3-open > a:focus{
  background-color:#eee;
  border-color:#428bca;
}
.bt3-nav .bt3-nav-divider{
  height:1px;
  margin:9px 0;
  overflow:hidden;
  background-color:#e5e5e5;
}
.bt3-nav > li > a > img{
  max-width:none;
}
.bt3-nav-tabs{
  border-bottom:1px solid #ddd;
}
.bt3-nav-tabs > li{
  float:left;
  margin-bottom:-1px;
}
.bt3-nav-tabs > li > a{
  margin-right:2px;
  line-height:1.428571429;
  border:1px solid transparent;
  border-radius:4px 4px 0 0;
}
.bt3-nav-tabs > li > a:hover{
  border-color:#eee #eee #ddd;
}
.bt3-nav-tabs > li.bt3-active > a,
.bt3-nav-tabs > li.bt3-active > a:hover,
.bt3-nav-tabs > li.bt3-active > a:focus{
  color:#555;
  background-color:#fff;
  border:1px solid #ddd;
  border-bottom-color:transparent;
  cursor:default;
}
.bt3-nav-tabs.bt3-nav-justified{
  width:100%;
  border-bottom:0;
}
.bt3-nav-tabs.bt3-nav-justified > li{
  float:none;
}
.bt3-nav-tabs.bt3-nav-justified > li > a{
  text-align:center;
  margin-bottom:5px;
}
.bt3-nav-tabs.bt3-nav-justified > .bt3-dropdown .bt3-dropdown-menu{
  top:auto;
  left:auto;
}
@media (min-width: 768px){
  .bt3-nav-tabs.bt3-nav-justified > li{
    display:table-cell;
    width:1%;
  }
  .bt3-nav-tabs.bt3-nav-justified > li > a{
    margin-bottom:0;
  }
}
.bt3-nav-tabs.bt3-nav-justified > li > a{
  margin-right:0;
  border-radius:4px;
}
.bt3-nav-tabs.bt3-nav-justified > .bt3-active > a,
.bt3-nav-tabs.bt3-nav-justified > .bt3-active > a:hover,
.bt3-nav-tabs.bt3-nav-justified > .bt3-active > a:focus{
  border:1px solid #ddd;
}
@media (min-width: 768px){
  .bt3-nav-tabs.bt3-nav-justified > li > a{
    border-bottom:1px solid #ddd;
    border-radius:4px 4px 0 0;
  }
  .bt3-nav-tabs.bt3-nav-justified > .bt3-active > a,
  .bt3-nav-tabs.bt3-nav-justified > .bt3-active > a:hover,
  .bt3-nav-tabs.bt3-nav-justified > .bt3-active > a:focus{
    border-bottom-color:#fff;
  }
}
.bt3-nav-pills > li{
  float:left;
}
.bt3-nav-pills > li > a{
  border-radius:4px;
}
.bt3-nav-pills > li + li{
  margin-left:2px;
}
.bt3-nav-pills > li.bt3-active > a,
.bt3-nav-pills > li.bt3-active > a:hover,
.bt3-nav-pills > li.bt3-active > a:focus{
  color:#fff;
  background-color:#428bca;
}
.bt3-nav-stacked > li{
  float:none;
}
.bt3-nav-stacked > li + li{
  margin-top:2px;
  margin-left:0;
}
.bt3-nav-justified{
  width:100%;
}
.bt3-nav-justified > li{
  float:none;
}
.bt3-nav-justified > li > a{
  text-align:center;
  margin-bottom:5px;
}
.bt3-nav-justified > .bt3-dropdown .bt3-dropdown-menu{
  top:auto;
  left:auto;
}
@media (min-width: 768px){
  .bt3-nav-justified > li{
    display:table-cell;
    width:1%;
  }
  .bt3-nav-justified > li > a{
    margin-bottom:0;
  }
}
.bt3-nav-tabs-justified{
  border-bottom:0;
}
.bt3-nav-tabs-justified > li > a{
  margin-right:0;
  border-radius:4px;
}
.bt3-nav-tabs-justified > .bt3-active > a,
.bt3-nav-tabs-justified > .bt3-active > a:hover,
.bt3-nav-tabs-justified > .bt3-active > a:focus{
  border:1px solid #ddd;
}
@media (min-width: 768px){
  .bt3-nav-tabs-justified > li > a{
    border-bottom:1px solid #ddd;
    border-radius:4px 4px 0 0;
  }
  .bt3-nav-tabs-justified > .bt3-active > a,
  .bt3-nav-tabs-justified > .bt3-active > a:hover,
  .bt3-nav-tabs-justified > .bt3-active > a:focus{
    border-bottom-color:#fff;
  }
}
.bt3-tab-content > .bt3-tab-pane{
  display:none;
}
.bt3-tab-content > .bt3-active{
  display:block;
}
.bt3-nav-tabs .bt3-dropdown-menu{
  margin-top:-1px;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.bt3-navbar{
  position:relative;
  min-height:50px;
  margin-bottom:20px;
  border:1px solid transparent;
}
@media (min-width: 768px){
  .bt3-navbar{
    border-radius:4px;
  }
}
@media (min-width: 768px){
  .bt3-navbar-header{
    float:left;
  }
}
.bt3-navbar-collapse{
  max-height:340px;
  overflow-x:visible;
  padding-right:15px;
  padding-left:15px;
  border-top:1px solid transparent;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling:touch;
}
.bt3-navbar-collapse.bt3-in{
  overflow-y:auto;
}
@media (min-width: 768px){
  .bt3-navbar-collapse{
    width:auto;
    border-top:0;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .bt3-navbar-collapse.bt3-collapse{
    display:block !important;
    height:auto !important;
    padding-bottom:0;
    overflow:visible !important;
  }
  .bt3-navbar-collapse.bt3-in{
    overflow-y:visible;
  }
  .bt3-navbar-fixed-top .bt3-navbar-collapse,
  .bt3-navbar-static-top .bt3-navbar-collapse,
  .bt3-navbar-fixed-bottom .bt3-navbar-collapse{
    padding-left:0;
    padding-right:0;
  }
}
.bt3-container > .bt3-navbar-header,
.bt3-container-fluid > .bt3-navbar-header,
.bt3-container > .bt3-navbar-collapse,
.bt3-container-fluid > .bt3-navbar-collapse{
  margin-right:-15px;
  margin-left:-15px;
}
@media (min-width: 768px){
  .bt3-container > .bt3-navbar-header,
  .bt3-container-fluid > .bt3-navbar-header,
  .bt3-container > .bt3-navbar-collapse,
  .bt3-container-fluid > .bt3-navbar-collapse{
    margin-right:0;
    margin-left:0;
  }
}
.bt3-navbar-static-top{
  z-index:1000;
  border-width:0 0 1px;
}
@media (min-width: 768px){
  .bt3-navbar-static-top{
    border-radius:0;
  }
}
.bt3-navbar-fixed-top,
.bt3-navbar-fixed-bottom{
  position:fixed;
  right:0;
  left:0;
  z-index:1030;
}
@media (min-width: 768px){
  .bt3-navbar-fixed-top,
  .bt3-navbar-fixed-bottom{
    border-radius:0;
  }
}
.bt3-navbar-fixed-top{
  top:0;
  border-width:0 0 1px;
}
.bt3-navbar-fixed-bottom{
  bottom:0;
  margin-bottom:0;
  border-width:1px 0 0;
}
.bt3-navbar-brand{
  float:left;
  padding:15px 15px;
  font-size:18px;
  line-height:20px;
  height:50px;
}
.bt3-navbar-brand:hover,
.bt3-navbar-brand:focus{
  text-decoration:none;
}
@media (min-width: 768px){
  .bt3-navbar > .bt3-container .bt3-navbar-brand,
  .bt3-navbar > .bt3-container-fluid .bt3-navbar-brand{
    margin-left:-15px;
  }
}
.bt3-navbar-toggle{
  position:relative;
  float:right;
  margin-right:15px;
  padding:9px 10px;
  margin-top:8px;
  margin-bottom:8px;
  background-color:transparent;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
}
.bt3-navbar-toggle:focus{
  outline:none;
}
.bt3-navbar-toggle .bt3-icon-bar{
  display:block;
  width:22px;
  height:2px;
  border-radius:1px;
}
.bt3-navbar-toggle .bt3-icon-bar + .bt3-icon-bar{
  margin-top:4px;
}
@media (min-width: 768px){
  .bt3-navbar-toggle{
    display:none;
  }
}
.bt3-navbar-nav{
  margin:7.5px -15px;
}
.bt3-navbar-nav > li > a{
  padding-top:10px;
  padding-bottom:10px;
  line-height:20px;
}
@media (max-width: 767px){
  .bt3-navbar-nav .bt3-open .bt3-dropdown-menu{
    position:static;
    float:none;
    width:auto;
    margin-top:0;
    background-color:transparent;
    border:0;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a,
  .bt3-navbar-nav .bt3-open .bt3-dropdown-menu .bt3-dropdown-header{
    padding:5px 15px 5px 25px;
  }
  .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a{
    line-height:20px;
  }
  .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a:hover,
  .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a:focus{
    background-image:none;
  }
}
@media (min-width: 768px){
  .bt3-navbar-nav{
    float:left;
    margin:0;
  }
  .bt3-navbar-nav > li{
    float:left;
  }
  .bt3-navbar-nav > li > a{
    padding-top:15px;
    padding-bottom:15px;
  }
  .bt3-navbar-nav.bt3-navbar-right:last-child{
    margin-right:-15px;
  }
}
@media (min-width: 768px){
  .bt3-navbar-left{
    float:left !important;
  }
  .bt3-navbar-right{
    float:right !important;
  }
}
.bt3-navbar-form{
  margin-left:-15px;
  margin-right:-15px;
  padding:10px 15px;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top:8px;
  margin-bottom:8px;
}
@media (min-width: 768px){
  .bt3-navbar-form .bt3-form-group{
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
  }
  .bt3-navbar-form .bt3-form-control{
    display:inline-block;
    width:auto;
    vertical-align:middle;
  }
  .bt3-navbar-form .bt3-input-group > .bt3-form-control{
    width:100%;
  }
  .bt3-navbar-form .bt3-control-label{
    margin-bottom:0;
    vertical-align:middle;
  }
  .bt3-navbar-form .bt3-radio,
  .bt3-navbar-form .bt3-checkbox{
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
    vertical-align:middle;
  }
  .bt3-navbar-form .bt3-radio input[type="radio"],
  .bt3-navbar-form .bt3-checkbox input[type="checkbox"]{
    float:none;
    margin-left:0;
  }
  .bt3-navbar-form .bt3-has-feedback .bt3-form-control-feedback{
    top:0;
  }
}
@media (max-width: 767px){
  .bt3-navbar-form .bt3-form-group{
    margin-bottom:5px;
  }
}
@media (min-width: 768px){
  .bt3-navbar-form{
    width:auto;
    border:0;
    margin-left:0;
    margin-right:0;
    padding-top:0;
    padding-bottom:0;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .bt3-navbar-form.bt3-navbar-right:last-child{
    margin-right:-15px;
  }
}
.bt3-navbar-nav > li > .bt3-dropdown-menu{
  margin-top:0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.bt3-navbar-fixed-bottom .bt3-navbar-nav > li > .bt3-dropdown-menu{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.bt3-navbar-btn{
  margin-top:8px;
  margin-bottom:8px;
}
.bt3-navbar-btn.bt3-btn-sm{
  margin-top:10px;
  margin-bottom:10px;
}
.bt3-navbar-btn.bt3-btn-xs{
  margin-top:14px;
  margin-bottom:14px;
}
.bt3-navbar-text{
  margin-top:15px;
  margin-bottom:15px;
}
@media (min-width: 768px){
  .bt3-navbar-text{
    float:left;
    margin-left:15px;
    margin-right:15px;
  }
  .bt3-navbar-text.bt3-navbar-right:last-child{
    margin-right:0;
  }
}
.bt3-navbar-default{
  background-color:#f8f8f8;
  border-color:#e8e8e8;
}
.bt3-navbar-default .bt3-navbar-brand{
  color:#777;
}
.bt3-navbar-default .bt3-navbar-brand:hover,
.bt3-navbar-default .bt3-navbar-brand:focus{
  color:#6b6b6b;
  background-color:transparent;
}
.bt3-navbar-default .bt3-navbar-text{
  color:#777;
}
.bt3-navbar-default .bt3-navbar-nav > li > a{
  color:#777;
}
.bt3-navbar-default .bt3-navbar-nav > li > a:hover,
.bt3-navbar-default .bt3-navbar-nav > li > a:focus{
  color:#333;
  background-color:transparent;
}
.bt3-navbar-default .bt3-navbar-nav > .bt3-active > a,
.bt3-navbar-default .bt3-navbar-nav > .bt3-active > a:hover,
.bt3-navbar-default .bt3-navbar-nav > .bt3-active > a:focus{
  color:#555;
  background-color:#e8e8e8;
}
.bt3-navbar-default .bt3-navbar-nav > .bt3-disabled > a,
.bt3-navbar-default .bt3-navbar-nav > .bt3-disabled > a:hover,
.bt3-navbar-default .bt3-navbar-nav > .bt3-disabled > a:focus{
  color:#ccc;
  background-color:transparent;
}
.bt3-navbar-default .bt3-navbar-toggle{
  border-color:#ddd;
}
.bt3-navbar-default .bt3-navbar-toggle:hover,
.bt3-navbar-default .bt3-navbar-toggle:focus{
  background-color:#ddd;
}
.bt3-navbar-default .bt3-navbar-toggle .bt3-icon-bar{
  background-color:#888;
}
.bt3-navbar-default .bt3-navbar-collapse,
.bt3-navbar-default .bt3-navbar-form{
  border-color:#e8e8e8;
}
.bt3-navbar-default .bt3-navbar-nav > .bt3-open > a,
.bt3-navbar-default .bt3-navbar-nav > .bt3-open > a:hover,
.bt3-navbar-default .bt3-navbar-nav > .bt3-open > a:focus{
  background-color:#e8e8e8;
  color:#555;
}
@media (max-width: 767px){
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a{
    color:#777;
  }
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a:hover,
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a:focus{
    color:#333;
    background-color:transparent;
  }
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-active > a,
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-active > a:hover,
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-active > a:focus{
    color:#555;
    background-color:#e8e8e8;
  }
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-disabled > a,
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-disabled > a:hover,
  .bt3-navbar-default .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-disabled > a:focus{
    color:#ccc;
    background-color:transparent;
  }
}
.bt3-navbar-default .bt3-navbar-link{
  color:#777;
}
.bt3-navbar-default .bt3-navbar-link:hover{
  color:#333;
}
.bt3-navbar-inverse{
  background-color:#222;
  border-color:#1f1f1f;
}
.bt3-navbar-inverse .bt3-navbar-brand{
  color:#999;
}
.bt3-navbar-inverse .bt3-navbar-brand:hover,
.bt3-navbar-inverse .bt3-navbar-brand:focus{
  color:#fff;
  background-color:transparent;
}
.bt3-navbar-inverse .bt3-navbar-text{
  color:#999;
}
.bt3-navbar-inverse .bt3-navbar-nav > li > a{
  color:#999;
}
.bt3-navbar-inverse .bt3-navbar-nav > li > a:hover,
.bt3-navbar-inverse .bt3-navbar-nav > li > a:focus{
  color:#fff;
  background-color:transparent;
}
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-active > a,
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-active > a:hover,
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-active > a:focus{
  color:#fff;
  background-color:#1f1f1f;
}
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-disabled > a,
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-disabled > a:hover,
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-disabled > a:focus{
  color:#444;
  background-color:transparent;
}
.bt3-navbar-inverse .bt3-navbar-toggle{
  border-color:#333;
}
.bt3-navbar-inverse .bt3-navbar-toggle:hover,
.bt3-navbar-inverse .bt3-navbar-toggle:focus{
  background-color:#333;
}
.bt3-navbar-inverse .bt3-navbar-toggle .bt3-icon-bar{
  background-color:#fff;
}
.bt3-navbar-inverse .bt3-navbar-collapse,
.bt3-navbar-inverse .bt3-navbar-form{
  border-color:#202020;
}
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-open > a,
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-open > a:hover,
.bt3-navbar-inverse .bt3-navbar-nav > .bt3-open > a:focus{
  background-color:#1f1f1f;
  color:#fff;
}
@media (max-width: 767px){
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-dropdown-header{
    border-color:#1f1f1f;
  }
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu .bt3-divider{
    background-color:#1f1f1f;
  }
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a{
    color:#999;
  }
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a:hover,
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > li > a:focus{
    color:#fff;
    background-color:transparent;
  }
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-active > a,
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-active > a:hover,
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-active > a:focus{
    color:#fff;
    background-color:#1f1f1f;
  }
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-disabled > a,
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-disabled > a:hover,
  .bt3-navbar-inverse .bt3-navbar-nav .bt3-open .bt3-dropdown-menu > .bt3-disabled > a:focus{
    color:#444;
    background-color:transparent;
  }
}
.bt3-navbar-inverse .bt3-navbar-link{
  color:#999;
}
.bt3-navbar-inverse .bt3-navbar-link:hover{
  color:#fff;
}
.bt3-breadcrumb{
  padding:8px 15px;
  margin-bottom:20px;
  list-style:none;
  background-color:#f5f5f5;
  border-radius:4px;
}
.bt3-breadcrumb > li{
  display:inline-block;
}
.bt3-breadcrumb > li + li:before{
  content:'/\A0';
  padding:0 5px;
  color:#ccc;
}
.bt3-breadcrumb > .bt3-active{
  color:#999;
}
.bt3-pagination{
  display:inline-block;
  padding-left:0;
  margin:20px 0;
  border-radius:4px;
}
.bt3-pagination > li{
  display:inline;
}
.bt3-pagination > li > a,
.bt3-pagination > li > span{
  position:relative;
  float:left;
  padding:6px 12px;
  line-height:1.428571429;
  text-decoration:none;
  color:#428bca;
  background-color:#fff;
  border:1px solid #ddd;
  margin-left:-1px;
}
.bt3-pagination > li:first-child > a,
.bt3-pagination > li:first-child > span{
  margin-left:0;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}
.bt3-pagination > li:last-child > a,
.bt3-pagination > li:last-child > span{
  border-bottom-right-radius:4px;
  border-top-right-radius:4px;
}
.bt3-pagination > li > a:hover,
.bt3-pagination > li > span:hover,
.bt3-pagination > li > a:focus,
.bt3-pagination > li > span:focus{
  color:#3277b2;
  background-color:#eee;
  border-color:#ddd;
}
.bt3-pagination > .bt3-active > a,
.bt3-pagination > .bt3-active > span,
.bt3-pagination > .bt3-active > a:hover,
.bt3-pagination > .bt3-active > span:hover,
.bt3-pagination > .bt3-active > a:focus,
.bt3-pagination > .bt3-active > span:focus{
  z-index:2;
  color:#fff;
  background-color:#428bca;
  border-color:#428bca;
  cursor:default;
}
.bt3-pagination > .bt3-disabled > span,
.bt3-pagination > .bt3-disabled > span:hover,
.bt3-pagination > .bt3-disabled > span:focus,
.bt3-pagination > .bt3-disabled > a,
.bt3-pagination > .bt3-disabled > a:hover,
.bt3-pagination > .bt3-disabled > a:focus{
  color:#999;
  background-color:#fff;
  border-color:#ddd;
  cursor:not-allowed;
}
.bt3-pagination-lg > li > a,
.bt3-pagination-lg > li > span{
  padding:10px 16px;
  font-size:18px;
}
.bt3-pagination-lg > li:first-child > a,
.bt3-pagination-lg > li:first-child > span{
  border-bottom-left-radius:6px;
  border-top-left-radius:6px;
}
.bt3-pagination-lg > li:last-child > a,
.bt3-pagination-lg > li:last-child > span{
  border-bottom-right-radius:6px;
  border-top-right-radius:6px;
}
.bt3-pagination-sm > li > a,
.bt3-pagination-sm > li > span{
  padding:5px 10px;
  font-size:12px;
}
.bt3-pagination-sm > li:first-child > a,
.bt3-pagination-sm > li:first-child > span{
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}
.bt3-pagination-sm > li:last-child > a,
.bt3-pagination-sm > li:last-child > span{
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
}
.bt3-pager{
  padding-left:0;
  margin:20px 0;
  list-style:none;
  text-align:center;
}
.bt3-pager li{
  display:inline;
}
.bt3-pager li > a,
.bt3-pager li > span{
  display:inline-block;
  padding:5px 14px;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:15px;
}
.bt3-pager li > a:hover,
.bt3-pager li > a:focus{
  text-decoration:none;
  background-color:#eee;
}
.bt3-pager .bt3-next > a,
.bt3-pager .bt3-next > span{
  float:right;
}
.bt3-pager .bt3-previous > a,
.bt3-pager .bt3-previous > span{
  float:left;
}
.bt3-pager .bt3-disabled > a,
.bt3-pager .bt3-disabled > a:hover,
.bt3-pager .bt3-disabled > a:focus,
.bt3-pager .bt3-disabled > span{
  color:#999;
  background-color:#fff;
  cursor:not-allowed;
}
.bt3-label{
  display:inline;
  padding:0.2em 0.6em 0.3em;
  font-size:75%;
  font-weight:bold;
  line-height:1;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:0.25em;
}
.bt3-label[href]:hover,
.bt3-label[href]:focus{
  color:#fff;
  text-decoration:none;
  cursor:pointer;
}
.bt3-label:empty{
  display:none;
}
.bt3-btn .bt3-label{
  position:relative;
  top:-1px;
}
.bt3-label-default{
  background-color:#999;
}
.bt3-label-default[href]:hover,
.bt3-label-default[href]:focus{
  background-color:#8a8a8a;
}
.bt3-label-primary{
  background-color:#428bca;
}
.bt3-label-primary[href]:hover,
.bt3-label-primary[href]:focus{
  background-color:#357ebc;
}
.bt3-label-success{
  background-color:#5cb85c;
}
.bt3-label-success[href]:hover,
.bt3-label-success[href]:focus{
  background-color:#4bad4b;
}
.bt3-label-info{
  background-color:#5bc0de;
}
.bt3-label-info[href]:hover,
.bt3-label-info[href]:focus{
  background-color:#41b6d9;
}
.bt3-label-warning{
  background-color:#f0ad4e;
}
.bt3-label-warning[href]:hover,
.bt3-label-warning[href]:focus{
  background-color:#ee9f31;
}
.bt3-label-danger{
  background-color:#d9534f;
}
.bt3-label-danger[href]:hover,
.bt3-label-danger[href]:focus{
  background-color:#d43b37;
}
.bt3-badge{
  display:inline-block;
  min-width:10px;
  padding:3px 7px;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  line-height:1;
  vertical-align:baseline;
  white-space:nowrap;
  text-align:center;
  background-color:#999;
  border-radius:10px;
}
.bt3-badge:empty{
  display:none;
}
.bt3-btn .bt3-badge{
  position:relative;
  top:-1px;
}
.bt3-btn-xs .bt3-badge{
  top:0;
  padding:1px 5px;
}
a.bt3-badge:hover,
a.bt3-badge:focus{
  color:#fff;
  text-decoration:none;
  cursor:pointer;
}
a.bt3-list-group-item.bt3-active > .bt3-badge,
.bt3-nav-pills > .bt3-active > a > .bt3-badge{
  color:#428bca;
  background-color:#fff;
}
.bt3-nav-pills > li > a > .bt3-badge{
  margin-left:3px;
}
.bt3-jumbotron{
  padding:30px;
  margin-bottom:30px;
  color:inherit;
  background-color:#eee;
}
.bt3-jumbotron h1,
.bt3-jumbotron .bt3-h1{
  color:inherit;
}
.bt3-jumbotron p{
  margin-bottom:15px;
  font-size:21px;
  font-weight:200;
}
.bt3-container .bt3-jumbotron{
  border-radius:6px;
}
.bt3-jumbotron .bt3-container{
  max-width:100%;
}
@media screen and (min-width: 768px){
  .bt3-jumbotron{
    padding-top:48px;
    padding-bottom:48px;
  }
  .bt3-container .bt3-jumbotron{
    padding-left:60px;
    padding-right:60px;
  }
  .bt3-jumbotron h1,
  .bt3-jumbotron .bt3-h1{
    font-size:63px;
  }
}
.bt3-thumbnail{
  display:block;
  padding:4px;
  margin-bottom:20px;
  line-height:1.428571429;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  -webkit-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}
.bt3-thumbnail > img,
.bt3-thumbnail a > img{
  margin-left:auto;
  margin-right:auto;
}
a.bt3-thumbnail:hover,
a.bt3-thumbnail:focus,
a.bt3-thumbnail.bt3-active{
  border-color:#428bca;
}
.bt3-thumbnail .bt3-caption{
  padding:9px;
  color:#333;
}
.bt3-alert{
  padding:15px;
  margin-bottom:20px;
  border:1px solid transparent;
  border-radius:4px;
}
.bt3-alert h4{
  margin-top:0;
  color:inherit;
}
.bt3-alert .bt3-alert-link{
  font-weight:bold;
}
.bt3-alert > p,
.bt3-alert > ul{
  margin-bottom:0;
}
.bt3-alert > p + p{
  margin-top:5px;
}
.bt3-alert-dismissable{
  padding-right:35px;
}
.bt3-alert-dismissable .bt3-close{
  position:relative;
  top:-2px;
  right:-21px;
  color:inherit;
}
.bt3-alert-success{
  background-color:#dff0d8;
  border-color:#d7eac8;
  color:#3c763d;
}
.bt3-alert-success hr{
  border-top-color:#cce4b8;
}
.bt3-alert-success .bt3-alert-link{
  color:#366a37;
}
.bt3-alert-info{
  background-color:#d9edf7;
  border-color:#bee9f1;
  color:#31708f;
}
.bt3-alert-info hr{
  border-top-color:#ace3ed;
}
.bt3-alert-info .bt3-alert-link{
  color:#2c6581;
}
.bt3-alert-warning{
  background-color:#fcf8e3;
  border-color:#faeccd;
  color:#8a6d3b;
}
.bt3-alert-warning hr{
  border-top-color:#f8e4b8;
}
.bt3-alert-warning .bt3-alert-link{
  color:#7c6235;
}
.bt3-alert-danger{
  background-color:#f2dede;
  border-color:#ebcdd2;
  color:#a94442;
}
.bt3-alert-danger hr{
  border-top-color:#e5bdc4;
}
.bt3-alert-danger .bt3-alert-link{
  color:#983d3b;
}
.bt3-progress{
  overflow:hidden;
  height:20px;
  margin-bottom:20px;
  background-color:#f5f5f5;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}
.bt3-progress-bar{
  float:left;
  width:0%;
  height:100%;
  font-size:12px;
  line-height:20px;
  color:#fff;
  text-align:center;
  background-color:#428bca;
  -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-transition:width 0.6s ease;
  transition:width 0.6s ease;
}
.bt3-progress-striped .bt3-progress-bar{
  background-image:-webkit--webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  -webkit-background-size:40px 40px;
  -moz-background-size:40px 40px;
  background-size:40px 40px;
}
.bt3-progress.bt3-active .bt3-progress-bar{
  -webkit-animation:bt3-progress-bar-stripes 2s linear infinite;
  animation:bt3-progress-bar-stripes 2s linear infinite;
}
.bt3-progress-bar-success{
  background-color:#5cb85c;
}
.bt3-progress-striped .bt3-progress-bar-success{
  background-image:-webkit--webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.bt3-progress-bar-info{
  background-color:#5bc0de;
}
.bt3-progress-striped .bt3-progress-bar-info{
  background-image:-webkit--webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.bt3-progress-bar-warning{
  background-color:#f0ad4e;
}
.bt3-progress-striped .bt3-progress-bar-warning{
  background-image:-webkit--webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.bt3-progress-bar-danger{
  background-color:#d9534f;
}
.bt3-progress-striped .bt3-progress-bar-danger{
  background-image:-webkit--webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit--ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:-ms-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
@-moz-keyframes bt3-progress-bar-stripes{
  from{
    background-position:40px 0;
  }
  to{
    background-position:0 0;
  }
}
@-webkit-keyframes bt3-progress-bar-stripes{
  from{
    background-position:40px 0;
  }
  to{
    background-position:0 0;
  }
}
@-o-keyframes bt3-progress-bar-stripes{
  from{
    background-position:40px 0;
  }
  to{
    background-position:0 0;
  }
}
@keyframes bt3-progress-bar-stripes{
  from{
    background-position:40px 0;
  }
  to{
    background-position:0 0;
  }
}
.bt3-media,
.bt3-media-body{
  overflow:hidden;
  zoom:1;
}
.bt3-media,
.bt3-media .bt3-media{
  margin-top:15px;
}
.bt3-media:first-child{
  margin-top:0;
}
.bt3-media-object{
  display:block;
}
.bt3-media-heading{
  margin:0 0 5px;
}
.bt3-media > .bt3-pull-left{
  margin-right:10px;
}
.bt3-media > .bt3-pull-right{
  margin-left:10px;
}
.bt3-media-list{
  padding-left:0;
  list-style:none;
}
.bt3-list-group{
  margin-bottom:20px;
  padding-left:0;
}
.bt3-list-group-item{
  position:relative;
  display:block;
  padding:10px 15px;
  margin-bottom:-1px;
  background-color:#fff;
  border:1px solid #ddd;
}
.bt3-list-group-item:first-child{
  border-top-right-radius:4px;
  border-top-left-radius:4px;
}
.bt3-list-group-item:last-child{
  margin-bottom:0;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}
.bt3-list-group-item > .bt3-badge{
  float:right;
}
.bt3-list-group-item > .bt3-badge + .bt3-badge{
  margin-right:5px;
}
a.bt3-list-group-item{
  color:#555;
}
a.bt3-list-group-item .bt3-list-group-item-heading{
  color:#333;
}
a.bt3-list-group-item:hover,
a.bt3-list-group-item:focus{
  text-decoration:none;
  background-color:#f5f5f5;
}
a.bt3-list-group-item.bt3-active,
a.bt3-list-group-item.bt3-active:hover,
a.bt3-list-group-item.bt3-active:focus{
  z-index:2;
  color:#fff;
  background-color:#428bca;
  border-color:#428bca;
}
a.bt3-list-group-item.bt3-active .bt3-list-group-item-heading,
a.bt3-list-group-item.bt3-active:hover .bt3-list-group-item-heading,
a.bt3-list-group-item.bt3-active:focus .bt3-list-group-item-heading{
  color:inherit;
}
a.bt3-list-group-item.bt3-active .bt3-list-group-item-text,
a.bt3-list-group-item.bt3-active:hover .bt3-list-group-item-text,
a.bt3-list-group-item.bt3-active:focus .bt3-list-group-item-text{
  color:#8eb9df;
}
.bt3-list-group-item-success{
  color:#3c763d;
  background-color:#dff0d8;
}
a.bt3-list-group-item-success{
  color:#3c763d;
}
a.bt3-list-group-item-success .bt3-list-group-item-heading{
  color:inherit;
}
a.bt3-list-group-item-success:hover,
a.bt3-list-group-item-success:focus{
  color:#3c763d;
  background-color:#d1eac8;
}
a.bt3-list-group-item-success.bt3-active,
a.bt3-list-group-item-success.bt3-active:hover,
a.bt3-list-group-item-success.bt3-active:focus{
  color:#fff;
  background-color:#3c763d;
  border-color:#3c763d;
}
.bt3-list-group-item-info{
  color:#31708f;
  background-color:#d9edf7;
}
a.bt3-list-group-item-info{
  color:#31708f;
}
a.bt3-list-group-item-info .bt3-list-group-item-heading{
  color:inherit;
}
a.bt3-list-group-item-info:hover,
a.bt3-list-group-item-info:focus{
  color:#31708f;
  background-color:#c6e4f3;
}
a.bt3-list-group-item-info.bt3-active,
a.bt3-list-group-item-info.bt3-active:hover,
a.bt3-list-group-item-info.bt3-active:focus{
  color:#fff;
  background-color:#31708f;
  border-color:#31708f;
}
.bt3-list-group-item-warning{
  color:#8a6d3b;
  background-color:#fcf8e3;
}
a.bt3-list-group-item-warning{
  color:#8a6d3b;
}
a.bt3-list-group-item-warning .bt3-list-group-item-heading{
  color:inherit;
}
a.bt3-list-group-item-warning:hover,
a.bt3-list-group-item-warning:focus{
  color:#8a6d3b;
  background-color:#faf3cd;
}
a.bt3-list-group-item-warning.bt3-active,
a.bt3-list-group-item-warning.bt3-active:hover,
a.bt3-list-group-item-warning.bt3-active:focus{
  color:#fff;
  background-color:#8a6d3b;
  border-color:#8a6d3b;
}
.bt3-list-group-item-danger{
  color:#a94442;
  background-color:#f2dede;
}
a.bt3-list-group-item-danger{
  color:#a94442;
}
a.bt3-list-group-item-danger .bt3-list-group-item-heading{
  color:inherit;
}
a.bt3-list-group-item-danger:hover,
a.bt3-list-group-item-danger:focus{
  color:#a94442;
  background-color:#ebcdcd;
}
a.bt3-list-group-item-danger.bt3-active,
a.bt3-list-group-item-danger.bt3-active:hover,
a.bt3-list-group-item-danger.bt3-active:focus{
  color:#fff;
  background-color:#a94442;
  border-color:#a94442;
}
.bt3-list-group-item-heading{
  margin-top:0;
  margin-bottom:5px;
}
.bt3-list-group-item-text{
  margin-bottom:0;
  line-height:1.3;
}
.bt3-panel{
  margin-bottom:20px;
  background-color:#fff;
  border:1px solid transparent;
  border-radius:4px;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);
  box-shadow:0 1px 1px rgba(0,0,0,0.05);
}
.bt3-panel-body{
  padding:15px;
}
.bt3-panel-heading{
  padding:10px 15px;
  border-bottom:1px solid transparent;
  border-top-right-radius:3px;
  border-top-left-radius:3px;
}
.bt3-panel-heading > .bt3-dropdown .bt3-dropdown-toggle{
  color:inherit;
}
.bt3-panel-title{
  margin-top:0;
  margin-bottom:0;
  font-size:16px;
  color:inherit;
}
.bt3-panel-title > a{
  color:inherit;
}
.bt3-panel-footer{
  padding:10px 15px;
  background-color:#f5f5f5;
  border-top:1px solid #ddd;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}
.bt3-panel > .bt3-list-group{
  margin-bottom:0;
}
.bt3-panel > .bt3-list-group .bt3-list-group-item{
  border-width:1px 0;
  border-radius:0;
}
.bt3-panel > .bt3-list-group:first-child .bt3-list-group-item:first-child{
  border-top:0;
  border-top-right-radius:3px;
  border-top-left-radius:3px;
}
.bt3-panel > .bt3-list-group:last-child .bt3-list-group-item:last-child{
  border-bottom:0;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}
.bt3-panel-heading + .bt3-list-group .bt3-list-group-item:first-child{
  border-top-width:0;
}
.bt3-panel > .bt3-table,
.bt3-panel > .bt3-table-responsive > .bt3-table{
  margin-bottom:0;
}
.bt3-panel > .bt3-table:first-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child{
  border-top-right-radius:3px;
  border-top-left-radius:3px;
}
.bt3-panel > .bt3-table:first-child > thead:first-child > tr:first-child td:first-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child > thead:first-child > tr:first-child td:first-child,
.bt3-panel > .bt3-table:first-child > tbody:first-child > tr:first-child td:first-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child > tbody:first-child > tr:first-child td:first-child,
.bt3-panel > .bt3-table:first-child > thead:first-child > tr:first-child th:first-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child > thead:first-child > tr:first-child th:first-child,
.bt3-panel > .bt3-table:first-child > tbody:first-child > tr:first-child th:first-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child > tbody:first-child > tr:first-child th:first-child{
  border-top-left-radius:3px;
}
.bt3-panel > .bt3-table:first-child > thead:first-child > tr:first-child td:last-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child > thead:first-child > tr:first-child td:last-child,
.bt3-panel > .bt3-table:first-child > tbody:first-child > tr:first-child td:last-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child > tbody:first-child > tr:first-child td:last-child,
.bt3-panel > .bt3-table:first-child > thead:first-child > tr:first-child th:last-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child > thead:first-child > tr:first-child th:last-child,
.bt3-panel > .bt3-table:first-child > tbody:first-child > tr:first-child th:last-child,
.bt3-panel > .bt3-table-responsive:first-child > .bt3-table:first-child > tbody:first-child > tr:first-child th:last-child{
  border-top-right-radius:3px;
}
.bt3-panel > .bt3-table:last-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child{
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}
.bt3-panel > .bt3-table:last-child > tbody:last-child > tr:last-child td:first-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child > tbody:last-child > tr:last-child td:first-child,
.bt3-panel > .bt3-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bt3-panel > .bt3-table:last-child > tbody:last-child > tr:last-child th:first-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child > tbody:last-child > tr:last-child th:first-child,
.bt3-panel > .bt3-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child > tfoot:last-child > tr:last-child th:first-child{
  border-bottom-left-radius:3px;
}
.bt3-panel > .bt3-table:last-child > tbody:last-child > tr:last-child td:last-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child > tbody:last-child > tr:last-child td:last-child,
.bt3-panel > .bt3-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bt3-panel > .bt3-table:last-child > tbody:last-child > tr:last-child th:last-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child > tbody:last-child > tr:last-child th:last-child,
.bt3-panel > .bt3-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bt3-panel > .bt3-table-responsive:last-child > .bt3-table:last-child > tfoot:last-child > tr:last-child th:last-child{
  border-bottom-right-radius:3px;
}
.bt3-panel > .bt3-panel-body + .bt3-table,
.bt3-panel > .bt3-panel-body + .bt3-table-responsive{
  border-top:1px solid #ddd;
}
.bt3-panel > .bt3-table > tbody:first-child > tr:first-child th,
.bt3-panel > .bt3-table > tbody:first-child > tr:first-child td{
  border-top:0;
}
.bt3-panel > .bt3-table-bordered,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered{
  border:0;
}
.bt3-panel > .bt3-table-bordered > thead > tr > th:first-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > thead > tr > th:first-child,
.bt3-panel > .bt3-table-bordered > tbody > tr > th:first-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tbody > tr > th:first-child,
.bt3-panel > .bt3-table-bordered > tfoot > tr > th:first-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tfoot > tr > th:first-child,
.bt3-panel > .bt3-table-bordered > thead > tr > td:first-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > thead > tr > td:first-child,
.bt3-panel > .bt3-table-bordered > tbody > tr > td:first-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tbody > tr > td:first-child,
.bt3-panel > .bt3-table-bordered > tfoot > tr > td:first-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tfoot > tr > td:first-child{
  border-left:0;
}
.bt3-panel > .bt3-table-bordered > thead > tr > th:last-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > thead > tr > th:last-child,
.bt3-panel > .bt3-table-bordered > tbody > tr > th:last-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tbody > tr > th:last-child,
.bt3-panel > .bt3-table-bordered > tfoot > tr > th:last-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tfoot > tr > th:last-child,
.bt3-panel > .bt3-table-bordered > thead > tr > td:last-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > thead > tr > td:last-child,
.bt3-panel > .bt3-table-bordered > tbody > tr > td:last-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tbody > tr > td:last-child,
.bt3-panel > .bt3-table-bordered > tfoot > tr > td:last-child,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tfoot > tr > td:last-child{
  border-right:0;
}
.bt3-panel > .bt3-table-bordered > thead > tr:first-child > td,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > thead > tr:first-child > td,
.bt3-panel > .bt3-table-bordered > tbody > tr:first-child > td,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tbody > tr:first-child > td,
.bt3-panel > .bt3-table-bordered > thead > tr:first-child > th,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > thead > tr:first-child > th,
.bt3-panel > .bt3-table-bordered > tbody > tr:first-child > th,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tbody > tr:first-child > th{
  border-bottom:0;
}
.bt3-panel > .bt3-table-bordered > tbody > tr:last-child > td,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tbody > tr:last-child > td,
.bt3-panel > .bt3-table-bordered > tfoot > tr:last-child > td,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tfoot > tr:last-child > td,
.bt3-panel > .bt3-table-bordered > tbody > tr:last-child > th,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tbody > tr:last-child > th,
.bt3-panel > .bt3-table-bordered > tfoot > tr:last-child > th,
.bt3-panel > .bt3-table-responsive > .bt3-table-bordered > tfoot > tr:last-child > th{
  border-bottom:0;
}
.bt3-panel > .bt3-table-responsive{
  border:0;
  margin-bottom:0;
}
.bt3-panel-group{
  margin-bottom:20px;
}
.bt3-panel-group .bt3-panel{
  margin-bottom:0;
  border-radius:4px;
  overflow:hidden;
}
.bt3-panel-group .bt3-panel + .bt3-panel{
  margin-top:5px;
}
.bt3-panel-group .bt3-panel-heading{
  border-bottom:0;
}
.bt3-panel-group .bt3-panel-heading + .bt3-panel-collapse .bt3-panel-body{
  border-top:1px solid #ddd;
}
.bt3-panel-group .bt3-panel-footer{
  border-top:0;
}
.bt3-panel-group .bt3-panel-footer + .bt3-panel-collapse .bt3-panel-body{
  border-bottom:1px solid #ddd;
}
.bt3-panel-default{
  border-color:#ddd;
}
.bt3-panel-default > .bt3-panel-heading{
  color:#333;
  background-color:#f5f5f5;
  border-color:#ddd;
}
.bt3-panel-default > .bt3-panel-heading + .bt3-panel-collapse .bt3-panel-body{
  border-top-color:#ddd;
}
.bt3-panel-default > .bt3-panel-footer + .bt3-panel-collapse .bt3-panel-body{
  border-bottom-color:#ddd;
}
.bt3-panel-primary{
  border-color:#428bca;
}
.bt3-panel-primary > .bt3-panel-heading{
  color:#fff;
  background-color:#428bca;
  border-color:#428bca;
}
.bt3-panel-primary > .bt3-panel-heading + .bt3-panel-collapse .bt3-panel-body{
  border-top-color:#428bca;
}
.bt3-panel-primary > .bt3-panel-footer + .bt3-panel-collapse .bt3-panel-body{
  border-bottom-color:#428bca;
}
.bt3-panel-success{
  border-color:#d7eac8;
}
.bt3-panel-success > .bt3-panel-heading{
  color:#3c763d;
  background-color:#dff0d8;
  border-color:#d7eac8;
}
.bt3-panel-success > .bt3-panel-heading + .bt3-panel-collapse .bt3-panel-body{
  border-top-color:#d7eac8;
}
.bt3-panel-success > .bt3-panel-footer + .bt3-panel-collapse .bt3-panel-body{
  border-bottom-color:#d7eac8;
}
.bt3-panel-info{
  border-color:#bee9f1;
}
.bt3-panel-info > .bt3-panel-heading{
  color:#31708f;
  background-color:#d9edf7;
  border-color:#bee9f1;
}
.bt3-panel-info > .bt3-panel-heading + .bt3-panel-collapse .bt3-panel-body{
  border-top-color:#bee9f1;
}
.bt3-panel-info > .bt3-panel-footer + .bt3-panel-collapse .bt3-panel-body{
  border-bottom-color:#bee9f1;
}
.bt3-panel-warning{
  border-color:#faeccd;
}
.bt3-panel-warning > .bt3-panel-heading{
  color:#8a6d3b;
  background-color:#fcf8e3;
  border-color:#faeccd;
}
.bt3-panel-warning > .bt3-panel-heading + .bt3-panel-collapse .bt3-panel-body{
  border-top-color:#faeccd;
}
.bt3-panel-warning > .bt3-panel-footer + .bt3-panel-collapse .bt3-panel-body{
  border-bottom-color:#faeccd;
}
.bt3-panel-danger{
  border-color:#ebcdd2;
}
.bt3-panel-danger > .bt3-panel-heading{
  color:#a94442;
  background-color:#f2dede;
  border-color:#ebcdd2;
}
.bt3-panel-danger > .bt3-panel-heading + .bt3-panel-collapse .bt3-panel-body{
  border-top-color:#ebcdd2;
}
.bt3-panel-danger > .bt3-panel-footer + .bt3-panel-collapse .bt3-panel-body{
  border-bottom-color:#ebcdd2;
}
.bt3-well{
  min-height:20px;
  padding:19px;
  margin-bottom:20px;
  background-color:#f5f5f5;
  border:1px solid #e4e4e4;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
}
.bt3-well blockquote{
  border-color:#ddd;
  border-color:rgba(0,0,0,0.15);
}
.bt3-well-lg{
  padding:24px;
  border-radius:6px;
}
.bt3-well-sm{
  padding:9px;
  border-radius:3px;
}
.bt3-close{
  float:right;
  font-size:21px;
  font-weight:bold;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  opacity:0.2;
  filter:alpha(opacity=20);
}
.bt3-close:hover,
.bt3-close:focus{
  color:#000;
  text-decoration:none;
  cursor:pointer;
  opacity:0.5;
  filter:alpha(opacity=50);
}
button.bt3-close{
  padding:0;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
}
.bt3-modal-open{
  overflow:hidden;
}
.bt3-modal{
  display:none;
  overflow:auto;
  overflow-y:scroll;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1050;
  -webkit-overflow-scrolling:touch;
  outline:0;
}
.bt3-modal.bt3-fade .bt3-modal-dialog{
  -webkit-transform:translate(0, -25%);
  -moz-transform:translate(0, -25%);
  -o-transform:translate(0, -25%);
  -ms-transform:translate(0, -25%);
  transform:translate(0, -25%);
  -webkit-transition:-webkit-transform 0.3s ease-out;
  -moz-transition:-moz-transform 0.3s ease-out;
  -o-transition:-o-transform 0.3s ease-out;
  transition:transform 0.3s ease-out;
}
.bt3-modal.bt3-in .bt3-modal-dialog{
  -webkit-transform:translate(0, 0);
  -moz-transform:translate(0, 0);
  -o-transform:translate(0, 0);
  -ms-transform:translate(0, 0);
  transform:translate(0, 0);
}
.bt3-modal-dialog{
  position:relative;
  width:auto;
  margin:10px;
}
.bt3-modal-content{
  position:relative;
  background-color:#fff;
  border:1px solid #999;
  border:1px solid rgba(0,0,0,0.2);
  border-radius:6px;
  -webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);
  box-shadow:0 3px 9px rgba(0,0,0,0.5);
  -webkit-background-clip:padding;
  -moz-background-clip:padding;
  background-clip:padding-box;
  outline:none;
}
.bt3-modal-backdrop{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000;
}
.bt3-modal-backdrop.bt3-fade{
  opacity:0;
  filter:alpha(opacity=0);
}
.bt3-modal-backdrop.bt3-in{
  opacity:0.5;
  filter:alpha(opacity=50);
}
.bt3-modal-header{
  padding:15px;
  border-bottom:1px solid #e5e5e5;
  min-height:16.428571429px;
}
.bt3-modal-header .bt3-close{
  margin-top:-2px;
}
.bt3-modal-title{
  margin:0;
  line-height:1.428571429;
}
.bt3-modal-body{
  position:relative;
  padding:20px;
}
.bt3-modal-footer{
  margin-top:15px;
  padding:19px 20px 20px;
  text-align:right;
  border-top:1px solid #e5e5e5;
}
.bt3-modal-footer .bt3-btn + .bt3-btn{
  margin-left:5px;
  margin-bottom:0;
}
.bt3-modal-footer .bt3-btn-group .bt3-btn + .bt3-btn{
  margin-left:-1px;
}
.bt3-modal-footer .bt3-btn-block + .bt3-btn-block{
  margin-left:0;
}
@media (min-width: 768px){
  .bt3-modal-dialog{
    width:600px;
    margin:30px auto;
  }
  .bt3-modal-content{
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);
    box-shadow:0 5px 15px rgba(0,0,0,0.5);
  }
  .bt3-modal-sm{
    width:300px;
  }
}
@media (min-width: 992px){
  .bt3-modal-lg{
    width:900px;
  }
}
.bt3-tooltip{
  position:absolute;
  z-index:1030;
  display:block;
  visibility:visible;
  font-size:12px;
  line-height:1.4;
  opacity:0;
  filter:alpha(opacity=0);
}
.bt3-tooltip.bt3-in{
  opacity:0.9;
  filter:alpha(opacity=90);
}
.bt3-tooltip.bt3-top{
  margin-top:-3px;
  padding:5px 0;
}
.bt3-tooltip.bt3-right{
  margin-left:3px;
  padding:0 5px;
}
.bt3-tooltip.bt3-bottom{
  margin-top:3px;
  padding:5px 0;
}
.bt3-tooltip.bt3-left{
  margin-left:-3px;
  padding:0 5px;
}
.bt3-tooltip-inner{
  max-width:200px;
  padding:3px 8px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  background-color:#000;
  border-radius:4px;
}
.bt3-tooltip-arrow{
  position:absolute;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.bt3-tooltip.bt3-top .bt3-tooltip-arrow{
  bottom:0;
  left:50%;
  margin-left:-5px;
  border-width:5px 5px 0;
  border-top-color:#000;
}
.bt3-tooltip.bt3-top-left .bt3-tooltip-arrow{
  bottom:0;
  left:5px;
  border-width:5px 5px 0;
  border-top-color:#000;
}
.bt3-tooltip.bt3-top-right .bt3-tooltip-arrow{
  bottom:0;
  right:5px;
  border-width:5px 5px 0;
  border-top-color:#000;
}
.bt3-tooltip.bt3-right .bt3-tooltip-arrow{
  top:50%;
  left:0;
  margin-top:-5px;
  border-width:5px 5px 5px 0;
  border-right-color:#000;
}
.bt3-tooltip.bt3-left .bt3-tooltip-arrow{
  top:50%;
  right:0;
  margin-top:-5px;
  border-width:5px 0 5px 5px;
  border-left-color:#000;
}
.bt3-tooltip.bt3-bottom .bt3-tooltip-arrow{
  top:0;
  left:50%;
  margin-left:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000;
}
.bt3-tooltip.bt3-bottom-left .bt3-tooltip-arrow{
  top:0;
  left:5px;
  border-width:0 5px 5px;
  border-bottom-color:#000;
}
.bt3-tooltip.bt3-bottom-right .bt3-tooltip-arrow{
  top:0;
  right:5px;
  border-width:0 5px 5px;
  border-bottom-color:#000;
}
.bt3-popover{
  position:absolute;
  top:0;
  left:0;
  z-index:1010;
  display:none;
  max-width:276px;
  padding:1px;
  text-align:left;
  background-color:#fff;
  -webkit-background-clip:padding;
  -moz-background-clip:padding;
  background-clip:padding-box;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  border-radius:6px;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
  white-space:normal;
}
.bt3-popover.bt3-top{
  margin-top:-10px;
}
.bt3-popover.bt3-right{
  margin-left:10px;
}
.bt3-popover.bt3-bottom{
  margin-top:10px;
}
.bt3-popover.bt3-left{
  margin-left:-10px;
}
.bt3-popover-title{
  margin:0;
  padding:8px 14px;
  font-size:14px;
  font-weight:normal;
  line-height:18px;
  background-color:#f7f7f7;
  border-bottom:1px solid #ebebeb;
  border-radius:5px 5px 0 0;
}
.bt3-popover-content{
  padding:9px 14px;
}
.bt3-popover > .bt3-arrow,
.bt3-popover > .bt3-arrow:after{
  position:absolute;
  display:block;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.bt3-popover > .bt3-arrow{
  border-width:11px;
}
.bt3-popover > .bt3-arrow:after{
  border-width:10px;
  content:"";
}
.bt3-popover.bt3-top > .bt3-arrow{
  left:50%;
  margin-left:-11px;
  border-bottom-width:0;
  border-top-color:#a3a3a3;
  border-top-color:rgba(0,0,0,0.25);
  bottom:-11px;
}
.bt3-popover.bt3-top > .bt3-arrow:after{
  content:" ";
  bottom:1px;
  margin-left:-10px;
  border-bottom-width:0;
  border-top-color:#fff;
}
.bt3-popover.bt3-right > .bt3-arrow{
  top:50%;
  left:-11px;
  margin-top:-11px;
  border-left-width:0;
  border-right-color:#a3a3a3;
  border-right-color:rgba(0,0,0,0.25);
}
.bt3-popover.bt3-right > .bt3-arrow:after{
  content:" ";
  left:1px;
  bottom:-10px;
  border-left-width:0;
  border-right-color:#fff;
}
.bt3-popover.bt3-bottom > .bt3-arrow{
  left:50%;
  margin-left:-11px;
  border-top-width:0;
  border-bottom-color:#a3a3a3;
  border-bottom-color:rgba(0,0,0,0.25);
  top:-11px;
}
.bt3-popover.bt3-bottom > .bt3-arrow:after{
  content:" ";
  top:1px;
  margin-left:-10px;
  border-top-width:0;
  border-bottom-color:#fff;
}
.bt3-popover.bt3-left > .bt3-arrow{
  top:50%;
  right:-11px;
  margin-top:-11px;
  border-right-width:0;
  border-left-color:#a3a3a3;
  border-left-color:rgba(0,0,0,0.25);
}
.bt3-popover.bt3-left > .bt3-arrow:after{
  content:" ";
  right:1px;
  border-right-width:0;
  border-left-color:#fff;
  bottom:-10px;
}
.bt3-carousel{
  position:relative;
}
.bt3-carousel-inner{
  position:relative;
  overflow:hidden;
  width:100%;
}
.bt3-carousel-inner > .bt3-item{
  display:none;
  position:relative;
  -webkit-transition:0.6s ease-in-out left;
  transition:0.6s ease-in-out left;
}
.bt3-carousel-inner > .bt3-item > img,
.bt3-carousel-inner > .bt3-item > a > img{
  line-height:1;
}
.bt3-carousel-inner > .bt3-active,
.bt3-carousel-inner > .bt3-next,
.bt3-carousel-inner > .bt3-prev{
  display:block;
}
.bt3-carousel-inner > .bt3-active{
  left:0;
}
.bt3-carousel-inner > .bt3-next,
.bt3-carousel-inner > .bt3-prev{
  position:absolute;
  top:0;
  width:100%;
}
.bt3-carousel-inner > .bt3-next{
  left:100%;
}
.bt3-carousel-inner > .bt3-prev{
  left:-100%;
}
.bt3-carousel-inner > .bt3-next.bt3-left,
.bt3-carousel-inner > .bt3-prev.bt3-right{
  left:0;
}
.bt3-carousel-inner > .bt3-active.bt3-left{
  left:-100%;
}
.bt3-carousel-inner > .bt3-active.bt3-right{
  left:100%;
}
.bt3-carousel-control{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:15%;
  opacity:0.5;
  filter:alpha(opacity=50);
  font-size:20px;
  color:#fff;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.bt3-carousel-control.bt3-left{
  background-image:-webkit--webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0) 100%));
  background-image:-webkit--moz-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0) 100%));
  background-image:-webkit--o-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0) 100%));
  background-image:-webkit--ms-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0) 100%));
  background-image:-webkit-linear-gradient(to right, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0) 100%));
  background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image:-moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image:-ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.bt3-carousel-control.bt3-right{
  left:auto;
  right:0;
  background-image:-webkit--webkit-linear-gradient(left, color-stop(rgba(0,0,0,0) 0%), color-stop(rgba(0,0,0,0.5) 100%));
  background-image:-webkit--moz-linear-gradient(left, color-stop(rgba(0,0,0,0) 0%), color-stop(rgba(0,0,0,0.5) 100%));
  background-image:-webkit--o-linear-gradient(left, color-stop(rgba(0,0,0,0) 0%), color-stop(rgba(0,0,0,0.5) 100%));
  background-image:-webkit--ms-linear-gradient(left, color-stop(rgba(0,0,0,0) 0%), color-stop(rgba(0,0,0,0.5) 100%));
  background-image:-webkit-linear-gradient(to right, color-stop(rgba(0,0,0,0) 0%), color-stop(rgba(0,0,0,0.5) 100%));
  background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image:-o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bt3-carousel-control:hover,
.bt3-carousel-control:focus{
  outline:none;
  color:#fff;
  text-decoration:none;
  opacity:0.9;
  filter:alpha(opacity=90);
}
.bt3-carousel-control .bt3-icon-prev,
.bt3-carousel-control .bt3-icon-next,
.bt3-carousel-control .bt3-glyphicon-chevron-left,
.bt3-carousel-control .bt3-glyphicon-chevron-right{
  position:absolute;
  top:50%;
  z-index:5;
  display:inline-block;
}
.bt3-carousel-control .bt3-icon-prev,
.bt3-carousel-control .bt3-glyphicon-chevron-left{
  left:50%;
}
.bt3-carousel-control .bt3-icon-next,
.bt3-carousel-control .bt3-glyphicon-chevron-right{
  right:50%;
}
.bt3-carousel-control .bt3-icon-prev,
.bt3-carousel-control .bt3-icon-next{
  width:20px;
  height:20px;
  margin-top:-10px;
  margin-left:-10px;
  font-family:serif;
}
.bt3-carousel-control .bt3-icon-prev:before{
  content:'\2039';
}
.bt3-carousel-control .bt3-icon-next:before{
  content:'\203A';
}
.bt3-carousel-indicators{
  position:absolute;
  bottom:10px;
  left:50%;
  z-index:15;
  width:60%;
  margin-left:-30%;
  padding-left:0;
  list-style:none;
  text-align:center;
}
.bt3-carousel-indicators li{
  display:inline-block;
  width:10px;
  height:10px;
  margin:1px;
  text-indent:-999px;
  border:1px solid #fff;
  border-radius:10px;
  cursor:pointer;
  background-color:#000 9;
  background-color:rgba(0,0,0,0);
}
.bt3-carousel-indicators .bt3-active{
  margin:0;
  width:12px;
  height:12px;
  background-color:#fff;
}
.bt3-carousel-caption{
  position:absolute;
  left:15%;
  right:15%;
  bottom:20px;
  z-index:10;
  padding-top:20px;
  padding-bottom:20px;
  color:#fff;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.bt3-carousel-caption .bt3-btn{
  text-shadow:none;
}
@media screen and (min-width: 768px){
  .bt3-carousel-control .bt3-glyphicon-chevron-left,
  .bt3-carousel-control .bt3-glyphicon-chevron-right,
  .bt3-carousel-control .bt3-icon-prev,
  .bt3-carousel-control .bt3-icon-next{
    width:30px;
    height:30px;
    margin-top:-15px;
    margin-left:-15px;
    font-size:30px;
  }
  .bt3-carousel-caption{
    left:20%;
    right:20%;
    padding-bottom:30px;
  }
  .bt3-carousel-indicators{
    bottom:20px;
  }
}
.bt3-center-block{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.bt3-pull-right{
  float:right !important;
}
.bt3-pull-left{
  float:left !important;
}
.bt3-hide{
  display:none !important;
}
.bt3-show{
  display:block !important;
}
.bt3-invisible{
  visibility:hidden;
}
.bt3-text-hide{
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
}
.bt3-hidden{
  display:none !important;
  visibility:hidden !important;
}
.bt3-affix{
  position:fixed;
}
.bt3-visible-xs,
.bt3-visible-sm,
.bt3-visible-md,
.bt3-visible-lg{
  display:none !important;
}
@media (max-width: 767px){
  .bt3-visible-xs{
    display:block !important;
  }
  table.bt3-visible-xs{
    display:table;
  }
  tr.bt3-visible-xs{
    display:table-row !important;
  }
  th.bt3-visible-xs,
  td.bt3-visible-xs{
    display:table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .bt3-visible-sm{
    display:block !important;
  }
  table.bt3-visible-sm{
    display:table;
  }
  tr.bt3-visible-sm{
    display:table-row !important;
  }
  th.bt3-visible-sm,
  td.bt3-visible-sm{
    display:table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .bt3-visible-md{
    display:block !important;
  }
  table.bt3-visible-md{
    display:table;
  }
  tr.bt3-visible-md{
    display:table-row !important;
  }
  th.bt3-visible-md,
  td.bt3-visible-md{
    display:table-cell !important;
  }
}
@media (min-width: 1200px){
  .bt3-visible-lg{
    display:block !important;
  }
  table.bt3-visible-lg{
    display:table;
  }
  tr.bt3-visible-lg{
    display:table-row !important;
  }
  th.bt3-visible-lg,
  td.bt3-visible-lg{
    display:table-cell !important;
  }
}
@media (max-width: 767px){
  .bt3-hidden-xs{
    display:none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .bt3-hidden-sm{
    display:none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .bt3-hidden-md{
    display:none !important;
  }
}
@media (min-width: 1200px){
  .bt3-hidden-lg{
    display:none !important;
  }
}
.bt3-visible-print{
  display:none !important;
}
@media print{
  .bt3-visible-print{
    display:block !important;
  }
  table.bt3-visible-print{
    display:table;
  }
  tr.bt3-visible-print{
    display:table-row !important;
  }
  th.bt3-visible-print,
  td.bt3-visible-print{
    display:table-cell !important;
  }
}
@media print{
  .bt3-hidden-print{
    display:none !important;
  }
}
.c-truncate{
  overflow:hidden;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.c-bold{
  font-weight:bold;
}
.c-uppercase{
  text-transform:uppercase;
}
.c-phoenix-template-header{
  margin-bottom:0 !important;
  max-width:960px;
}
.c-phoenix-template-header.c-focus-on-signup .c-phoenix-template-header-nav li:not(.c-focus-on-signup-show){
  display:none;
}
.c-phoenix-template-header.c-focus-on-search .c-phoenix-template-header-nav li:not(.c-focus-on-search-show){
  display:none;
}
.c-phoenix-template-header:not(.c-focus-on-search) .c-phoenix-template-header-nav li.c-focus-on-search-default-hide{
  display:none;
}
.c-phoenix-template-header .c-phoenix-template-small-logo{
  display:inline-block;
  width:108px;
  height:50px;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTA4cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDEwOCAxNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTA4IDE3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM3MTcxNzIiIGQ9Ik01NC4yODEsNS43NzNjMC4wNjYtMS4yNjksMC41MjEtMi4zMDYsMS4yMzItMy4xMTVWMS41OGgtMC45NDVjLTEuOTEsMC0zLjUyNywwLjczMi00LjQ2NywyLjM4NmgtMC4wNTUNCglWMS43NjJoLTQuODk5djEzLjQ0MWg0LjlWOS43NzdjMC0yLjMwMywwLjY3NC00LjA1OSwzLjM5My00LjA1OUM1My43MzYsNS43Miw1NC4wMTMsNS43MzcsNTQuMjgxLDUuNzczeiIvPg0KPHBhdGggZmlsbD0iIzcxNzE3MiIgZD0iTTkxLjM4LDUuNzI0YzAuNDA3LTEuMTg4LDEuMDY3LTIuMjQ2LDEuOTI1LTMuMDk1di0xLjA1aC0wLjk0M2MtMS45MTEsMC0zLjUyNiwwLjczMi00LjQ3MSwyLjM4NWgtMC4wNTMNCglWMS43NjJoLTQuOTAydjEzLjQ0MWg0LjkwMlY5Ljc3N2MwLTIuMzAzLDAuNjc2LTQuMDU5LDMuMzk1LTQuMDU5TDkxLjM4LDUuNzI0eiIvPg0KPHBhdGggZmlsbD0iIzcxNzE3MiIgZD0iTTY0LjIzMiw1LjIyYy0wLjc1Ni0wLjM5My0xLjgwOC0wLjY1NS0yLjY0NS0wLjY1NWMtMC41NjIsMC0xLjUzMywwLjIzNC0xLjUzMywwLjkxNw0KCWMwLDAuOTE4LDEuNTMzLDEuMDQ4LDIuMjExLDEuMTgyYzIuMjg0LDAuNDQ0LDQuMDEyLDEuNDkzLDQuMDEyLDMuOTc5YzAsMy41MzYtMy4zMTMsNS4wMDgtNi41Miw1LjAwOA0KCWMtMS45NjcsMC0zLjkwMi0wLjU1MS01LjU3NC0xLjU0N2wxLjc3Ny0zLjMzYzAuOTk1LDAuNjg0LDIuNjY1LDEuMzYzLDMuODc3LDEuMzYzYzAuNjIsMCwxLjUzNS0wLjI4NywxLjUzNS0xLjAyMQ0KCWMwLTEuMDQ4LTEuNTM1LTEuMTAzLTMuMDcyLTEuNDk1Yy0xLjUzMy0wLjM5My0zLjA2Ni0xLjEyNS0zLjA2Ni0zLjUzNmMwLTMuMzAyLDMuMDY2LTQuNzY3LDYuMDg4LTQuNzY3DQoJYzEuNTYyLDAsMy4xMjUsMC4yMzUsNC41NDksMC44NjRMNjQuMjMyLDUuMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjNzE3MTcyIiBkPSJNMTA4LDE1LjIwM2gtNC45di0xLjQ5NWgtMC4wNTRjLTAuODYyLDEuMzM2LTIuNTYyLDEuOTM4LTQuMTc1LDEuOTM4Yy00LjA5NiwwLTYuOTc1LTMuMzI4LTYuOTc1LTcuMTgNCgljMC0zLjg0OCwyLjgyOC03LjE1MSw2LjkyLTcuMTUxYzEuNTg4LDAsMy4yNiwwLjU3Niw0LjI4MywxLjc1NFYxLjc2Mmg0Ljg5OUwxMDgsMTUuMjAzTDEwOCwxNS4yMDN6IE05Ni45NTksOC40OTUNCgljMCwxLjcwMiwxLjE2LDMuMDEyLDMuMTUsMy4wMTJjMS45OTIsMCwzLjE0Ny0xLjMwOCwzLjE0Ny0zLjAxMmMwLTEuNjUxLTEuMTU1LTMuMDM5LTMuMTQ3LTMuMDM5DQoJQzk4LjExOSw1LjQ1Nyw5Ni45NTksNi44NDQsOTYuOTU5LDguNDk1eiIvPg0KPHBhdGggZmlsbD0iIzcxNzE3MiIgZD0iTTgyLjE2Myw5LjI4M0g3MS44NDZjMCwxLjkzNywxLjA1MywyLjk4NCwzLjA3MiwyLjk4NGMxLjA1LDAsMS44MDMtMC4zMzksMi4zNDMtMS4yMzFoNC43MTQNCgljLTAuNzgxLDMuMTcxLTMuODc5LDQuNjEyLTcuMDI5LDQuNjEyYy00LjU3NSwwLTcuOTk1LTIuNTE3LTcuOTk1LTcuMTUyYzAtNC40OCwzLjE0Ny03LjE3OCw3LjY0NC03LjE3OA0KCWM0Ljc5MywwLDcuNTcsMi44ODMsNy41Nyw3LjQ2Nkw4Mi4xNjMsOS4yODNMODIuMTYzLDkuMjgzeiBNNzcuNjExLDYuNTNjLTAuMjQzLTEuMjg0LTEuNDU1LTIuMTIyLTIuNzczLTIuMTIyDQoJYy0xLjQyOSwwLTIuNjA5LDAuNzMxLTIuOTEsMi4xMjJINzcuNjExeiIvPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiM3MTcxNzIiIGQ9Ik0yOS41NjEsOC4yNjFjLTAuMDA1LTAuMTE2LTAuMDEzLTAuMjI5LTAuMDIyLTAuMzQ0YzAsMCwwLTAuMDAxLDAtMC4wMDJjMCwwLDAtMC4wMDEsMC0wLjAwMg0KCQkJYy0wLjExLTEuMjQ3LTAuNTIyLTIuNDE0LTEuMjIxLTMuNDY4Yy0wLjMxMi0wLjQ3LTAuNjY5LTAuODk3LTEuMDY4LTEuMjhjLTAuNTgzLTAuNTYxLTEuMjU4LTEuMDI1LTIuMDE5LTEuMzkyDQoJCQljLTEuMTQ1LTAuNTQ3LTIuNDEtMC44MjMtMy43Ni0wLjgyM2MtMC4xMzIsMC0wLjI3LDAuMDAyLTAuNDA5LDAuMDA3QzIwLjExNCwxLDE5LjE5NywxLjE4LDE4LjMzNSwxLjQ5Nw0KCQkJYy0wLjg2OSwwLjMxNC0xLjYyNiwwLjcyOS0yLjI0NSwxLjIyN2MtMC4xMjYsMC4xLTAuMjYzLDAuMjIzLTAuNDEsMC4zNThsLTAuMTA2LDAuMTA0TDE1LjQyOSwzLjM0aDAuMDAxaDAuMDAxbC0wLjA2OCwwLjA2Nw0KCQkJTDE1LjMzLDMuNDQzbC0wLjE3MywwLjE4MmMtMC4xMjgsMC4xNDQtMC4yNSwwLjI4OC0wLjM2NCwwLjQyOWwtMC4wMDEtMC4wMDJsLTAuMDA0LTAuMDA0Yy0wLjIzNywwLjI4OC0wLjQ1NiwwLjU4Ni0wLjYxNywwLjg1NA0KCQkJYy0wLjEwOSwwLjE3Mi0wLjIxNiwwLjM0OS0wLjMxOCwwLjUyNkwxMi40NCw4LjI4NWwwLjAwMiwwLjAwMmwtMC4wNzQsMC4xNDVsLTAuMTU2LDAuMzE2Yy0wLjMxLDAuNjI3LTAuNjQyLDEuMjUyLTEuMDEzLDEuNzY4DQoJCQljLTAuODI3LDAuOTA3LTEuNzYyLDEuMzUxLTIuOTY0LDEuMzUxYy0wLjA4NCwwLTAuMTctMC4wMDQtMC4yNTgtMC4wMDljLTAuNzI0LTAuMDI5LTEuMzQ1LTAuMi0xLjg5Ni0wLjUyNg0KCQkJYy0wLjA1OS0wLjAzNS0wLjExNi0wLjA3MS0wLjE3MS0wLjEwOGMtMC40NS0wLjI5OS0wLjc5NS0wLjY4My0xLjA1My0xLjE2MmMtMC4yOTEtMC41NDMtMC40Mi0xLjA5OC0wLjQwMi0xLjY4Ng0KCQkJQzQuNDU2LDguMzYsNC40NTcsOC4zNDYsNC40NTcsOC4zMzNDNC40OTYsNy4zOTcsNC44NTMsNi42NjksNS41NzIsNi4wNEM1Ljc0Nyw1Ljg4OSw1LjkzLDUuNzYxLDYuMTIxLDUuNjQ3DQoJCQljMC4wMjctMC4wMTYsMC4wNTQtMC4wMzEsMC4wODEtMC4wNDVjMC41MzQtMC4yOTEsMS4xNDItMC40MzYsMS44MzktMC40MzZsMC4yMTcsMC4wMDZDOS4zNjUsNS4yMTQsMTAuMjE5LDUuNTYsMTAuOSw2LjIzNQ0KCQkJTDEzLjAzNiwyLjRjLTAuNTExLTAuMzQyLTEuMDg4LTAuNjM2LTEuNzI0LTAuODc1Yy0wLjAyNC0wLjAwOS0wLjA0OS0wLjAxOS0wLjA3NC0wLjAyN2MtMC4wNzYtMC4wMjctMC4xNTEtMC4wNTUtMC4yMjktMC4wOA0KCQkJQzEwLjMzMywxLjE5Miw5LjYyNCwxLjA1Myw4Ljg5NCwwLjk5bDAsMEM4Ljg3NiwwLjk4Nyw4Ljg1NiwwLjk4NSw4LjgzOCwwLjk4M0M4LjcyNiwwLjk3Niw4LjYxMiwwLjk2Miw4LjUsMC45NTcNCgkJCUM4LjM3OCwwLjk1Miw4LjI1NSwwLjk1LDguMTM1LDAuOTQ5SDguMDY2Yy0xLjM0MywwLjAwNS0yLjU5MSwwLjI4LTMuNzMyLDAuODI1QzMuMDU2LDIuMzksMi4wMiwzLjI4NywxLjI1Miw0LjQ0Mw0KCQkJQzAuNDg2LDUuNTk5LDAuMDY4LDYuODgyLDAuMDA4LDguMjU5QzAuMDAzLDguMzc3LDAsOC40OTQsMCw4LjYwOWMtMC4wMDEsMS45MjYsMC43MDEsMy42MiwyLjA5Nyw1LjA0Mg0KCQkJYzEuNDU3LDEuNDkyLDMuMzUyLDIuMjk2LDUuNjI3LDIuMzkxYzAuMTQ2LDAuMDA2LDAuMjksMC4wMSwwLjQzNCwwLjAxYzEuMjg3LDAsMi40NzgtMC4yMjksMy41NDYtMC42ODcNCgkJCWMwLjI2Ny0wLjExNCwwLjUyNi0wLjI0OCwwLjc5MS0wLjM5N2MwLjE0NC0wLjA4MywwLjI4LTAuMTcxLDAuNDE1LTAuMjY1bDAuMS0wLjA2N2wwLjE2OC0wLjExNQ0KCQkJYzAuMjAyLTAuMTQ1LDAuMzkxLTAuMzAyLDAuNTc1LTAuNDY5bDAuMDY0LTAuMDYxYzAuMTA4LTAuMTAzLDAuMjE2LTAuMjA3LDAuMzE4LTAuMzE0bDAuMzgzLTAuNDMzbDAuMTQ2LTAuMTgzbDAuMDY4LTAuMQ0KCQkJbDAuMDY4LTAuMDk4YzAuNTY5LTAuOTU2LDIuNDIxLTQuNDM1LDIuNDIxLTQuNDM1VjguNDIxbDAuMTEtMC4yMTJsMC4wOTItMC4xNjZjMC4yNzMtMC40OTcsMC40Ny0wLjg1LDAuNzMxLTEuMjIxbDAuMDA3LTAuMDExDQoJCQljMC42MDktMC44ODMsMS42NTYtMS41MTIsMi44OS0xLjYxOGMyLjA3LTAuMTc4LDMuODg0LDEuMTgyLDQuMDUxLDMuMDM4YzAuMTY2LDEuODU2LTEuMzc4LDMuNTA1LTMuNDQ4LDMuNjg0DQoJCQljLTAuNDMxLDAuMDM3LTAuODUsMC4wMDgtMS4yNDUtMC4wNzlsLTAuMDEsMC4wMDRjLTEuNTE5LTAuMzE2LTIuNDg2LTEuNDI0LTIuOTYzLTEuOTE5bC0xLjk5MiwzLjY2Mw0KCQkJYzAsMCwwLjYxOSwwLjYyNCwxLjA0MywwLjkzNmMwLjQyNSwwLjMxMSwwLjk3NCwwLjYxNywxLjQxMiwwLjgwN2MxLjA2MywwLjQ1NCwyLjIxOSwwLjcyNiwzLjQ5NiwwLjcyNg0KCQkJYzAuMTQ4LDAsMC4xMTgsMCwwLjI3Mi0wLjAwNmMyLjI3My0wLjA5NSw0LjI5OS0wLjk2Niw1Ljc2LTIuNDU4YzEuMzg0LTEuNDE3LDIuMTM1LTMuMDM1LDIuMTQyLTQuOTVWOC41ODINCgkJCUMyOS41NjgsOC40NzYsMjkuNTY1LDguMzY5LDI5LjU2MSw4LjI2MXoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjNzE3MTcyIiBkPSJNMzcuMTgxLDE1LjY1N2MtMS4wMzMsMC0xLjk3LTAuMTItMi44MTEtMC4zNmMtMC44NDEtMC4yNC0xLjU1OS0wLjYxOS0yLjE1NC0xLjEzOQ0KCQljLTAuNTk3LTAuNTItMS4wNTctMS4xODItMS4zODEtMS45ODVzLTAuNDg2LTEuNzcxLTAuNDg2LTIuODk5VjEuNzU5aDQuNzI3djcuNDU1YzAsMC44NDUsMC4yMDIsMS40NTcsMC42MDUsMS44MzkNCgkJYzAuNDA0LDAuMzgzLDAuOTE3LDAuNTc0LDEuNTM5LDAuNTc0YzAuNjM2LDAsMS4xNTItMC4xNzgsMS41NS0wLjUzNWMwLjM5Ni0wLjM1NywwLjU5Ni0wLjk0OSwwLjU5Ni0xLjc4MVYxLjc1OWg0LjcyN3Y3LjQxNg0KCQljMCwxLjE2OC0wLjE2NiwyLjE2MS0wLjQ5NywyLjk3OGMtMC4zMzEsMC44MTgtMC43OTgsMS40ODYtMS4zOTksMi4wMDZjLTAuNjA0LDAuNTItMS4zMzEsMC44OTgtMi4xODYsMS4xMzkNCgkJQzM5LjE1NiwxNS41MzcsMzguMjEzLDE1LjY1NywzNy4xODEsMTUuNjU3eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.c-phoenix-template-header .c-phoenix-template-header-nav > li > a{
  cursor:pointer;
  color:#717171;
  text-decoration:none;
}
.c-phoenix-template-header .c-phoenix-template-header-nav > li > a:hover,
.c-phoenix-template-header .c-phoenix-template-header-nav > li > a:focus{
  color:#4d8ce9;
  background-color:transparent;
}
.c-phoenix-template-header .c-banner-search{
  padding-top:9px;
}
@media (max-width: 991px){
  .c-phoenix-template-header .c-banner-search{
    display:none;
  }
}
.c-phoenix-template-header .c-banner-search .c-banner-search-input-container .c-banner-search-input{
  -webkit-box-shadow:none;
  box-shadow:none;
  border:1px solid #ccc;
  font-size:14px;
  height:35px;
  max-width:340px;
}
.c-phoenix-template-header .c-banner-search .c-banner-search-input-container .c-banner-search-button{
  top:1px;
  height:33px;
  border-left:1px solid #ccc;
}
.c-phoenix-template-header .c-banner-search .c-banner-search-input-container .c-banner-search-button:hover{
  background-color:rgba(100,100,100,0.1);
}
@media (max-width: 767px){
  .c-phoenix-template-header .c-phoenix-template-header-menu.popup-open{
    outline:0 !important;
    position:static !important;
    float:none !important;
    width:auto !important;
    background-color:transparent !important;
    border:0 !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
  }
}
@media (min-width: 768px){
  .c-phoenix-template-header .c-phoenix-template-header-collapse-container{
    display:block;
  }
}
.c-phoenix-template-header .c-phoenix-template-header-navbar{
  margin-left:0;
  margin-right:0;
}
.c-phoenix-template-header .c-phoenix-template-header-navbar .c-phoenix-template-header-navbar-toggle{
  border-color:#ddd;
  margin-right:0;
}
.c-phoenix-template-header .c-phoenix-template-header-navbar .c-phoenix-template-header-navbar-toggle:hover,
.c-phoenix-template-header .c-phoenix-template-header-navbar .c-phoenix-template-header-navbar-toggle:focus{
  background-color:#ddd;
}
.c-phoenix-template-header .c-phoenix-template-header-navbar .c-phoenix-template-header-navbar-toggle .c-phoenix-template-header-navbar-icon-bar{
  background-color:#888;
}
.c-logout-button-link{
  display:block;
  padding:3px 20px;
  clear:both;
  font-weight:normal;
  line-height:1.428571429;
  color:#333;
  white-space:nowrap;
  width:100%;
  margin:0;
  left:0;
  text-align:left;
  cursor:pointer;
  border:0;
  text-decoration:none;
  letter-spacing:1px;
  background-color:transparent;
}
.c-logout-button-link:hover,
.c-logout-button-link:focus{
  color:#303030;
  text-decoration:none;
  outline:0;
  background-color:#f5f5f5;
}
.bt3-dropdown-menu form{
  margin:0;
}
.align-items-absolute-center,
.pagination-controls-container .box{
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.align-items-vertical-center,
.search-bar .input-area{
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.align-items-top{
  -webkit-box-align:start;
  -moz-box-align:start;
  -o-box-align:start;
  -ms-flex-align:start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
}
.align-items-bottom,
.align-items-bottom-right{
  -webkit-box-align:end;
  -moz-box-align:end;
  -o-box-align:end;
  -ms-flex-align:end;
  -webkit-align-items:flex-end;
  align-items:flex-end;
}
.align-items-right,
.align-items-bottom-right{
  -webkit-box-pack:end;
  -moz-box-pack:end;
  -o-box-pack:end;
  -ms-flex-pack:end;
  -webkit-justify-content:flex-end;
  justify-content:flex-end;
}
.align-self-start{
  -webkit-align-self:flex-start;
  align-self:flex-start;
  -ms-flex-item-align:start;
}
.align-self-end{
  -webkit-align-self:flex-end;
  align-self:flex-end;
  -ms-flex-item-align:end;
}
.align-self-stretch{
  -webkit-align-self:stretch;
  align-self:stretch;
  -ms-flex-item-align:stretch;
}
.align-self-center{
  -webkit-align-self:center;
  align-self:center;
  -ms-flex-item-align:center;
}
.horizontal-box,
h1.tab-headline,
h2.tab-headline,
h3.tab-headline,
h4.tab-headline,
h5.tab-headline,
h6.tab-headline,
h1.tab-headline-small,
h2.tab-headline-small,
h3.tab-headline-small,
h4.tab-headline-small,
h5.tab-headline-small,
h6.tab-headline-small,
.search-bar,
.search-bar .input-area,
.pagination-controls-container,
.pagination-controls-container .box{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -o-box-orient:horizontal;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
}
.vertical-box{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-box-orient:vertical;
  -moz-box-orient:vertical;
  -o-box-orient:vertical;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
}
.align-left{
  text-align:left;
}
.align-horizontal-center{
  text-align:center;
}
.align-right{
  text-align:right;
}
.align-inherit{
  text-align:inherit;
}
.styleguide a{
  color:#2972d1;
  text-decoration:none;
}
.styleguide a:hover{
  text-decoration:underline;
}
.styleguide a.nostyle,
ul.tabs li.tab a,
ol.tabs li.tab a,
ul.tabs li.colored-tab a,
ol.tabs li.colored-tab a,
.pagination-controls-container .number a,
.pagination-controls-container .arrow a,
a.nostyle{
  color:inherit;
  text-decoration:none;
}
.styleguide a.nostyle:hover,
ul.tabs li.tab a:hover,
ol.tabs li.tab a:hover,
ul.tabs li.colored-tab a:hover,
ol.tabs li.colored-tab a:hover,
.pagination-controls-container .number a:hover,
.pagination-controls-container .arrow a:hover,
a.nostyle:hover,
a.nostyle:focus{
  color:inherit;
  text-decoration:none;
}
a.dim,
a.dim:hover{
  color:#525252;
  text-decoration:none;
}
a.dim:hover,
a.dim:hover:hover{
  color:#2972d1;
  text-decoration:underline;
}
button.primary,
button.secondary,
button.passive,
button.facebook,
button.linkedin,
.search-bar .search-button,
a.link-button{
  font-size:12px;
  line-height:14px;
  font-family:'OpenSans', Arial, sans-serif;
}
.checkbox-small,
.checkbox-large{
  display:inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin:0;
  padding:0;
  cursor:pointer;
  background-color:#f5f5f5;
  border:1px solid rgba(0,0,0,0.55);
}
.checkbox-small:checked:after,
.checkbox-large:checked:after{
  content:'';
  border:solid #2a73cc;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  display:block;
  position:relative;
  margin:auto;
}
.display-6-text,
.display-5-text,
.display-4-text,
.display-3-text,
.display-1-text,
.headline-6-text,
.headline-5-text,
.headline-4-text,
.headline-3-text,
.headline-2-text,
.headline-1-text,
h1.tab-headline,
h2.tab-headline,
h3.tab-headline,
h4.tab-headline,
h5.tab-headline,
h6.tab-headline,
h1.tab-headline-small,
h2.tab-headline-small,
h3.tab-headline-small,
h4.tab-headline-small,
h5.tab-headline-small,
h6.tab-headline-small,
.c-search-catalog-input{
  font-weight:normal;
}
.display-6-text,
.display-5-text,
.display-4-text,
.display-3-text,
.headline-6-text,
.headline-5-text{
  margin-top:10px;
  margin-bottom:10px;
}
.headline-4-text,
.headline-3-text,
.headline-2-text,
h1.tab-headline,
h2.tab-headline,
h3.tab-headline,
h4.tab-headline,
h5.tab-headline,
h6.tab-headline,
h1.tab-headline-small,
h2.tab-headline-small,
h3.tab-headline-small,
h4.tab-headline-small,
h5.tab-headline-small,
h6.tab-headline-small{
  margin-bottom:10px;
}
.display-6-text,
.display-5-text,
.display-3-text,
.display-2-text{
  font-family:'Merriweather-Light', Georgia, serif;
}
.display-4-text,
.display-1-text{
  font-family:'Merriweather', Georgia, serif;
}
.headline-6-text,
.headline-5-text,
.headline-2-text{
  font-family:'OpenSans-Light', Arial, sans-serif;
}
.headline-4-text,
.headline-3-text,
.headline-1-text,
h1.tab-headline,
h2.tab-headline,
h3.tab-headline,
h4.tab-headline,
h5.tab-headline,
h6.tab-headline,
h1.tab-headline-small,
h2.tab-headline-small,
h3.tab-headline-small,
h4.tab-headline-small,
h5.tab-headline-small,
h6.tab-headline-small,
.c-search-catalog-input{
  font-family:'OpenSans', Arial, sans-serif;
}
.display-6-text{
  font-size:54px;
  line-height:60px;
}
.display-5-text{
  font-size:42px;
  line-height:54px;
}
.display-4-text{
  font-size:32px;
  line-height:36px;
}
.display-3-text{
  font-size:32px;
  line-height:36px;
}
.display-2-text{
  font-size:24px;
  line-height:30px;
}
.display-1-text{
  font-size:20px;
  line-height:24px;
}
.headline-6-text{
  font-size:54px;
  line-height:60px;
}
.headline-5-text{
  font-size:32px;
  line-height:36px;
}
.headline-4-text{
  font-size:24px;
  line-height:30px;
}
.headline-3-text,
h1.tab-headline,
h2.tab-headline,
h3.tab-headline,
h4.tab-headline,
h5.tab-headline,
h6.tab-headline,
h1.tab-headline-small,
h2.tab-headline-small,
h3.tab-headline-small,
h4.tab-headline-small,
h5.tab-headline-small,
h6.tab-headline-small{
  font-size:22px;
  line-height:24px;
}
.headline-2-text{
  font-size:20px;
  line-height:24px;
}
.headline-1-text,
.c-search-catalog-input{
  font-size:16px;
  line-height:24px;
}
body,
.body-1-text,
.body-2-text,
p,
.search-bar .input-area .search-input,
ul.styleguide.dropdown li > button,
ul.styleguide.dropdown li > button.secondary,
ul.styleguide.dropdown li > a,
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-content input,
.rc-AuthenticationModal .rc-AuthenticationModal-content header,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a,
.rc-AuthenticationModal .c-user-modal-content,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-icon,
.rc-AuthenticationModal .c-user-modal-content input,
.rc-HumanCenteredBanner .c-search-menu{
  font-size:14px;
  line-height:21px;
  font-family:'OpenSans', Arial, sans-serif;
}
.body-2-text,
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.rc-AuthenticationModal .rc-AuthenticationModal-content header,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a,
.rc-AuthenticationModal .c-user-modal-content{
  font-family:'OpenSans', Arial, sans-serif;
  font-weight:bold;
}
body,
.c-phoenix-template-page{
  background-color:#f5f5f5;
}
div[data-readme]{
  display:none;
}
.readme{
  background:#daebf8;
  color:#428bca;
  padding:10px 40px 9px 20px;
  position:relative;
  display:none;
  min-height:50px;
}
.readme a,
.readme a:visited:not(.btn){
  color:#428ccd;
  font-weight:bold;
  text-decoration:none;
}
.readme a:hover,
.readme a:focus{
  text-decoration:underline;
}
.readme .c-container{
  max-width:960px;
  margin:0 auto;
}
.readme .c-message{
  float:left;
  margin:4px 25px 0 25px;
}
.readme .c-action-items{
  margin-left:12px;
}
.readme button{
  background-color:#51bc53;
}
.readme .c-action-item{
  font-size:12px;
}
.readme-close-icon{
  position:absolute;
  top:50%;
  right:20px;
  cursor:pointer;
  color:#428bca;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
@media (max-width: 991px){
  .c-message{
    float:none;
  }
}
.bgcolor-primary,
ul.styleguide.dropdown li > button:not([disabled]):hover,
ul.styleguide.dropdown li > button.secondary:not([disabled]):hover{
  background-color:#2a73cc;
}
.color-hint-text,
.search-bar .input-area .cif-cancel-hint{
  color:rgba(0,0,0,0.26);
}
.color-primary-text,
ul.styleguide.dropdown li > button:not([disabled]),
ul.styleguide.dropdown li > button.secondary:not([disabled]){
  color:rgba(0,0,0,0.87);
}
.card-no-action,
.card-rich-interaction,
.card-one-clicker,
.card-one-clicker:hover,
.modal.card-rich-interaction,
.modal.card-one-clicker,
.modal.card-one-clicker:hover,
[class*='card-'].selected,
ul.styleguide.dropdown{
  border:1px solid rgba(0,0,0,0.1);
  background-color:#fff;
}
.card-rich-interaction:hover,
.card-one-clicker:hover,
.card-one-clicker:hover:hover,
.modal.card-rich-interaction:hover,
.modal.card-one-clicker:hover,
.modal.card-one-clicker:hover:hover,
[class*='card-'].selected:hover,
ul.styleguide.dropdown:hover{
  border:1px solid rgba(0,0,0,0.25);
}
.card-one-clicker:hover{
  -webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
  box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
}
.modal.card-rich-interaction,
.modal.card-one-clicker{
  -webkit-box-shadow:0px 4px 16px 0px rgba(0,0,0,0.1);
  box-shadow:0px 4px 16px 0px rgba(0,0,0,0.1);
}
.modal.card-one-clicker:hover{
  -webkit-box-shadow:0px 6px 20px 0px rgba(0,0,0,0.25);
  box-shadow:0px 6px 20px 0px rgba(0,0,0,0.25);
}
.card-one-clicker{
  cursor:pointer;
}
[class*='card-'].secondary{
  background-color:#f5f5f5;
  border:1px solid rgba(0,0,0,0.25);
}
[class*='card-'].secondary:hover{
  border:1px solid rgba(0,0,0,0.4);
}
[class*='card-'].secondary:hover.card-no-action{
  border:1px solid rgba(0,0,0,0.25);
}
[class*='card-'].selected{
  border:1px solid rgba(160,126,70,0.7);
}
[class*='card-'].selected:hover{
  border:1px solid #a07e46;
  -webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
  box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
}
[class*='card-'].luxury{
  padding:48px 48px;
}
[class*='card-'].comfy{
  padding:30px 30px;
}
[class*='card-'].cozy{
  padding:18px 18px;
}
[class*='card-'].compact{
  padding:18px 12px;
}
[class*='card-']{
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  -ms-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}
[class*='card-']:hover{
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  -ms-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}
.flex-1,
.search-bar .input-area{
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
}
.flex-2{
  -webkit-box-flex:2;
  -moz-box-flex:2;
  -o-box-flex:2;
  box-flex:2;
  -webkit-flex:2;
  -ms-flex:2;
  flex:2;
}
.flex-3{
  -webkit-box-flex:3;
  -moz-box-flex:3;
  -o-box-flex:3;
  box-flex:3;
  -webkit-flex:3;
  -ms-flex:3;
  flex:3;
}
.flex-4{
  -webkit-box-flex:4;
  -moz-box-flex:4;
  -o-box-flex:4;
  box-flex:4;
  -webkit-flex:4;
  -ms-flex:4;
  flex:4;
}
.flex-5{
  -webkit-box-flex:5;
  -moz-box-flex:5;
  -o-box-flex:5;
  box-flex:5;
  -webkit-flex:5;
  -ms-flex:5;
  flex:5;
}
.flex-6{
  -webkit-box-flex:6;
  -moz-box-flex:6;
  -o-box-flex:6;
  box-flex:6;
  -webkit-flex:6;
  -ms-flex:6;
  flex:6;
}
.flex-7{
  -webkit-box-flex:7;
  -moz-box-flex:7;
  -o-box-flex:7;
  box-flex:7;
  -webkit-flex:7;
  -ms-flex:7;
  flex:7;
}
.flex-8{
  -webkit-box-flex:8;
  -moz-box-flex:8;
  -o-box-flex:8;
  box-flex:8;
  -webkit-flex:8;
  -ms-flex:8;
  flex:8;
}
.flex-9{
  -webkit-box-flex:9;
  -moz-box-flex:9;
  -o-box-flex:9;
  box-flex:9;
  -webkit-flex:9;
  -ms-flex:9;
  flex:9;
}
.flex-10{
  -webkit-box-flex:10;
  -moz-box-flex:10;
  -o-box-flex:10;
  box-flex:10;
  -webkit-flex:10;
  -ms-flex:10;
  flex:10;
}
.flex-11{
  -webkit-box-flex:11;
  -moz-box-flex:11;
  -o-box-flex:11;
  box-flex:11;
  -webkit-flex:11;
  -ms-flex:11;
  flex:11;
}
.flex-12{
  -webkit-box-flex:12;
  -moz-box-flex:12;
  -o-box-flex:12;
  box-flex:12;
  -webkit-flex:12;
  -ms-flex:12;
  flex:12;
}
.horizontal-box.align-items-spacebetween,
.search-bar.align-items-spacebetween,
.search-bar .input-area.align-items-spacebetween,
.pagination-controls-container.align-items-spacebetween,
.pagination-controls-container .box.align-items-spacebetween{
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -o-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.horizontal-box.align-items-spacearound,
.search-bar.align-items-spacearound,
.search-bar .input-area.align-items-spacearound,
.pagination-controls-container.align-items-spacearound,
.pagination-controls-container .box.align-items-spacearound{
  -webkit-box-pack:distribute;
  -moz-box-pack:distribute;
  -o-box-pack:distribute;
  -ms-flex-pack:distribute;
  -webkit-justify-content:space-around;
  justify-content:space-around;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.horizontal-box.wrap,
.search-bar.wrap,
.search-bar .input-area.wrap,
.pagination-controls-container.wrap,
.pagination-controls-container .box.wrap{
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
button.primary,
button.secondary,
button.passive,
button.facebook,
button.linkedin,
.search-bar .search-button{
  display:inline-block;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  background-image:none;
  border:none;
  opacity:1;
  -ms-filter:none;
  filter:none;
  text-decoration:none;
  color:#fff;
  min-width:72px;
  padding:10px 20px;
  -webkit-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -moz-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -o-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -ms-transition-property:background-color,box-shadow(),color,opacity(n, args);
  transition-property:background-color,box-shadow(),color,opacity(n, args);
  -webkit-transition-duration:100ms;
  -moz-transition-duration:100ms;
  -o-transition-duration:100ms;
  -ms-transition-duration:100ms;
  transition-duration:100ms;
  -webkit-transition-timing-function:ease;
  -moz-transition-timing-function:ease;
  -o-transition-timing-function:ease;
  -ms-transition-timing-function:ease;
  transition-timing-function:ease;
  -webkit-transition-delay:0ms;
  -moz-transition-delay:0ms;
  -o-transition-delay:0ms;
  -ms-transition-delay:0ms;
  transition-delay:0ms;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:pointer;
  border-radius:0;
}
button.primary[disabled],
button.secondary[disabled],
button.passive[disabled],
button.facebook[disabled],
button.linkedin[disabled],
.search-bar .search-button[disabled]{
  background-color:#e5e5e5;
  border:1px solid #e5e5e5;
  color:rgba(0,0,0,0.26);
  cursor:not-allowed;
  pointer-events:none;
}
button.primary[disabled]:hover,
button.secondary[disabled]:hover,
button.passive[disabled]:hover,
button.facebook[disabled]:hover,
button.linkedin[disabled]:hover,
.search-bar .search-button[disabled]:hover,
button.primary[disabled]:active,
button.secondary[disabled]:active,
button.passive[disabled]:active,
button.facebook[disabled]:active,
button.linkedin[disabled]:active,
.search-bar .search-button[disabled]:active,
button.primary[disabled]:focus,
button.secondary[disabled]:focus,
button.passive[disabled]:focus,
button.facebook[disabled]:focus,
button.linkedin[disabled]:focus,
.search-bar .search-button[disabled]:focus{
  background:#e0e0e0 none repeat 0 0 scroll;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:0;
}
.caption-text,
.pagination-controls-container .number,
.pagination-controls-container .arrow,
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.c-user-modal .c-user-modal-footer,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-help-text,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-inline{
  font-size:12px;
  line-height:18px;
  font-family:'OpenSans', Arial, sans-serif;
}
.label-text{
  font-size:12px;
  line-height:18px;
  font-family:'OpenSans', Arial, sans-serif;
  font-weight:bold;
  text-transform:uppercase;
}
p{
  margin-bottom:10px;
}
ul.tabs,
ol.tabs{
  margin:0;
  padding:0;
}
@media (max-width: 767px){
  ul.tabs,
  ol.tabs{
    margin:20px 0;
  }
}
@media (min-width: 768px){
  ul.tabs.tabs-divider,
  ol.tabs.tabs-divider{
    border-bottom:1px solid rgba(0,0,0,0.06);
  }
}
@media (max-width: 767px){
  ul.tabs.tabs-divider,
  ol.tabs.tabs-divider{
    border-left:1px solid rgba(0,0,0,0.06);
  }
}
ul.tabs li.tab,
ol.tabs li.tab,
ul.tabs li.tab.selected,
ol.tabs li.tab.selected,
ul.tabs li.colored-tab,
ol.tabs li.colored-tab,
ul.tabs li.colored-tab.selected,
ol.tabs li.colored-tab.selected{
  margin:15px 8px;
  cursor:pointer;
  display:inline-block;
  list-style-type:none;
  font-weight:bold;
  color:#525252;
}
@media (min-width: 768px){
  ul.tabs li.tab:first-child,
  ol.tabs li.tab:first-child,
  ul.tabs li.tab.selected:first-child,
  ol.tabs li.tab.selected:first-child,
  ul.tabs li.colored-tab:first-child,
  ol.tabs li.colored-tab:first-child,
  ul.tabs li.colored-tab.selected:first-child,
  ol.tabs li.colored-tab.selected:first-child{
    margin-left:0;
  }
  ul.tabs li.tab:last-child,
  ol.tabs li.tab:last-child,
  ul.tabs li.tab.selected:last-child,
  ol.tabs li.tab.selected:last-child,
  ul.tabs li.colored-tab:last-child,
  ol.tabs li.colored-tab:last-child,
  ul.tabs li.colored-tab.selected:last-child,
  ol.tabs li.colored-tab.selected:last-child{
    margin-right:0;
  }
}
@media (max-width: 767px){
  ul.tabs li.tab,
  ol.tabs li.tab,
  ul.tabs li.tab.selected,
  ol.tabs li.tab.selected,
  ul.tabs li.colored-tab,
  ol.tabs li.colored-tab,
  ul.tabs li.colored-tab.selected,
  ol.tabs li.colored-tab.selected{
    display:block;
    margin:15px 8px 15px 15px;
  }
}
ul.tabs li.tab:hover,
ol.tabs li.tab:hover,
ul.tabs li.tab.selected,
ol.tabs li.tab.selected,
ul.tabs li.colored-tab.selected,
ol.tabs li.colored-tab.selected{
  color:rgba(0,0,0,0.87);
}
@media (max-width: 767px){
  ul.tabs li.colored-tab,
  ol.tabs li.colored-tab{
    margin-left:0;
  }
  ul.tabs li.colored-tab.selected,
  ol.tabs li.colored-tab.selected{
    margin-left:0;
  }
}
ul.tabs li.colored-tab *,
ol.tabs li.colored-tab *{
  padding:0 8px 15px 8px;
}
@media (max-width: 767px){
  ul.tabs li.colored-tab *,
  ol.tabs li.colored-tab *{
    padding:2px 8px 2px 15px;
  }
}
@media (min-width: 768px){
  ul.tabs li.colored-tab:hover *,
  ol.tabs li.colored-tab:hover *,
  ul.tabs li.colored-tab.selected *,
  ol.tabs li.colored-tab.selected *{
    border-bottom:1px solid #a07e46;
  }
}
@media (max-width: 767px){
  ul.tabs li.colored-tab:hover *,
  ol.tabs li.colored-tab:hover *,
  ul.tabs li.colored-tab.selected *,
  ol.tabs li.colored-tab.selected *{
    border-left:1px solid #a07e46;
  }
}
h1.tab-headline,
h2.tab-headline,
h3.tab-headline,
h4.tab-headline,
h5.tab-headline,
h6.tab-headline{
  border-bottom:1px solid rgba(0,0,0,0.12);
  width:100%;
}
h1.tab-headline span,
h2.tab-headline span,
h3.tab-headline span,
h4.tab-headline span,
h5.tab-headline span,
h6.tab-headline span{
  padding-bottom:10px;
  display:inline-block;
  border-bottom:1px solid #a07e46;
  margin-bottom:-1px;
}
h1.tab-headline-small,
h2.tab-headline-small,
h3.tab-headline-small,
h4.tab-headline-small,
h5.tab-headline-small,
h6.tab-headline-small{
  border-bottom:1px solid rgba(0,0,0,0.12);
  width:100%;
  text-transform:uppercase;
  line-height:24px;
  padding-bottom:2px;
  margin-bottom:8px;
  color:rgba(0,0,0,0.55);
  font-weight:bold;
  font-size:14px;
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-moz-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.search-bar{
  border:1px solid rgba(0,0,0,0.12);
}
.search-bar .input-area{
  position:relative;
  margin-right:4px;
}
.search-bar .input-area .cif-cancel-hint{
  cursor:pointer;
}
.search-bar .input-area .search-input{
  border:none;
  padding:7px 24px 7px 20px;
  width:100%;
}
.search-bar .input-area .search-input:focus{
  outline:none;
}
.search-bar .search-button{
  color:#525252;
  font-size:16px;
  background-color:transparent;
  border:none;
  min-width:0;
  padding:0 12px;
}
.search-bar .search-button:hover{
  background:transparent;
  color:rgba(0,0,0,0.26);
}
.pagination-controls-container > *{
  margin-left:6px;
  width:24px;
  height:24px;
  text-align:center;
}
.pagination-controls-container .ellipsis{
  position:relative;
  cursor:default;
}
.pagination-controls-container .box{
  cursor:pointer;
  border:1px solid rgba(0,0,0,0.12);
  background-color:#fff;
}
.pagination-controls-container .box:hover{
  border-color:#2a73cc;
  color:#2a73cc;
}
.pagination-controls-container .number,
.pagination-controls-container .arrow{
  padding-top:2px;
}
.pagination-controls-container .number.current,
.pagination-controls-container .arrow.current{
  border-color:#2a73cc;
  color:#fff;
  background-color:#2a73cc;
}
.pagination-controls-container .arrow.arrow-disabled{
  color:rgba(0,0,0,0.12);
}
.pagination-controls-container .arrow.arrow-disabled:hover{
  border-color:rgba(0,0,0,0.12);
  color:rgba(0,0,0,0.12);
  cursor:default;
}
ul.styleguide.dropdown{
  min-width:108px;
  padding:4px 0;
  margin:0;
}
ul.styleguide.dropdown li{
  margin:0;
  padding:0;
  list-style-type:none;
}
ul.styleguide.dropdown li > button:not([disabled]):hover,
ul.styleguide.dropdown li > button.secondary:not([disabled]):hover{
  color:#fff;
}
ul.styleguide.dropdown li > button,
ul.styleguide.dropdown li > button.secondary,
ul.styleguide.dropdown li > a{
  border-radius:0;
  width:100%;
  background-color:transparent;
  border:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  padding:4px 8px;
  text-align:left;
  padding-left:12px;
}
.checkbox-small{
  max-width:18px;
  min-width:18px;
  max-height:18px;
  min-height:18px;
}
.checkbox-small:checked:after{
  border-width:0 3px 3px 0;
  width:5px;
  height:9px;
}
.checkbox-large{
  max-width:40px;
  min-width:40px;
  max-height:40px;
  min-height:40px;
}
.checkbox-large:checked:after{
  border-width:0 5px 5px 0;
  width:9px;
  height:21px;
}
ol,
ul{
  font-size:1em;
  outline:0;
}
ol.nostyle,
ul.nostyle,
ol.inline,
ul.inline{
  list-style:none;
  padding:0;
  margin:0;
}
.inline.ol,
.inline.ul,
.inline li{
  display:inline;
}
.nostyle.ol,
.nostyle.ul{
  display:block;
}
.pill-light{
  display:inline-block;
  font-size:12px;
  height:20px;
  line-height:20px;
  border-radius:10px;
  padding-left:10px;
  padding-right:10px;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:rgba(0,0,0,0.87);
  background-color:rgba(0,0,0,0.1);
}
.pill-white{
  display:inline-block;
  font-size:12px;
  height:20px;
  line-height:20px;
  border-radius:10px;
  padding-left:10px;
  padding-right:10px;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:rgba(0,0,0,0.87);
  background-color:#fff;
  border-width:1px;
  border-color:rgba(0,0,0,0.1);
  border-style:solid;
}
.pill-success{
  display:inline-block;
  font-size:12px;
  height:20px;
  line-height:20px;
  border-radius:10px;
  padding-left:10px;
  padding-right:10px;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#1f8354;
  background-color:#ecf4e8;
}
.pill-dark{
  display:inline-block;
  font-size:12px;
  height:20px;
  line-height:20px;
  border-radius:10px;
  padding-left:10px;
  padding-right:10px;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#fff;
  background-color:rgba(0,0,0,0.55);
}
a.link-button{
  display:inline-block;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  background-image:none;
  border:none;
  opacity:1;
  -ms-filter:none;
  filter:none;
  text-decoration:none;
  color:#fff;
  min-width:72px;
  padding:10px 20px;
  -webkit-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -moz-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -o-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -ms-transition-property:background-color,box-shadow(),color,opacity(n, args);
  transition-property:background-color,box-shadow(),color,opacity(n, args);
  -webkit-transition-duration:100ms;
  -moz-transition-duration:100ms;
  -o-transition-duration:100ms;
  -ms-transition-duration:100ms;
  transition-duration:100ms;
  -webkit-transition-timing-function:ease;
  -moz-transition-timing-function:ease;
  -o-transition-timing-function:ease;
  -ms-transition-timing-function:ease;
  transition-timing-function:ease;
  -webkit-transition-delay:0ms;
  -moz-transition-delay:0ms;
  -o-transition-delay:0ms;
  -ms-transition-delay:0ms;
  transition-delay:0ms;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:pointer;
  border-radius:0;
}
a.link-button:hover,
a.link-button:active,
a.link-button:focus{
  text-decoration:none;
  color:#fff;
}
a.link-button.cozy{
  padding:16px 30px;
  font-size:14px;
  line-height:18px;
  font-family:'OpenSans-Semibold', Arial, sans-serif;
}
a.link-button.comfy{
  padding:20px 40px;
  font-size:18px;
  line-height:24px;
  font-family:'OpenSans-Semibold', Arial, sans-serif;
}
a.link-button.fullbleed{
  padding:10px 20px;
  width:100%;
}
a.link-button.primary{
  border:1px solid #2073d4;
  background-color:#2073d4;
}
a.link-button.primary:hover,
a.link-button.primary:focus,
a.link-button.primary:active{
  background-color:#005bbe;
}
a.link-button.primary.cozy,
a.link-button.primary.comfy{
  background-image:-webkit-linear-gradient(#2a73cc, #2260aa);
  background-image:-moz-linear-gradient(#2a73cc, #2260aa);
  background-image:-o-linear-gradient(#2a73cc, #2260aa);
  background-image:-ms-linear-gradient(#2a73cc, #2260aa);
  background-image:linear-gradient(#2a73cc, #2260aa);
}
a.link-button.primary.cozy:hover,
a.link-button.primary.comfy:hover,
a.link-button.primary.cozy:active,
a.link-button.primary.comfy:active,
a.link-button.primary.cozy:focus,
a.link-button.primary.comfy:focus{
  background-image:none;
}
a.link-button.secondary{
  color:#2a73cc;
  border:1px solid #2a73cc;
  background-color:transparent;
}
a.link-button.secondary:hover,
a.link-button.secondary:focus,
a.link-button.secondary:active{
  background-color:#2a73cc;
  color:#fff;
}
a.link-button.passive{
  border:1px solid #6f6f6f;
  color:#6f6f6f;
  background-color:transparent;
}
a.link-button.passive:hover,
a.link-button.passive:focus,
a.link-button.passive:active{
  border-color:#8c8c8c;
  background-color:#8c8c8c;
  color:#fff;
}
a.link-button.facebook{
  padding-left:20px;
  padding-right:20px;
  color:#fff;
  background-color:#3b5998;
}
a.link-button.facebook span,
a.link-button.facebook i{
  display:inline-block;
  vertical-align:middle;
}
a.link-button.facebook i{
  font-size:20px;
}
a.link-button.facebook span,
a.link-button.facebook i:last-child{
  margin-left:8px;
}
a.link-button.linkedin{
  padding-left:20px;
  padding-right:20px;
  color:#fff;
  background-color:#2a73cc;
}
a.link-button.linkedin span,
a.link-button.linkedin i{
  display:inline-block;
  vertical-align:middle;
}
a.link-button.linkedin i{
  font-size:20px;
}
a.link-button.linkedin span,
a.link-button.linkedin i:last-child{
  margin-left:8px;
}
a.link-button.nostyle{
  background:transparent none repeat 0 0 scroll;
  color:rgba(0,0,0,0.87);
  border:0;
  font-size:1em;
  margin:0;
  padding:0;
  text-align:left;
  text-decoration:none;
  text-indent:0;
}
a.link-button.nostyle:disabled{
  background:transparent none repeat 0 0 scroll;
  color:rgba(0,0,0,0.26);
}
@media print{
  a:link:after,
  a:visited:after{
    content:"" !important;
  }
}
.screenreader-only{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  border:0;
}
.bgcolor-red50{
  background-color:#f2dae4;
}
.bgcolor-red100{
  background-color:#ef8ea5;
}
.bgcolor-red200{
  background-color:#e8748a;
}
.bgcolor-red300{
  background-color:#e86074;
}
.bgcolor-red400{
  background-color:#ed5565;
}
.bgcolor-red500{
  background-color:#da4453;
}
.bgcolor-red600{
  background-color:#c64255;
}
.bgcolor-red700{
  background-color:#af3e54;
}
.bgcolor-red800{
  background-color:#962c45;
}
.bgcolor-red900{
  background-color:#7c3842;
}
.bgcolor-corral50{
  background-color:#f9e1e1;
}
.bgcolor-corral100{
  background-color:#ffaeae;
}
.bgcolor-corral200{
  background-color:#f9867a;
}
.bgcolor-corral300{
  background-color:#f97762;
}
.bgcolor-corral400{
  background-color:#fc6e51;
}
.bgcolor-corral500{
  background-color:#e9573f;
}
.bgcolor-corral600{
  background-color:#d6493a;
}
.bgcolor-corral700{
  background-color:#bf3d30;
}
.bgcolor-corral800{
  background-color:#aa3127;
}
.bgcolor-corral900{
  background-color:#9b2c27;
}
.bgcolor-purple50{
  background-color:#dfdef9;
}
.bgcolor-purple100{
  background-color:#c6c2f2;
}
.bgcolor-purple200{
  background-color:#bcaef4;
}
.bgcolor-purple300{
  background-color:#b29ef2;
}
.bgcolor-purple400{
  background-color:#ac92ec;
}
.bgcolor-purple500{
  background-color:#967adc;
}
.bgcolor-purple600{
  background-color:#8e78d1;
}
.bgcolor-purple700{
  background-color:#7e6fc1;
}
.bgcolor-purple800{
  background-color:#7168b5;
}
.bgcolor-purple900{
  background-color:#62fea5;
}
.bgcolor-pink50{
  background-color:#f9dcf3;
}
.bgcolor-pink100{
  background-color:#efc2e4;
}
.bgcolor-pink200{
  background-color:#e5a5cf;
}
.bgcolor-pink300{
  background-color:#e895c6;
}
.bgcolor-pink400{
  background-color:#ec87c0;
}
.bgcolor-pink500{
  background-color:#d770ad;
}
.bgcolor-pink600{
  background-color:#ce6fac;
}
.bgcolor-pink700{
  background-color:#c66aaa;
}
.bgcolor-pink800{
  background-color:#ba60a3;
}
.bgcolor-pink900{
  background-color:#aa5799;
}
.bgcolor-blue50{
  background-color:#c6e8f7;
}
.bgcolor-blue100{
  background-color:#95ccef;
}
.bgcolor-blue200{
  background-color:#78b4ea;
}
.bgcolor-blue300{
  background-color:#69a8ed;
}
.bgcolor-blue400{
  background-color:#5d9cec;
}
.bgcolor-blue500{
  background-color:#4a89dc;
}
.bgcolor-blue600{
  background-color:#4687ce;
}
.bgcolor-blue700{
  background-color:#4281ba;
}
.bgcolor-blue800{
  background-color:#3d79a5;
}
.bgcolor-blue900{
  background-color:#3c7699;
}
.bgcolor-teal50{
  background-color:#c1f7f7;
}
.bgcolor-teal100{
  background-color:#8bdcea;
}
.bgcolor-teal200{
  background-color:#76d0e5;
}
.bgcolor-teal300{
  background-color:#63c9e5;
}
.bgcolor-teal400{
  background-color:#4fc1e9;
}
.bgcolor-teal500{
  background-color:#3bafda;
}
.bgcolor-teal600{
  background-color:#29aacc;
}
.bgcolor-teal700{
  background-color:#24a7bc;
}
.bgcolor-teal800{
  background-color:#17a1af;
}
.bgcolor-teal900{
  background-color:#0e949b;
}
.bgcolor-turquoise50{
  background-color:#bdffe7;
}
.bgcolor-turquoise100{
  background-color:#6aefc3;
}
.bgcolor-turquoise200{
  background-color:#56e2b7;
}
.bgcolor-turquoise300{
  background-color:#4ed8b0;
}
.bgcolor-turquoise400{
  background-color:#48cfad;
}
.bgcolor-turquoise500{
  background-color:#37bc9b;
}
.bgcolor-turquoise600{
  background-color:#36ad8b;
}
.bgcolor-turquoise700{
  background-color:#2fa37f;
}
.bgcolor-turquoise800{
  background-color:#2c9b76;
}
.bgcolor-turquoise900{
  background-color:#258e68;
}
.bgcolor-green50{
  background-color:#e8f7ad;
}
.bgcolor-green100{
  background-color:#ceea8b;
}
.bgcolor-green200{
  background-color:#c1e281;
}
.bgcolor-green300{
  background-color:#b7dd7a;
}
.bgcolor-green400{
  background-color:#a0d468;
}
.bgcolor-green500{
  background-color:#8cc152;
}
.bgcolor-green600{
  background-color:#85b548;
}
.bgcolor-green700{
  background-color:#7ea843;
}
.bgcolor-green800{
  background-color:#769e38;
}
.bgcolor-green900{
  background-color:#6b8e2f;
}
.bgcolor-yellow50{
  background-color:#ffe5c2;
}
.bgcolor-yellow100{
  background-color:#ffd899;
}
.bgcolor-yellow200{
  background-color:#ffd488;
}
.bgcolor-yellow300{
  background-color:#ffd16c;
}
.bgcolor-yellow400{
  background-color:#ffce54;
}
.bgcolor-yellow500{
  background-color:#f6bb42;
}
.bgcolor-yellow600{
  background-color:#efad3a;
}
.bgcolor-yellow700{
  background-color:#eaa22f;
}
.bgcolor-yellow800{
  background-color:#e29423;
}
.bgcolor-yellow900{
  background-color:#e08a22;
}
.bgcolor-midnight50{
  background-color:#cfdae2;
}
.bgcolor-midnight100{
  background-color:#b5c0c9;
}
.bgcolor-midnight200{
  background-color:#98a0a3;
}
.bgcolor-midnight300{
  background-color:#6e767f;
}
.bgcolor-midnight400{
  background-color:#656d78;
}
.bgcolor-midnight500{
  background-color:#434a54;
}
.bgcolor-midnight600{
  background-color:#363b42;
}
.bgcolor-midnight700{
  background-color:#2c2f33;
}
.bgcolor-midnight800{
  background-color:#242628;
}
.bgcolor-midnight900{
  background-color:#1a1b1c;
}
.bgcolor-dusk50{
  background-color:#eff2f4;
}
.bgcolor-dusk100{
  background-color:#ebeced;
}
.bgcolor-dusk200{
  background-color:#e3e4e5;
}
.bgcolor-dusk300{
  background-color:#d7dbe0;
}
.bgcolor-dusk400{
  background-color:#ccd1d9;
}
.bgcolor-dusk500{
  background-color:#aab2bd;
}
.bgcolor-dusk600{
  background-color:#9da3aa;
}
.bgcolor-dusk700{
  background-color:#909599;
}
.bgcolor-dusk800{
  background-color:#7a7d7f;
}
.bgcolor-dusk900{
  background-color:#646668;
}
.bgcolor-dawn50{
  background-color:;
}
.bgcolor-dawn100{
  background-color:;
}
.bgcolor-dawn200{
  background-color:#fff;
}
.bgcolor-dawn300{
  background-color:#fdfeff;
}
.bgcolor-dawn400{
  background-color:#f5f7fa;
}
.bgcolor-dawn500{
  background-color:#aab2bd;
}
.bgcolor-dawn600{
  background-color:#e6e9ed;
}
.bgcolor-dawn700{
  background-color:#cccdce;
}
.bgcolor-dawn800{
  background-color:#bfbfbf;
}
.bgcolor-dawn900{
  background-color:#afafaf;
}
.color-list{
  padding:0;
  margin-top:0;
  list-style:none;
  margin-bottom:20px;
}
.color-display{
  height:100px;
  font-size:2em;
}
html{
  font-family:sans-serif;
  line-height:1.15;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body{
  margin:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
  display:block;
}
audio,
canvas,
progress,
video{
  display:inline-block;
}
audio:not([controls]){
  display:none;
  height:0;
}
progress{
  vertical-align:baseline;
}
template,
[hidden]{
  display:none;
}
a{
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
}
a:active,
a:hover{
  outline-width:0;
}
abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  text-decoration:underline dotted;
}
b,
strong{
  font-weight:inherit;
}
b,
strong{
  font-weight:bolder;
}
dfn{
  font-style:italic;
}
h1{
  font-size:2em;
  margin:0.67em 0;
}
mark{
  background-color:#ff0;
  color:#000;
}
small{
  font-size:80%;
}
sub,
sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sub{
  bottom:-0.25em;
}
sup{
  top:-0.5em;
}
img{
  border-style:none;
}
svg:not(:root){
  overflow:hidden;
}
code,
kbd,
pre,
samp{
  font-family:monospace, monospace;
  font-size:1em;
}
figure{
  margin:1em 40px;
}
hr{
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
  overflow:visible;
}
button,
input,
optgroup,
select,
textarea{
  font:inherit;
  margin:0;
}
optgroup{
  font-weight:bold;
}
button,
input{
  overflow:visible;
}
button,
select{
  text-transform:none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"]{
  -webkit-appearance:button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
  border-style:none;
  padding:0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
  outline:1px dotted ButtonText;
}
fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}
legend{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  white-space:normal;
}
textarea{
  overflow:auto;
}
[type="checkbox"],
[type="radio"]{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
  height:auto;
}
[type="search"]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{
  -webkit-appearance:none;
}
::-webkit-input-placeholder{
  color:inherit;
  opacity:0.54;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter:alpha(opacity=54);
}
::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}
html{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
*,
*::before,
*::after{
  -webkit-box-sizing:inherit;
  -moz-box-sizing:inherit;
  box-sizing:inherit;
}
@-ms-viewport{
  width:device-width;
}
html{
  font-size:16px;
  -ms-overflow-style:scrollbar;
  -webkit-tap-highlight-color:transparent;
}
body{
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size:1rem;
  line-height:1.5;
  color:#373a3c;
  background-color:#fff;
}
[tabindex="-1"]:focus{
  outline:none !important;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin-top:0;
  margin-bottom:0.5rem;
}
p{
  margin-top:0;
  margin-bottom:1rem;
}
abbr[title],
abbr[data-original-title]{
  cursor:help;
  border-bottom:1px dotted #818a91;
}
address{
  margin-bottom:1rem;
  font-style:normal;
  line-height:inherit;
}
ol,
ul,
dl{
  margin-top:0;
  margin-bottom:1rem;
}
ol ol,
ul ul,
ol ul,
ul ol{
  margin-bottom:0;
}
dt{
  font-weight:bold;
}
dd{
  margin-bottom:0.5rem;
  margin-left:0;
}
blockquote{
  margin:0 0 1rem;
}
a{
  color:#2a73cc;
  text-decoration:none;
}
a:focus,
a:hover{
  color:#014c8c;
  text-decoration:underline;
}
a:focus{
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
a:not([href]):not([tabindex]){
  color:inherit;
  text-decoration:none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover{
  color:inherit;
  text-decoration:none;
}
a:not([href]):not([tabindex]):focus{
  outline:none;
}
pre{
  margin-top:0;
  margin-bottom:1rem;
  overflow:auto;
}
figure{
  margin:0 0 1rem;
}
img{
  vertical-align:middle;
}
[role="button"]{
  cursor:pointer;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea{
  -ms-touch-action:manipulation;
  touch-action:manipulation;
}
table{
  border-collapse:collapse;
  background-color:transparent;
}
caption{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  color:#818a91;
  text-align:left;
  caption-side:bottom;
}
th{
  text-align:left;
}
label{
  display:inline-block;
  margin-bottom:0.5rem;
}
button:focus{
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color;
}
input,
button,
select,
textarea{
  line-height:inherit;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled{
  cursor:not-allowed;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]{
  -webkit-appearance:listbox;
}
textarea{
  resize:vertical;
}
fieldset{
  min-width:0;
  padding:0;
  margin:0;
  border:0;
}
legend{
  display:block;
  width:100%;
  padding:0;
  margin-bottom:0.5rem;
  font-size:1.5rem;
  line-height:inherit;
}
input[type="search"]{
  -webkit-appearance:none;
}
output{
  display:inline-block;
}
[hidden]{
  display:none !important;
}
.container,
.container-fluid{
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
}
.container::after,
.container-fluid::after,
.row::after{
  content:"";
  display:table;
  clear:both;
}
@media (min-width: 576px){
  .container{
    width:540px;
    max-width:100%;
  }
}
@media (min-width: 768px){
  .container{
    width:720px;
    max-width:100%;
  }
}
@media (min-width: 992px){
  .container{
    width:960px;
    max-width:100%;
  }
}
@media (min-width: 1200px){
  .container{
    width:1140px;
    max-width:100%;
  }
}
@media (min-width: 1440px){
  .container{
    width:1380px;
    max-width:100%;
  }
}
.row{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12{
  position:relative;
  min-height:1px;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.col-xs{
  -ms-flex-preferred-size:0;
  -webkit-flex-basis:0;
  flex-basis:0;
  -ms-flex-positive:1;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  -ms-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
  max-width:100%;
}
.col-xs-auto{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 auto;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
}
.col-xs-1{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 8.333333%;
  -ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
  max-width:8.333333%;
}
.col-xs-2{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 16.666667%;
  -ms-flex:0 0 16.666667%;
  flex:0 0 16.666667%;
  max-width:16.666667%;
}
.col-xs-3{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 25%;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%;
}
.col-xs-4{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 33.333333%;
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%;
}
.col-xs-5{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 41.666667%;
  -ms-flex:0 0 41.666667%;
  flex:0 0 41.666667%;
  max-width:41.666667%;
}
.col-xs-6{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 50%;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
}
.col-xs-7{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 58.333333%;
  -ms-flex:0 0 58.333333%;
  flex:0 0 58.333333%;
  max-width:58.333333%;
}
.col-xs-8{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 66.666667%;
  -ms-flex:0 0 66.666667%;
  flex:0 0 66.666667%;
  max-width:66.666667%;
}
.col-xs-9{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 75%;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%;
}
.col-xs-10{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 83.333333%;
  -ms-flex:0 0 83.333333%;
  flex:0 0 83.333333%;
  max-width:83.333333%;
}
.col-xs-11{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 91.666667%;
  -ms-flex:0 0 91.666667%;
  flex:0 0 91.666667%;
  max-width:91.666667%;
}
.col-xs-12{
  -webkit-box-flex:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  box-flex:1;
  -webkit-flex:0 0 100%;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}
.pull-xs-0{
  right:auto;
}
.pull-xs-1{
  right:8.333333%;
}
.pull-xs-2{
  right:16.666667%;
}
.pull-xs-3{
  right:25%;
}
.pull-xs-4{
  right:33.333333%;
}
.pull-xs-5{
  right:41.666667%;
}
.pull-xs-6{
  right:50%;
}
.pull-xs-7{
  right:58.333333%;
}
.pull-xs-8{
  right:66.666667%;
}
.pull-xs-9{
  right:75%;
}
.pull-xs-10{
  right:83.333333%;
}
.pull-xs-11{
  right:91.666667%;
}
.pull-xs-12{
  right:100%;
}
.push-xs-0{
  left:auto;
}
.push-xs-1{
  left:8.333333%;
}
.push-xs-2{
  left:16.666667%;
}
.push-xs-3{
  left:25%;
}
.push-xs-4{
  left:33.333333%;
}
.push-xs-5{
  left:41.666667%;
}
.push-xs-6{
  left:50%;
}
.push-xs-7{
  left:58.333333%;
}
.push-xs-8{
  left:66.666667%;
}
.push-xs-9{
  left:75%;
}
.push-xs-10{
  left:83.333333%;
}
.push-xs-11{
  left:91.666667%;
}
.push-xs-12{
  left:100%;
}
.offset-xs-1{
  margin-left:8.333333%;
}
.offset-xs-2{
  margin-left:16.666667%;
}
.offset-xs-3{
  margin-left:25%;
}
.offset-xs-4{
  margin-left:33.333333%;
}
.offset-xs-5{
  margin-left:41.666667%;
}
.offset-xs-6{
  margin-left:50%;
}
.offset-xs-7{
  margin-left:58.333333%;
}
.offset-xs-8{
  margin-left:66.666667%;
}
.offset-xs-9{
  margin-left:75%;
}
.offset-xs-10{
  margin-left:83.333333%;
}
.offset-xs-11{
  margin-left:91.666667%;
}
@media (min-width: 576px){
  .col-sm{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-sm-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-sm-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-sm-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-sm-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-sm-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-sm-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-sm-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-sm-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-sm-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-sm-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-sm-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-sm-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-sm-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-sm-0{
    right:auto;
  }
  .pull-sm-1{
    right:8.333333%;
  }
  .pull-sm-2{
    right:16.666667%;
  }
  .pull-sm-3{
    right:25%;
  }
  .pull-sm-4{
    right:33.333333%;
  }
  .pull-sm-5{
    right:41.666667%;
  }
  .pull-sm-6{
    right:50%;
  }
  .pull-sm-7{
    right:58.333333%;
  }
  .pull-sm-8{
    right:66.666667%;
  }
  .pull-sm-9{
    right:75%;
  }
  .pull-sm-10{
    right:83.333333%;
  }
  .pull-sm-11{
    right:91.666667%;
  }
  .pull-sm-12{
    right:100%;
  }
  .push-sm-0{
    left:auto;
  }
  .push-sm-1{
    left:8.333333%;
  }
  .push-sm-2{
    left:16.666667%;
  }
  .push-sm-3{
    left:25%;
  }
  .push-sm-4{
    left:33.333333%;
  }
  .push-sm-5{
    left:41.666667%;
  }
  .push-sm-6{
    left:50%;
  }
  .push-sm-7{
    left:58.333333%;
  }
  .push-sm-8{
    left:66.666667%;
  }
  .push-sm-9{
    left:75%;
  }
  .push-sm-10{
    left:83.333333%;
  }
  .push-sm-11{
    left:91.666667%;
  }
  .push-sm-12{
    left:100%;
  }
  .offset-sm-0{
    margin-left:0%;
  }
  .offset-sm-1{
    margin-left:8.333333%;
  }
  .offset-sm-2{
    margin-left:16.666667%;
  }
  .offset-sm-3{
    margin-left:25%;
  }
  .offset-sm-4{
    margin-left:33.333333%;
  }
  .offset-sm-5{
    margin-left:41.666667%;
  }
  .offset-sm-6{
    margin-left:50%;
  }
  .offset-sm-7{
    margin-left:58.333333%;
  }
  .offset-sm-8{
    margin-left:66.666667%;
  }
  .offset-sm-9{
    margin-left:75%;
  }
  .offset-sm-10{
    margin-left:83.333333%;
  }
  .offset-sm-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 768px){
  .col-md{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-md-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-md-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-md-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-md-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-md-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-md-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-md-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-md-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-md-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-md-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-md-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-md-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-md-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-md-0{
    right:auto;
  }
  .pull-md-1{
    right:8.333333%;
  }
  .pull-md-2{
    right:16.666667%;
  }
  .pull-md-3{
    right:25%;
  }
  .pull-md-4{
    right:33.333333%;
  }
  .pull-md-5{
    right:41.666667%;
  }
  .pull-md-6{
    right:50%;
  }
  .pull-md-7{
    right:58.333333%;
  }
  .pull-md-8{
    right:66.666667%;
  }
  .pull-md-9{
    right:75%;
  }
  .pull-md-10{
    right:83.333333%;
  }
  .pull-md-11{
    right:91.666667%;
  }
  .pull-md-12{
    right:100%;
  }
  .push-md-0{
    left:auto;
  }
  .push-md-1{
    left:8.333333%;
  }
  .push-md-2{
    left:16.666667%;
  }
  .push-md-3{
    left:25%;
  }
  .push-md-4{
    left:33.333333%;
  }
  .push-md-5{
    left:41.666667%;
  }
  .push-md-6{
    left:50%;
  }
  .push-md-7{
    left:58.333333%;
  }
  .push-md-8{
    left:66.666667%;
  }
  .push-md-9{
    left:75%;
  }
  .push-md-10{
    left:83.333333%;
  }
  .push-md-11{
    left:91.666667%;
  }
  .push-md-12{
    left:100%;
  }
  .offset-md-0{
    margin-left:0%;
  }
  .offset-md-1{
    margin-left:8.333333%;
  }
  .offset-md-2{
    margin-left:16.666667%;
  }
  .offset-md-3{
    margin-left:25%;
  }
  .offset-md-4{
    margin-left:33.333333%;
  }
  .offset-md-5{
    margin-left:41.666667%;
  }
  .offset-md-6{
    margin-left:50%;
  }
  .offset-md-7{
    margin-left:58.333333%;
  }
  .offset-md-8{
    margin-left:66.666667%;
  }
  .offset-md-9{
    margin-left:75%;
  }
  .offset-md-10{
    margin-left:83.333333%;
  }
  .offset-md-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 992px){
  .col-lg{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-lg-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-lg-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-lg-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-lg-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-lg-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-lg-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-lg-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-lg-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-lg-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-lg-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-lg-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-lg-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-lg-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-lg-0{
    right:auto;
  }
  .pull-lg-1{
    right:8.333333%;
  }
  .pull-lg-2{
    right:16.666667%;
  }
  .pull-lg-3{
    right:25%;
  }
  .pull-lg-4{
    right:33.333333%;
  }
  .pull-lg-5{
    right:41.666667%;
  }
  .pull-lg-6{
    right:50%;
  }
  .pull-lg-7{
    right:58.333333%;
  }
  .pull-lg-8{
    right:66.666667%;
  }
  .pull-lg-9{
    right:75%;
  }
  .pull-lg-10{
    right:83.333333%;
  }
  .pull-lg-11{
    right:91.666667%;
  }
  .pull-lg-12{
    right:100%;
  }
  .push-lg-0{
    left:auto;
  }
  .push-lg-1{
    left:8.333333%;
  }
  .push-lg-2{
    left:16.666667%;
  }
  .push-lg-3{
    left:25%;
  }
  .push-lg-4{
    left:33.333333%;
  }
  .push-lg-5{
    left:41.666667%;
  }
  .push-lg-6{
    left:50%;
  }
  .push-lg-7{
    left:58.333333%;
  }
  .push-lg-8{
    left:66.666667%;
  }
  .push-lg-9{
    left:75%;
  }
  .push-lg-10{
    left:83.333333%;
  }
  .push-lg-11{
    left:91.666667%;
  }
  .push-lg-12{
    left:100%;
  }
  .offset-lg-0{
    margin-left:0%;
  }
  .offset-lg-1{
    margin-left:8.333333%;
  }
  .offset-lg-2{
    margin-left:16.666667%;
  }
  .offset-lg-3{
    margin-left:25%;
  }
  .offset-lg-4{
    margin-left:33.333333%;
  }
  .offset-lg-5{
    margin-left:41.666667%;
  }
  .offset-lg-6{
    margin-left:50%;
  }
  .offset-lg-7{
    margin-left:58.333333%;
  }
  .offset-lg-8{
    margin-left:66.666667%;
  }
  .offset-lg-9{
    margin-left:75%;
  }
  .offset-lg-10{
    margin-left:83.333333%;
  }
  .offset-lg-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 1200px){
  .col-xl{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-xl-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-xl-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-xl-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-xl-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-xl-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-xl-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-xl-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-xl-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-xl-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-xl-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-xl-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-xl-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-xl-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-xl-0{
    right:auto;
  }
  .pull-xl-1{
    right:8.333333%;
  }
  .pull-xl-2{
    right:16.666667%;
  }
  .pull-xl-3{
    right:25%;
  }
  .pull-xl-4{
    right:33.333333%;
  }
  .pull-xl-5{
    right:41.666667%;
  }
  .pull-xl-6{
    right:50%;
  }
  .pull-xl-7{
    right:58.333333%;
  }
  .pull-xl-8{
    right:66.666667%;
  }
  .pull-xl-9{
    right:75%;
  }
  .pull-xl-10{
    right:83.333333%;
  }
  .pull-xl-11{
    right:91.666667%;
  }
  .pull-xl-12{
    right:100%;
  }
  .push-xl-0{
    left:auto;
  }
  .push-xl-1{
    left:8.333333%;
  }
  .push-xl-2{
    left:16.666667%;
  }
  .push-xl-3{
    left:25%;
  }
  .push-xl-4{
    left:33.333333%;
  }
  .push-xl-5{
    left:41.666667%;
  }
  .push-xl-6{
    left:50%;
  }
  .push-xl-7{
    left:58.333333%;
  }
  .push-xl-8{
    left:66.666667%;
  }
  .push-xl-9{
    left:75%;
  }
  .push-xl-10{
    left:83.333333%;
  }
  .push-xl-11{
    left:91.666667%;
  }
  .push-xl-12{
    left:100%;
  }
  .offset-xl-0{
    margin-left:0%;
  }
  .offset-xl-1{
    margin-left:8.333333%;
  }
  .offset-xl-2{
    margin-left:16.666667%;
  }
  .offset-xl-3{
    margin-left:25%;
  }
  .offset-xl-4{
    margin-left:33.333333%;
  }
  .offset-xl-5{
    margin-left:41.666667%;
  }
  .offset-xl-6{
    margin-left:50%;
  }
  .offset-xl-7{
    margin-left:58.333333%;
  }
  .offset-xl-8{
    margin-left:66.666667%;
  }
  .offset-xl-9{
    margin-left:75%;
  }
  .offset-xl-10{
    margin-left:83.333333%;
  }
  .offset-xl-11{
    margin-left:91.666667%;
  }
}
@media (min-width: 1440px){
  .col-xxl{
    -ms-flex-preferred-size:0;
    -webkit-flex-basis:0;
    flex-basis:0;
    -ms-flex-positive:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    -webkit-flex-grow:1;
    flex-grow:1;
    max-width:100%;
  }
  .col-xxl-auto{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
  }
  .col-xxl-1{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 8.333333%;
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .col-xxl-2{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 16.666667%;
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .col-xxl-3{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .col-xxl-4{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 33.333333%;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .col-xxl-5{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 41.666667%;
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .col-xxl-6{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .col-xxl-7{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 58.333333%;
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .col-xxl-8{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 66.666667%;
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .col-xxl-9{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .col-xxl-10{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 83.333333%;
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .col-xxl-11{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 91.666667%;
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .col-xxl-12{
    -webkit-box-flex:0;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .pull-xxl-0{
    right:auto;
  }
  .pull-xxl-1{
    right:8.333333%;
  }
  .pull-xxl-2{
    right:16.666667%;
  }
  .pull-xxl-3{
    right:25%;
  }
  .pull-xxl-4{
    right:33.333333%;
  }
  .pull-xxl-5{
    right:41.666667%;
  }
  .pull-xxl-6{
    right:50%;
  }
  .pull-xxl-7{
    right:58.333333%;
  }
  .pull-xxl-8{
    right:66.666667%;
  }
  .pull-xxl-9{
    right:75%;
  }
  .pull-xxl-10{
    right:83.333333%;
  }
  .pull-xxl-11{
    right:91.666667%;
  }
  .pull-xxl-12{
    right:100%;
  }
  .push-xxl-0{
    left:auto;
  }
  .push-xxl-1{
    left:8.333333%;
  }
  .push-xxl-2{
    left:16.666667%;
  }
  .push-xxl-3{
    left:25%;
  }
  .push-xxl-4{
    left:33.333333%;
  }
  .push-xxl-5{
    left:41.666667%;
  }
  .push-xxl-6{
    left:50%;
  }
  .push-xxl-7{
    left:58.333333%;
  }
  .push-xxl-8{
    left:66.666667%;
  }
  .push-xxl-9{
    left:75%;
  }
  .push-xxl-10{
    left:83.333333%;
  }
  .push-xxl-11{
    left:91.666667%;
  }
  .push-xxl-12{
    left:100%;
  }
  .offset-xxl-0{
    margin-left:0%;
  }
  .offset-xxl-1{
    margin-left:8.333333%;
  }
  .offset-xxl-2{
    margin-left:16.666667%;
  }
  .offset-xxl-3{
    margin-left:25%;
  }
  .offset-xxl-4{
    margin-left:33.333333%;
  }
  .offset-xxl-5{
    margin-left:41.666667%;
  }
  .offset-xxl-6{
    margin-left:50%;
  }
  .offset-xxl-7{
    margin-left:58.333333%;
  }
  .offset-xxl-8{
    margin-left:66.666667%;
  }
  .offset-xxl-9{
    margin-left:75%;
  }
  .offset-xxl-10{
    margin-left:83.333333%;
  }
  .offset-xxl-11{
    margin-left:91.666667%;
  }
}
.flex-xs-first{
  -webkit-box-ordinal-group:0;
  -webkit-box-ordinal-group:-1;
  -moz-box-ordinal-group:-1;
  -o-box-ordinal-group:-1;
  -ms-flex-order:-1;
  -webkit-order:-1;
  order:-1;
}
.flex-xs-last{
  -webkit-box-ordinal-group:2;
  -webkit-box-ordinal-group:1;
  -moz-box-ordinal-group:1;
  -o-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.flex-xs-unordered{
  -webkit-box-ordinal-group:1;
  -webkit-box-ordinal-group:0;
  -moz-box-ordinal-group:0;
  -o-box-ordinal-group:0;
  -ms-flex-order:0;
  -webkit-order:0;
  order:0;
}
.flex-items-xs-top{
  -ms-grid-row-align:flex-start;
  -webkit-box-align:start;
  -moz-box-align:start;
  -o-box-align:start;
  -ms-flex-align:start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
}
.flex-items-xs-middle{
  -ms-grid-row-align:center;
  -webkit-box-align:center;
  -moz-box-align:center;
  -o-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}
.flex-items-xs-bottom{
  -ms-grid-row-align:flex-end;
  -webkit-box-align:end;
  -moz-box-align:end;
  -o-box-align:end;
  -ms-flex-align:end;
  -webkit-align-items:flex-end;
  align-items:flex-end;
}
.flex-xs-top{
  -webkit-align-self:flex-start;
  align-self:flex-start;
  -ms-flex-item-align:start;
}
.flex-xs-middle{
  -webkit-align-self:center;
  align-self:center;
  -ms-flex-item-align:center;
}
.flex-xs-bottom{
  -webkit-align-self:flex-end;
  align-self:flex-end;
  -ms-flex-item-align:end;
}
.flex-items-xs-left{
  -webkit-box-pack:start;
  -moz-box-pack:start;
  -o-box-pack:start;
  -ms-flex-pack:start;
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
}
.flex-items-xs-center{
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -o-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
}
.flex-items-xs-right{
  -webkit-box-pack:end;
  -moz-box-pack:end;
  -o-box-pack:end;
  -ms-flex-pack:end;
  -webkit-justify-content:flex-end;
  justify-content:flex-end;
}
.flex-items-xs-around{
  -webkit-box-pack:distribute;
  -moz-box-pack:distribute;
  -o-box-pack:distribute;
  -ms-flex-pack:distribute;
  -webkit-justify-content:space-around;
  justify-content:space-around;
}
.flex-items-xs-between{
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -o-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
@media (min-width: 544px){
  .flex-sm-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-sm-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-sm-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 544px){
  .flex-items-sm-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-sm-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-sm-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 544px){
  .flex-sm-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-sm-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-sm-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 544px){
  .flex-items-sm-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-sm-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-sm-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-sm-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-sm-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 768px){
  .flex-md-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-md-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-md-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 768px){
  .flex-items-md-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-md-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-md-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 768px){
  .flex-md-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-md-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-md-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 768px){
  .flex-items-md-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-md-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-md-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-md-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-md-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 992px){
  .flex-lg-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-lg-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-lg-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 992px){
  .flex-items-lg-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-lg-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-lg-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 992px){
  .flex-lg-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-lg-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-lg-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 992px){
  .flex-items-lg-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-lg-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-lg-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-lg-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-lg-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
@media (min-width: 1200px){
  .flex-xl-first{
    -webkit-box-ordinal-group:0;
    -webkit-box-ordinal-group:-1;
    -moz-box-ordinal-group:-1;
    -o-box-ordinal-group:-1;
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1;
  }
  .flex-xl-last{
    -webkit-box-ordinal-group:2;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -o-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .flex-xl-unordered{
    -webkit-box-ordinal-group:1;
    -webkit-box-ordinal-group:0;
    -moz-box-ordinal-group:0;
    -o-box-ordinal-group:0;
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
}
@media (min-width: 1200px){
  .flex-items-xl-top{
    -ms-grid-row-align:flex-start;
    -webkit-box-align:start;
    -moz-box-align:start;
    -o-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
  }
  .flex-items-xl-middle{
    -ms-grid-row-align:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    -o-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .flex-items-xl-bottom{
    -ms-grid-row-align:flex-end;
    -webkit-box-align:end;
    -moz-box-align:end;
    -o-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
}
@media (min-width: 1200px){
  .flex-xl-top{
    -webkit-align-self:flex-start;
    align-self:flex-start;
    -ms-flex-item-align:start;
  }
  .flex-xl-middle{
    -webkit-align-self:center;
    align-self:center;
    -ms-flex-item-align:center;
  }
  .flex-xl-bottom{
    -webkit-align-self:flex-end;
    align-self:flex-end;
    -ms-flex-item-align:end;
  }
}
@media (min-width: 1200px){
  .flex-items-xl-left{
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -o-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
  }
  .flex-items-xl-center{
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -o-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
  }
  .flex-items-xl-right{
    -webkit-box-pack:end;
    -moz-box-pack:end;
    -o-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
  }
  .flex-items-xl-around{
    -webkit-box-pack:distribute;
    -moz-box-pack:distribute;
    -o-box-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    justify-content:space-around;
  }
  .flex-items-xl-between{
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -o-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
}
html{
  position:relative;
  min-height:100%;
}
@media print{
  *{
    overflow:visible !important;
  }
}
@media (max-width: 360px){
  .xs-min-width{
    min-width:360px;
  }
}
.max-text-width{
  max-width:720px;
}
.max-alert-modal-width{
  max-width:560px;
}
.center-bg{
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.top-bg{
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-position:top;
  background-repeat:no-repeat;
}
.block{
  background-color:#e3e4e5;
  color:#e3e4e5;
}
.block-text-bg{
  color:#f5f7fa;
}
.active-link{
  font-weight:bold;
  color:#4281ba;
  border-bottom:2px solid #4281ba;
  padding-bottom:0.5rem;
}
.border-radius-50{
  border-radius:50%;
}
.color-primary{
  color:#4a89dc;
}
.color-accent{
  color:#3bafda;
}
.text-primary{
  color:#363b42;
}
.text-primary-dark{
  color:#fff;
}
.text-secondary{
  color:#6e767f;
}
.text-secondary-dark{
  color:#e3e4e5;
}
.bg-white{
  background-color:#fff;
}
.bg-primary{
  background-color:#4a89dc;
}
.bg-dark-primary{
  background-color:#4281ba;
}
.bg-light-primary{
  background-color:#95ccef;
}
.bg-accent{
  background-color:#3bafda;
}
.bg-info{
  background-color:#4a89dc;
}
.color-info{
  color:#4a89dc;
}
.color-danger{
  color:#da4453;
}
.bg-gray{
  background-color:#f5f5f5;
}
.bg-light{
  background-color:#fdfeff;
}
.bg-dark{
  background-color:#363b42;
}
.color-white{
  color:#fff;
}
.color-black{
  color:#000;
}
.border-a{
  border:1px solid #e3e4e5;
}
.border-bottom{
  border-bottom:1px solid #e3e4e5;
}
.border-top{
  border-top:1px solid #e3e4e5;
}
.list-style-none{
  list-style:none;
}
.row-margin{
  margin-left:-12px;
  margin-right:-12px;
}
.m-p-0{
  margin:0;
  padding:0;
}
.pos-relative{
  position:relative;
}
.m-t-auto{
  margin-top:auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
  max-width:100%;
}
.font-xxl{
  font-size:4rem;
}
.font-xl{
  font-size:2.5rem;
}
.font-lg{
  font-size:1.5rem;
}
.font-md{
  font-size:1rem;
}
.font-sm{
  font-size:0.9rem;
}
.font-xs{
  font-size:0.8rem;
}
.pos-vertical-center{
  position:relative;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.absolute-center{
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  border:1px dashed #ff1493;
}
.clearfix::after{
  content:"";
  display:table;
  clear:both;
}
.d-block{
  display:block !important;
}
.d-inline-block{
  display:inline-block !important;
}
.d-inline{
  display:inline !important;
}
.pull-xs-left{
  float:left !important;
}
.pull-xs-right{
  float:right !important;
}
.pull-xs-none{
  float:none !important;
}
@media (min-width: 544px){
  .pull-sm-left{
    float:left !important;
  }
  .pull-sm-right{
    float:right !important;
  }
  .pull-sm-none{
    float:none !important;
  }
}
@media (min-width: 768px){
  .pull-md-left{
    float:left !important;
  }
  .pull-md-right{
    float:right !important;
  }
  .pull-md-none{
    float:none !important;
  }
}
@media (min-width: 992px){
  .pull-lg-left{
    float:left !important;
  }
  .pull-lg-right{
    float:right !important;
  }
  .pull-lg-none{
    float:none !important;
  }
}
@media (min-width: 1200px){
  .pull-xl-left{
    float:left !important;
  }
  .pull-xl-right{
    float:right !important;
  }
  .pull-xl-none{
    float:none !important;
  }
}
.overflow-hidden{
  overflow:hidden;
}
.sr-only-focusable:active,
.sr-only-focusable:focus{
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
}
.w-100{
  width:100% !important;
}
.h-100{
  height:100%;
}
.m-x-auto{
  margin-right:auto !important;
  margin-left:auto !important;
}
.m-a-0{
  margin:0 0 !important;
}
.m-t-0{
  margin-top:0 !important;
}
.m-r-0{
  margin-right:0 !important;
}
.m-b-0{
  margin-bottom:0 !important;
}
.m-l-0{
  margin-left:0 !important;
}
.m-x-0{
  margin-right:0 !important;
  margin-left:0 !important;
}
.m-y-0{
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.m-a-1s{
  margin:0.5rem 0.5rem !important;
}
.m-t-1s{
  margin-top:0.5rem !important;
}
.m-r-1s{
  margin-right:0.5rem !important;
}
.m-b-1s{
  margin-bottom:0.5rem !important;
}
.m-l-1s{
  margin-left:0.5rem !important;
}
.m-x-1s{
  margin-right:0.5rem !important;
  margin-left:0.5rem !important;
}
.m-y-1s{
  margin-top:0.5rem !important;
  margin-bottom:0.5rem !important;
}
.m-a-1{
  margin:1rem 1rem !important;
}
.m-t-1{
  margin-top:1rem !important;
}
.m-r-1{
  margin-right:1rem !important;
}
.m-b-1{
  margin-bottom:1rem !important;
}
.m-l-1{
  margin-left:1rem !important;
}
.m-x-1{
  margin-right:1rem !important;
  margin-left:1rem !important;
}
.m-y-1{
  margin-top:1rem !important;
  margin-bottom:1rem !important;
}
.m-a-2{
  margin:1.5rem 1.5rem !important;
}
.m-t-2{
  margin-top:1.5rem !important;
}
.m-r-2{
  margin-right:1.5rem !important;
}
.m-b-2{
  margin-bottom:1.5rem !important;
}
.m-l-2{
  margin-left:1.5rem !important;
}
.m-x-2{
  margin-right:1.5rem !important;
  margin-left:1.5rem !important;
}
.m-y-2{
  margin-top:1.5rem !important;
  margin-bottom:1.5rem !important;
}
.m-a-3{
  margin:3rem 3rem !important;
}
.m-t-3{
  margin-top:3rem !important;
}
.m-r-3{
  margin-right:3rem !important;
}
.m-b-3{
  margin-bottom:3rem !important;
}
.m-l-3{
  margin-left:3rem !important;
}
.m-x-3{
  margin-right:3rem !important;
  margin-left:3rem !important;
}
.m-y-3{
  margin-top:3rem !important;
  margin-bottom:3rem !important;
}
.p-a-0{
  padding:0 0 !important;
}
.p-t-0{
  padding-top:0 !important;
}
.p-r-0{
  padding-right:0 !important;
}
.p-b-0{
  padding-bottom:0 !important;
}
.p-l-0{
  padding-left:0 !important;
}
.p-x-0{
  padding-right:0 !important;
  padding-left:0 !important;
}
.p-y-0{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.p-a-1s{
  padding:0.5rem 0.5rem !important;
}
.p-t-1s{
  padding-top:0.5rem !important;
}
.p-r-1s{
  padding-right:0.5rem !important;
}
.p-b-1s{
  padding-bottom:0.5rem !important;
}
.p-l-1s{
  padding-left:0.5rem !important;
}
.p-x-1s{
  padding-right:0.5rem !important;
  padding-left:0.5rem !important;
}
.p-y-1s{
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important;
}
.p-a-1{
  padding:1rem 1rem !important;
}
.p-t-1{
  padding-top:1rem !important;
}
.p-r-1{
  padding-right:1rem !important;
}
.p-b-1{
  padding-bottom:1rem !important;
}
.p-l-1{
  padding-left:1rem !important;
}
.p-x-1{
  padding-right:1rem !important;
  padding-left:1rem !important;
}
.p-y-1{
  padding-top:1rem !important;
  padding-bottom:1rem !important;
}
.p-a-2{
  padding:1.5rem 1.5rem !important;
}
.p-t-2{
  padding-top:1.5rem !important;
}
.p-r-2{
  padding-right:1.5rem !important;
}
.p-b-2{
  padding-bottom:1.5rem !important;
}
.p-l-2{
  padding-left:1.5rem !important;
}
.p-x-2{
  padding-right:1.5rem !important;
  padding-left:1.5rem !important;
}
.p-y-2{
  padding-top:1.5rem !important;
  padding-bottom:1.5rem !important;
}
.p-a-3{
  padding:3rem 3rem !important;
}
.p-t-3{
  padding-top:3rem !important;
}
.p-r-3{
  padding-right:3rem !important;
}
.p-b-3{
  padding-bottom:3rem !important;
}
.p-l-3{
  padding-left:3rem !important;
}
.p-x-3{
  padding-right:3rem !important;
  padding-left:3rem !important;
}
.p-y-3{
  padding-top:3rem !important;
  padding-bottom:3rem !important;
}
.pos-f-t{
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030;
}
.text-justify{
  text-align:justify !important;
}
.text-nowrap{
  white-space:nowrap !important;
}
.text-truncate{
  overflow:hidden;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.text-xs-left{
  text-align:left !important;
}
.text-xs-right{
  text-align:right !important;
}
.text-xs-center{
  text-align:center !important;
}
@media (min-width: 544px){
  .text-sm-left{
    text-align:left !important;
  }
  .text-sm-right{
    text-align:right !important;
  }
  .text-sm-center{
    text-align:center !important;
  }
}
@media (min-width: 768px){
  .text-md-left{
    text-align:left !important;
  }
  .text-md-right{
    text-align:right !important;
  }
  .text-md-center{
    text-align:center !important;
  }
}
@media (min-width: 992px){
  .text-lg-left{
    text-align:left !important;
  }
  .text-lg-right{
    text-align:right !important;
  }
  .text-lg-center{
    text-align:center !important;
  }
}
@media (min-width: 1200px){
  .text-xl-left{
    text-align:left !important;
  }
  .text-xl-right{
    text-align:right !important;
  }
  .text-xl-center{
    text-align:center !important;
  }
}
.text-lowercase{
  text-transform:lowercase !important;
}
.text-uppercase{
  text-transform:uppercase !important;
}
.text-capitalize{
  text-transform:capitalize !important;
}
.text-decoration-none{
  text-decoration:none;
}
.font-weight-normal{
  font-weight:normal;
}
.font-weight-bold{
  font-weight:bold;
}
.font-italic{
  font-style:italic;
}
.text-hide{
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
}
.text-muted{
  color:#687075 !important;
}
a.text-muted:focus,
a.text-muted:hover{
  color:#687077 !important;
}
a.text-primary:focus,
a.text-primary:hover{
  color:#025aa5 !important;
}
.text-success{
  color:#5cb85c !important;
}
a.text-success:focus,
a.text-success:hover{
  color:#449d44 !important;
}
.text-info{
  color:#5bc0de !important;
}
a.text-info:focus,
a.text-info:hover{
  color:#31b0d5 !important;
}
.text-warning{
  color:#f0ad4e !important;
}
a.text-warning:focus,
a.text-warning:hover{
  color:#ec971f !important;
}
.text-danger{
  color:#d9534f !important;
}
a.text-danger:focus,
a.text-danger:hover{
  color:#c9302c !important;
}
.text-gray-dark{
  color:#373a3c !important;
}
a.text-gray-dark:focus,
a.text-gray-dark:hover{
  color:#1f2021 !important;
}
.invisible{
  visibility:hidden !important;
}
.hidden-xs-up{
  display:none !important;
}
@media (max-width: 575px){
  .hidden-xs-down{
    display:none !important;
  }
}
@media (min-width: 576px){
  .hidden-sm-up{
    display:none !important;
  }
}
@media (max-width: 767px){
  .hidden-sm-down{
    display:none !important;
  }
}
@media (min-width: 768px){
  .hidden-md-up{
    display:none !important;
  }
}
@media (max-width: 991px){
  .hidden-md-down{
    display:none !important;
  }
}
@media (min-width: 992px){
  .hidden-lg-up{
    display:none !important;
  }
}
@media (max-width: 1167px){
  .hidden-lg-down{
    display:none !important;
  }
}
@media (min-width: 1168px){
  .hidden-xl-up{
    display:none !important;
  }
}
@media (max-width: 1407px){
  .hidden-xll-down{
    display:none !important;
  }
}
@media (min-width: 1408px){
  .hidden-xll-up{
    display:none !important;
  }
}
@font-face{
  font-family:'OpenSans-Light';
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.eot");
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.eot?#iefix") format('embedded-opentype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.woff2") format('woff2'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.woff") format('woff'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.ttf") format('truetype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.svg#OpenSans-Light") format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'OpenSans';
  font-style:normal;
  font-weight:300;
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.eot");
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.eot?#iefix") format('embedded-opentype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.woff2") format('woff2'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.woff") format('woff'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.ttf") format('truetype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.svg#OpenSans-Light") format('svg');
}
@font-face{
  font-family:'OpenSans';
  font-style:normal;
  font-weight:400;
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.eot");
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.eot?#iefix") format('embedded-opentype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.woff2") format('woff2'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.woff") format('woff'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.ttf") format('truetype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.svg#OpenSans-Regular") format('svg');
}
@font-face{
  font-family:'OpenSans';
  font-style:normal;
  font-weight:600;
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Semibold.eot");
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Semibold.eot?#iefix") format('embedded-opentype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Semibold.woff2") format('woff2'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Semibold.woff") format('woff'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Semibold.ttf") format('truetype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Semibold.svg#OpenSans-Semibold") format('svg');
}
@font-face{
  font-family:'OpenSans';
  font-style:normal;
  font-weight:700;
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Bold.eot");
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Bold.eot?#iefix") format('embedded-opentype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Bold.woff2") format('woff2'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Bold.woff") format('woff'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Bold.ttf") format('truetype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Bold.svg#OpenSans-Bold") format('svg');
}
@font-face{
  font-family:'Merriweather-Light';
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/merriweather/Merriweather-Light.eot");
  src:url("https://d3njjcbhbojbot.cloudfront.net/web/type/merriweather/Merriweather-Light.eot") format('embedded-opentype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/merriweather/Merriweather-Light.woff") format('woff'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/merriweather/Merriweather-Light.ttf") format('truetype'), url("https://d3njjcbhbojbot.cloudfront.net/web/type/merriweather/Merriweather-Light.svg") format('svg');
}
*{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
body{
  font-family:OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading{
  font-family:'OpenSans-light', Arial, sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  margin-bottom:0.5rem;
}
h1,
.h1{
  font-size:3rem;
  line-height:3.75rem;
}
h2,
.h2{
  font-size:2.125rem;
  line-height:2.625rem;
}
h3,
.h3{
  font-size:1.5rem;
  line-height:1.875rem;
}
h4,
.h4{
  font-size:1.25rem;
  line-height:1.5rem;
}
h5,
.h5{
  font-size:0.875rem;
  line-height:1rem;
}
h6,
.h6{
  font-size:0.75rem;
  line-height:0.9rem;
}
.body{
  font-size:0.875rem;
  line-height:1.5rem;
}
.caption{
  font-size:0.75rem;
  line-height:1.125rem;
}
.label{
  font-weight:bold;
  font-size:0.75rem;
  line-height:1.125rem;
  text-transform:uppercase;
}
.display{
  font-family:'Merriweather-Light', Georgia, serif;
}
.bold{
  font-family:'OpenSans', Arial, sans-serif;
  font-weight:bold;
}
.hide{
  display:none;
}
.rc-Modal{
  z-index:10000;
  color:#363b42;
}
.rc-Modal .c-modal-x-out{
  top:8px !important;
  right:16px !important;
}
.vjs-control,
.vjs-button{
  background:transparent;
  border:none;
}
.text-decoration-none:hover{
  text-decoration:none !important;
}
.max-width-980{
  max-width:980px;
}
table > caption{
  caption-side:top !important;
}
.twitter-typeahead{
  width:100%;
}
.c-search-menu{
  background-color:#fff;
  border:1px solid rgba(0,0,0,0.12);
  margin-top:-11px;
  width:50%;
}
@media (max-width: 767px){
  .c-search-menu{
    width:100%;
  }
}
.c-search-cursor,
.c-search-suggestion:hover{
  cursor:pointer;
  background-color:rgba(0,0,0,0.05);
}
.c-search-suggestion{
  padding:10px;
}
.rc-EnrollPromoBanner{
  height:70px;
  -webkit-transition:all 400ms;
  -moz-transition:all 400ms;
  -o-transition:all 400ms;
  -ms-transition:all 400ms;
  transition:all 400ms;
  position:relative;
  display:none;
}
.rc-EnrollPromoBanner .gradient-background{
  background:-webkit-linear-gradient(left top, #b3dd87, #60caad);
  background:-moz-linear-gradient(left top, #b3dd87, #60caad);
  background:-o-linear-gradient(left top, #b3dd87, #60caad);
  background:-ms-linear-gradient(left top, #b3dd87, #60caad);
  background:linear-gradient(to right bottom, #b3dd87, #60caad);
}
.rc-EnrollPromoBanner .banner{
  position:relative;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-position:center center;
  height:100%;
}
.rc-EnrollPromoBanner .inner-section{
  width:920px;
  height:70px;
  margin:0 auto;
  padding:12px 0;
}
@media (max-width: 1199px){
  .rc-EnrollPromoBanner .inner-section{
    width:100%;
    margin:0 20px;
  }
}
@media screen and (max-width: 920px){
  .rc-EnrollPromoBanner .inner-section{
    padding:12px;
  }
  .rc-EnrollPromoBanner .inner-section .cta-link,
  .rc-EnrollPromoBanner .inner-section .description{
    font-size:14px;
  }
}
.rc-EnrollPromoBanner .cta-link{
  margin-left:12px;
}
.rc-EnrollPromoBanner .cta-link.light{
  color:#fff;
}
.rc-EnrollPromoBanner .cta-link.dark{
  color:rgba(0,0,0,0.8);
}
.rc-EnrollPromoBanner .cta-link:hover,
.rc-EnrollPromoBanner .cta-link:active,
.rc-EnrollPromoBanner .cta-link:focus{
  background:none;
  text-decoration:none;
}
.rc-EnrollPromoBanner .button-chevron-right{
  border-radius:14px;
  display:inline-block;
  vertical-align:bottom;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  padding:2px;
  margin-left:12px;
}
.rc-EnrollPromoBanner .button-chevron-right.chevron-light{
  border:1px solid #fff;
  fill:#fff;
}
.rc-EnrollPromoBanner .button-chevron-right.chevron-dark{
  border:1px solid rgba(0,0,0,0.8);
  fill:rgba(0,0,0,0.8);
}
.rc-EnrollPromoBanner .description{
  margin:0;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -o-box-flex:1;
  -ms-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
  font-family:'OpenSans-Semibold', Arial, sans-serif;
}
.rc-EnrollPromoBanner .description.light{
  color:#fff;
}
.rc-EnrollPromoBanner .description.dark{
  color:rgba(0,0,0,0.8);
}
.rc-EnrollPromoBanner .secondary{
  background:#fff;
}
.rc-EnrollPromoBanner .description-text{
  display:inline-block;
  vertical-align:text-bottom;
}
.rc-EnrollPromoBanner .info-pill{
  display:inline-block;
  margin-right:12px;
  padding:4px 12px;
  border-radius:14px;
  background:-webkit-linear-gradient(left top, #d14700, #c74300);
  background:-moz-linear-gradient(left top, #d14700, #c74300);
  background:-o-linear-gradient(left top, #d14700, #c74300);
  background:-ms-linear-gradient(left top, #d14700, #c74300);
  background:linear-gradient(to right bottom, #d14700, #c74300);
  color:#fff;
  text-transform:uppercase;
  font-size:11px;
  font-family:'OpenSans', Arial, sans-serif;
  font-weight:bold;
}
.rc-EnrollPromoBanner .cta-link,
.rc-EnrollPromoBanner .description{
  font-size:16px;
  line-height:18px;
}
.rc-EnrollPromoBanner .regular-overlay{
  width:100%;
  height:100%;
}
.rc-EnrollPromoBanner .expanded-overlay{
  position:absolute;
  top:0;
  height:350px;
  width:100%;
  -webkit-transform:translate(0, -280px);
  -moz-transform:translate(0, -280px);
  -o-transform:translate(0, -280px);
  -ms-transform:translate(0, -280px);
  transform:translate(0, -280px);
  -webkit-transition:opacity 400ms linear 600ms, -webkit-transform 400ms, z-index 400ms linear 600ms;
  -moz-transition:opacity 400ms linear 600ms, -moz-transform 400ms, z-index 400ms linear 600ms;
  -o-transition:opacity 400ms linear 600ms, -o-transform 400ms, z-index 400ms linear 600ms;
  -ms-transition:opacity 400ms linear 600ms, -ms-transform 400ms, z-index 400ms linear 600ms;
  transition:opacity 400ms linear 600ms, transform 400ms, z-index 400ms linear 600ms;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  z-index:-1;
}
.rc-EnrollPromoBanner .expanded-description{
  font-family:'OpenSans-light', Arial, sans-serif;
  font-size:40px;
  line-height:50px;
  text-align:center;
  max-width:720px;
}
.rc-EnrollPromoBanner .expanded-description.light{
  color:#fff;
}
.rc-EnrollPromoBanner .expanded-description.dark{
  color:rgba(0,0,0,0.8);
}
.rc-EnrollPromoBanner .cta-button{
  margin-top:8px;
}
.rc-EnrollPromoBanner.shown{
  display:block;
  overflow:hidden;
}
.rc-EnrollPromoBanner.shown.with-overflow{
  overflow:visible;
}
@media (max-width: 767px){
  .rc-EnrollPromoBanner.shown{
    display:none;
  }
}
.rc-EnrollPromoBanner.expanded{
  overflow:visible;
}
.rc-EnrollPromoBanner.expanded .regular-overlay{
  visibility:hidden;
}
.rc-EnrollPromoBanner.expanded .expanded-overlay{
  -webkit-transform:translate(0, 0);
  -moz-transform:translate(0, 0);
  -o-transform:translate(0, 0);
  -ms-transform:translate(0, 0);
  transform:translate(0, 0);
  -webkit-transition:opacity 0s, z-index 0s;
  -moz-transition:opacity 0s, z-index 0s;
  -o-transition:opacity 0s, z-index 0s;
  -ms-transition:opacity 0s, z-index 0s;
  transition:opacity 0s, z-index 0s;
  opacity:1;
  -ms-filter:none;
  filter:none;
  z-index:1;
}
.rc-MobilePromoBannerTop .header-padder{
  width:100vw;
  height:72px;
}
.rc-MobilePromoBannerTop .fixed-floater{
  position:fixed;
  top:0;
  height:72px;
  width:100vw;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,0.255);
  -webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.255);
  box-shadow:0 0 8px 0 rgba(0,0,0,0.255);
  z-index:10000;
}
.rc-MobilePromoBannerTop .banner-button{
  width:100%;
  height:100%;
  cursor:pointer;
  background:rgba(0,0,0,0.1);
}
.rc-MobilePromoBannerTop .app-logo{
  height:48px;
  width:48px;
  margin-top:12px;
  margin-left:40px;
  border-radius:4px;
}
.rc-MobilePromoBannerTop .app-info{
  text-align:left;
  margin-top:12px;
  margin-left:12px;
}
.rc-MobilePromoBannerTop .app-name{
  margin-top:2px;
  margin-bottom:4px;
}
.rc-MobilePromoBannerTop .promo-dismiss-button{
  cursor:pointer;
  position:absolute;
  left:12px;
  top:24px;
  min-width:12px;
  min-height:12px;
}
.rc-MobilePromoBannerTop .ratings-section{
  margin-bottom:0;
}
.rc-MobilePromoBannerTop .cta-box{
  position:absolute;
  right:16px;
  bottom:24px;
  height:28px;
  width:60px;
  color:#000;
  background:#ffd700;
  border-radius:4px;
  border:1px solid #f5a623;
}
.rc-MobilePromoBannerTop .cif-close{
  font-size:12px;
  color:rgba(0,0,0,0.45);
}
.rc-MobilePromoBannerBottom{
  position:fixed;
  bottom:0;
  height:100px;
  width:100vw;
  background:#fff;
  border-top:1px solid rgba(0,0,0,0.255);
  -webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.255);
  box-shadow:0 0 8px 0 rgba(0,0,0,0.255);
  z-index:10000;
}
.rc-MobilePromoBannerBottom .banner-button{
  width:100%;
  height:100%;
  cursor:pointer;
}
.rc-MobilePromoBannerBottom .app-logo{
  height:48px;
  width:48px;
  margin-top:16px;
  margin-left:32px;
  border-radius:4px;
}
.rc-MobilePromoBannerBottom .app-info{
  text-align:left;
  margin-top:16px;
  margin-left:12px;
}
.rc-MobilePromoBannerBottom .app-name{
  margin-top:2px;
  margin-bottom:4px;
}
.rc-MobilePromoBannerBottom .promo-dismiss-button{
  cursor:pointer;
  position:absolute;
  right:12px;
  top:12px;
  min-width:12px;
  min-height:12px;
}
.rc-MobilePromoBannerBottom .ratings-section{
  margin-bottom:16px;
}
.rc-MobilePromoBannerBottom .cta-box{
  position:absolute;
  bottom:12px;
  right:16px;
  height:28px;
  width:80px;
  color:#fff;
  background:#2a73cc;
  border-radius:4px;
}
.rc-MobilePromoBannerBottom .cif-close{
  font-size:12px;
  color:rgba(0,0,0,0.255);
}
.rc-MobilePromoRatings .stars{
  color:#f5a623;
}
.rc-MobilePromoRatings .review-count{
  margin-left:8px;
}
.rc-MobilePromoWall{
  position:fixed;
  top:0;
  width:100vw;
  height:200vh;
  z-index:1050;
  background:#232323;
  cursor:pointer;
}
.rc-MobilePromoWall .promo-dismiss-button{
  cursor:pointer;
  float:right;
  font-size:18px;
  padding:5px;
  color:#fff;
  margin:0.5em;
}
.rc-MobilePromoWall:hover{
  text-decoration:none;
}
.rc-MobilePromoWall .promo-text,
.rc-MobilePromoWall .promo-device{
  position:relative;
}
.rc-MobilePromoWall .promo-text .call-to-action{
  margin-top:30%;
  font-family:SofiaProMedium, SofiaPro, sans-serif;
  font-size:20px;
  color:#fff;
  text-transform:uppercase;
}
.rc-MobilePromoWall .promo-text .reason-for-action{
  margin:0.5em;
  opacity:0.69;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";
  filter:alpha(opacity=69);
  font-family:HelveticaNeue, sans-serif;
  font-size:15px;
  color:#fff;
}
.rc-MobilePromoWall .promo-text p{
  text-align:center;
}
.rc-MobilePromoWall .promo-text .open-in-app{
  display:block;
  margin:2em auto;
  max-width:50%;
  min-width:20em;
  padding:1em 3em;
  border-radius:2px;
  border:none;
  background:#4285f4;
  color:#fff;
  font-family:HelveticaNeue-Medium, sans-serif;
  font-size:14px;
  line-height:16px;
  text-transform:uppercase;
}
.rc-MobilePromoWall .promo-device{
  width:60%;
  margin:0 auto;
  display:block;
  text-align:center;
}
.rc-MobilePromoWall .promo-device .promo-device-photo{
  max-width:190px;
}
@media screen and (max-device-width: 480px){
  .rc-MobilePromoWall .promo-device-photo{
    max-width:190px;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape){
  .rc-MobilePromoWall .promo-text{
    width:45%;
    float:right;
  }
  .rc-MobilePromoWall .promo-device{
    width:45%;
    float:left;
    text-align:right;
    padding-right:20px;
    padding-top:10px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
  .rc-MobilePromoWall .promo-device{
    width:700px;
  }
  .rc-MobilePromoWall .promo-device .promo-device-photo{
    max-width:100%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  .rc-MobilePromoWall .promo-text .call-to-action{
    margin-top:15%;
  }
}
.rc-MobilePromoOption .banner-tg-leave{
  opacity:1;
  -ms-filter:none;
  filter:none;
}
.rc-MobilePromoOption .banner-tg-leave-active{
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  -webkit-transition:opacity 350ms ease-in;
  -moz-transition:opacity 350ms ease-in;
  -o-transition:opacity 350ms ease-in;
  -ms-transition:opacity 350ms ease-in;
  transition:opacity 350ms ease-in;
}
.c-search-catalog-input{
  font-size:14px;
  width:100%;
  background-color:#fff;
}
.c-search-catalog-input.c-search-hint{
  color:transparent;
}
.screen-reader-text{
  position:absolute;
  display:block;
  visibility:visible;
  overflow:hidden;
  width:1px;
  height:1px;
  margin:-1px;
  border:0;
  padding:0;
  clip-path:polygon(0 0, 0 0, 0 0, 0 0);
}
.c-ph-search-bar{
  position:relative;
  line-height:40px;
  border:1px solid #d9d9d9;
}
.c-ph-search-bar.c-has-catalog-button .c-search-form{
  margin-left:90px;
  width:calc(100% - 90px);
}
.c-ph-search-bar .c-ph-search-wrapper{
  margin:0;
  text-align:left;
  position:relative;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-form{
  margin-bottom:0;
  display:inline-block;
}
.c-ph-search-bar .c-ph-search-wrapper button.button-link{
  color:#757575;
  width:100%;
  height:100%;
  background-color:#fafafa;
}
.c-ph-search-bar .c-ph-search-wrapper button.button-link:hover,
.c-ph-search-bar .c-ph-search-wrapper button.button-link:focus{
  background-color:#ededed;
}
.c-ph-search-bar .c-ph-search-wrapper .c-catalog-button{
  background-color:#fafafa;
  border-right:1px solid #d9d9d9;
  cursor:pointer;
  display:inline-block;
  line-height:40px;
  overflow:hidden;
  position:absolute;
  text-align:center;
  text-decoration:none;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:90px;
}
.c-ph-search-bar .c-ph-search-wrapper .c-catalog-button:hover,
.c-ph-search-bar .c-ph-search-wrapper .c-catalog-button:focus{
  background-color:#e6e9ed;
}
.c-ph-search-bar .c-ph-search-wrapper .c-catalog-button:active{
  font-weight:600;
}
.c-ph-search-bar .c-ph-search-wrapper .c-catalog-button .c-catalog-icon{
  margin-right:6px;
  margin-left:8px;
  margin-top:-2px;
  vertical-align:middle;
  font-size:16px;
}
.c-ph-search-bar .c-ph-search-wrapper .c-catalog-button .c-catalog-dropdown-icon{
  margin-left:8px;
  margin-top:-2px;
  vertical-align:middle;
  font-size:16px;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-icon-wrapper{
  width:40px;
  height:40px;
  position:absolute;
  right:0px;
  top:0px;
  cursor:pointer;
  border-left:1px solid #d9d9d9;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input{
  font-size:14px;
  width:100%;
  height:40px;
  color:#000;
  background-color:#fff;
  border:none;
  outline:none;
  padding:0 48px 0 8px;
  margin:0;
  font-weight:800;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input::placeholder{
  color:#757575;
  opacity:1;
  -ms-filter:none;
  filter:none;
  font-weight:400;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input:focus{
  background-color:#fff;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input:focus::-webkit-input-placeholder{
  color:transparent;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input:focus:-moz-placeholder{
  color:transparent;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input:focus::-moz-placeholder{
  color:transparent;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input:focus:-ms-input-placeholder{
  color:transparent;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-catalog-input.c-search-hint{
  color:#cecece;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-menu{
  width:calc(100% + 2px);
  left:-1px !important;
  margin-top:5px;
  z-index:101 !important;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-menu .c-search-suggestion{
  line-height:20px;
  color:#b4b4b4;
  padding:10px;
  font-weight:800;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-menu .c-search-suggestion .c-search-highlight{
  color:#757575;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-menu .c-search-suggestion:hover{
  background:#f5f7fa;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-icon{
  position:absolute;
  right:12px;
  top:11px;
  font-size:16px;
  cursor:pointer;
  color:#333;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-icon:active{
  font-weight:bolder;
}
.c-ph-search-bar .c-ph-search-wrapper .c-search-input-container .c-search-icon .c-search-submit{
  position:absolute;
  width:100%;
  left:-1px;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
}
.rc-Modal.layer .c-modal-overlay,
.c-user-modal-overlay{
  background-color:rgba(0,0,0,0.83);
}
.c-user-modal,
.rc-AuthenticationModal .c-user-modal-content{
  background-color:#f5f5f5;
}
.c-user-modal .c-user-modal-content h2,
.c-user-modal .c-user-modal-content input,
.c-user-modal .c-user-modal-footer a,
.rc-AuthenticationModal .c-user-modal-content h2,
.rc-AuthenticationModal .c-user-modal-content input,
.rc-AuthenticationModal .caption-text a{
  color:rgba(0,0,0,0.87);
}
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-footer,
.rc-AuthenticationModal .c-user-modal-content{
  color:rgba(0,0,0,0.54);
}
.c-user-modal header,
.c-user-modal header a.active,
.c-user-modal header a:hover,
.c-user-modal header a:focus,
.c-user-modal header a:active,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.rc-AuthenticationModal .rc-AuthenticationModal-content header,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a.active,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a:hover,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a:focus,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a:active,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-inline{
  color:#fff;
}
.c-user-modal header a,
.c-user-modal .c-user-modal-close,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a,
.rc-AuthenticationModal .c-user-modal-close{
  color:rgba(255,255,255,0.7);
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button:disabled,
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button:disabled{
  color:rgba(255,255,255,0.3);
}
.c-user-modal,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.tooltip.left .tooltip-inner,
.rc-AuthenticationModal .c-user-modal-content,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-inline{
  border-radius:4px;
}
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.c-user-modal .c-user-modal-content .c-user-modal-controls,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-help-text,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-controls{
  border-radius:2px;
}
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-footer a,
.rc-AuthenticationModal .rc-AuthenticationModal-content header,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a,
.rc-AuthenticationModal .c-user-modal-content{
  font-weight:500;
}
.c-user-modal .c-user-modal-content h2,
.rc-AuthenticationModal .c-user-modal-content h2{
  font-size:24px;
  line-height:32px;
}
.c-user-modal .c-user-modal-close,
.rc-AuthenticationModal .c-user-modal-close{
  font-size:20px;
  line-height:24px;
}
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-content input,
.rc-AuthenticationModal .rc-AuthenticationModal-content header,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a,
.rc-AuthenticationModal .c-user-modal-content,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-icon,
.rc-AuthenticationModal .c-user-modal-content input,
.rc-HumanCenteredBanner .c-search-menu{
  font-size:14px;
  line-height:20px;
}
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.c-user-modal .c-user-modal-footer,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-help-text,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-inline{
  font-size:12px;
  line-height:14px;
}
.c-user-modal .c-user-modal-divider,
.rc-AuthenticationModal .c-user-modal-divider{
  margin-top:8px;
  margin-bottom:8px;
}
.c-user-modal .c-user-modal-content h2,
.c-user-modal .c-user-modal-content p,
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.rc-AuthenticationModal .c-user-modal-content h2,
.rc-AuthenticationModal .c-user-modal-content p,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-help-text{
  margin-top:0;
  margin-bottom:16px;
}
.c-user-modal .c-user-modal-content .c-user-modal-error-icon,
.c-user-modal .c-user-modal-content input,
.c-user-modal .c-user-modal-content form,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-icon,
.rc-AuthenticationModal .c-user-modal-content input,
.rc-AuthenticationModal .c-user-modal-content form{
  margin:0;
}
body.c-phoenix-modal-open{
  overflow:hidden;
}
.rc-Modal .c-modal-overlay{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  z-index:3000;
}
.rc-Modal .c-modal-content{
  position:fixed;
  top:50%;
  right:0;
  left:50%;
  -moz-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  width:720px;
  max-width:98%;
  min-height:200px;
  z-index:10000;
}
.rc-Modal .c-modal-x-out{
  position:absolute;
  top:28px;
  right:28px;
  text-align:right;
  padding-top:4px;
  font-size:24px;
  color:#999;
  cursor:pointer;
  z-index:10000;
}
.rc-Modal .c-modal-x-out a{
  color:#999;
  cursor:pointer;
  text-decoration:none;
}
.rc-Modal .c-modal-x-out:hover{
  color:#666;
  text-decoration:none;
}
.rc-Modal.layer .c-modal-overlay{
  opacity:inherit;
  -ms-filter:inherit;
  filter:inherit;
}
.rc-Modal.layer .c-modal-content{
  top:33%;
  color:#fff;
  text-align:center;
}
.rc-Modal.box .c-modal-overlay{
  background-color:#888;
  opacity:0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter:alpha(opacity=50);
}
.rc-Modal.box .c-modal-content{
  background-color:#fff;
  padding:28px;
  border-radius:3px;
  max-height:98%;
  overflow-y:auto;
}
.rc-Modal.box .c-modal-title{
  margin:0 0 18px;
  text-align:left;
}
.rc-Modal.box .c-modal-subtitle{
  margin-bottom:16px;
}
.rc-Modal.box .c-modal-cancel{
  cursor:pointer;
  margin:6px 36px 0 0;
  color:$cancel-link-color;
}
.rc-Modal.box .c-modal-submit{
  width:80px;
}
.rc-Modal.box .c-modal-action-bar{
  text-align:right;
}
.rc-Modal.box .c-modal-action-bar .c-modal-action-button{
  margin-left:16px;
}
.rc-Modal.box .c-modal-error-message{
  margin-left:64px;
  display:inline-block;
  margin-top:8px;
}
.rc-Modal.box.dark-bg{
  background-color:rgba(0,0,0,0.8);
  opacity:0.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=80);
}
.rc-Modal.popup .c-modal-content{
  background-color:#fff;
  border-radius:3px;
  max-height:98%;
  width:470px;
  top:initial;
  bottom:10px;
  left:initial;
  right:10px;
  overflow-y:auto;
  -moz-transform:none;
  -o-transform:none;
  -ms-transform:none;
  transform:none;
  -webkit-transform:none;
}
.rc-Modal.popup .c-modal-x-out{
  top:10px;
  right:15px;
}
.rc-Modal.popup .c-modal-title{
  margin:0 0 18px;
  text-align:left;
}
.rc-Modal.popup .c-modal-subtitle{
  margin-bottom:16px;
}
.rc-Modal.popup .c-modal-cancel{
  cursor:pointer;
  margin:6px 36px 0 0;
  color:$cancel-link-color;
}
.rc-Modal.popup .c-modal-submit{
  width:80px;
}
.rc-Modal.popup .c-modal-action-bar{
  text-align:right;
}
.rc-Modal.popup .c-modal-action-bar .c-modal-action-button{
  margin-left:16px;
}
.rc-Modal.popup .c-modal-error-message{
  margin-left:64px;
  display:inline-block;
  margin-top:8px;
}
@media (max-width: 767px){
  .rc-Modal .c-modal-content{
    width:98%;
    top:4px;
    left:0;
    padding:16px;
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
    transform:none;
    -webkit-transform:none;
    max-height:98%;
    overflow-y:scroll;
  }
  .rc-Modal .c-modal-x-out{
    top:16px;
    right:16px;
  }
  .rc-Modal.popup .c-modal-content{
    padding:0px;
  }
}
.bt3-tooltip{
  z-index:10001 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .rc-Modal .c-modal-x-out a{
    outline:thin dotted #000;
  }
}
.rc-ProfileImage .c-profile-image{
  border-radius:100%;
}
.rc-ProfileImage .c-profile-image img{
  border-radius:100%;
}
.rc-ProfileImage .c-profile-initials{
  color:#fff;
  background-color:#3277b2;
  text-transform:uppercase;
}
.rc-ProfileImage .c-profile-initials div{
  width:100%;
  height:100%;
}
.rc-ProfileImage .c-profile-initials div p{
  margin-bottom:0;
}
.collapse{
  display:none;
}
.collapse.open{
  display:block;
}
.collapsing{
  position:relative;
  height:0;
  overflow:hidden;
}
.rc-AuthenticationModal{
  position:fixed;
  z-index:15000;
  top:0;
  left:0;
  right:0;
}
.rc-AuthenticationModal input[type="email"],
.rc-AuthenticationModal input[type="password"],
.rc-AuthenticationModal input[type="text"]{
  height:48px;
  border-radius:0px;
  padding:0.75rem;
  font-size:1.25rem;
}
.rc-AuthenticationModal input[type="email"]:focus,
.rc-AuthenticationModal input[type="password"]:focus,
.rc-AuthenticationModal input[type="text"]:focus{
  border-color:#2a73cc !important;
  color:#555 !important;
  outline:0;
  outline:thin dotted 9;
  -webkit-box-shadow:0 0 0 transparent !important;
  box-shadow:0 0 0 transparent !important;
}
.rc-AuthenticationModal .rc-Modal.layer > .c-modal-x-out{
  position:fixed;
  z-index:10001;
  right:24px !important;
}
.rc-AuthenticationModal .rc-Modal.layer > .c-modal-content{
  padding-top:0;
  margin-top:0;
  overflow-y:auto;
  max-height:98%;
  width:100%;
  top:50%;
}
.rc-AuthenticationModal .rc-Modal.layer > .c-modal-content button:focus{
  outline:auto 2px #0069d9;
  outline:auto 5px -webkit-focus-ring-color;
}
.rc-AuthenticationModal .rc-Modal.layer > .c-modal-content .placeholder-contrast #emailInput-input::placeholder,
.rc-AuthenticationModal .rc-Modal.layer > .c-modal-content .placeholder-contrast #passwordInput-input::placeholder,
.rc-AuthenticationModal .rc-Modal.layer > .c-modal-content .placeholder-contrast #nameInput-input::placeholder{
  color:#757575;
}
@media (max-width: 767px){
  .rc-AuthenticationModal .rc-Modal.layer > .c-modal-content{
    top:0;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:32px;
  }
}
.rc-AuthenticationModal a{
  cursor:pointer;
  text-decoration:none;
}
.rc-AuthenticationModal a:hover,
.rc-AuthenticationModal a:focus{
  text-decoration:none;
}
.rc-AuthenticationModal .rc-AuthenticationModal-content header{
  position:relative;
  text-align:center;
  width:100%;
}
.rc-AuthenticationModal .rc-AuthenticationModal-content header .c-logo{
  display:block;
  margin:auto;
  background-image:url("https://d3njjcbhbojbot.cloudfront.net/web/bundles/userModal/images/coursera-logo.svg");
  -webkit-background-size:contain;
  -moz-background-size:contain;
  background-size:contain;
  height:36px;
  width:208px;
}
.rc-AuthenticationModal .rc-AuthenticationModal-content header .c-user-modal-mission{
  padding:8px;
}
.rc-AuthenticationModal .rc-AuthenticationModal-content header nav{
  margin-top:5px;
  margin-bottom:10px;
}
@media (max-width: 767px){
  .rc-AuthenticationModal .rc-AuthenticationModal-content header nav{
    margin-top:36px;
  }
}
.rc-AuthenticationModal .rc-AuthenticationModal-content header a{
  text-transform:uppercase;
  display:inline-block;
  padding:8px 12px;
  position:relative;
}
.rc-AuthenticationModal .rc-AuthenticationModal-content header a:first-child{
  margin-right:16px;
}
.rc-AuthenticationModal .rc-AuthenticationModal-content header a.active,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a:hover,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a:focus,
.rc-AuthenticationModal .rc-AuthenticationModal-content header a:active{
  text-decoration:underline;
  color:#fff;
}
.rc-AuthenticationModal .rc-AuthenticationModal-content header a.active:after{
  border-color:transparent transparent #f5f5f5 transparent;
  border-style:solid;
  border-width:0 10px 10px 10px;
  content:'';
  display:block;
  position:absolute;
  height:0;
  width:0;
  left:40%;
  bottom:-11px;
}
.rc-AuthenticationModal .rc-AuthenticationModal-content .grecaptcha-badge{
  display:none;
}
.rc-AuthenticationModal .c-user-modal-close{
  cursor:pointer;
  position:fixed;
  right:16px;
  top:16px;
  z-index:1;
}
.rc-AuthenticationModal .c-user-modal-divider{
  text-align:center;
}
.rc-AuthenticationModal .c-user-modal-content{
  max-width:380px;
  position:relative;
  margin:auto;
  padding:24px;
}
.rc-AuthenticationModal .c-user-modal-content h2{
  font-family:'Helvetica Neue', Arial, sans-serif;
}
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-help-text{
  padding:8px;
  background-color:rgba(0,0,0,0.12);
}
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-controls{
  border:1px solid #dadbd8;
  margin-bottom:8px;
}
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-controls .c-user-modal-control-group{
  position:relative;
  border-top:1px solid #dadbd8;
}
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-controls .c-user-modal-control-group:first-of-type{
  border-top:none;
}
.rc-AuthenticationModal .c-user-modal-content input,
.rc-AuthenticationModal .c-user-modal-content button,
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-icon{
  padding:14px 16px;
}
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-icon{
  cursor:pointer;
  position:absolute;
  right:0;
  color:#ff5c6e;
}
.rc-AuthenticationModal .c-user-modal-content .c-user-modal-error-inline{
  background-color:#d9534f;
}
.rc-AuthenticationModal .c-user-modal-content button{
  width:100%;
}
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button{
  background:#3b5998;
  color:#fff;
}
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button:hover{
  background-color:#36528c;
}
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button:focus{
  background-color:#30487b;
}
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button:active{
  background-color:rgba(49,74,126,1);
}
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button i,
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button em,
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button span{
  display:inline-block;
  vertical-align:sub;
}
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button i,
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button em{
  font-size:20px;
}
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button span,
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button i:last-child,
.rc-AuthenticationModal .c-user-modal-content button.c-user-modal-facebook-button em:last-child{
  margin-left:8px;
  margin-right:8px;
}
.rc-AuthenticationModal .c-user-modal-content input{
  width:100%;
}
@media (max-height: 568px){
  .rc-AuthenticationModal .c-logo,
  .rc-AuthenticationModal .c-user-modal-mission{
    display:none !important;
  }
}
.rc-AuthenticationModal .caption-text a{
  font-size:12px;
}
.rc-AuthenticationModal .caption-text a:hover{
  color:#014c8c;
}
.rc-AuthenticationModal .c-user-modal-content input{
  height:48px;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}
input:required{
  -webkit-box-shadow:none;
  box-shadow:none;
}
.modal-backdrop{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000;
}
.modal-backdrop.fade{
  opacity:0;
  filter:alpha(opacity=0);
}
.modal-backdrop,
.modal-backdrop.fade.in{
  opacity:80;
  filter:alpha(opacity=80);
}
.modal{
  position:fixed;
  top:50%;
  left:50%;
  z-index:1050;
  width:560px;
  margin:-250px 0 0 -280px;
  background-color:#fff;
  border:1px solid #999;
  border:1px solid rgba(0,0,0,0.3);
  *border:1px solid #999;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  -ms-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  -o-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  box-shadow:0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding-box;
  -ms-background-clip:padding-box;
  -o-background-clip:padding-box;
  background-clip:padding-box;
  outline:none;
}
.modal.fade{
  -webkit-transition:opacity .3s linear, top .3s ease-out;
  -moz-transition:opacity .3s linear, top .3s ease-out;
  -ms-transition:opacity .3s linear, top .3s ease-out;
  -o-transition:opacity .3s linear, top .3s ease-out;
  transition:opacity .3s linear, top .3s ease-out;
  top:-25%;
}
.modal.fade.in{
  top:50%;
}
.modal-header{
  padding:9px 15px;
  border-bottom:1px solid #eee;
}
.modal-header .close{
  margin-top:2px;
}
.modal-header h3{
  margin:0;
  line-height:30px;
}
.modal-body{
  overflow-y:auto;
  max-height:400px;
  padding:15px;
}
.modal-form{
  margin-bottom:0;
}
.modal-footer{
  padding:14px 15px 15px;
  margin-bottom:0;
  text-align:right;
  background-color:#f5f5f5;
  border-top:1px solid #ddd;
  -webkit-border-radius:0 0 6px 6px;
  -moz-border-radius:0 0 6px 6px;
  -ms-border-radius:0 0 6px 6px;
  -o-border-radius:0 0 6px 6px;
  border-radius:0 0 6px 6px;
  -webkit-box-shadow:inset 0 1px 0 #fff;
  -moz-box-shadow:inset 0 1px 0 #fff;
  -ms-box-shadow:inset 0 1px 0 #fff;
  -o-box-shadow:inset 0 1px 0 #fff;
  box-shadow:inset 0 1px 0 #fff;
  *zoom:1;
}
.modal-footer:before,
.modal-footer:after{
  display:table;
  content:"";
  line-height:0;
}
.modal-footer:after{
  clear:both;
}
.modal-footer .btn + .btn{
  margin-left:5px;
  margin-bottom:0;
}
.modal-footer .btn-group .btn + .btn{
  margin-left:-1px;
}
.modal-footer .btn-block + .btn-block{
  margin-left:0;
}
@media (max-width: 767px){
  .modal{
    max-width:560px;
    width:94%;
  }
}
.rc-PageHeaderControls{
  height:65px;
  position:relative;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.rc-PageHeaderControls.with-enrollment-state-banner{
  height:137px;
}
@media (max-width: 991px){
  .rc-PageHeaderControls{
    display:none;
  }
}
@media (max-width: 767px){
  .rc-PageHeaderControls.with-enrollment-state-banner{
    height:147px;
  }
}
.rc-PageHeaderControls.with-catalog-banner{
  height:135px;
  -webkit-transition:height 400ms;
  -moz-transition:height 400ms;
  -ms-transition:height 400ms;
  -o-transition:height 400ms;
  transition:height 400ms;
}
@media (max-width: 767px){
  .rc-PageHeaderControls.with-catalog-banner{
    height:65px;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
  }
}
.rc-PageHeaderControls.with-catalog-banner.expanded{
  height:415px;
}
@media (max-width: 767px){
  .rc-PageHeaderControls.with-catalog-banner.expanded{
    height:65px;
  }
}
.rc-PageHeaderControls.with-product-discount-promo-banner{
  height:165px;
  max-height:165px;
  -webkit-transition:max-height 300ms ease-out;
  -moz-transition:max-height 300ms ease-out;
  -ms-transition:max-height 300ms ease-out;
  -o-transition:max-height 300ms ease-out;
  transition:max-height 300ms ease-out;
}
.rc-PageHeaderControls.with-product-discount-promo-banner.hidden{
  max-height:65px;
}
.rc-PageHeaderControls.with-gdpr-banner{
  height:135px;
  -webkit-transition:height 400ms;
  -moz-transition:height 400ms;
  -ms-transition:height 400ms;
  -o-transition:height 400ms;
  transition:height 400ms;
}
@media (max-width: 991px){
  .rc-PageHeaderControls.with-gdpr-banner{
    height:150px;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
  }
}
@media (max-width: 767px){
  .rc-PageHeaderControls.with-gdpr-banner{
    height:185px;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
  }
}
@media (max-width: 767px){
  .rc-PageHeaderControls.with-gdpr-banner .GDPRShapesSVG{
    display:none;
  }
}
.rc-PageHeader{
  height:65px;
  color:#333;
  background-color:#fff;
  font-size:14px;
  font-family:'OpenSans', Arial, sans-serif;
}
.rc-PageHeader .nav-item{
  padding:22.5px 24px;
  border-left:solid 2px rgba(0,0,0,0.12);
  height:100%;
}
.rc-PageHeader .c-ph-nav{
  position:relative;
  z-index:10;
  max-width:100%;
  height:100%;
  margin:0 auto;
  background-color:#fff;
}
.rc-PageHeader .c-ph-nav.full-width{
  height:100%;
  max-width:100%;
  border:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  border-bottom:1px solid rgba(0,0,0,0.12);
}
.rc-PageHeader .c-ph-nav a:not(.bt3-btn):not(.signup-btn)::not(.signup-btn):not(.dropdown-link),
.rc-PageHeader .c-ph-nav button.bt3-navbar-toggle,
.rc-PageHeader .c-ph-nav .c-authenticated-dropdown-button{
  color:#333;
  text-decoration:none;
}
.rc-PageHeader .c-ph-nav a:not(.bt3-btn):not(.signup-btn)::not(.signup-btn):not(.dropdown-link):hover,
.rc-PageHeader .c-ph-nav button.bt3-navbar-toggle:hover,
.rc-PageHeader .c-ph-nav .c-authenticated-dropdown-button:hover,
.rc-PageHeader .c-ph-nav a:not(.bt3-btn):not(.signup-btn)::not(.signup-btn):not(.dropdown-link):focus,
.rc-PageHeader .c-ph-nav button.bt3-navbar-toggle:focus,
.rc-PageHeader .c-ph-nav .c-authenticated-dropdown-button:focus{
  color:#4a90e2;
}
.rc-PageHeader .c-ph-nav .c-container{
  position:relative;
  max-width:100%;
  padding:0;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-logo{
  height:100%;
  padding:16.25px 24px;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:box;
  display:flex;
  position:relative;
  z-index:2;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-logo .c-ph-mobile-toggle-button{
  position:absolute;
  right:0;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-logo .c-ph-mobile-toggle-button .c-collapsed-toggle-button{
  margin:0 24px;
  border-color:transparent;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-logo .c-ph-mobile-toggle-button .c-collapsed-toggle-button .bt3-icon-bar{
  background-color:#757575;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-logo .c-ph-mobile-toggle-button .c-collapsed-toggle-button .bt3-icon-bar:last-child{
  margin-bottom:1px;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-search-catalog{
  width:calc(100vw - 620px);
  display:inline-block;
  max-width:600px;
  border:none;
  height:65px;
  padding:12.5px 24px;
  padding-left:32px;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-search-catalog.nav-item.browse-search{
  padding:0;
  min-width:350px;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav{
  position:relative;
  display:inline;
  z-index:2;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list{
  display:inline;
  height:65px;
  padding:20px 24px 20px 0;
  margin:0;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button{
  padding:22.5px 24px;
  border-left:solid 2px rgba(0,0,0,0.12);
  height:100%;
  padding:0;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button.c-ph-avatar-button{
  position:relative;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button.c-ph-avatar-button .c-ph-username{
  margin-left:6px;
  margin-right:4px;
  color:#333;
  max-width:100px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button.c-ph-right-nav-mobile-only{
  padding:0;
  display:none;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button.c-ph-right-nav-no-border{
  border:none;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button a:not(.bt3-btn):not(.join-btn):not(.signup-btn):not(.dropdown-link),
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .c-authenticated-dropdown-button{
  line-height:normal;
  padding:3px 24px;
  height:100%;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button a:not(.bt3-btn):not(.join-btn):not(.signup-btn):not(.dropdown-link):hover,
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .c-authenticated-dropdown-button:hover,
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button a:not(.bt3-btn):not(.join-btn):not(.signup-btn):not(.dropdown-link):focus,
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .c-authenticated-dropdown-button:focus{
  background-color:transparent;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button a:not(.bt3-btn):not(.join-btn):not(.signup-btn):not(.dropdown-link).c-authenticated-dropdown-button,
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .c-authenticated-dropdown-button.c-authenticated-dropdown-button{
  padding-right:0 !important;
  padding-top:0;
  padding-bottom:0;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .signup-btn{
  position:relative;
  height:36px;
  width:88px;
  top:-6px;
  font-size:14px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  line-height:4px;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .join-btn{
  position:relative;
  height:36px;
  top:-6px;
  font-size:14px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  line-height:4px;
  min-width:88px !important;
  width:auto !important;
  color:#fff;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .switcher_trigger{
  height:auto;
  background-color:transparent;
  padding:0 0 0 24px;
  position:relative;
  bottom:7.5px;
}
.rc-PageHeader .c-ph-nav .c-container .c-ph-right-nav ul.c-navbar-list > .c-ph-right-nav-button .switcher_trigger:hover{
  text-decoration:none;
}
.rc-EnterpriseV2App .rc-PageHeaderControls .c-ph-log-in{
  border-left:none;
}
.rc-Banner.unstoppable-banner .desktop-banner{
  -ms-background-size:cover;
  -o-background-size:cover;
}
.rc-Banner.unstoppable-banner .desktop-banner .content-container .headline{
  -moz-background-clip:text;
  -ms-background-clip:text;
  -o-background-clip:text;
  background-clip:text;
  -webkit-background-image:linear-gradient(to right, #4fc1e9, #4a89dc);
  -moz-background-image:linear-gradient(to right, #4fc1e9, #4a89dc);
  -ms-background-image:linear-gradient(to right, #4fc1e9, #4a89dc);
  -o-background-image:linear-gradient(to right, #4fc1e9, #4a89dc);
}
.rc-Banner.unstoppable-banner .desktop-banner .content-container .cta{
  -webkit-background-image:linear-gradient(to right, #4fc1e9, #4a89dc) !important;
  -moz-background-image:linear-gradient(to right, #4fc1e9, #4a89dc) !important;
  -ms-background-image:linear-gradient(to right, #4fc1e9, #4a89dc) !important;
  -o-background-image:linear-gradient(to right, #4fc1e9, #4a89dc) !important;
}
.rc-Banner.unstoppable-banner .mobile-banner .content-container{
  -webkit-background:linear-gradient(to right, #4fc1e9, #4a89dc);
  -moz-background:linear-gradient(to right, #4fc1e9, #4a89dc);
  -ms-background:linear-gradient(to right, #4fc1e9, #4a89dc);
  -o-background:linear-gradient(to right, #4fc1e9, #4a89dc);
}
.rc-FrontpagePromoBanner .desktop-banner{
  -ms-background-size:cover;
  -o-background-size:cover;
}
@media (min-width: 1700px){
  .rc-FrontpagePromoBanner .desktop-banner{
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -ms-background-size:100%;
    -o-background-size:100%;
    background-size:100%;
  }
}
.rc-FrontpagePromoBanner .mobile-banner.greenblue-bg{
  -webkit-background-image:linear-gradient(to right, #b3dc8f, #66c9ae);
  -moz-background-image:linear-gradient(to right, #b3dc8f, #66c9ae);
  -ms-background-image:linear-gradient(to right, #b3dc8f, #66c9ae);
  -o-background-image:linear-gradient(to right, #b3dc8f, #66c9ae);
  -ms-background-size:cover;
  -o-background-size:cover;
}
.rc-HumanCenteredBanner{
  height:400px;
  position:relative;
  background-position:50%;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -ms-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
.rc-HumanCenteredBanner.adjustForFixedHeader{
  margin-top:67px;
}
.rc-HumanCenteredBanner .banner-background-overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), #000), rgba(0,0,0,0);
  -moz-background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), #000), rgba(0,0,0,0);
  -ms-background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), #000), rgba(0,0,0,0);
  -o-background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), #000), rgba(0,0,0,0);
  background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), #000), rgba(0,0,0,0);
  opacity:0.9;
  filter:alpha(opacity=0.9);
}
.rc-HumanCenteredBanner .banner-container{
  position:absolute;
  left:0;
  right:0;
  bottom:5px;
  margin:15px;
}
.rc-HumanCenteredBanner .banner-title{
  text-align:center;
  color:#fff;
  margin:10 0 20;
}
.rc-HumanCenteredBanner .search-container{
  text-align:center;
}
.rc-HumanCenteredBanner .search-wrapper{
  display:inline-block;
  position:relative;
  width:100%;
  max-width:600px;
}
.rc-HumanCenteredBanner .search-form{
  margin-top:10px;
  font-size:18px;
}
.rc-HumanCenteredBanner .search-field{
  display:inline-block;
  position:relative;
  width:100%;
  color:rgba(0,0,0,0.55);
}
.rc-HumanCenteredBanner .search-field input.c-search-catalog-input{
  background-color:#fff !important;
  width:100%;
  padding:20px 40px 20px 20px;
  font-size:20px;
}
.rc-HumanCenteredBanner .c-search-menu{
  width:calc(100% - 4px);
  text-align:left;
  margin:3px;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  -ms-border-radius:1px;
  -o-border-radius:1px;
  border-radius:1px;
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.12);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.12);
  -ms-box-shadow:0 0 10px rgba(0,0,0,0.12);
  -o-box-shadow:0 0 10px rgba(0,0,0,0.12);
  box-shadow:0 0 10px rgba(0,0,0,0.12);
}
.rc-HumanCenteredBanner .c-search-suggestion{
  padding-left:18px;
  padding-right:18px;
  font-size:20px;
  color:#666;
}
.rc-HumanCenteredBanner .search-submit{
  position:absolute;
  right:20px;
  top:46%;
  color:#333;
  font-size:18px;
}
.rc-HumanCenteredBanner .search-submit:hover{
  cursor:pointer;
  color:#428bca;
}
.rc-HumanCenteredBanner .browse-catalog-container{
  margin-top:20px;
  text-align:center;
}
.rc-HumanCenteredBanner .browse-catalog-link{
  text-decoration:underline;
}
.rc-HumanCenteredBanner .link-dark{
  color:#88c5ef;
}
.rc-HumanCenteredBanner .link-dark:hover{
  color:#88c5ef;
}
.rc-HumanCenteredBanner .link-light{
  color:#fff;
}
.rc-HumanCenteredBanner .link-light:hover{
  color:#fff;
}
.rc-HumanCenteredBanner .link-light i{
  font-size:12px;
  margin-left:6px;
}
@media (max-width: 767px){
  .rc-HumanCenteredBanner{
    background-position-x:7%;
    background-position-y:99%;
  }
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row{
  filter:alpha(opacity=0.2);
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row.selected{
  filter:alpha(opacity=1);
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row:hover:not(.selected){
  filter:alpha(opacity=0.5);
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row.selected .bullet-index-wrapper{
  border-color:#f0ad4e;
  color:#f0ad4e;
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row .bullet-index-wrapper{
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
}
.rc-HowItWorks .body.bt3-container .current-bullet-image-container .current-bullet-image{
  -ms-background-size:cover;
  -o-background-size:cover;
}
.rc-LazyBuildCompilationMessage{
  z-index:99999;
  top:0;
  left:0;
  position:fixed;
  width:100vw;
  height:100vh;
  background-color:#f5f5f5;
}
.rc-LazyBuildCompilationMessage .guide-text{
  max-width:60%;
  margin-top:35px;
  line-height:1.5;
  font-weight:160;
}
.rc-LazyBuildCompilationMessage .hidden{
  display:none;
}
.rc-HowItWorks .header.bt3-container{
  margin-top:35px;
}
.rc-HowItWorks .body.bt3-container{
  width:100%;
  overflow:hidden;
}
.rc-HowItWorks .body.bt3-container .leftnav{
  overflow:hidden;
  padding:80px 0 0;
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row{
  padding:12px 0;
  opacity:0.2;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter:alpha(opacity=20);
  cursor:pointer;
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row:last-child .bullet-info-col{
  border-bottom:0;
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row.selected{
  opacity:1;
  -ms-filter:none;
  filter:none;
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row:hover:not(.selected){
  opacity:0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter:alpha(opacity=50);
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row.selected .bullet-index-wrapper{
  border-color:#f5a623;
  color:#f5a623;
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row .bullet-index-wrapper{
  position:relative;
  border:1px solid #000;
  border-radius:100%;
  width:30px;
  height:30px;
  line-height:28px;
}
.rc-HowItWorks .body.bt3-container .leftnav .bullet-row .bullet-info-col{
  padding-bottom:20px;
  padding-left:0;
  border-bottom:1px solid #808080;
}
.rc-HowItWorks .body.bt3-container .current-bullet-image-container{
  padding:0;
}
.rc-HowItWorks .body.bt3-container .current-bullet-image-container .current-bullet-image{
  padding-left:0;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
}
.rc-HowItWorks .body.bt3-container .current-bullet-image-container .current-bullet-image img{
  height:auto;
}
@media (max-width: 767px){
  .rc-HowItWorks .bt3-container.body .leftnav{
    padding-top:0;
  }
  .rc-HowItWorks .bt3-container.body .current-bullet-image img{
    max-width:100%;
  }
}
.c-phoenix-template-truncate{
  overflow:hidden;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.c-phoenix-template-button{
  outline:none;
  margin:15px 0;
  color:#fff;
  background-color:#428bca;
  cursor:pointer;
  border-top-right-radius:3px;
  border-top-left-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}
.c-phoenix-template-button:hover{
  background-color:#3d7cb3;
  color:#fff;
}
.c-phoenix-template-button[disabled]{
  background-color:#cccccb;
}
.c-phoenix-template-button:focus{
  color:#fff;
}
.c-phoenix-hide{
  display:none;
}
.c-hidden-accessibility{
  position:absolute !important;
  height:1px;
  width:1px;
  overflow:hidden;
  clip:rect(1px 1px 1px 1px);
}
.c-col-no-left-padding{
  padding-left:0;
}
.c-col-no-right-padding{
  padding-right:0;
}
.c-no-margin{
  margin:0;
}
.c-user-modal-overlay{
  background-color:rgba(0,0,0,0.83);
}
.c-user-modal,
.rc-EmbeddedRegForm .c-user-modal-content{
  background-color:#f5f5f5;
}
.c-user-modal .c-user-modal-content h2,
.c-user-modal .c-user-modal-content input,
.c-user-modal .c-user-modal-footer a,
.rc-EmbeddedRegForm .c-user-modal-content h2,
.rc-EmbeddedRegForm .c-user-modal-content input,
.rc-EmbeddedRegForm .caption-text a{
  color:rgba(0,0,0,0.87);
}
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-footer,
.rc-EmbeddedRegForm .c-user-modal-content{
  color:rgba(0,0,0,0.54);
}
.c-user-modal header,
.c-user-modal header a.active,
.c-user-modal header a:hover,
.c-user-modal header a:focus,
.c-user-modal header a:active,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a.active,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a:hover,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a:focus,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a:active,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-error-inline{
  color:#fff;
}
.c-user-modal header a,
.c-user-modal .c-user-modal-close,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a,
.rc-EmbeddedRegForm .c-user-modal-close{
  color:rgba(255,255,255,0.7);
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button:disabled,
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button:disabled{
  color:rgba(255,255,255,0.3);
}
.c-user-modal,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.tooltip.left .tooltip-inner,
.rc-EmbeddedRegForm .c-user-modal-content,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-error-inline{
  border-radius:4px;
}
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.c-user-modal .c-user-modal-content .c-user-modal-controls,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-help-text,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-controls{
  border-radius:2px;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  border:0;
}
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-footer a,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a,
.rc-EmbeddedRegForm .c-user-modal-content{
  font-weight:500;
}
.c-user-modal .c-user-modal-content h2,
.rc-EmbeddedRegForm .c-user-modal-content h2{
  font-size:24px;
  line-height:32px;
}
.c-user-modal .c-user-modal-close,
.rc-EmbeddedRegForm .c-user-modal-close{
  font-size:20px;
  line-height:24px;
}
.c-user-modal header,
.c-user-modal header a,
.c-user-modal .c-user-modal-content,
.c-user-modal .c-user-modal-content input,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a,
.rc-EmbeddedRegForm .c-user-modal-content,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-error-icon,
.rc-EmbeddedRegForm .c-user-modal-content input{
  font-size:14px;
  line-height:20px;
}
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.c-user-modal .c-user-modal-content .c-user-modal-error-inline,
.c-user-modal .c-user-modal-footer,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-help-text,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-error-inline{
  font-size:12px;
  line-height:14px;
}
.c-user-modal .c-user-modal-divider,
.rc-EmbeddedRegForm .c-user-modal-divider{
  margin-top:8px;
  margin-bottom:8px;
}
.c-user-modal .c-user-modal-footer{
  margin-top:16px;
  margin-bottom:0;
}
.c-user-modal .c-user-modal-content h2,
.c-user-modal .c-user-modal-content p,
.c-user-modal .c-user-modal-content .c-user-modal-help-text,
.rc-EmbeddedRegForm .c-user-modal-content h2,
.rc-EmbeddedRegForm .c-user-modal-content p,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-help-text{
  margin-top:0;
  margin-bottom:16px;
}
.c-user-modal .c-user-modal-content .c-user-modal-error-icon,
.c-user-modal .c-user-modal-content input,
.c-user-modal .c-user-modal-content form,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-error-icon,
.rc-EmbeddedRegForm .c-user-modal-content input,
.rc-EmbeddedRegForm .c-user-modal-content form{
  margin:0;
}
[class^="cif-"],
[class*=" cif-"]{
  font-family:'coursera-iconfont';
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display:inline-block;
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.cif-lg{
  font-size:1.333333333333333em;
  line-height:0.75em;
  vertical-align:-15%;
}
.cif-2x{
  font-size:2em;
}
.cif-3x{
  font-size:3em;
}
.cif-4x{
  font-size:4em;
}
.cif-5x{
  font-size:5em;
}
.cif-spin{
  -webkit-animation:cif-spin 2s infinite linear;
  -moz-animation:cif-spin 2s infinite linear;
  -o-animation:cif-spin 2s infinite linear;
  -ms-animation:cif-spin 2s infinite linear;
  animation:cif-spin 2s infinite linear;
}
.cif-pulse{
  -webkit-animation:cif-spin 1s infinite steps(8);
  -moz-animation:cif-spin 1s infinite steps(8);
  -o-animation:cif-spin 1s infinite steps(8);
  -ms-animation:cif-spin 1s infinite steps(8);
  animation:cif-spin 1s infinite steps(8);
}
.cif-rotate-90{
  filter:progid:DXImageTransform.Microsoft.BasicImage(1);
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
.cif-rotate-180{
  filter:progid:DXImageTransform.Microsoft.BasicImage(2);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}
.cif-rotate-270{
  filter:progid:DXImageTransform.Microsoft.BasicImage(3);
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg);
}
.cif-flip-horizontal{
  filter:progid:DXImageTransform.Microsoft.BasicImage(0, 1);
  -webkit-transform:scale(-1, 1);
  -moz-transform:scale(-1, 1);
  -o-transform:scale(-1, 1);
  -ms-transform:scale(-1, 1);
  transform:scale(-1, 1);
}
.cif-flip-vertical{
  filter:progid:DXImageTransform.Microsoft.BasicImage(2, 1);
  -webkit-transform:scale(1, -1);
  -moz-transform:scale(1, -1);
  -o-transform:scale(1, -1);
  -ms-transform:scale(1, -1);
  transform:scale(1, -1);
}
.cif-stack{
  position:relative;
  display:inline-block;
  width:2em;
  height:2em;
  line-height:2em;
  vertical-align:middle;
}
.cif-stack-1x,
.cif-stack-2x{
  position:absolute;
  left:0;
  width:100%;
  text-align:center;
}
.cif-stack-1x{
  line-height:inherit;
}
.cif-stack-2x{
  font-size:2em;
}
.cif-inverse{
  color:#fff;
}
.cif-fw{
  width:1.285714285714286em;
  text-align:center;
}
@-moz-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-webkit-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@-o-keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes cif-spin{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.cif-pin:before{
  content:"\E624";
}
.cif-eye:before{
  content:"\E62C";
}
.cif-checked-circle-semiopen:before{
  content:"\E92C";
}
.cif-math:before{
  content:"\E922";
}
.cif-artsandhumanities:before{
  content:"\E927";
}
.cif-business:before{
  content:"\E923";
}
.cif-data_science:before{
  content:"\E924";
}
.cif-language1:before{
  content:"\E925";
}
.cif-life_science:before{
  content:"\E926";
}
.cif-personaldevelopment:before{
  content:"\E928";
}
.cif-physicalsciences:before{
  content:"\E929";
}
.cif-programming:before{
  content:"\E92A";
}
.cif-socialscience:before{
  content:"\E92B";
}
.cif-book:before{
  content:"\E91C";
}
.cif-browser:before{
  content:"\E91D";
}
.cif-bullet-list:before{
  content:"\E91E";
}
.cif-check-box:before{
  content:"\E91F";
}
.cif-discussion-bubble-o:before{
  content:"\E920";
}
.cif-question-circle-o:before{
  content:"\E921";
}
.cif-open-book:before{
  content:"\E91B";
}
.cif-chevron-right-thin:before{
  content:"\E91A";
}
.cif-certificate-form:before{
  content:"\E919";
}
.cif-person:before{
  content:"\E918";
}
.cif-honors:before{
  content:"\E90F";
}
.cif-tools:before{
  content:"\E915";
}
.cif-graduation-hat:before{
  content:"\E916";
}
.cif-check-list:before{
  content:"\E917";
}
.cif-clock:before{
  content:"\E914";
}
.cif-email2:before{
  content:"\E904";
}
.cif-facebook2:before{
  content:"\E905";
}
.cif-google-plus2:before{
  content:"\E906";
}
.cif-wechat2:before{
  content:"\E907";
}
.cif-caret2:before{
  content:"\E908";
}
.cif-stacked-file:before{
  content:"\E909";
}
.cif-practice-quiz:before{
  content:"\E90A";
}
.cif-broken-file:before{
  content:"\E90B";
}
.cif-full-star:before{
  content:"\E90C";
}
.cif-graded-quiz:before{
  content:"\E90D";
}
.cif-half-star:before{
  content:"\E90E";
}
.cif-peer-review:before{
  content:"\E911";
}
.cif-reading:before{
  content:"\E912";
}
.cif-video:before{
  content:"\E913";
}
.cif-language:before{
  content:"\E910";
}
.cif-event:before{
  content:"\E903";
}
.cif-circle-outline:before{
  content:"\E902";
}
.cif-ellipsis-h:before{
  content:"\E901";
}
.cif-doc:before{
  content:"\E900";
}
.cif-unlock:before{
  content:"\E61D";
}
.cif-assignment:before{
  content:"\E643";
}
.cif-list-ol:before{
  content:"\E600";
}
.cif-list-ul:before{
  content:"\E601";
}
.cif-caret-up:before{
  content:"\E62F";
}
.cif-caret-down:before{
  content:"\E630";
}
.cif-linkedin-square:before{
  content:"\E631";
}
.cif-times-circle-o:before{
  content:"\E632";
}
.cif-chain-broken:before{
  content:"\E633";
}
.cif-envelope-o:before{
  content:"\E634";
}
.cif-google-plus:before{
  content:"\E635";
}
.cif-twitter:before{
  content:"\E636";
}
.cif-facebook:before{
  content:"\E637";
}
.cif-thumbs-o-down:before{
  content:"\E638";
}
.cif-thumbs-o-up:before{
  content:"\E639";
}
.cif-thumbs-down:before{
  content:"\E63A";
}
.cif-thumbs-up:before{
  content:"\E63B";
}
.cif-flag-o:before{
  content:"\E63C";
}
.cif-flag:before{
  content:"\E63D";
}
.cif-check-circle-o:before{
  content:"\E63E";
}
.cif-check:before{
  content:"\E63F";
}
.cif-camera:before{
  content:"\E62E";
}
.cif-film:before{
  content:"\E62D";
}
.cif-minus:before{
  content:"\E62A";
}
.cif-compress:before{
  content:"\E62B";
}
.cif-captions:before{
  content:"\E602";
}
.cif-expand:before{
  content:"\E625";
}
.cif-refresh:before{
  content:"\E626";
}
.cif-download:before{
  content:"\E627";
}
.cif-file-o:before{
  content:"\E628";
}
.cif-upload:before{
  content:"\E61E";
}
.cif-minus-square:before{
  content:"\E629";
}
.cif-plus-square:before{
  content:"\E620";
}
.cif-plus:before{
  content:"\E621";
}
.cif-square:before{
  content:"\E622";
}
.cif-cog:before{
  content:"\E623";
}
.cif-settings:before{
  content:"\E623";
}
.cif-circle:before{
  content:"\E61F";
}
.cif-search:before{
  content:"\E61C";
}
.cif-item-doc:before{
  content:"\E615";
}
.cif-warning:before{
  content:"\F071";
}
.cif-circle-o:before{
  content:"\F10C";
}
.cif-heart:before{
  content:"\F004";
}
.cif-star:before{
  content:"\F005";
}
.cif-star-o:before{
  content:"\F006";
}
.cif-user:before{
  content:"\F007";
}
.cif-close2:before{
  content:"\F00D";
}
.cif-remove:before{
  content:"\F00D";
}
.cif-times:before{
  content:"\F00D";
}
.cif-clock-o:before{
  content:"\F017";
}
.cif-volume-off:before{
  content:"\F026";
}
.cif-volume-down:before{
  content:"\F027";
}
.cif-volume-up:before{
  content:"\F028";
}
.cif-bookmark:before{
  content:"\F02E";
}
.cif-edit:before{
  content:"\F044";
}
.cif-pencil-square-o:before{
  content:"\F044";
}
.cif-play:before{
  content:"\F04B";
}
.cif-pause:before{
  content:"\F04C";
}
.cif-chevron-left:before{
  content:"\F053";
}
.cif-chevron-right:before{
  content:"\F054";
}
.cif-check-circle:before{
  content:"\F058";
}
.cif-question-circle:before{
  content:"\F059";
}
.cif-ban:before{
  content:"\F05E";
}
.cif-arrow-left:before{
  content:"\F060";
}
.cif-arrow-right:before{
  content:"\F061";
}
.cif-arrow-up:before{
  content:"\F062";
}
.cif-arrow-down:before{
  content:"\F063";
}
.cif-calendar:before{
  content:"\F073";
}
.cif-comment:before{
  content:"\F075";
}
.cif-chevron-up:before{
  content:"\F077";
}
.cif-chevron-down:before{
  content:"\F078";
}
.cif-heart-o:before{
  content:"\F08A";
}
.cif-external-link:before{
  content:"\F08E";
}
.cif-certificate:before{
  content:"\F0A3";
}
.cif-globe:before{
  content:"\F0AC";
}
.cif-group:before{
  content:"\F0C0";
}
.cif-users:before{
  content:"\F0C0";
}
.cif-chain:before{
  content:"\F0C1";
}
.cif-link:before{
  content:"\F0C1";
}
.cif-file-text-o:before{
  content:"\F0F6";
}
.cif-quote-left:before{
  content:"\F10D";
}
.cif-quote-right:before{
  content:"\F10E";
}
.cif-spinner:before{
  content:"\F110";
}
.cif-star-half-empty:before{
  content:"\F123";
}
.cif-star-half-full:before{
  content:"\F123";
}
.cif-star-half-o:before{
  content:"\F123";
}
.cif-chevron-circle-left:before{
  content:"\F137";
}
.cif-chevron-circle-right:before{
  content:"\F138";
}
.cif-chevron-circle-up:before{
  content:"\F139";
}
.cif-chevron-circle-down:before{
  content:"\F13A";
}
.cif-play-circle:before{
  content:"\F144";
}
.cif-file-image-o:before{
  content:"\F1C5";
}
.cif-file-photo-o:before{
  content:"\F1C5";
}
.cif-file-picture-o:before{
  content:"\F1C5";
}
.cif-circle-o-notch:before{
  content:"\F1CE";
}
.cif-paper-plane:before{
  content:"\F1D8";
}
.cif-send:before{
  content:"\F1D8";
}
.cif-circle-thin:before{
  content:"\F1DB";
}
.cif-genderless:before{
  content:"\F1DB";
}
.cif-facebook-official:before{
  content:"\F230";
}
.cif-lock:before{
  content:"\E61A";
}
.cif-info:before{
  content:"\E61B";
}
.cif-discussions:before{
  content:"\E617";
}
.cif-checkmark:before{
  content:"\E60A";
}
.cif-get-vc .path1:before{
  content:"\E603";
  color:#fff;
}
.cif-get-vc .path2:before{
  content:"\E604";
  margin-left:-1.0166015625em;
  color:#fff;
}
.cif-get-vc .path3:before{
  content:"\E605";
  margin-left:-1.0166015625em;
  color:#4187bb;
}
.cif-get-vc .path4:before{
  content:"\E606";
  margin-left:-1.0166015625em;
  color:#4187bb;
}
.cif-get-vc .path5:before{
  content:"\E607";
  margin-left:-1.0166015625em;
  color:#fff;
}
.cif-get-vc .path6:before{
  content:"\E608";
  margin-left:-1.0166015625em;
  color:#fff;
}
.cif-get-vc .path7:before{
  content:"\E609";
  margin-left:-1.0166015625em;
  color:#cad9e7;
}
.cif-get-vc .path8:before{
  content:"\E640";
  margin-left:-1.0166015625em;
  color:#cad9e7;
}
.cif-get-vc .path9:before{
  content:"\E641";
  margin-left:-1.0166015625em;
  color:#4187bb;
}
.cif-home:before{
  content:"\E60B";
}
.cif-course-list:before{
  content:"\E60C";
}
.cif-item-video:before{
  content:"\E60D";
}
.cif-summative-incomplete .path1:before{
  content:"\E60E";
  color:rgba(0,0,0,0.54);
}
.cif-summative-incomplete .path2:before{
  content:"\E642";
  margin-left:-1.0419921875em;
  color:#fff;
}
.cif-summative-complete .path1:before{
  content:"\E60F";
  color:#2ab573;
}
.cif-summative-complete .path2:before{
  content:"\E610";
  margin-left:-1em;
  color:#2ab573;
}
.cif-summative-complete .path3:before{
  content:"\E611";
  margin-left:-1em;
  color:#fff;
}
.cif-prog-assignment:before{
  content:"\E612";
}
.cif-item-peer:before{
  content:"\E613";
}
.cif-item-formative:before{
  content:"\E614";
}
.cif-close:before{
  content:"\E616";
}
.cif-cancel-hint:before{
  content:"\E618";
}
.cif-back:before{
  content:"\E619";
}
.tooltip{
  position:absolute;
  z-index:1030;
  display:block;
  visibility:visible;
  padding:5px;
  font-size:11px;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
}
.tooltip.in{
  opacity:80;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=8000)";
  filter:alpha(opacity=8000);
}
.tooltip.top{
  margin-top:-3px;
}
.tooltip.right{
  margin-left:3px;
}
.tooltip.bottom{
  margin-top:3px;
}
.tooltip.left{
  margin-left:-3px;
}
.tooltip-inner{
  max-width:200px;
  padding:3px 8px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  background-color:#000;
  border-radius:4px;
}
.tooltip-arrow{
  position:absolute;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.tooltip.top .tooltip-arrow{
  bottom:0;
  left:50%;
  margin-left:-5px;
  border-width:5px 5px 0;
  border-top-color:#000;
}
.tooltip.right .tooltip-arrow{
  top:50%;
  left:0;
  margin-top:-5px;
  border-width:5px 5px 5px 0;
  border-right-color:#000;
}
.tooltip.left .tooltip-arrow{
  top:50%;
  right:0;
  margin-top:-5px;
  border-width:5px 0 5px 5px;
  border-left-color:#000;
}
.tooltip.bottom .tooltip-arrow{
  top:0;
  left:50%;
  margin-left:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000;
}
.c-user-modal{
  max-width:380px;
  position:relative;
}
.c-user-modal a{
  cursor:pointer;
  text-decoration:none;
}
.c-user-modal header{
  text-align:center;
  position:absolute;
  top:-174px;
  width:100%;
}
.c-user-modal header .c-logo{
  display:block;
  margin:auto;
  background-image:url("https://d3njjcbhbojbot.cloudfront.net/web/bundles/userModal/images/coursera-logo.svg");
  -webkit-background-size:contain;
  -moz-background-size:contain;
  background-size:contain;
  height:36px;
  width:208px;
}
.c-user-modal header .c-user-modal-mission{
  padding:8px;
}
.c-user-modal header nav{
  margin-top:56px;
}
.c-user-modal header a{
  text-transform:uppercase;
  display:inline-block;
  padding:8px 12px;
  position:relative;
}
.c-user-modal header a:first-child{
  margin-right:16px;
}
.c-user-modal header a:focus{
  outline:0;
}
.c-user-modal header a.active:after{
  border-color:transparent transparent #f5f5f5 transparent;
  border-style:solid;
  border-width:0 10px 10px 10px;
  content:'';
  display:block;
  position:absolute;
  height:0;
  width:0;
  left:40%;
  bottom:-11px;
}
.c-user-modal .c-user-modal-close{
  cursor:pointer;
  position:fixed;
  right:16px;
  top:16px;
  z-index:1;
}
.c-user-modal .c-user-modal-divider{
  text-align:center;
}
.c-user-modal .c-user-modal-content{
  padding:24px;
}
.c-user-modal .c-user-modal-content h2{
  font-family:'Helvetica Neue', Arial, sans-serif;
}
.c-user-modal .c-user-modal-content .c-user-modal-help-text{
  padding:8px;
  background-color:rgba(0,0,0,0.12);
}
.c-user-modal .c-user-modal-content .c-user-modal-controls{
  border:1px solid #dadbd8;
  margin-bottom:8px;
}
.c-user-modal .c-user-modal-content .c-user-modal-controls .c-user-modal-control-group{
  position:relative;
  border-top:1px solid #dadbd8;
}
.c-user-modal .c-user-modal-content .c-user-modal-controls .c-user-modal-control-group:first-of-type{
  border-top:none;
}
.c-user-modal .c-user-modal-content input,
.c-user-modal .c-user-modal-content button,
.c-user-modal .c-user-modal-content .c-user-modal-error-icon{
  padding:14px 16px;
}
.c-user-modal .c-user-modal-content .c-user-modal-error-icon{
  cursor:pointer;
  position:absolute;
  top:0;
  right:0;
  color:#ff5c6e;
  line-height:20px;
  display:none;
}
.c-user-modal .c-user-modal-content .c-user-modal-error-inline{
  background-color:#d9534f;
}
.c-user-modal .c-user-modal-content button{
  width:100%;
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button{
  background:#3b5998;
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button:hover{
  background-color:#36528c;
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button:focus{
  background-color:#30487b;
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button:active{
  background-color:rgba(49,74,126,1);
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button i,
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button em,
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button span{
  display:inline-block;
  vertical-align:middle;
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button i,
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button em{
  font-size:20px;
}
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button span,
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button i:last-child,
.c-user-modal .c-user-modal-content button.c-user-modal-facebook-button em:last-child{
  margin-left:8px;
}
.c-user-modal .c-user-modal-content input{
  width:100%;
}
.c-user-modal .c-user-modal-footer{
  text-align:center;
}
@media (max-height: 568px){
  .c-user-modal header{
    top:-52px !important;
  }
  .c-user-modal .c-logo,
  .c-user-modal .c-user-modal-mission{
    display:none !important;
  }
}
.c-user-modal .c-user-modal-content input{
  height:48px;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.rc-EmbeddedRegForm .rc-Modal.layer > .c-modal-x-out{
  position:fixed;
  z-index:10001;
  right:24px !important;
}
.rc-EmbeddedRegForm .rc-Modal.layer > .c-modal-content{
  padding-top:0;
  margin-top:0;
  overflow-y:auto;
  max-height:98%;
  width:100%;
  top:50%;
}
.rc-EmbeddedRegForm .rc-Modal.layer > .c-modal-content button:focus{
  outline:auto 2px #0069d9;
  outline:auto 5px -webkit-focus-ring-color;
}
@media (max-width: 767px){
  .rc-EmbeddedRegForm .rc-Modal.layer > .c-modal-content{
    top:0;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:32px;
  }
}
.rc-EmbeddedRegForm a{
  cursor:pointer;
  text-decoration:none;
}
.rc-EmbeddedRegForm a:hover,
.rc-EmbeddedRegForm a:focus{
  text-decoration:none;
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header{
  position:relative;
  text-align:center;
  width:100%;
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header .c-logo{
  display:block;
  margin:auto;
  background-image:url("https://d3njjcbhbojbot.cloudfront.net/web/bundles/userModal/images/coursera-logo.svg");
  -webkit-background-size:contain;
  -moz-background-size:contain;
  background-size:contain;
  height:36px;
  width:208px;
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header .c-user-modal-mission{
  padding:8px;
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header nav{
  margin-top:5px;
  margin-bottom:10px;
}
@media (max-width: 767px){
  .rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header nav{
    margin-top:36px;
  }
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a{
  text-transform:uppercase;
  display:inline-block;
  padding:8px 12px;
  position:relative;
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a:first-child{
  margin-right:16px;
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a.active,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a:hover,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a:focus,
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a:active{
  text-decoration:underline;
  color:#fff;
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content header a.active:after{
  border-color:transparent transparent #f5f5f5 transparent;
  border-style:solid;
  border-width:0 10px 10px 10px;
  content:'';
  display:block;
  position:absolute;
  height:0;
  width:0;
  left:40%;
  bottom:-11px;
}
.rc-EmbeddedRegForm .rc-EmbeddedRegForm-content .grecaptcha-badge{
  display:none;
}
.rc-EmbeddedRegForm .c-user-modal-close{
  cursor:pointer;
  position:fixed;
  right:16px;
  top:16px;
  z-index:1;
}
.rc-EmbeddedRegForm .c-user-modal-divider{
  text-align:center;
}
.rc-EmbeddedRegForm .c-user-modal-content{
  max-width:380px;
  position:relative;
  margin:auto;
  padding:24px;
}
.rc-EmbeddedRegForm .c-user-modal-content h2{
  font-family:'Helvetica Neue', Arial, sans-serif;
}
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-help-text{
  padding:8px;
  background-color:rgba(0,0,0,0.12);
}
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-controls{
  border:1px solid #dadbd8;
  margin-bottom:8px;
}
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-controls .c-user-modal-control-group{
  position:relative;
  border-top:1px solid #dadbd8;
}
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-controls .c-user-modal-control-group:first-of-type{
  border-top:none;
}
.rc-EmbeddedRegForm .c-user-modal-content input,
.rc-EmbeddedRegForm .c-user-modal-content button,
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-error-icon{
  padding:14px 16px;
}
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-error-icon{
  cursor:pointer;
  position:absolute;
  right:0;
  color:#ff5c6e;
}
.rc-EmbeddedRegForm .c-user-modal-content .c-user-modal-error-inline{
  background-color:#d9534f;
}
.rc-EmbeddedRegForm .c-user-modal-content button{
  width:100%;
}
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button{
  background:#3b5998;
  color:#fff;
}
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button:hover{
  background-color:#36528c;
}
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button:focus{
  background-color:#30487b;
}
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button:active{
  background-color:rgba(49,74,126,1);
}
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button i,
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button em,
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button span{
  display:inline-block;
  vertical-align:sub;
}
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button i,
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button em{
  font-size:20px;
}
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button span,
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button i:last-child,
.rc-EmbeddedRegForm .c-user-modal-content button.c-user-modal-facebook-button em:last-child{
  margin-left:8px;
  margin-right:8px;
}
.rc-EmbeddedRegForm .c-user-modal-content input{
  width:100%;
}
@media (max-height: 568px){
  .rc-EmbeddedRegForm .c-logo,
  .rc-EmbeddedRegForm .c-user-modal-mission{
    display:none !important;
  }
}
.rc-EmbeddedRegForm .caption-text a{
  font-size:12px;
}
.rc-EmbeddedRegForm .caption-text a:hover{
  color:#014c8c;
}
.rc-EmbeddedRegForm .c-user-modal-content input{
  height:48px;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.tooltip.left .tooltip-inner{
  background-color:#d9534f;
}
.tooltip.left .tooltip-arrow{
  border-left-color:#d9534f;
}
.rc-Banner.unstoppable-banner .desktop-banner{
  position:relative;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-position:100%;
  height:580px;
}
.rc-Banner.unstoppable-banner .desktop-banner.embedded-reg-banner{
  height:610px;
}
@media (max-width: 991px){
  .rc-Banner.unstoppable-banner .desktop-banner{
    background-position:60%;
  }
}
.rc-Banner.unstoppable-banner .desktop-banner .embedded-reg-content-container{
  position:relative;
  padding:24px 8%;
  height:100%;
}
.rc-Banner.unstoppable-banner .desktop-banner .embedded-reg-content-container .title-section{
  max-width:540px;
  height:100%;
}
.rc-Banner.unstoppable-banner .desktop-banner .embedded-reg-content-container .headline{
  color:#0156b8;
  font-family:'OpenSans';
  font-weight:bold;
  max-width:600px;
}
.rc-Banner.unstoppable-banner .desktop-banner .embedded-reg-content-container .sign-up-form-container{
  height:100%;
  max-width:480px;
  z-index:1;
}
.rc-Banner.unstoppable-banner .desktop-banner .content-container{
  position:relative;
  padding-top:150px;
  padding-bottom:86px;
}
@media (max-width: 991px){
  .rc-Banner.unstoppable-banner .desktop-banner .content-container{
    padding-top:72px;
  }
}
.rc-Banner.unstoppable-banner .desktop-banner .content-container .headline{
  color:transparent;
  font-family:'OpenSans';
  font-weight:bold;
  max-width:600px;
  -webkit-background-clip:text;
  background-image:-webkit-linear-gradient(left, #4fc1e9, #4a89dc);
  background-image:-moz-linear-gradient(left, #4fc1e9, #4a89dc);
  background-image:-o-linear-gradient(left, #4fc1e9, #4a89dc);
  background-image:-ms-linear-gradient(left, #4fc1e9, #4a89dc);
  background-image:linear-gradient(to right, #4fc1e9, #4a89dc);
}
@media (min-width: 1200px){
  .rc-Banner.unstoppable-banner .desktop-banner .content-container .headline{
    max-width:700px;
  }
}
@media (max-width: 991px){
  .rc-Banner.unstoppable-banner .desktop-banner .content-container .headline{
    max-width:400px;
  }
}
@media (max-width: 767px){
  .rc-Banner.unstoppable-banner .desktop-banner .content-container .headline{
    max-width:600px;
  }
}
.rc-Banner.unstoppable-banner .desktop-banner .content-container .headline .unstoppable-text{
  font-style:italic;
  font-size:46px;
}
@media (max-width: 1199px){
  .rc-Banner.unstoppable-banner .desktop-banner .content-container .subtitle{
    max-width:272px;
  }
}
.rc-Banner.unstoppable-banner .desktop-banner .content-container .cta{
  background-image:-webkit-linear-gradient(left, #4fc1e9, #4a89dc) !important;
  background-image:-moz-linear-gradient(left, #4fc1e9, #4a89dc) !important;
  background-image:-o-linear-gradient(left, #4fc1e9, #4a89dc) !important;
  background-image:-ms-linear-gradient(left, #4fc1e9, #4a89dc) !important;
  background-image:linear-gradient(to right, #4fc1e9, #4a89dc) !important;
  border:none;
  padding:20px 60px;
  margin-top:32px;
}
.rc-Banner.unstoppable-banner .mobile-banner .embedded-reg-form{
  max-width:400px;
}
.rc-Banner.unstoppable-banner .mobile-banner .banner-image{
  width:100%;
}
.rc-Banner.unstoppable-banner .mobile-banner .content-container{
  background:-webkit-linear-gradient(left, #4fc1e9, #4a89dc);
  background:-moz-linear-gradient(left, #4fc1e9, #4a89dc);
  background:-o-linear-gradient(left, #4fc1e9, #4a89dc);
  background:-ms-linear-gradient(left, #4fc1e9, #4a89dc);
  background:linear-gradient(to right, #4fc1e9, #4a89dc);
  text-align:center;
  overflow:auto;
  padding:32px 16px;
}
.rc-Banner.unstoppable-banner .mobile-banner .content-container .headline{
  font-family:'OpenSans';
}
.rc-Banner.unstoppable-banner .mobile-banner .content-container .headline .unstoppable-text{
  font-size:44px;
  font-weight:bold;
}
.rc-Banner.unstoppable-banner .mobile-banner .content-container .subtitle{
  padding:16px 40px;
}
.rc-Banner.unstoppable-banner .mobile-banner .content-container .cta{
  padding-top:12px;
  padding-bottom:12px;
}
.rc-FeaturedPartners{
  margin:36px auto;
  max-width:1275px;
  background:#fff;
  position:relative;
  overflow-x:auto;
}
.rc-FeaturedPartners .partner-banner{
  padding-top:25px;
  padding-bottom:27px;
  max-width:1025px;
  margin:0px 0px 0px 20px;
}
.rc-FeaturedPartners .partner-logo{
  margin-right:15px;
  margin-left:7px;
}
.rc-FeaturedPartners .button-wrapper{
  padding:0 12px;
  background:#fff;
  position:absolute;
  right:25px;
  top:15px;
}
.rc-FeaturedPartners .button-wrapper .see-all-button-wrapper .icon-wrapper{
  display:none;
}
@media (max-width: 1275px){
  .button-wrapper{
    padding-right:12px;
  }
}
@media (max-width: 1200px){
  .rc-FeaturedPartners .button-wrapper .see-all-button-wrapper{
    right:0;
  }
}
@media (max-width: 1080px){
  .rc-FeaturedPartners .partner-banner{
    width:100%;
  }
  .rc-FeaturedPartners .partner-logo{
    margin-left:5px;
    margin-right:5px;
  }
  .rc-FeaturedPartners .partner-logo:nth-child(n+6){
    display:none;
  }
  .rc-FeaturedPartners .button-wrapper{
    padding:6px 2px;
  }
  .rc-FeaturedPartners .see-all-button-wrapper .icon-wrapper{
    display:none;
  }
}
@media (max-width: 991px){
  .rc-FeaturedPartners .partner-banner .partner-logo:nth-child(n+5){
    display:none;
  }
}
@media (max-width: 767px){
  .rc-FeaturedPartners .partner-banner .partner-logo{
    min-width:160px;
    text-align:center;
    margin-left:15px;
    margin-right:15px;
  }
  .rc-FeaturedPartners .button-wrapper{
    right:13px;
  }
  .rc-FeaturedPartners .button-wrapper .see-all-button-wrapper a.link-button{
    padding:10px 0px 10px 4px;
    min-width:32px;
    width:32px;
  }
  .rc-FeaturedPartners .button-wrapper .see-all-button-wrapper .text-wrapper{
    display:none;
  }
  .rc-FeaturedPartners .button-wrapper .see-all-button-wrapper .icon-wrapper{
    display:inline;
  }
}
.rc-FrontpagePromoBanner{
  height:400px;
}
.rc-FrontpagePromoBanner .desktop-banner{
  position:relative;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-position:center center;
  height:100%;
  padding-top:130px;
  padding-bottom:130px;
}
@media (min-width: 1700px){
  .rc-FrontpagePromoBanner .desktop-banner{
    -webkit-background-size:100%;
    -moz-background-size:100%;
    background-size:100%;
  }
}
.rc-FrontpagePromoBanner .mobile-banner{
  height:100%;
  padding-top:130px;
  padding-bottom:300px;
}
.rc-FrontpagePromoBanner .mobile-banner.greenblue-bg{
  background-image:-webkit-linear-gradient(left, #b3dc8f, #66c9ae);
  background-image:-moz-linear-gradient(left, #b3dc8f, #66c9ae);
  background-image:-o-linear-gradient(left, #b3dc8f, #66c9ae);
  background-image:-ms-linear-gradient(left, #b3dc8f, #66c9ae);
  background-image:linear-gradient(to right, #b3dc8f, #66c9ae);
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
}
.rc-FrontpagePromoBanner .headline{
  color:#fff;
  max-width:1200px;
}
.rc-FrontpagePromoBanner .cta{
  margin-top:16px;
}
.rc-PromoBanner .c-pb-unit{
  margin-bottom:20px;
}
.rc-PromoBanner .c-pb-unit:last-child{
  margin-bottom:40px;
}
.rc-PromoBanner.light .c-pb-close{
  color:#000;
}
.rc-PromoBanner .c-pb-banner{
  position:relative;
}
.rc-PromoBanner .c-pb-close{
  position:absolute;
  color:#fff;
  top:15px;
  right:20px;
  cursor:pointer;
  font-size:20px;
  z-index:2;
}
.rc-PromoBanner .c-pb-banner-bright-label{
  display:inline-block;
  color:#fff;
  padding:10px 15px;
  background-color:#2a73cc;
  text-transform:capitalize;
  margin-top:10px;
  margin-left:0;
}
.bt3-clearfix:before,
.bt3-clearfix:after{
  content:" ";
  display:table;
}
.bt3-clearfix:after{
  clear:both;
}
button.primary,
button.secondary,
button.passive,
button.facebook,
button.linkedin{
  font-size:12px;
  line-height:14px;
  font-family:'OpenSans', Arial, sans-serif;
}
.bgcolor-primary-light{
  background-color:#f6faff;
}
.bgcolor-primary{
  background-color:#2a73cc;
}
.bgcolor-primary-dark{
  background-color:#234b6e;
}
.bgcolor-success-light{
  background-color:#ecf4e8;
}
.bgcolor-success{
  background-color:#2ab573;
}
.bgcolor-success-dark{
  background-color:#1f8354;
}
.bgcolor-warn-light{
  background-color:#fff5c3;
}
.bgcolor-warn{
  background-color:#f5a623;
}
.bgcolor-warn-dark{
  background-color:#956712;
}
.bgcolor-danger{
  background-color:#ff5c6e;
}
.bgcolor-white{
  background-color:#fff;
}
.bgcolor-black{
  background-color:#000;
}
.bgcolor-accent-brown{
  background-color:#a07e46;
}
.bgcolor-accent-brown-light{
  background-color:#ece9e3;
}
.bgcolor-accent-yellow{
  background-color:#ffd700;
}
.color-primary{
  color:#2a73cc;
}
.color-primary-dark{
  color:#234b6e;
}
.color-success{
  color:#2ab573;
}
.color-success-dark{
  color:#1f8354;
}
.color-warn{
  color:#f5a623;
}
.color-warn-dark{
  color:#956712;
}
.color-danger{
  color:#ff5c6e;
}
.color-accent-brown{
  color:#a07e46;
}
.color-accent-yellow{
  color:#ffd700;
}
.bgcolor-transparent{
  background-color:transparent;
}
.bgcolor-black-g1{
  background-color:rgba(0,0,0,0.05);
}
.bgcolor-black-g2{
  background-color:rgba(0,0,0,0.1);
}
.bgcolor-black-g3{
  background-color:rgba(0,0,0,0.255);
}
.bgcolor-black-g4{
  background-color:rgba(0,0,0,0.45);
}
.bgcolor-black-g5{
  background-color:rgba(0,0,0,0.55);
}
.bgcolor-black-g6{
  background-color:rgba(0,0,0,0.8);
}
.bgcolor-white-g1{
  background-color:rgba(255,255,255,0.05);
}
.bgcolor-white-g2{
  background-color:rgba(255,255,255,0.1);
}
.bgcolor-white-g3{
  background-color:rgba(255,255,255,0.25);
}
.bgcolor-white-g4{
  background-color:rgba(255,255,255,0.55);
}
.bgcolor-white-g5{
  background-color:rgba(255,255,255,0.8);
}
.bgcolor-danger-g1{
  background-color:#ffeaec;
}
.bgcolor-danger-g2{
  background-color:#ffb4bc;
}
.bgcolor-danger-g3{
  background-color:#ff8694;
}
.bgcolor-danger-g4{
  background-color:#ff707f;
}
.bgcolor-danger-g5{
  background-color:#f67;
}
.bgcolor-divider{
  background-color:rgba(0,0,0,0.12);
}
.bgcolor-divider-light{
  background-color:rgba(0,0,0,0.06);
}
.theme-white{
  background-color:#fff;
}
.theme-light{
  background-color:#f5f5f5;
}
.theme-dark{
  background-color:#202f3a;
}
.theme-navigation{
  background-color:#ececec;
}
.color-hint-text{
  color:rgba(0,0,0,0.26);
}
.color-secondary-text{
  color:#525252;
}
.color-primary-text{
  color:rgba(0,0,0,0.87);
}
.color-disabled{
  color:#e0e0e0;
}
.color-active{
  color:#2972d1;
}
.theme-dark .color-primary-text{
  color:#fff;
}
.theme-dark .color-secondary-text{
  color:rgba(255,255,255,0.7);
}
.theme-dark .color-disabled{
  color:rgba(255,255,255,0.3);
}
.theme-dark .color-active{
  color:#2972d1;
}
.overlay{
  background-color:rgba(0,0,0,0.83);
}
.overlay.white{
  background-color:rgba(255,255,255,0.83);
}
button.primary,
button.secondary,
button.passive,
button.facebook,
button.linkedin{
  display:inline-block;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  background-image:none;
  border:none;
  opacity:1;
  -ms-filter:none;
  filter:none;
  text-decoration:none;
  color:#fff;
  min-width:72px;
  padding:10px 20px;
  -webkit-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -moz-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -o-transition-property:background-color,box-shadow(),color,opacity(n, args);
  -ms-transition-property:background-color,box-shadow(),color,opacity(n, args);
  transition-property:background-color,box-shadow(),color,opacity(n, args);
  -webkit-transition-duration:100ms;
  -moz-transition-duration:100ms;
  -o-transition-duration:100ms;
  -ms-transition-duration:100ms;
  transition-duration:100ms;
  -webkit-transition-timing-function:ease;
  -moz-transition-timing-function:ease;
  -o-transition-timing-function:ease;
  -ms-transition-timing-function:ease;
  transition-timing-function:ease;
  -webkit-transition-delay:0ms;
  -moz-transition-delay:0ms;
  -o-transition-delay:0ms;
  -ms-transition-delay:0ms;
  transition-delay:0ms;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:pointer;
  border-radius:0;
}
button.primary[disabled],
button.secondary[disabled],
button.passive[disabled],
button.facebook[disabled],
button.linkedin[disabled]{
  background-color:#e5e5e5;
  border:1px solid #e5e5e5;
  color:rgba(0,0,0,0.26);
  cursor:not-allowed;
  pointer-events:none;
}
button.primary[disabled]:hover,
button.secondary[disabled]:hover,
button.passive[disabled]:hover,
button.facebook[disabled]:hover,
button.linkedin[disabled]:hover,
button.primary[disabled]:active,
button.secondary[disabled]:active,
button.passive[disabled]:active,
button.facebook[disabled]:active,
button.linkedin[disabled]:active,
button.primary[disabled]:focus,
button.secondary[disabled]:focus,
button.passive[disabled]:focus,
button.facebook[disabled]:focus,
button.linkedin[disabled]:focus{
  background:#e0e0e0 none repeat 0 0 scroll;
}
button.primary.cozy,
button.secondary.cozy,
button.passive.cozy,
button.facebook.cozy,
button.linkedin.cozy{
  padding:16px 30px;
  font-size:14px;
  line-height:18px;
  font-family:'OpenSans-Semibold', Arial, sans-serif;
}
button.primary.comfy,
button.secondary.comfy,
button.passive.comfy,
button.facebook.comfy,
button.linkedin.comfy{
  padding:20px 40px;
  font-size:18px;
  line-height:24px;
  font-family:'OpenSans-Semibold', Arial, sans-serif;
}
button.primary.fullbleed,
button.secondary.fullbleed,
button.passive.fullbleed,
button.facebook.fullbleed,
button.linkedin.fullbleed{
  padding:10px 20px;
  width:100%;
}
button.primary{
  border:1px solid #2073d4;
  background-color:#2073d4;
}
button.primary:hover,
button.primary:focus,
button.primary:active{
  background-color:#005bbe;
}
button.primary.comfy:not([disabled]),
button.primary.cozy:not([disabled]){
  background-image:-webkit-linear-gradient(#2a73cc, #2260aa);
  background-image:-moz-linear-gradient(#2a73cc, #2260aa);
  background-image:-o-linear-gradient(#2a73cc, #2260aa);
  background-image:-ms-linear-gradient(#2a73cc, #2260aa);
  background-image:linear-gradient(#2a73cc, #2260aa);
}
button.primary.comfy:not([disabled]):hover,
button.primary.cozy:not([disabled]):hover,
button.primary.comfy:not([disabled]):active,
button.primary.cozy:not([disabled]):active,
button.primary.comfy:not([disabled]):focus,
button.primary.cozy:not([disabled]):focus{
  background-image:none;
}
button.secondary{
  color:#2a73cc;
  border:1px solid #2a73cc;
  background-color:transparent;
}
button.secondary:hover,
button.secondary:focus,
button.secondary:active{
  background-color:#2a73cc;
  color:#fff;
}
button.passive{
  border:1px solid #6f6f6f;
  color:#6f6f6f;
  background-color:transparent;
}
button.passive:hover,
button.passive:focus,
button.passive:active{
  border-color:#8c8c8c;
  background-color:#8c8c8c;
  color:#fff;
}
button.nostyle,
button.button-link,
div.button-link{
  background:transparent none repeat 0 0 scroll;
  color:rgba(0,0,0,0.87);
  border:0;
  font-size:1em;
  margin:0;
  padding:0;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  min-width:0;
}
button.nostyle:disabled,
button.button-link:disabled,
div.button-link:disabled{
  background:transparent none repeat 0 0 scroll;
  color:rgba(0,0,0,0.26);
}
button.facebook{
  padding-left:20px;
  padding-right:20px;
  color:#fff;
  background-color:#3b5998;
}
button.facebook span,
button.facebook i{
  display:inline-block;
  vertical-align:middle;
}
button.facebook i{
  font-size:20px;
}
button.facebook span,
button.facebook i:last-child{
  margin-left:8px;
}
button.linkedin{
  padding-left:20px;
  padding-right:20px;
  color:#fff;
  background-color:#2a73cc;
}
button.linkedin span,
button.linkedin i{
  display:inline-block;
  vertical-align:middle;
}
button.linkedin i{
  font-size:20px;
}
button.linkedin span,
button.linkedin i:last-child{
  margin-left:8px;
}
button.button-link,
div.button-link{
  color:#2972d1;
  text-decoration:none;
  cursor:pointer;
}
button.button-link:hover,
div.button-link:hover{
  text-decoration:underline;
}
button.button-link.nostyle,
div.button-link.nostyle{
  color:inherit;
  text-decoration:none;
}
button.button-link.nostyle:hover,
div.button-link.nostyle:hover{
  color:inherit;
  text-decoration:none;
}
.theme-dark button.primary[disabled],
.theme-dark button.secondary[disabled],
.theme-dark button.passive[disabled]{
  background-color:rgba(255,255,255,0.8);
}
.rc-PromoUnits{
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-position-y:39%;
}
.rc-PromoUnits .rc-PromoUnitBase{
  background-repeat:no-repeat;
}
.rc-PromoUnits .c-pua-heading h2{
  font-size:21px;
  font-weight:600;
  line-height:24px;
  margin-bottom:12px;
  margin-top:70px;
}
@media (max-width: 767px){
  .rc-PromoUnits .c-pua-heading h2{
    line-height:30px;
    margin-top:40px;
  }
}
.rc-PromoUnits .c-pua-subheading{
  font-size:14px;
  line-height:15px;
  margin-bottom:20px;
  width:50%;
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 767px){
  .rc-PromoUnits .c-pua-subheading{
    width:85%;
    margin-bottom:12px;
    line-height:17px;
  }
}
.rc-PromoUnits .c-pua-button-container{
  margin-bottom:21px;
}
.rc-PromoUnits .c-pua-button-container .c-pua-button{
  width:130px;
  height:46px;
}
.rc-PromoUnits .theme-dark{
  background-color:#000;
  color:#fff;
}
.rc-PromoUnits .theme-dark .c-pua-subheading{
  color:rgba(255,255,255,0.8);
}
.rc-PromoUnits .theme-light{
  background-color:#fff;
  color:#000;
}
.rc-PromoUnits .theme-light .c-pua-subheading{
  color:rgba(0,0,0,0.55);
}
.DASHBOARD_WELCOME .c-pua-heading h2{
  margin-top:55px !important;
}
.DASHBOARD_WELCOME .c-pua-button-container{
  margin-bottom:36px !important;
}
.HOMEPAGE_MIDDLE_BANNER{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
}
@media (max-width: 1200px){
  .HOMEPAGE_MIDDLE_BANNER .rc-PromoUnitBase{
    background-position:50%;
  }
}
.HOMEPAGE_MIDDLE_BANNER h2{
  font-size:30px !important;
}
.HOMEPAGE_MIDDLE_BANNER .c-pua-subheading{
  font-size:16px;
}
.HOMEPAGE_MIDDLE_BANNER .rc-SimpleCallToActionTemplate{
  height:250px;
}
