html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 320px;
}
body {
	font-family: 'Roboto', Arial, sans-serif;
}
header {
  background: #005890;
}
.container__page {
  max-width: 990px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .container.container__page {
    width: 980px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

/* Colors */
.dark-blue-bg {
  background: #005890 !important;
}

h1 {
  margin: 0;
  padding: 0;
  height: 114px;
  line-height: 114px;
}
.brand-bar {
  text-align: center;
}
.brand-bar__logo {
  max-width: 310px; 
}

#nav-mobile__toggle {
  position: relative;
  display: inline-block;
  height: 20px;
  padding-left: 28px;
  padding-right: 17px;
  line-height: 20px;
  vertical-align: baseline;
}
.burger-icon,
.burger-icon:before,
.burger-icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 4px;
  left: 0;
  top: 50%;
  background: white;
  border-radius: 2px;
}
.burger-icon:before { top: -8px; }
.burger-icon:after { top: 8px; }

.close-icon {
  display: none;
  position: absolute;
  left: 0;
  width: 23px;
  height: 20px;
  font-size: 23px;
  vertical-align: top;
}
.nav-mobile__search-toggle {
	vertical-align: text-bottom;
}
.nav__tools {
  position: relative;
  z-index: 10;
  height: 30px;
}
.nav__search-toggle {
  display: block;
  height: 30px;
  position: relative;
  margin-right: 6px;
  z-index: 100;
}
.nav__search-toggle a {
  background: #31769e;
  padding: 0 4px;
}

.search-icon {
  font-size: 20px;
  vertical-align: top;
}

.nav-bar {
  background: #31769e;  
  color: #fff;
  height: 34px;
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 475px) {
  .nav-bar {
    padding-right: 20px;
  }
}
.nav-bar a {
  color: #fff;
  text-decoration: none;
}

#nav-mobile {
  display: block;
}
#nav-mobile > a {
  height: 20px;
  line-height: 25px;
  letter-spacing: 0.25px;
}
#nav-mobile > a > span {
  vertical-align: top;
}

.no-transform {
  text-transform: none;
}

.no-border {
  border: 0;
  box-shadow: none;
}

#nav {
  display: none;
}

@media screen and (min-width: 992px) {
  #nav-mobile { display: none; }
  #nav { display: block; }
}


nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__primary {
  position: relative; 
}
.nav__primary--item {
  /*position: relative; */
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding-right: 7px;
  margin-top: -6px;
  margin-bottom: 12px;
}
.nav__primary--item:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #146093;
  margin-left: 6px;
  margin-bottom: -1px;
}
.nav__primary--item:first-child {
  margin-left: 0;
}
.nav__primary--item:last-child:after {
  display: none;
}
.nav__primary--item:hover a,
.nav__primary--item a:hover,
.nav__primary--item a:active,
.nav__primary--item.open a {
  color: #003c62;
}
.main-nav__item a {

}

/* Dropdown */
.has-dropdown {
  position: relative;
  height: 30px;
}
.burger-menu {
  margin-top: 2px !important;
  margin-left: -20px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding: 0 !important;
  top: 27px !important;
}

.dropdown-menu {
  border-radius: 0 0 10px 10px;
  border: none !important;
  top: 27px;
  /*left: -20px; */
  padding: 14px 1px 30px 19px;
  /*max-height: 252px; */
  margin-right: -20px;
}
.dropdown-menu--admin {
  max-height: none;
  width: 240px;
}
.dropdown-menu--admin section {
  display: block; /* always underneath */
}
.dropdown-menu--flags {
  max-height: none;
  width: 100px;
  padding: 12px 1px 12px 19px;
}
.dropdown-menu--flags section {
  display: block; /* always underneath */
}
.dropdown--search {
  height: 65px;
  width: 300px;
  color: #8c8c8c;
}
.nav-mobile__search-toggle .dropdown--search {
  width: 100%;
  top: 146px;
}

@media (min-width: 768px) {
  .nav-mobile__search-toggle .dropdown--search {
    width: 750px;
    max-width: 990px;
    left: 50%;
    transform: translateX(-50%);
  }
} 

