@media screen and (min-width: 1171px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}

/* Medium Devices, Laptop, Desktop
------------------------------------------------- */
@media screen and (max-width: 1170px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}
/* ipad pro, Small Devices, Tablets
------------------------------------------------- */
@media screen and (max-width: 991px) {
  .header-top-container { font-size: 0.9em; }
  .header-right {
    display: unset;
  }
  .main-menu {
    display: none;
  }
  .active-menu .main-menu {
    display: block;
  }
  .mobile-menu {
    display: block;
    float: right;
  }/*
  .menu-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -1000px;
    background: transparent;
    z-index: 100;
    transition: all 0.4s ease;
  }*/
  .active-menu .menu-wrap {
    position: fixed;
    top: 0;
    /* bottom: 0; */
    right: 0;
    width: 90%;
    max-width: 320px;
    /* height: 100%; */
    margin-left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    transition: all 0.4s ease;
  }
  .active-menu .menu-wrap ul.main-menu {
    overflow-y: scroll;
  }
  .active-menu .menu-wrap ul.main-menu > li {
    display: block;
    float: none;
  }
  .active-menu .menu-wrap ul.main-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }
  .active-menu .menu-wrap .dropdown-arrow {
    position: absolute;
    right: 10px;
  }
  .active-menu ul.main-menu ul.submenu {
    position: relative;
    display: block;
    top: 0;
    opacity: 1;
  }
  .active-menu ul.main-menu ul.submenu::before,
  .active-menu ul.main-menu ul.submenu::after {
    content: "";
    display: table;
    clear: both;
  }
  .active-menu ul.main-menu ul.submenu li {
    position: relative;
    width: 100%;
	border-top: 0;
    padding: 0 10px;
    background: #555;
    /* text-align: right; */
	border-radius: 0;
  }
  .active-menu li.main-menu-item:last-child {
    border-radius: 0;
  }
  .active-menu ul.main-menu li a.is-active,
  .active-menu ul.main-menu ul.submenu li:hover,
  .active-menu .menu-wrap ul.main-menu > li:hover {
    background: #777;
  }
  .active-menu ul.main-menu ul.submenu li a {
    display: block;
    width: 100%;
  }
  .active-menu ul.main-menu li a {
    border-bottom: 1px solid #434343;
  }
  .active-menu .close-mobile-menu {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 5px;
  }
  .slider_caption {
    bottom: 5px;
    max-height: unset;
  }
  .slideshow .views-slideshow-controls-bottom {
    bottom: 0px;
  }
  .slider_caption .slide-text,
  .slider_caption .more-button {
	display: none;
  }
  .action-call h1 { font-size: 1.9em; }
  .container {
    width: 100%;
    max-width: 991px;
  }
  .program { max-width: 30%; }
  .video-entry,
  .team-profile.staff { max-width: 28%; }
  .programs,
  .the-team,
  .the-updates,
  .latest-news,
  #footer .downloads { text-align: left; }
  .downloads .column {
    width: 49.5%;
    float: none;
    vertical-align: top;
    display: inline-block;
  }
  .page.downloads {
    column-count: 2;
  }
}
@media screen and (max-device-width: 852px) {
  /* Layout -> Header -> Header top*/
  .header-top-container {
    flex-direction: column;
  }
  .header-topx.right {
    top: 30%;
  }/*
  .header-top-left {
    margin-bottom: 6px;
  }
  .header-top-left i,
  ul.social-icons li {
    font-size: 0.8em;
  }
  .header-top-left i,
  ul.social-icons li a {
    width: 30px;
    height: 30px;
  }
  .search-icon {
    padding: 10px 0 10px 10px;
  }
  .search-box-content {
    top: 30%;
    width: 90%;
  }*/
  .call-button {
    /* right: 10px; */
    top: inherit;
    bottom: inherit;
    margin-top: 3%;
    max-height: 65%;
  }
  .action-call h1,
  .action-call h6 {
    max-width: 55%;
  }
}
@media only screen and (min-device-width: 771px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: none; /* none for no scaling */
  }
}
@media screen and (max-width: 770px) {
  /* Body */
  body {
    font-size: 0.9em;
  }
  /* Breadcrumb */
  #breadcrumb {
    padding: 6px 0;
  }
  .breadcrumb {
    font-size: 0.8em;
  }
  .breadcrumb-item-seperator {
    margin: 0 6px;
  }
  /* Layout -> Page layout */
  .no-sidebar #main,
  .two-sidebar #main,
  .sidebar-left #main,
  .sidebar-right #main {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #main::before,
  #main::after {
    content: "";
    display: table;
    clear: both;
  }
  /* Node Content *//*
  .page-title-wrap {
    padding: 16px 0;
  }*/
  .page-title-wrap h1.page-title {
    font-size: 1.6em;
  }
  #node-comment .indented {
    margin-left: 20px;
  }
  /* Sidebar */
  .sidebar,
  #sidebar-left,
  #sidebar-right,
  .two-sidebar #sidebar-left {
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
  }
  #sidebar-left {
    float: left;
    padding: 0 1% 0 0;
  }
  #sidebar-right {
    float: right;
    padding: 0 0 0 1%;
  }
  /* Footer */
  .footer-block {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    margin-bottom: 1.6em;
  }
  .footer-block:nth-child(even) {
    padding: 0;
  }
  .footer-block {
    padding-right: 1.6em;
  }
  /* Layout -> Footer */
  #footer {
    position: relative;
    z-index: 2;
  }
  .footer-bottom-middle {
    flex-direction: column;
  }
  .copyright {
    margin-bottom: 12px;
  }
  /* Content -> Form */
  .page-content input[type="text"],
  .page-content input[type="email"],
  .page-content input[type="password"],
  .page-content input[type="search"] {
    width: 100%;
    max-width: 100%;
  }
  input {
    max-width: 100%;
  }
  /* Homepage *//*
  .service,
  .project {
    float: none;
    width: 100%;
    max-width: 385px;
    margin: 0 auto 20px auto;
    padding: 4% 2%;
  }*/
  ul.main-menu ul.submenu li:hover,
  ul.main-menu ul.submenu li.active {
    background: #777;
  }
  .slider_caption { width: 50%; }
  .slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
    height: 20px;
  }
  .program,
  .video-entry,
  .news-update {
    max-width: 45%;
    Margin: 25px 2%;
  }
  .news-update {
    float: unset;
    vertical-align: top;
    display: inline-block;
  }
  .team-profile.staff {
    max-width: 27%;
  }
  .page-program img {
    width: 50%;
  }
  .page-program .title {
    text-align: left;
    padding-top: unset;
  }
  .photo-album {
    max-width: 29%;
  }
}
@media screen and (max-width: 645px) {
  /* layout -> Container */
  img.image-field,
  .field--type-video-embed-field {
    float: none;
    margin: 0 auto 1.5em;
    display: block;
    clear: both;
  }
  .page-program img {
    width: auto;
  }
.page-program:nth-child(odd) img {
    float: none;
  }
}
/* Screen widger than container
------------------------------------------------- */
@media screen and (max-width: 500px) {
  /* layout -> column */
  .full/*,
  .one_half,
  .one_three,
  .one_four,
  .one_four_first,
  .one_four_last*/ {
    width: 100%;
    padding: 2% 0;
  }
  /* Layout -> Header */
  .header-container {
    padding: 6px 0;
  }
  .header-topx.right {
    margin: 8px 12px;
    position: relative;
  }
  .header-right {
    display: block;
  }
  .search-box-content input[type="search"] {
    padding: 15px;
  }
  .search-box-content input[type="submit"] {
    padding: 10px 20px;
  }
  .align-left,
  img.align-left,
  figure.align-left,
  .align-right,
  img.align-right,
  figure.align-right,
  .align-center,
  img.align-center,
  figure.align-center {
    clear: both;
    margin: 0 auto;
    float: none;
  }
  /* Layout -> Sidebar */
  .sidebar,
  #sidebar-left,
  #sidebar-right,
  .two-sidebar #sidebar-left {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* Footer */
  .footer-blocks {
    flex-direction: column;
  }
  .footer-block {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 1.6em;
  }
  .slider_caption,
  .slideshow .views-slideshow-controls-bottom {
	bottom: 5px;
  }
  .slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
    height: 10px;
  }
  .slider_caption .slide-title {
	font-size: 18px;
	margin-bottom: 0px;
  }
  .action-call h1,
  .action-call h6 {
    width: 100%;
    text-align: center;
    max-width: none;
  }
  .call-button {
    width: 100%;
    right: auto;
    margin-top: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
  }
  .no-sidebar #main {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .video-entry,
  .news-update {
	width: 96%;
	max-width: none;
  }
  .program {
	display: flex;
	max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .the-programs,
  .the-partners {
	margin: 0;
  }
  .program .titlef a {
    line-height: 1.2;
    font-size: 1.6em;
  }
  .news-update {
    min-height: inherit;
  }
  .partner {
    float: none;
	padding: 15px 20px;
	display: inline-block;
  }
  .downloads .column {
    width: 100%;
  }
  .page.downloads {
    column-count: 1;
  }
  .the-team {
    padding-left: 15px;
    padding-right: 15px;
  }
  .team-profile.staff,
  .team-profile.board {
    max-width: 95%;
  }
  .page-program {
    padding-top: 0;
    margin-top: 20px;
  }
  .page-program img {
    width: inherit;
    margin-bottom: 20px;
  }
  .get-involved {
    text-align: left;
  }
  .get-involved .button {
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  /* layout -> Container */
  .container {
    width: 100%;
    max-width: 414px !important;
    padding: 0 10px;
  }
  .program,
  .video-entry,
  .news-update {
	width: 95%;
  }
  .photo-album {
    width: 46%;
    max-width: none;
    min-width: 46%;
  }
  .get-involved .button {
    width: 160px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: none; /* none for no scaling */
  }
}