.dropdown__list-group {
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
}
.dropdown__list-group a:hover {
  background: #ccf5ff;
}

.dropdown__list {
  margin: 0;
  padding: 0;
  z-index: auto;
  list-style-type: none;
}
.dropdown__header {
  color: #727272;
  font-size: 14px;
  line-height: 2.333em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
}
.dropdown__item {

}
.dropdown__item a {
  font-size: 16px;
  color: black;
  line-height: 2em;
}
.dropdown__list--blue .dropdown__item a {
  color: #1a95d3;
}
.dropdown__list--green .dropdown__item a {
  color: #18a577;
}
.dropdown__list--purple .dropdown__item a {
  color: #aa4cbd;
}
.dropdown__list--orange .dropdown__item a {
  color: #ef5b3e;
}
/* Dropdown - END */

/* mobile select */
.nav-mobile__toggle {
  vertical-align: top;
  height: 20px;
	width: 60px;
    display: inline-block;
	overflow: hidden;
	background: transparent url("../images/global-nav-02-menu.png") no-repeat left top;
	background-size: 23px 20px;
  margin-right: 14px;
}

.nav-mobile__toggle select {
	font-size: 10px;
	text-transform: none;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
  padding-left: 29px;
  padding-top: 3px;
}
.nav-mobile__toggle select option {
  color: black;
  background: white;
}

.nav-mobile__toggle select:focus {
	outline: none;
}
.nav-mobile__search-toggle {
  vertical-align: top;
  display: inline-block;
  height: 30px;
  line-height: 20px;
}

#nav-mobile__toggle.active .burger-icon { display: none; }
#nav-mobile__toggle.active .close-icon { display: block; }
/* mobile select - end */



main {
  background: white;
  padding: 20px 5px 5px 5px;
}

/* CARDS */
.card {
  color: white;
  overflow: hidden;
  margin-bottom: 20px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .card:not(.card--primary):not(.card--social) {
    display: inline-block;
    /*width: calc( 50% - 12px);*/
  }
  .card:not(.card--primary):not(.card--social):nth-child(even) {
    margin-right: 20px;
  }
}
.card h2, .card h3 {
  margin: 0;
  padding: 0;
}
.card h2 {
  font-size: 20px;
  margin-bottom: 20px;
  /*font-size: 30px;*/
  font-weight: 300;
  line-height: 1.2em;
  height: 4.8em;
  overflow: hidden;
}
.card h3 + h2 {
  height: 3.6em;
}
.card h3 {
  /* font-size: 14px; */
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .43em;
  height: 2em;
}
.card .card__content > img + h3 + h2,
.card .card__content > img + h2 {
}
@media screen and (min-width: 475px) {
  .card h2 {
    font-size: 30px;
  }
  .card h3 {
    font-size: 14px;
    height: 1.5em;
  }
}

.card .card__content > img {
  float: right;
  width: 34%;
  max-width: 109px;
}
@media screen and (min-width: 475px) {
  .card .card__content > img {
    max-width: 149px;
  }
}
.card-tool h3 {
  color: #31769e;
  text-transform: none;
}
.card__content {
  position: relative;
  margin-top: 5px;
  padding: 12px 14px;
}
@media screen and (max-width: 992px) {
  .card__content--primary {
    height: 202px;
  }
  .my-tookit-btn-padding {
    height: 50px;
  }
}
.card__content--secondary {
  height: 202px;
}

@media screen and (max-width: 600px) {
  .card__content--primary {
    height: 252px;
  }
}
@media screen and (min-width: 475px) {
  .card__content--secondary {
    height: 232px;
  }
}

.card--primary {
  background: #00375b;
}
.card__content--primary {
  background: #005890;
}
.card--secondary {
  background: #005890;
}
.card__content--secondary {
  background: #31769e;
}
.card--basic {
  /*border: 1px solid #e59ded;*/
  min-height: 160px;
}
.card--basic h3 {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 10px 0 5px 0;
  height: auto;
  text-transform: none;
  text-align: center;
  margin-bottom: 8px;
  /*color: #fff;*/
  color: #6b6a6a;
  /*background: transparent url('../images/border-dotted.png') bottom left repeat-x;*/
}
.card--basic div {
  color: #fff;
  text-align: center;
}
.card--carousel-btn {
  font-family: 'Roboto';
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.94px;
  padding: 3px 25px 3px 25px;
  margin: 6px 0 10px 0;
  /*color: #9b58a3;*/
  background: #fff;
  border: 1px solid #efb5f6;
  background-image: none;
}
.card--basic p {
  color: #8c8c8c;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.card__content--basic {
  margin-top: 2px;
  /*border-top: 1px solid #e59ded;*/
  padding: 0;
}
.card .card__content--basic > img {
  max-width: 30%;
  margin-top: 7px;
}
@media screen and (min-width: 500px) {
  .card .card__content--basic > img {
    max-width: 18%;
    margin-top: 7px;
  }
}

.card--landing {
  height: 302px;
}
@media screen and (min-width: 500px) {
  .card--landing {
    height: 232px;
  }
}
@media screen and (min-width: 620px) {
  .card--landing {
    height: 232px;
  }
}
@media screen and (min-width: 768px) {
  .card--landing {
    height: 262px;
  }
}
@media screen and (min-width: 1000px) {
  .card--landing {
    height: 232px;
  }
}

.card__actions {
  position: absolute;
  bottom: 20px;
}
.card__actions a:last-child {
  margin-bottom: 0;
}
.card--basic .card__actions {
  position: relative;
  bottom: auto;
  clear: both;
}

.card--social {
  /* border: 1px solid #dcdcdc;*/
  padding: 9px 20px;
}
.social__links--wrapper {
  display: inline;
  width: 30%;
}
.social__links--label {
  color: #8d8d8d ;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-right: 10px;
}
.social__links {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.social__link {
  display: inline-block;
  margin-right: 9px;
}
.social__link a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4cacdb;
  color: white;
  vertical-align: top;
}
.social__link a > i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
}
.social__bookmark {
  display: inline;
  float: right;
  margin-right: -10px;
  font-family: 'Roboto';
}
.social__bookmark a {
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.social__bookmark a i {
  font-size: 24px;
  vertical-align: middle;
}

/* Cards - END */

.button__rect--white {
  display: inline-block;
  color: white;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 3px 15px;
  margin-bottom: 13px;
  letter-spacing: .2em;
}
@media screen and (min-width: 475px) {
  .button__rect--white {
    font-size: 11px;
  }
}
.button__rect--white:link,
.button__rect--white:visited {
  color: white;
  text-decoration: none;
}
.button__rect--white:hover,
.button__rect--white:active {
  color: white;
  text-decoration: none;
}

.button__round {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding: 4px 21px;
  border-radius: 12px;
  letter-spacing: 0.1em;
  margin-right: 10px;
}

.button__round:last-child {
  margin-right: 0;
} 
.button__round:link,
.button__round:visited {
  text-decoration: none;
}
.button__round:hover,
.button__round:active {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 475px) {
  .button__round {
    font-size: 11px;
  }
}
.button__round--blue1 {
  background: #5b92b1;
  color: white;
}
.button__round--blue1:link,
.button__round--blue1:visited {
  color: white;
  text-decoration: none;
}
.button__round--blue1:hover,
.button__round--blue1:active {
  color: white;
  text-decoration: none;
}
.button__round--blue2 {
  background: #0a598f;
  color: white;
}
.button__round--blue3 {
  background: #2297d2;
  color: white;
}
.button__round--blue4 {
  background: #29779b;
  color: white;
}
.button__round--green {
  background: #20a579;
  color: white;
}

/* button modifications */
#nav-mobile .button__round {
  line-height: 14px;
  font-weight: 400;
  font-size: 10px;
  /* margin-top: 2px; */
  /* override button defaults */
  margin-right: 0;
  padding: 4px 10px;
  letter-spacing: 0.1em;
} 
.card--primary .button__rect--white {
  min-width: 252px;
  text-align: center;
  border-color: #99bcd3;
}
.card--secondary .button__rect--white {
  border-color: #d6e4ec;
}
@media screen and (min-width: 475px) {
  .card--primary .button__rect--white {
    min-width: 260px;
  }
}
#nav .button__round {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 13px;
  padding: 4px 12px;
  /* override defaults */
  margin-right: 0;
}


.newsletter-form {
  margin-top: -4px;

}
.newsletter-form__email-field {
  border: 1px solid #c9c9c9;
  color: #31769e;
  font-size: 13px;
  padding: 4px 7px;
  width: 100%;
  max-width: 200px;
  margin-right: 4px;
  /* in case button goes into next row (320px) */
  margin-bottom: 10px;
}


/* Carousel */
.carousel-wrapper {

}
/* Background color for carousel header */
.carousel-inner {
  /*background-color: #9b58a3;*/
  background-color: #fff;
  border-radius: 20px 20px;
}
.carousel-inner .item {

}
.carousel__caption {
  position: absolute;
  top: 0;
  left: 45%;
  max-width: 45%;
  color: white;
}
.carousel__caption h3 {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin-bottom: .25em;
}
.carousel__caption p {
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 1em;
}
.carousel__caption .button__rect--white {
  opacity: .7;
  font-size: 7px;
  padding: 0.4em 1.4em;
  letter-spacing: 1px;
} 
.carousel-indicators {
  bottom: -3px;
}
.carousel-indicators li,
.carousel-indicators .active {
  width: 4px;
  height: 4px;
  background: white;
  border: none;
  margin: 0 4px;
  opacity: .6;
}
.carousel-indicators .active {
  opacity: .9;
}
.carousel-control.left, .carousel-control.right{
  background: none !important;
  filter: progid:none !important;>
}

/* TEST */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media screen and (min-width: 475px) {
  .carousel__caption {
    left: 47%;
    max-width: 38%;
    top: 4%;
  }
  .carousel__caption h3 {
    font-size: 22px;
  }
  .carousel__caption p {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .carousel__caption {
    max-width: 42%;
  }
  .carousel__caption h3 {
    font-size: 28px;
  }
  .carousel__caption p {
    font-size: 18px;
  }
  .carousel__actions .button__rect--white {
    font-size: 11px;
  }
  .carousel-indicators {
    bottom: 6px;
  }
  .carousel-indicators li,
  .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }

}
@media screen and (min-width: 768px) {
  .carousel__caption h3 {
    font-size: 36px;
  }
  .carousel__caption p {
    font-size: 22px;
  }
  .carousel__actions .button__rect--white {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  .carousel__caption h3 {
    font-size: 44px;
  }
  .carousel__caption p {
    font-size: 26px;
  }
  .carousel__actions .button__rect--white {
    font-size: 11px;
  }
  .carousel__actions .button__rect--white {
    font-size: 14px;
  }
}
/* Carousel - END  */

/* FOOTER */
footer {
  background: #fff;
  padding: 0;
}
.footer__content {
  padding: 20px 30px 20px 30px;
  background-color: #018fd0;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 20px;
  border-radius: 20px !important;
}
footer p {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
}
.footer__chf {
  display: inline-block;
}
.footer__logo-chf {
  max-width: 186px;
  margin-bottom: 10px;
}
.footer__social-icons {
  max-width: 150px;
  margin-bottom: 10px;
}
.footer__nyc {
  max-width: 240px;
  margin-top: 20px;
}
.footer__nyc > p > a {
  color: #fff;
}
.footer-social {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  text-align: center;
}
.footer-links {
  margin-top: 10px;
  text-align: center;
}
.footer-news {
  max-width: 300px;
  border-radius: 15px 15px 0 0;
  margin-left: 40px;
  margin-bottom: 0;
}
/* Right-align only on Desktop (768px and up) */
@media (min-width: 768px) {
  .footer-social {
    text-align: right;
  }
}
.footer-links > a {
  color: #fff;
  padding-right: 7px;
}
/* Right-align only on Desktop (768px and up) */
@media (min-width: 768px) {
  .footer-links {
    text-align: right;
  }
}
.footer-thanks {
  margin-top: 10px;
  text-align: center;
}
/* Right-align only on Desktop (768px and up) */
@media (min-width: 768px) {
  .footer-thanks {
    text-align: right;
  }
}
/* Ensure Font Awesome 5 Brands render correctly */
.fab {
  font-family: 'Font Awesome 5 Brands' !important;
  font-weight: 400 !important;
  display: inline-block !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* Ensure Font Awesome 5 Solid icons render correctly */
.fas {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important; /* CRITICAL: Solid icons fail without 900 */
  display: inline-block !important;
  -webkit-font-smoothing: antialiased;
}

.footer-social a .fab {
  color: #fff !important;
  font-size: 30px; /* Adjust to match your text size */
  margin: 0 10px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-end; /* Aligns items to the right in Flexbox */
  align-items: center;       /* Centers them vertically with your text */
}
.footer-social a {
  line-height: 1;            /* Prevents the link box from being taller than the icon */
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 550px) {
  .footer__nyc {
    margin-top: 0;
    float: right;
  }
}

.nyc__logo--edu {
  vertical-align: top;
  max-width: 109px;
  margin-right: 20px;
}
.nyc__logo--health {
  vertical-align: top;
  max-width: 107px;
}

/* footer - END */

/* Consolidated Back to Top - The Clean Version */
#backToTop {
  display: none; /* JS will toggle to 'flex' */
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  /* Shape & Appearance */
  width: 50px;
  height: 50px;
  background-color: #fff; /* Back to the Charcoal base */
  border: 5px solid #018fd0; /* Balanced border weight */
  border-radius: 50%;

  /* Alignment */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition for the hover */
}

/* The Triangle Arrow */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #018fd0; /* The Gold Arrow */

  /* Center the triangle inside the circle */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

/* Hover State - No more !important wars */
#backToTop:hover {
  background-color: #98e4fc;
}

#backToTop:hover .arrow-up {
  border-bottom-color: #018fd0; /* Flips the arrow color on hover */
}
/* Floating "Back to Top" arrow - END */

/* regular content */ 
.page__content {
  margin-bottom: 20px;
  color: #8c8c8c;
}
.page__title {
  color: #0a598f;
  font-size: 46px;
  font-weight: 300;
  margin: 0;
  margin-top: -7px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.page__content p {
  font-size: 17px;
}

/* regular content - END */ 

/* search form */
.navbar-form.search-form {
  padding: 0;
  width: 100%;
  margin: 0;
}
.search-input-group {
	margin-right: 20px;
  width: 100%;
}
.search-input-group .input-group-addon{
	background: white !important; 
	padding: 5px 12px;
  height: 34px;
}
.search-input-group .form-control{
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
  display: table-cell;
  width: 75%;
}
.search-input-group button{
  border:0;
  background:transparent;
}

.nav-mobile__search-toggle .search-input-group .form-control{
  width: 80%;
}
@media screen and (min-width: 750px) {
  .nav-mobile__search-toggle .search-input-group .form-control{
    width: 90%;
  }
}

/* search form - END */

.dropdown-show { display: block; }

/* New Hamburger menu */

.nav li a {
  font-size: 12px;
  color: #000;
  padding-left: 20px;
}

.burger-panel-body {
  padding: 0;
}
.burger-panel-body li {
  padding: 0 0 0 20px;
}
.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.burger-panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.burger-panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}

.panel-default>.burger-panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color: #000;
  font-size: 12px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content:"\e260";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content:"\e259";
}

/* Striped table row colors */
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #ececec;
}

/* MODALS */
@media screen and (min-width: 500px) {
  .video-modal-width {
    width: 400px;
    margin: auto;
  }
}
@media screen and (min-width: 620px) {
  .video-modal-width {
    width: 500px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .video-modal-width {
    width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1000px) {
  .video-modal-width {
    width: 700px;
    margin: auto;
  }
}


