  /*
Theme Name: Kipp Chicago
Author: Proof Branding
Author URI: http://proofbranding.com
Version: 1.0
*/
/* See css/base.css for CSS setup and base styles */
/*
font-family: "Whitney A", "Whitney B";
font-style: normal;
font-weight: 400;

available weights: 400, 400i, 500, 500i, 600, 700
*/
/* Global Stuff
---------------------------------------- */
body {
  font-family: "Whitney A", "Whitney B", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1f2021;
  background: #fff;
  font-size: 18px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
}

/* prettyPhoto styling for small screens  - below 767px width */
@media only screen and (max-width: 767px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important;
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
  .pp_details {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 10px !important;
    top: 10px !important;
  }
}

/* Links & Buttons
---------------------------------------- */
a, a:visited {
  color: #4A90E2;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  color: #4A4A4A;
}

a, input[type=submit], input[type=button] {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a.button,
input[type=submit],
input[type=button],
a.blue-button,
.wmle_loadmore .wmle_loadmore_btn {
  display: inline-block;
  background: #f7941e;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 20px 35px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
}

a.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
a.blue-button:hover {
  background-color: #009444;
  color: #fff;
  box-shadow: none;
}

input[type=button]:hover {
  border-color: #2C5A92;
}

input[type=submit] {
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: none;
  text-shadow: none;
}

input[type=submit]:hover {
  border: 2px solid #2C5A92;
  box-shadow: none;
  text-shadow: none;
}

.multi-block a.button {
  border-color: #fff;
  color: #fff;
}

.multi-block a.button:hover {
  background: #fff;
  color: #2C5A92;
}

a.button.white,
a.white-button {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

a.button.white:hover,
a.white-button:hover {
  background-color: #fff;
  color: #2C5A92;
}

a.button.orange {
  border-color: #f7941e;
  color: #f7941e;
  background: #fff;
}

a.button.orange:hover {
  border-color: #f7941e;
  background-color: #f7941e;
  color: #fff;
}

.wmle_loadmore .wmle_loadmore_btn {
  border-color: #17345b !important;
  color: #17345b !important;
  padding: 16px 100px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.wmle_loadmore .wmle_loadmore_btn:hover {
  background: #17345b !important;
  color: #fff !important;
}

.button + .button {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-buttons .button {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 767px) {
  a.button {
    display: block;
  }
  .button + .button {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .button {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* Structural containers
---------------------------------------- */
#page {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1330px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 30px;
  padding-right: 30px;
}

/* General CSS
---------------------------------------- */
.center {
  text-align: center;
}
.text-left {
	text-align: left;
}
.text-left .twocol-col {
	text-align: left;
}

table th {
  text-align: left;
}

table.meetings {
  width: 60%;
}

table.meetings th,
table.meetings td {
  padding: 10px;
}

@media (max-width: 1024px) {
  .page-id-4150 table {
    width: 100% !important;
    font-size: 14px;
  }
}

/* Bottom Bar
---------------------------------------- */
.bottombar {
  background: #60a2d7;
  height: 80px;
  overflow: hidden;
}

.bottombar .logos {
  width: 100%;
}

.bottombar .icon {
  float: left;
  display: block;
  align-items: center;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding: 0 0px 0 0;
  position: relative;
  width: 15.6%;
}

.bottombar #icon-1 {
  width: 12%;
}

.bottombar #icon-1 img {
  width: 116px;
  height: 31px;
  top: 24px;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bottombar #icon-2 img {
  width: 116px;
  height: 30px;
}

.bottombar #icon-3 img {
  width: 130px;
  height: 30px;
}

.bottombar #icon-4 img {
  width: 109px;
  height: 30px;
}

.bottombar #icon-5 img {
  width: 109px;
  height: 30px;
}

.bottombar #icon-6 img {
  width: 83px;
  height: 30px;
}

.bottombar #icon-7 {
  width: 10%;
}

.bottombar #icon-7 img {
  width: 83px;
  height: 30px;
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bottombar .icon:first-child {
  padding-left: 0;
}

.bottombar img {
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 25px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bottombar .tagline {
  float: right;
  width: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 62px;
  line-height: 3.875rem;
  color: #17345b;
  font-weight: 700;
}

.bottombar a img {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bottombar a img.logo-grey {
  opacity: 1;
}

.bottombar a:hover img.logo-color {
  opacity: .7;
}

.bottombar a:hover img.logo-grey {
  opacity: .7;
}

body.page-id-21 .bottombar a#icon-1 img.logo-grey {
  opacity: 0;
}

body.page-id-21 .bottombar a#icon-1 img.logo-color {
  opacity: 1;
}

body.page-id-20 .bottombar a#icon-2 img.logo-grey {
  opacity: 0;
}

body.page-id-20 .bottombar a#icon-2 img.logo-color {
  opacity: 1;
}

body.page-id-19 .bottombar a#icon-3 img.logo-grey {
  opacity: 0;
}

body.page-id-19 .bottombar a#icon-3 img.logo-color {
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  .bottombar img {
    margin: 0 20px 0 10px;
  }
  .bottombar {
    display: none;
  }
}

/* Logo/Navbar
---------------------------------------- */
.site-header {
  background: #60a2d7;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 200;
}

.fixed .site-header {
  position: fixed;
  z-index: 999;
  top: 45px;
}

#kanga {
  display: none;
}

.fixed #kanga {
  display: block;
  height: 148px;
}

.site-header .container {
  padding: 0 45px;
  max-width: 1620px;
}

.branding {
  float: left;
  width: 100%;
  max-width: 232px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.branding a {
  outline: none;
  display: block;
}

.branding a img {
  display: block;
  max-width: 231px;
  width: 100%;
}

@media only screen and (max-width: 1170px) {
  .site-header .container {
    padding: 20px 0 0;
  }
  .branding {
    width: 50%;
    padding: 5px 0 20px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed #kanga {
    display: block;
    height: 57px;
  }
}

@media only screen and (max-width: 768px) {
  .fixed #kanga {
    display: block;
    height: 57px;
  }
}

/* Main Navigation
---------------------------------------- */
.menu-wrapper {
  float: right;
  width: 80%;
  padding-top: 0;
  margin-left: -20%;
}

#nav {
  display: block;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.responsive-menu-icon {
  cursor: pointer;
  display: none;
}

.responsive-menu-icon::before {
  color: #fff;
  content: "\f0c9";
  display: block;
  font: normal 24px/1 'fontAwesome';
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}

.openwide .responsive-menu-icon::before {
  content: "\f00d";
}

#nav .menu {
  clear: both;
  float: right;
  width: auto;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #fff;
}

#nav .menu-item {
  display: inline-block;
  text-align: left;
  float: left;
}

#nav .menu a {
  color: #fff;
  display: block;
  padding: 10px 10px 30px 10px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

/* Level 1 */
#nav .menu > li > a {
  padding: 40px 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}

#nav .menu > li.wpml-ls-item a {
  font-style: italic;
}

#nav .menu > li.wpml-ls-item.menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
}

#nav .menu > li.wpml-ls-item.menu-item-has-children > a:after {
  position: absolute;
  content: "\f078";
  display: block;
  font-family: fontawesome;
  right: 13px;
  font-style: normal;
  top: 40px;
  font-weight: normal;
  font-size: 10px;
}

#nav .menu > li > a:hover,
#nav .menu > li.current-menu-item > a:hover {
  background-color: #17345b;
  color: #fff;
}

#nav .menu > li.current-menu-item > a,
#nav .menu > li.current-page-parent > a,
#nav .menu > li.current-page-ancestor > a,
#nav .sub-menu > li.current-page-parent > a {
  background-color: #17345b;
  color: #fff;
}

#nav .menu > li.menu-item-has-children:hover > a {
  background-color: #17345b;
  color: #fff;
}

#nav .menu > li.menu-button {
  margin-left: 0;
}

#nav .menu > li.menu-button > a {
  margin: 22px 0;
  padding: 20px;
  background-color: #f7941e;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

#nav .menu > li.menu-button > a:hover {
  background-color: #17345b;
}

/* Level 2 */
#nav .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 220px;
  z-index: 99;
  background-color: #17345b;
}

#nav li.menu-item-schools > .sub-menu {
  width: 330px;
}

#nav li.menu-item-schools > .sub-menu > li.menu-item > a {
  width: 100%;
}

#nav li.menu-item-schools > .sub-menu > li.menu-item {
  display: block;
  float: none;
  width: 100%;
}

#nav li.menu-item-schools > .sub-menu > li.menu-item > a:after {
  width: 300px;
}

#nav .sub-menu a {
  background-color: #17345b;
  color: #fff;
  position: relative;
  width: 220px;
  padding: 12px 15px;
  line-height: 20px;
  line-height: 1.25rem;
}

/* #nav .sub-menu a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 190px;
  left: 15px;
  bottom: 0;
  background: #fff;
} */

#nav .sub-menu li:last-child a:after {
  height: 0;
}

#nav .sub-menu a:hover {
  color: #8dc63f;
}

#nav .sub-menu > li.current-menu-item > a {
  color: #8dc63f;
}

#nav .menu-item:hover {
  position: static;
}

#nav .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

/* Level 2+ */
#nav .sub-menu .sub-menu {
  margin: -44px 0 0 219px;
}

/* Custom Menu classes */
#nav .menu > li.bold > a {
  font-weight: 700;
}

#nav .menu > li.first > a {
  padding-left: 0;
}

#nav .menu > li.last > a {
  padding-right: 0;
}

@media (min-width: 1201px) {
  /*
	#menu-main-menu li#menu-item-109:hover .sub-menu {
		margin-left: -109px;
	}

	#menu-main-menu li#menu-item-97 .sub-menu .sub-menu {
		margin-left: -220px;
	}
	*/
}

@media only screen and (max-width: 1170px) {
  .menu-wrapper {
    width: 100%;
    padding-top: 0;
    float: none;
    margin: 0;
  }
  .responsive-menu-icon {
    position: absolute;
    top: 28px;
    right: 14px;
  }
  #mobile-switcher {
    position: absolute;
    top: 0;
    right: 50px;
  }
  #nav .menu.responsive-menu > .menu-item > .sub-menu,
  #nav .menu.responsive-menu {
    display: none;
    float: none;
    width: 100%;
  }
  #nav .menu.responsive-menu {
    background: #17345b;
    color: #fff;
    margin-top: 7px;
    margin-bottom: -12px;
    height: 90vh;
    overflow-y: scroll;
  }
  #nav .menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
    float: none;
  }
  #nav .menu.responsive-menu .menu-item:hover {
    position: static;
  }
  #nav .menu.responsive-menu li a,
  #nav .menu.responsive-menu li a:hover {
    display: block;
    line-height: 1;
    padding: 18px 12px;
    color: #fff;
    border: 0;
    letter-spacing: 1px;
  }
  #nav .menu.responsive-menu > li {
    border-bottom: 1px solid #BCD8F0;
  }
  #nav .menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
  #nav .menu.responsive-menu > li.menu-item-has-children:hover > a {
    background-color: transparent;
  }
  #nav .menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }
  #nav .menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 20px/1 'dashicons';
    height: 20px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  #nav .menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
  }
  #nav .menu.responsive-menu .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
    background-color: #183e76;
    padding-left: 0;
    padding-right: 0;
  }
  #nav .menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
  }
  #nav .menu.responsive-menu .sub-menu li {
    border-top: 1px solid #BCD8F0;
  }
  #nav .menu.responsive-menu .sub-menu li a,
  #nav .menu.responsive-menu .sub-menu li a:hover {
    padding: 12px;
    position: relative;
    text-transform: none;
    width: 100%;
  }
  #nav .menu.responsive-menu .current-menu-item > a,
  #nav .menu.responsive-menu .sub-menu a,
  #nav .menu.responsive-menu .sub-menu a:hover,
  #nav .menu.responsive-menu a:hover,
  #nav .menu.responsive-menu li:hover {
    background: none;
    color: #fff;
  }
  #nav .sub-menu a:after {
    display: none;
  }
  #nav .menu > li.menu-button {
    margin-left: 0;
  }
  #nav .menu > li.menu-button a {
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #nav .menu.responsive-menu {
    position: relative;
    top: 0px;
  }
  #nav ul.menu .sub-menu .sub-menu a {
    font-style: italic;
    padding-left: 30px !important;
  }
  #nav ul.menu > li.menu-button {
    margin: 0;
  }
  #nav ul.menu > li.menu-button > a {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .responsive-menu-icon {
    position: absolute;
    top: 20px;
    right: 14px;
  }
  #nav .sub-menu a:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .site-header.nav-toggle {
    overflow-y: auto;
    height: 100%;
  }
}

/* Feature Box
---------------------------------------- */
.feature-box,
.multi-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 839px;
  position: relative;
}

.home .feature-box {
  height: 839px;
}

.feature-box .container,
.multi-block .container {
  max-width: 1250px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature-box a.button,
.cycle-slideshow a.button {
  color: #fff;
  background-color: #2C5A92;
  text-align: center;
  padding: 18px 22px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.feature-box a.button:hover,
.cycle-slideshow a.button:hover {
  background-color: #577ba8;
}

/* Homepage Feature Box */
#home-hero {
  background-color: #2C5A92;
}

.cycle-slideshow,
.cycle-slideshow .slidebox {
  width: 100%;
}

.cycle-slideshow .slide-img {
  width: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.cycle-slideshow .container {
  height: 550px;
  color: #fff;
}

.cycle-slideshow .inner {
  max-width: 880px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cycle-slideshow .inner.right {
  float: right;
  text-align: right;
}

.cycle-slideshow h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 700;
  padding-top: 60px;
  margin: 0;
  position: relative;
}

.cycle-slideshow h2::before {
  background: #009444;
  content: "";
  display: block;
  height: 3px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

.cycle-slideshow h2 br {
  display: none;
}

.cycle-slideshow p {
  font-size: 34px;
  font-size: 1.125rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 500;
  margin: 20px 0 30px;
}

.cycle-slideshow a.button {
  line-height: 1;
  background: #f7941e;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 700;
  padding: 15px 40px;
  letter-spacing: 0;
  border-radius: 0;
}

.cycle-slideshow img.slide-img-mobile {
  display: none;
}

#home-hero .container {
  text-align: right;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

#home-hero .inner {
  float: right;
  max-width: 490px;
}

#home-hero h2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}

#home-hero p {
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
  margin: 20px 0;
}

.cycle-prev,
.cycle-next {
  display: none;
  width: 50px;
  height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 110;
  opacity: 1.0;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cycle-prev {
  background: url(/wp-content/themes/kipp/images/arrow-left.png) 0 0 no-repeat;
  left: 30px;
}

.cycle-next {
  background: url(/wp-content/themes/kipp/images/arrow-right.png) 0 0 no-repeat;
  right: 30px;
}

.cycle-prev:hover,
.cycle-next:hover {
  opacity: 0.8;
}

.cycle-pager {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  z-index: 101;
  text-align: center;
}

.cycle-pager span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 3px solid #fff;
  overflow: hidden;
  text-indent: 50px;
  white-space: nowrap;
  margin: 0 7px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.cycle-pager span:hover,
.cycle-pager span.cycle-pager-active {
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .cycle-slideshow .container {
    height: 450px;
    padding: 0 30px;
  }
  .cycle-prev,
  .cycle-next {
    width: 27px;
    height: 20px;
    background-size: 27px 20px;
    top: 50%;
    margin-top: -13px;
    opacity: 1.0;
  }
  .cycle-slideshow h2 {
    padding-top: 40px;
    margin-top: -20px;
    font-size: 48px;
    font-size: 3rem;
    line-height: 64px;
    line-height: 4rem;
  }
  .cycle-slideshow p {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
  .cycle-slideshow h2::before {
    left: 50%;
    margin-left: -60px;
  }
  .cycle-pager {
    bottom: 25px;
  }
  .cycle-prev {
    left: 10px;
  }
  .cycle-next {
    right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cycle-slideshow .inner {
    text-align: center;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cycle-slideshow {
    height: auto;
    background-color: #60a2d7;
  }
  .cycle-slideshow .slide-img {
    background-image: none !important;
  }
  .cycle-slideshow img.slide-img-mobile {
    display: block;
  }
  .cycle-slideshow .container {
    text-align: center;
    padding: 0;
    position: relative;
    height: auto;
  }
  .cycle-slideshow .inner {
    float: none;
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    padding: 45px 30px 50px;
    top: 0;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cycle-slideshow h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 0;
    padding-top: 0;
  }
  .cycle-slideshow h2::before {
    display: none;
  }
  .cycle-slideshow h2 br {
    display: block;
  }
  .cycle-slideshow p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .cycle-slideshow a.button {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
  .cycle-pager {
    bottom: 20px;
  }
}

/* Default Content Boxes
---------------------------------------- */
#page-content .container {
  width: 100%;
  max-width: 840px;
  padding: 0 30px;
  margin: 120px auto;
}

#events-content .container {
  width: 100%;
  max-width: 1000px;
  padding: 0 30px;
  margin: 120px auto;
}

.entry-content .ai1ec-field-label {
  text-align: left;
}

/* Search Form
---------------------------------------- */
.entry-content .search-form .screen-reader-text {
  display: none;
}

.entry-content .search-field {
  width: 40%;
  display: inline-block;
  border: 1px solid #2C5A92;
  padding: 10px 15px;
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 0.75px;
  line-height: 30px;
}

.entry-content .search-form input[type=submit] {
  display: inline-block;
  background: #2C5A92;
  border: 1px solid #2C5A92;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 20px;
  box-shadow: none;
  text-shadow: none;
  height: 51px;
  position: relative;
  top: -1px;
  width: 100px;
}

/* Site Footer
---------------------------------------- */
.site-footer {
  background: #17345b;
  padding: 92px 0 60px;
  position: relative;
  z-index: 11;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #60a2d7;
}

.site-footer h3 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer .c2,
.site-footer .c3 {
  margin-bottom: 45px;
}

.site-footer .copy {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
	text-align: center;
}

.site-footer .copy img {
  display: block;
  margin: 0 auto 40px;
  max-width: 232px !important;
}

.site-footer .copy p {
  margin: 0;
}


.site-footer .footer-contact {

  color: #fff;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
	text-align:center;
}

.site-footer .footer-contact h3 {
  margin-bottom: 20px;
  line-height: 16px;
}

.footer-social {
  padding-top: 15px;
  width: 241px;
	margin: 0 auto 40px;
}

.footer-social a {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 12px;
  float: left;
  background: #fff;
  color: #17345b;
  line-height: 50px;
  border-radius: 30px;
  text-align: center;
}

.footer-social a:hover {
  color: #fff;
  background: #60a2d7;
}

.footer-social a .fa {
  font-size: 25px;
  line-height: 50px;
  display: block;
}

.footer-social a.fb {
  margin-left: 0;
}

/* Column 3 - Subscribe */
.site-footer .c3 {
  float: right;
  width: 51.2%;
  color: #60a2d7;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0 0 0 30px;
}

.site-footer .c3 h3 {
  margin-bottom: 25px;
  line-height: 16px;
}

.credits {
  color: #60a2d7;
  clear: both;
  margin-top: 15px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500;
}

.credits a {
  color: #60a2d7;
}

.credits a:hover {
  color: #fff;
}

.kipp-policy {
  clear:both;
  padding: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: italic;
  color: #60a2d7;
	text-align: center;
}

@media only screen and (max-width: 900px) {
  .site-footer .c1,
  .site-footer .c2,
  .site-footer .c3 {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 60px;
  }
  .site-footer .c1 img {
    max-width: 232px !important;
    margin: 0 auto 35px;
  }
  .footer-social {
    margin: 0 auto 30px;
    width: 241px;
  }
  .footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 25px;
  }
  .footer-social a .fa {
    line-height: 40px;
    font-size: 28px;
  }
  .footer-social a.fb {
    margin-left: 0;
  }
  .credits {
    float: none;
    width: 100%;
    text-align: center;
  }
  .kipp-policy {
    width: 100%;
    float: none;
    text-align: center;
  }
  .c3 .hide-mobile {
    display: none;
  }
}

/*--------------------------------------------------------------
# Footer Form
--------------------------------------------------------------*/
#gform_1 {
  overflow: hidden;
  margin: 20px 0;
}

#gform_1 .gform_body,
#gform_1 .gform_footer {
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
}

#gform_1 .gform_body {
  width: 65%;
}

#gform_1 .gform_footer {
  width: 35%;
}

#gform_1 input[type=text] {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #8e9397;
  border-color: #fff;
  outline: none;
  border-radius: 0;
}

#gform_1 label {
  display: none;
}

#gform_1 input[type=submit] {
  border-radius: 0;
}

/* Blog Home/Archive/single
---------------------------------------- */
.posts-grid {
  background: #edf1f4;
  padding-top: 100px;
  padding-bottom: 135px;
}

.posts-grid .container {
  max-width: 1330px;
  padding-left: 12px;
  padding-right: 12px;
}

.posts-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.posts-grid ul li.teaser-news {
  width: 25%;
  display: block;
  padding: 0 18px;
  margin-bottom: 30px;
}

.teaser-news-inner {
  background: #fff;
}

.teaser-news img {
  border-bottom: 5px solid #009444;
  display: block;
}

.teaser-news-info {
  background: #fff;
  padding: 40px 20px;
}

.teaser-news .teaser-category, .teaser-news .teaser-date {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.teaser-news .teaser-category {
  color: #60a2d7;
  margin-bottom: 8px;
}

.teaser-news .teaser-date {
  color: #b2bac0;
  font-weight: 600;
  margin-bottom: 23px;
}

.teaser-news h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  margin: 0;
}

.teaser-news h3 a {
  color: #17345b;
}

li.teaser-news:hover h3 a {
  color: #60a2d7;
}

.navigation.pagination {
  display: none;
}

.loadmore-wrapper {
  text-align: center;
  padding: 60px 30px 0;
}

@media only screen and (max-width: 1024px) {
  .posts-grid ul li.teaser-news {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-grid ul li.teaser-news {
    width: 100%;
    float: none;
  }
}

/* Blog Single Post
---------------------------------------- */
#backtoposts .container {
  padding-top: 50px;
  padding-bottom: 0;
}

#backtoposts a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #17345b;
}

#backtoposts a:hover {
  color: #4A4A4A;
}

#single-post, #backtoposts {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

#single-post {
  padding-bottom: 130px;
}

#single-post h1.entry-title {
  color: #17345b;
  margin: 0 0 30px;
  line-height: 1.2;
}

#single-post p.meta {
  color: #b2bac0;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.single-post .post {
  padding-top: 30px;
}

.single-post .meta a {
  color: #b2bac0;
}

.single-post .meta a:hover {
  color: #4A90E2;
}

.single-post .post-navigation {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

/* Entry Content
---------------------------------------- */
.entry-content {
  margin: 0;
}

.entry-content p {
  margin: 0 0 20px;
}

.entry-content {
  overflow: hidden;
}

.entry-content hr.greyline {
  height: 1px;
  background: #d2d6d8;
}

.highlight {
  color: #2C5A92;
}

.entry-content hr {
  border: 0;
  height: 4px;
  background: #2C5A92;
  margin: 35px 0;
}

.entry-content h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 48px;
  line-height: 3rem;
  margin: 0 0 15px;
  padding-top: 35px;
  position: relative;
  color: #17345b;
}
.entry-content h2.gsection_title {
	font-size:24px;
	line-height:32px;
	padding-top: 0;
}
.entry-content h2.gsection_title:before {
	display: none
}
.entry-content h3 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  line-height: 52px;
  margin: 0 0 15px;
  padding-top: 35px;
  position: relative;
  color: #17345b;
}

.entry-content h2::before,
.entry-content h3::before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}

.entry-content h3.noborder:before {
  display: none;
}

.entry-content h2.center::before,
.entry-content h3.center::before {
  left: 50%;
  margin-left: -60px;
}

.entry-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 700;
  margin: 0;
}

.entry-content blockquote {
  color: #2C5A92;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  margin: 0 0 20px;
}

.entry-content blockquote p {
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
}

@media (max-width: 767px) {
  .entry-content h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    padding-top: 25px;
  }
  .entry-content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding-top: 25px;
  }
}

/* Media Block
---------------------------------------- */
.mediablock {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.mediablock.imageright {
  flex-direction: row-reverse;
}

.mediablock .img,
.mediablock .bd {
  width: 50%;
}

.mediablock .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 5px solid #009444;
}

.mediablock .bd {
  background: #17345b;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: visible;
}

.mediablock.navyblue .bd {
  background: #17345b;
}

.mediablock.lightblue .bd {
  background: #60a2d7;
}

.mediablock.gray .bd {
  background: #edf1f4;
}

.mediablock .text {
  background: #fff;
  color: #1f2021;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.5rem;
  max-width: 620px;
  padding: 85px 65px;
  position: relative;
  height: 100%;
  z-index: 2;
}

.mediablock.imageleft .bd .text {
  left: -100px;
}

.mediablock.imageright .bd .text {
  right: -100px;
}

.mediablock.imageright .text {
  float: right;
}

.mediablock h2 {
  margin: 0 0 20px;
  color: #17345b;
}

.mediablock .text p:last-child {
  margin-bottom: 0;
}

.mediablock .text a.button {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediablock.imageright .bd {
    right: -50px;
  }
  .mediablock.imageleft .bd .text {
    left: -50px;
  }
}

@media (max-width: 992px) {
  .mediablock {
    display: block;
  }
  .mediablock .img,
  .mediablock .bd {
    width: 100%;
  }
  .mediablock .img {
    height: 400px !important;
  }
  .mediablock .bd {
    height: auto !important;
    padding: 0px 30px 28px !important;
  }
  .mediablock .bd .text {
    left: auto !important;
    right: auto !important;
    top: -32px;
    max-width: 100%;
    padding: 45px 35px;
  }
}

@media (max-width: 767px) {
  .mediablock .bd {
    padding: 0 !important;
  }
  .mediablock .bd .text {
    top: 0;
  }
  .mediablock .text a.button {
    margin-top: 30px;
  }
}

/* Flexible Content - Hero/Banner
---------------------------------------- */
.multi-block {
  clear: both;
  height: 488px;
}

.multi-block .container {
  margin: 0 auto;
  max-width: 1030px;
  padding-left: 30px;
  padding-right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.multi-block .container p:last-child {
  margin-bottom: 0;
}

.multi-block .container p:last-child
.bottom-hero-wide .container {
  max-width: 960px;
}

.multi-block .inner {
  margin: 0;
  color: #fff;
}

.home-support-our-schools .inner p {
  max-width: 520px;
}

.multi-block .inner.dark {
  color: #17345b;
}

.multi-block .center {
  margin: 0 auto;
  text-align: center;
}

.multi-block h2 {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.multi-block.orange {
  background-color: #f7941e;
}

.multi-block.green {
  background-color: #009444;
}

body.page-id-20 .multi-block.green {
  background-color: #169542;
}

.multi-block.blue {
  background-color: #a7cfee;
}

.multi-block.orange .entry-content,
.multi-block.green .entry-content,
.multi-block.blue .entry-content {
  color: #fff;
}

.school-banner {
  height: 400px;
}

/* Flexible Content - Textbox
---------------------------------------- */
.text-block .container {
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: 1070px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.text-block.no-padding-top .container {
  padding-top: 0;
}

.text-block.no-padding-bottom .container {
  padding-bottom: 0;
}

.text-block.development .container {
  padding-top: 145px;
  padding-bottom: 45px;
  max-width: 1070px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #17345b;
}

.top-border-grey .container {
  border-top: 1px solid #d2d6d8;
}

.text-block .entry-content {
  margin-bottom: 0;
}

.text-block .entry-content p:last-child {
  margin-bottom: 0;
}

.text-block .entry-content h2:last-child {
  margin-bottom: 20px;
}

.flush-bottom .container {
  padding-bottom: 20px;
}

.flush-top .container {
  padding-top: 20px;
}

.text-block.blue {
  background-color: #17345b;
}

.light {
  color: #fff;
}

.light h2,
.light h3 {
  color: #fff;
}

.light a.button,
.light a.button-alt {
  color: #fff;
  border-color: #fff;
}

.light a.button:hover,
.light a.button-alt:hover {
  background: #fff;
  color: #2C5A92;
}

.lightblue a.button:hover {
  background: #009444;
  color: #fff;
  border-color: #009444;
}

.dark {
  color: #1f2021;
}

.dark h2,
.dark h3,
.dark h4 {
  color: #17345b;
}

.text-block.development .container h2 {
  margin-bottom: 15px;
}

.text-block .callout,
.multi-block .callout {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.multi-block.dark .callout,
.text-block.dark .callout {
  color: #17345b;
}

.multi-block.dark .callout a:hover,
.text-block.dark .callout a:hover {
  color: #17345b;
  text-decoration: none;
}

.multi-block.light .callout,
.text-block.light .callout {
  color: #fff;
}

.multi-block.light .callout a,
.text-block.light .callout a {
  color: #a7cfee;
}

.multi-block.light .callout a:hover,
.text-block.light .callout a:hover {
  color: #fff;
}

h2.green {
  color: #8dc63f;
}

h2.orange {
  color: #f7941e;
}

@media only screen and (max-width: 767px) {
  .text-block .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .flush-bottom .container {
    padding-bottom: 0;
  }
  .flush-top .container {
    padding-top: 0;
  }
}

/* Textblock (Diversity)
---------------------------------------- */
.diversity .container {
  max-width: 1070px;
  padding-top: 160px;
  padding-bottom: 160px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  color: #17345b;
}

.diversity .progress-wrapper {
  margin-left: 90px;
}

.diversity p:last-child .button {
  margin-top: 15px;
}

/* Textblock (About page - "What is a Charter School" block)
---------------------------------------- */
.text-block.wide .container {
  max-width: 1330px;
}

.text-block.about-charter-school p a.button {
  margin-top: 20px;
}

.text-block.about-charter-school img {
  border-bottom: 5px solid #009444;
}

@media only screen and (max-width: 1024px) {
  .text-block.about-charter-school img {
    max-width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .text-block.about-charter-school img {
    max-width: 490px;
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
  }
}

/* Textblock (About page - "Our Student Population" block)
---------------------------------------- */
.text-block.student-population-intro .container {
  padding-top: 120px;
  padding-bottom: 40px;
}

.text-block.student-population-intro h3 {
  margin-bottom: 0;
}

/* Textblock (Chart blocks on Results Page)
---------------------------------------- */
.chart-block .container {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1330px;
}

.chart-block p.narrow-text {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.chart-block .chart-title-top,
.chart-block .chart-title-bottom {
  color: #17345b;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  text-align: center;
}

.chart-block.light .chart-title-top,
.chart-block.light .chart-title-bottom {
  color: #fff;
}

.chart-block .chart-title-top {
  margin-top: 50px;
  margin-bottom: 30px;
}

.chart-block .chart-title-top span {
  display: block;
  color: #1f2021;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
}

.chart-block img {
  display: block;
  margin: 0 auto 25px;
}

.chart-block img.chart-mobile {
  display: none;
}

.legend-wrapper {
  padding-top: 28px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legend-item {
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
  margin-bottom: 20px;
  text-align: left;
}

.legend-item:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.white.legend-item:before {
  background-color: #fff;
}

.green.legend-item:before {
  background-color: #009444;
}

.gray.legend-item:before {
  background-color: #c1c4c6;
}

.light-gray.legend-item:before {
  background-color: #e2eff7;
}

.orange.legend-item:before {
  background-color: #f7941e;
}

.legend-wrapper.columns .legend-item:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 890px) {
  .legend-wrapper {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .legend-wrapper.columns .legend-item {
    width: 100%;
    clear: both;
    display: block;
  }
  .chart-block .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .chart-block img.chart-desktop {
    display: none;
  }
  .chart-block img.chart-mobile {
    display: block;
  }
  .chart-block img.alignleft {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .chart-block img.alignleft + img.alignleft {
    margin-top: 30px;
  }
  .legend-wrapper.columns .legend-item {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .chart-block .chart-title-top,
  .chart-block .chart-title-bottom {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

/* Page Hero
---------------------------------------- */
.page-hero {
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero .container {
  max-width: 1330px;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-hero .inner {
  max-width: 570px;
  font-size: 30px;
  line-height: 36px;
}

.page-hero .inner.center {
  margin: 0 auto;
  text-align: center;
}

.page-hero h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 700;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-top: 60px;
  margin: 0 0 20px;
}

.page-hero h1:after {
  content: "";
  height: 3px;
  width: 120px;
  background-color: #009444;
  position: absolute;
  top: 0;
  left: 0;
}

.page-hero .inner.center h1:after {
  left: 50%;
  margin-left: -60px;
}

.page-hero p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  color: #fff;
  font-weight: 500;
}

.page-hero.has-paragraph p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

.page-hero > img {
  display: none;
}

.page-hero {
  position: relative;
}

.page-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .page-hero .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 992px) {
  .page-hero .overlay {
    background: linear-gradient(to right,rgba(0,0,0,.6),transparent 70%);
  }
}

/* Text Block - Homepage Intro
---------------------------------------- */
.home-intro {
  padding-top: 100px;
  padding-bottom: 110px;
}

.home-intro .container {
  max-width: 1330px;
  padding-top: 30px;
  padding-bottom: 70px;
}

.home .home-intro .container {
  background-image: url(/wp-content/themes/kipp/images/home-intro-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.home-intro h3 {
  padding-top: 55px;
  margin: 0 0 10px;
}

.home-intro p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .home-intro {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 375px 311px;
    background-position: center top 120px;
  }
  .home-intro h3 {
    padding-top: 25px;
  }
  .home-intro a.button {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: normal;
  }
}

/* Text Block - Page Intros
---------------------------------------- */
.intro-header {
  padding-top: 110px;
  padding-bottom: 130px;
}

.intro-header.intro-header-about {
  padding-bottom: 110px;
}

.intro-header h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  margin: 0 0 35px;
}

.intro-header.intro-header-about h2 {
  margin: 0 0 80px;
}

.intro-header h2 strong {
  font-weight: 700;
}

.intro-header .container {
  padding-top: 0px;
  padding-bottom: 0;
  max-width: 1100px;
}

.intro-header .entry-content,
.intro-header .entry-content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  color: #1f2021;
}

.intro-header.intro-header-about img {
  display: inline-block;
  margin: 0 26px 50px;
}

.intro-header .entry-content p {
  margin-bottom: 35px;
}

.intro-header.intro-header-about p {
  margin-bottom: 10px;
}

.intro-header .entry-content a.button {
  margin-bottom: 20px;
}

.intro-header + .intro-content {
  border-bottom: none;
}

.intro-content a {
  color: #8dc63f;
  border-bottom: 1px solid #8dc63f;
}

.intro-content a:hover {
  border-width: 3px;
}

.intro-content a.button {
  background-color: transparent;
  border-color: #8dc63f;
  color: #8dc63f;
  text-decoration: none;
  border-width: 2px;
}

.intro-content a.button:hover {
  background-color: #8dc63f;
  color: #fff;
  border-width: 2px;
}

.intro-content ul {
  list-style: inside;
}

@media (max-width: 767px) {
  .intro-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .intro-header h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .intro-content .entry-content,
  .intro-content .entry-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Testimonial Block
---------------------------------------- */
.lightblue {
  background-color: #60a2d7;
}

.navyblue {
  background-color: #17345b;
}

.bg-gray {
  background-color: #edf1f4;
}

.testimonial-block {
  background-image: url(/wp-content/themes/kipp/images/quotes-lightblue.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding: 150px 0 75px;
}

.testimonial-block.navyblue {
  background-image: url(/wp-content/themes/kipp/images/quotes-navyblue.png);
}

.testimonial-item {
  margin-bottom: 75px;
  position: relative;
}

.multiple-items .testimonial-item {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.multiple-items .testimonial-item + .testimonial-item {
  padding-right: 0;
  padding-left: 15px;
}

.single-item .testimonial-item {
  padding-top: 50px;
}

.single-item .testimonial-item::before {
  background: #009444;
  content: "";
  display: block;
  height: 3px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
}

.testimonial-text {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
}

.testimonial-author {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 600;
  font-style: normal;
  display: block;
}

@media (max-width: 992px) {
  .testimonial-block {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .testimonial-block.single-item {
    background-size: contain;
  }
  .testimonial-block.multiple-items {
    background-image: none;
  }
  .multiple-items .testimonial-item {
    width: 100%;
    float: none;
    padding: 0;
  }
  .multiple-items .testimonial-item {
    background: url(/wp-content/themes/kipp/images/quote-lightblue-1.png) no-repeat 0 0;
    padding-top: 40px;
  }
  .multiple-items .testimonial-item + .testimonial-item {
    background: url(/wp-content/themes/kipp/images/quote-lightblue-2.png) no-repeat right bottom;
    padding-top: 0;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

@media (max-width: 480px) {
  .multiple-items .testimonial-item {
    background-size: auto 120px !important;
  }
}

/* Media objects: Image, Image v2, Video
---------------------------------------- */
.mo-area.gray {
  background: #edf1f4;
}

.mo-area.navyblue {
  background: #17345b;
}

.mo-area .container {
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

.mo-area.mo-image .bd {
  float: left;
  width: 59%;
  color: #1f2021;
  background: #fff;
  padding: 90px 60px 90px 80px;
  margin-left: -7.8%;
  margin-top: 60px;
  position: relative;
  bottom: -25px;
  z-index: 12;
}

.mo-area.mo-image.mo-image-v2 .bd {
  top: -25px;
  margin-top: 0;
  position: relative;
  padding: 65px 80px 65px 170px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: -50px;
}

.mo-area.mo-image.mo-image-v2 .bd h2 {
  margin-bottom: 15px;
}

.mo-area.mo-image.mo-image-v2 .bd h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  color: #17345b;
  margin-bottom: 15px;
}

.mo-area.mo-image.imageright .bd {
  margin-left: 0;
  margin-right: -7.8%;
  float: right;
}

.mo-area.mo-image.mo-image-v2.imageright .bd {
  padding: 65px 170px 65px 80px;
  margin-bottom: 0;
}

.mo-area .bd h3 {
  color: #17345b;
  margin-bottom: 40px;
}

.mo-area .bd p:last-child {
  margin-bottom: 0;
}

.mo-area.mo-image .img {
  margin-top: -25px;
  float: left;
  width: 48.8%;
  position: relative;
  border-bottom: 5px solid #009444;
}

.mo-map .img {
  height: 540px;
}

.mo-map .wpgmza_map {
  float: none !important;
}

.mo-area.mo-image.imageright .img {
  float: right;
}

.mo-area.mo-image.mo-image-v2 .img {
  margin-top: 55px;
  margin-bottom: 55px;
  z-index: 13;
  position: relative;
}

.mo-area.mo-image .img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.mo-area.mo-map .img a a,
.mo-area.mo-map a.wpgmza_gd {
  position: relative;
}

.mo-area .img img {
  width: 100%;
  height: auto;
  display: block;
}

.mo-area.mo-video .img {
  margin-top: -25px;
  float: left;
  width: 59%;
  position: relative;
  border-bottom: 5px solid #009444;
}

.mo-area.mo-video.imageright .img {
  float: right;
}

.mo-area.mo-video .bd {
  width: 48.8%;
  background: #fff;
  float: left;
  padding: 110px 20px 100px 50px;
  margin-left: -7.8%;
  margin-top: 60px;
  position: relative;
  bottom: -25px;
  z-index: 12;
}

.mo-area.mo-video.imageright .bd {
  margin-left: 0;
  margin-right: -7.8%;
  float: right;
}

.mo-area.mo-video.custom-padding .bd {
  padding-top: 70px;
  padding-bottom: 70px;
}

.media-object .img a.link {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.media-object .img a.link:hover {
  background: rgba(0, 0, 0, 0.3);
}

.media-object .img .fa {
  background: #009444;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 50px;
  height: 100px;
  left: 50%;
  line-height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  margin: -50px 0 0 -50px;
  opacity: 1;
  padding-left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
}

@media only screen and (max-width: 992px) {
  .mo-area.mo-image .img,
  .mo-area.mo-image.mo-image-v2 .img,
  .mo-area.mo-video .img {
    width: 100%;
    float: none;
    margin: 0px;
    z-index: 2;
  }
  .mo-area.mo-image .bd,
  .mo-area.mo-image.mo-image-v2 .bd,
  .mo-area.mo-video .bd {
    width: 100%;
    margin: 0 !important;
    /*margin: 0 0 25px !important;*/
    bottom: auto;
    left: auto !important;
    right: auto !important;
    top: 0;
    max-width: 100%;
    padding: 45px 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mo-area .container {
    padding: 0;
  }
  .media-object .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .media-object .bd {
    float: none;
    width: 100%;
    text-align: center;
  }
  .media-object .bd h2:before,
  .media-object .bd h3:before {
    left: 50%;
    margin-left: -60px;
  }
  .media-object .bd ul li {
    text-align: left;
  }
}

/* Text & Logo Grid
---------------------------------------- */
.text-logo-block {
  padding: 130px 0 115px;
  background: #fff;
}

.text-logo-block.gray {
  background: #edf1f4;
}

.text-logo-block h2.section-heading {
  margin-bottom: 35px;
}

.text-logo-block .bd {
  width: 45%;
  float: left;
  padding-right: 2%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 55px;
}

.text-logo-block .bd h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  color: #17345b;
  margin-bottom: 30px;
}

.text-logo-block .bd p:last-child {
  margin-bottom: 0;
}

.text-logo-block .bd a.button {
  margin-top: 50px;
}

.text-logo-block .logos {
  width: 55%;
  float: left;
  margin-top: 8px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.text-logo-block .logos > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-basis: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  -ms-flex-basis: 33.3333333333%;
  padding: 0 20px 50px;
}

.text-logo-block .logos img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .text-logo-block {
    padding: 95px 0 50px;
  }
  .text-logo-block .bd,
  .text-logo-block .logos {
    width: 100%;
    float: none;
    padding: 0;
  }
  .text-logo-block h2.section-heading {
    text-align: left;
  }
  .text-logo-block h2.section-heading:before {
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .text-logo-block .logos > div {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
  }
}

/*--------------------------------------------------------------
# Image Grid
--------------------------------------------------------------*/
.image-grid-block {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-grid-block .container {
  max-width: 1030px;
  overflow: hidden;
}

.image-grid-block a {
  display: flex;
  float: left;
  width: 22%;
  margin-left: 4%;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.image-grid-block a:hover {
  opacity: 0.8;
}

.image-grid-block a:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}

.image-grid-block img {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .image-grid-block a {
    width: 47.5%;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  .image-grid-block a:nth-child(4n+1) {
    clear: none;
    margin-left: 5%;
  }
  .image-grid-block a:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}

/* Flexible Content - Two Columns
---------------------------------------- */
.twocol {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.twocol.flush-top {
  padding-top: 0;
}

.twocol.padded.flush-top {
  padding-top: 20px;
}

.twocol.flush-bottom {
  padding-bottom: 0;
}

.twocol.padded.flush-bottom {
  padding-bottom: 20px;
}

.twocol .container {
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}

.twocol.padded .container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

.twocol.padded.divider .container {
  position: relative;
}

.twocol.padded.divider .container:before {
  background: #c7ccd1;
  content: "";
  display: block;
  margin-left: -.5px;
  left: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}

.twocol-col {
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 0;
  /*margin-left: 2.666%;*/
  text-align: center;
}

.twocol-col div {
  width: 100%;
}

.twocol .twocol-col:first-child {
  margin-left: 0;
}

.twocol.padded .twocol-col {
  float: none;
  display: flex;
  padding: 30px;
  width: 48.5%;
  margin-left: 2.666%;
  background: #eff4f7;
}

.twocol.padded.divider .twocol-col {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.twocol.padded .twocol-col:first-child {
  margin-left: 0;
}

.twocol.padded.divider .twocol-col > div > p:first-child {
  margin-top: 0;
}

.twocol h2 {
  color: #17345b;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 72px;
  line-height: 4.5rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.twocol h3 {
  color: #17345b;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 52px;
  line-height: 3.25rem;
  margin: 0 0 10px;
}

.twocol.kipp-stats {
  padding: 0;
}

.twocol.kipp-stats .container {
  max-width: 1330px;
  overflow: visible;
}

.twocol.kipp-stats .twocol-col {
  position: relative;
  z-index: 2;
}

.twocol.kipp-stats .twocol-col:first-child {
  background: #edf1f4;
  padding: 135px 13% 135px 0;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  position: relative;
  width: 61%;
}

.twocol.kipp-stats .twocol-col:first-child:before {
  content: "";
  display: block;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2000px;
  background: #edf1f4;
}

.twocol.kipp-stats .twocol-col:first-child h2 {
  position: relative;
  padding-top: 35px;
}

.twocol.kipp-stats .twocol-col:first-child h2::before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}

.twocol.kipp-stats .twocol-col:first-child h4 {
  color: #17345b;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  margin: 0 0 35px;
}

.twocol.kipp-stats .twocol-col:first-child p {
  margin: 0 0 32px;
}

.twocol.kipp-stats .twocol-col:first-child p:last-child {
  margin: 0;
}

.twocol.kipp-stats .twocol-col:first-child p a.button {
  margin-top: 27px;
}

.twocol.kipp-stats .twocol-col + .twocol-col {
  width: 39%;
  background: #60a2d7;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 500;
  padding: 50px 0 50px 30px;
}

.twocol.kipp-stats .twocol-col + .twocol-col:before {
  background: #60a2d7;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  height: 100%;
  width: 2000px;
}

.twocol.kipp-stats .twocol-col + .twocol-col > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.twocol.kipp-stats .twocol-col + .twocol-col img {
  display: block;
  margin: 0 auto 20px;
}

.twocol.kipp-stats .twocol-col + .twocol-col p {
  margin: 0 0 80px;
}

.twocol.kipp-stats .twocol-col + .twocol-col p:last-child {
  margin-bottom: 0;
}

.twocol.kipp-stats .twocol-col + .twocol-col img + br {
  display: none;
}

@media only screen and (min-width: 1920px) {
  .twocol.kipp-stats .twocol-col:first-child {
    _min-height: 1200px;
  }
}

@media only screen and (max-width: 992px) {
  .twocol.kipp-stats .twocol-col:first-child {
    padding-right: 30px;
    padding-left: 0;
  }
  .twocol.kipp-stats .twocol-col + .twocol-col {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .twocol-col {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .twocol-col p + h2 {
    margin-top: -20px;
  }
  .twocol.padded .twocol-col {
    /*
		padding: 0;
		background: #fff;
		*/
    width: 100%;
    margin: 0 0 20px;
  }
  .twocol.padded.divider .container:before {
    display: none;
  }
  .twocol.padded.divider .twocol-col {
    border-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .refer-friend .twocol-col h3 + p {
    padding: 0 30px;
  }
  .twocol.padded.flush-top {
    padding-top: 0px;
  }
  .twocol.padded.flush-bottom {
    padding-bottom: 0px;
  }
  .twocol.kipp-stats .container {
    padding: 0;
  }
  .twocol.kipp-stats .twocol-col:first-child,
  .twocol.kipp-stats .twocol-col + .twocol-col {
    width: 100%;
    float: none;
    padding: 80px 30px;
    margin-bottom: 0;
  }
  .twocol.kipp-stats .twocol-col:first-child:before,
  .twocol.kipp-stats .twocol-col + .twocol-col:before {
    display: none;
  }
  .twocol.kipp-stats .twocol-col:first-child h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    padding-top: 25px;
  }
  .twocol.kipp-stats .twocol-col:first-child h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
  .twocol.kipp-stats .twocol-col + .twocol-col > div {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Flexible Content - Three Columns
---------------------------------------- */
.threecol {
  padding-top: 100px;
  padding-bottom: 100px;
}

.threecol.flush-top {
  padding-top: 0;
}

.threecol.flush-bottom {
  padding-bottom: 0;
}

.threecol .container {
  max-width: 1330px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}

.threecol.padded .container {
  display: flex;
  flex-wrap: wrap;
}

.threecol.padded.divider .container {
  position: relative;
}

.threecol.padded.divider .container:before {
  background: #c7ccd1;
  content: "";
  display: block;
  margin-left: -.5px;
  left: 33.3333%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}

.threecol.padded.divider .container:after {
  background: #c7ccd1;
  content: "";
  display: block;
  margin-left: -.5px;
  left: 65%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}

.threecol-col {
  float: left;
  width: 33.3333%;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  padding: 0 30px;
}

.threecol-col div {
  width: 100%;
}

.threecol.padded .threecol-col {
  float: none;
  display: flex;
  padding: 20px;
  background: #eff4f7;
  width: 31%;
  margin: 1.333%;
}

.threecol.padded.divider .threecol-col {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.threecol.padded.divider .threecol-col > div > p:first-child {
  margin-top: 0;
}

.threecol.padded .threecol-col:first-child {
  margin-left: 0;
}

.threecol.padded.divider .threecol-col:first-child {
  border-left: 0;
}

.threecol h2 {
  /*color: #17345b;*/
  color: #17345b;
  font-size: 22px;
  line-height: 34px;
  margin: 30px 0 0;
}

.threecol h3 {
  color: #17345b;
}

.development-levels {
  padding-top: 0px;
  padding-bottom: 175px;
}

.development-levels .container {
  max-width: 1620px;
  padding: 0;
}

.development-levels .threecol-col {
  color: #1f2021;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  padding: 0 50px;
}

.development-levels .threecol-col img {
  display: block;
  margin: 0 auto 20px;
}

.threecol .cta-wrapper {
  text-align: center;
  clear: both;
}

.about-circles .container {
  max-width: 1230px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .development-levels .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .development-levels .threecol-col {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .threecol-col {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .threecol-col p + h2 {
    margin-top: -20px;
  }
  .threecol.padded .threecol-col {
    /*
		padding: 0;
		background: #fff;
		*/
    width: 100%;
    margin: 0 0 20px;
  }
  .threecol.padded.divider .threecol-col {
    border-left: 0;
    padding: 20px 0;
  }
  .threecol.padded.divider .container:before,
  .threecol.padded.divider .container:after {
    display: none;
  }
  .our-story-threecol {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

/* Flexible Content - Four Columns
---------------------------------------- */
.fourcol {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fourcol.flush-top {
  padding-top: 0;
}

.fourcol.flush-bottom {
  padding-bottom: 0;
}

.fourcol .container {
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.fourcol.padded.divider .container:before {
  background: #c7ccd1;
  content: "";
  display: block;
  margin-left: -.5px;
  left: 25%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}

.fourcol.padded.divider .container:after {
  background: #c7ccd1;
  content: "";
  display: block;
  margin-left: -.5px;
  left: 51%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}

.fourcol.padded.divider .dividers-helper {
  width: 100%;
}

.fourcol.padded.divider .dividers-helper:before {
  background: #c7ccd1;
  content: "";
  display: block;
  margin-left: -.5px;
  left: 74%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}

.fourcol.padded .container {
  display: flex;
  flex-wrap: wrap;
}

.fourcol-col {
  float: left;
  width: 25%;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

.fourcol-col > div {
  width: 100%;
}

.fourcol.padded .fourcol-col {
  float: none;
  display: flex;
  padding: 20px;
  background: #eff4f7;
  width: 23.125%;
  margin: 15px 0 15px 2.5%;
}

.fourcol.padded.divider .fourcol-col {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fourcol.padded .fourcol-col:first-child {
  margin-left: 0;
}

.fourcol.padded.divider .fourcol-col:first-child {
  border-left: 0;
}

.fourcol.padded.divider .fourcol-col > div > p:first-child {
  margin-top: 0;
}

.fourcol h2 {
  color: #17345b;
  font-size: 22px;
  line-height: 34px;
  margin: 30px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fourcol-col {
    float: left;
    width: 50%;
    position: relative;
    /*margin-left: 2.666%;*/
    text-align: center;
  }
  .fourcol.padded .fourcol-col {
    float: none;
    display: flex;
    padding: 30px;
    width: 48.5%;
    margin-left: 2.666%;
    background: #eff4f7;
  }
  .fourcol.padded .fourcol-col:nth-child(2n+1) {
    margin-left: 0;
  }
  .fourcol.padded.divider .container:before {
    left: 50%;
  }
  .fourcol.padded.divider .container:after,
  .fourcol.padded.divider .dividers-helper:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .fourcol-col {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .fourcol-col p + h2 {
    margin-top: -20px;
  }
  .fourcol.padded .fourcol-col {
    /*
		padding: 0;
		background: #fff;
		*/
    width: 100%;
    margin: 0 0 20px;
  }
  .fourcol.padded.divider .fourcol-col {
    border-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fourcol.padded.divider .container:before,
  .fourcol.padded.divider .container:after,
  .fourcol.padded.divider .dividers-helper:before {
    display: none;
  }
}

/* Flexible Content - Accordion
---------------------------------------- */
.accordion-area {
  padding-top: 30px;
  padding-bottom: 80px;
}

.accordion-area.flush-top {
  padding-top: 0;
}

.accordion-area.flush-bottom {
  padding-bottom: 0;
}

.accordion-area .container {
  max-width: 1030px;
  padding-left: 30px;
  padding-right: 30px;
}

ul.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

ul.accordion > li {
  padding: 0 0 10px;
  margin: 20px 0;
  border-bottom: 1px solid #c7ccd1;
}

.accordion-control {
  font-family: inherit;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #2C5A92;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 10px;
  padding: 0;
  outline: none;
}

.accordion-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-control:before {
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 16px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #8dc63f;
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.accordion-control.active:before {
  content: "\f068";
}

.accordion-panel {
  display: none;
  padding: 0;
  margin-bottom: 10px;
}

.accordion-panel p,
.accordion-panel ul {
  padding: 0;
  margin: 0 0 1em;
}

.accordion-panel ul {
  margin-left: 1em;
}

@media only screen and (max-width: 600px) {
  .accordion-control {
    width: 90%;
    text-align: left;
    position: relative;
    left: 25px;
    text-indent: -27px;
  }
  .accordion-control:before {
    font-size: 10px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    left: 0px;
    text-indent: 0;
  }
}

/* Flexible Content - Icon Text
---------------------------------------- */
.icontext {
  overflow: hidden;
  clear: both;
  margin-bottom: 40px;
}

.icontext .icon {
  float: left;
  width: 23.07692%;
}

.icontext .text {
  float: right;
  width: 72.51282%;
}

@media only screen and (max-width: 767px) {
  .icontext .icon,
  .icontext .text {
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}

/* Flexible Content (Shortcode) Team
---------------------------------------- */
.block-staff {
  padding-top: 80px;
  padding-bottom: 80px;
}

.block-staff .block-staff-heading {
  text-align: center;
}

.block-staff .block-staff-heading h3 {
  text-align: center;
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: 700;
  color: #17345b;
  position: relative;
  padding-top: 37px;
  margin: 0 0 35px;
}

.block-staff.navyblue .block-staff-heading h3 {
  color: #fff;
}

.block-staff .block-staff-heading h3::before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 0;
}

.team-row {
  max-width: 1340px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}

.member {
  cursor: pointer;
  width: 25%;
  float: left;
}
.member img {
	display: block;
	margin: 10px 5px -10px;
	width: calc(100% - 10px);
}
.member h4.member-name {
  background: #edf1f4;
  color: #17345b;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  display: block;
  margin: 10px 5px 0px;
  padding: 25px;
  position: relative;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
#fellows .member h4.member-name {
	font-weight: 700;
	font-size: 28px;
	text-align: center;
}
#fellows .member h4.member-name span {
	font-weight: 600;
}
#fellows .member h4.member-name span.member-school {
	color: #f7941e;
	font-size: 16px;
}
.member h4.member-name:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #17345b;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.block-staff.navyblue .member h4.member-name:after {
  border-top: 20px solid #bcd441;
}

.member.active h4.member-name {
  background: #17345b;
  color: #fff;
}

.block-staff.navyblue .member.active h4.member-name {
  background: #bcd441;
}

.member.active h4.member-name:after {
  opacity: 1;
}

.member h4.member-name span {
  color: #60a2d7;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  padding-top: 5px;
}

.member .member-bio-mobile {
  display: none;
}

.member p.more-info {
  display: none;
}

.summary.fullwidth {
  position: relative;
  clear: both;
  display: none;
}

.summary.fullwidth .container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 75px 30px 55px;
  position: relative;
  color: #1f2021;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
}

.block-staff.navyblue .summary.fullwidth .container {
  color: #fff;
}

.summary p {
  margin: 0 0 20px;
}

.summary p:last-child {
  margin-bottom: 0;
}

.summary.fullwidth .close-container {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1330px;
}

.summary.fullwidth a.close {
  background: url(/wp-content/themes/kipp/images/icon-close.png) no-repeat center center/30px 30px;
  border: none;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  outline: 0;
  z-index: 1;
}

.block-staff.navyblue .summary.fullwidth a.close {
  background-image: url(/wp-content/themes/kipp/images/icon-close-white.png);
}

.summary.fullwidth .member-info p.close {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .member h4.member-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .member h4.member-name span {
    font-size: 16;
    font-size: 1rem;
  }
}

.block-staff.block-staff-with-intro .member{
	width: 40%;
	margin: 0 5%;
}
.block-staff.block-staff-with-intro .member img {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto
}
.block-staff.block-staff-with-intro .member-bio-intro-full {
	display:none;
}
@media only screen and (max-width: 767px) {
  .block-staff .block-staff-heading h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding-top: 25px;
  }
  .team-row .member {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
    text-align: left;
  }
  .member h4.member-name {
    text-align: center;
    margin: 0;
  }
  .member p.more-info {
    display: block;
    margin: 0;
  }
  .grid-advanced .member p.more-info a {
    margin: 0;
    display: block;
    background: #60a2d7;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
  }
  .member .member-bio-mobile {
    padding-top: 40px;
    position: relative;
  }
  .member .member-bio-mobile p {
    margin: 0 0 30px;
  }
  .member-bio-mobile p.close {
    margin: 0;
  }
  .member-bio-mobile p.close a {
    background: url(/wp-content/themes/kipp/images/icon-close.png) no-repeat center center/20px 20px;
    border: none;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 15px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    outline: 0;
    z-index: 1;
  }
}

@media only screen and (max-width: 480px) {
  .block-staff .block-staff-heading h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block-staff.grid-advanced.grid-staff-centered .team-row {
		display: flex;
		justify-content: center;
	}
@media only screen and (max-width: 767px) {
	.block-staff.grid-advanced.grid-staff-centered .team-row {
		display: block;
		justify-content: center;
	}
}


/* Flexible Content - Sidebar/Content
---------------------------------------- */
.sidebar-content-block {
  padding: 95px 0 35px;
}

.sidebar-content-block .sidebar {
  color: #17345b;
  float: left;
  width: 26%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 55px;
}

.sidebar-content-block .content {
  float: right;
  width: 69%;
}

.sidebar-content-block .sidebar h2 {
  color: #60a2d7;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px;
}

.sidebar-content-block .sidebar h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px;
}

.sidebar-content-block .sidebar h2::before,
.sidebar-content-block .sidebar h3::before {
  display: none;
}

.sidebar-content-block .sidebar p {
  margin: 0 0 15px;
}

.sidebar-content-block .content h3 {
  font-weight: 500;
  margin-bottom: 40px;
}

.sidebar-content-block .content p {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .sidebar-content-block .sidebar,
  .sidebar-content-block .content {
    float: none;
    width: 100%;
  }
}

/* Flexible Content - Content/sidebar
---------------------------------------- */
.content-sidebar-block {
  padding: 95px 0 35px;
}

.content-sidebar-block .sidebar {
  color: #17345b;
  float: right;
  width: 26%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 55px;
}

.content-sidebar-block .content {
  float: left;
  width: 69%;
}

.content-sidebar-block .sidebar h2 {
  color: #60a2d7;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px;
}

.content-sidebar-block .sidebar h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px;
}

.content-sidebar-block .sidebar h2::before,
.content-sidebar-block .sidebar h3::before {
  display: none;
}

.content-sidebar-block .sidebar p {
  margin: 0 0 15px;
}

.content-sidebar-block .content h3 {
  font-weight: 500;
  margin-bottom: 40px;
}

.content-sidebar-block .content p {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .content-sidebar-block .sidebar,
  .content-sidebar-block .content {
    float: none;
    width: 100%;
  }
}

/* Soliloquy Slider
---------------------------------------- */
.entry-content .soliloquy-container {
  max-height: none !important;
}

.entry-content .soliloquy-viewport {
  height: auto !important;
}

.entry-content .soliloquy-container .soliloquy-caption {
  position: relative !important;
}

.entry-content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: #eff4f7;
  font-size: 16px;
  line-height: 26px;
  color: #4A4A4A;
  text-shadow: none;
  text-align: center;
  padding: 30px 20px;
}

.entry-content .soliloquy-container .soliloquy-prev,
.entry-content .soliloquy-container .soliloquy-next {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 260px;
  margin-top: -45px;
  z-index: 1320;
  opacity: 1.0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.entry-content .soliloquy-container .soliloquy-prev {
  left: 20px;
  background: url(/wp-content/themes/kipp/images/prev.png) no-repeat scroll 50% 50%;
}

.entry-content .soliloquy-container .soliloquy-next {
  right: 20px;
  background: url(/wp-content/themes/kipp/images/next.png) no-repeat scroll 50% 50%;
}

.entry-content .soliloquy-container .soliloquy-prev:hover,
.entry-content .soliloquy-container .soliloquy-next:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  .entry-content .soliloquy-container .soliloquy-prev,
  .entry-content .soliloquy-container .soliloquy-next {
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
    margin-top: 0;
    top: 50px;
  }
  .entry-content .soliloquy-container .soliloquy-prev {
    left: 10px;
  }
  .entry-content .soliloquy-container .soliloquy-next {
    right: 10px;
  }
  .entry-content .soliloquy-container .soliloquy-caption {
    display: block;
  }
  .entry-content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .entry-content .soliloquy-container .soliloquy-prev,
  .entry-content .soliloquy-container .soliloquy-next {
    margin-top: 80px;
  }
}

/* Form Styles
---------------------------------------- */
input, select, textarea {
  color: #4A4A4A;
}

::-webkit-input-placeholder {
  color: #4A4A4A;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}

:-ms-input-placeholder {
  color: #4A4A4A;
}

.entry-content .gform_wrapper .gfield_required {
  color: #D0021B;
  font-weight: 400;
}

.entry-content .gform_wrapper .top_label .gfield_label {
  font-weight: 700;
  margin: 23px 0 7px;
}

.entry-content .gform_wrapper input[type=email],
.entry-content .gform_wrapper input[type=number],
.entry-content .gform_wrapper input[type=password],
.entry-content .gform_wrapper input[type=tel],
.entry-content .gform_wrapper input[type=text],
.entry-content .gform_wrapper input[type=url],
.entry-content .gform_wrapper textarea {
  font-size: 16px;
  padding: 10px 13px;
  border: 1px solid #ccc;
  color: #666;
  outline-style: none;
  font-family: inherit;
  letter-spacing: normal;
  text-indent: 0;
}

.entry-content .gform_wrapper .gfield_checkbox li,
.entry-content .gform_wrapper .gfield_radio li {
  margin-bottom: 25px;
	display: inline-block;
	margin-right: 25px;
}

.entry-content .gform_wrapper input[type=radio] {
  display: none;
}

.entry-content .gform_wrapper ul.gfield_radio li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-left: 1px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 24px;
}

.entry-content .gform_wrapper ul.gfield_radio li label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(1, 1, 1, 0.56);
  box-shadow: inset 0 0 1px 1px rgba(1, 1, 1, 0.56);
  border-radius: 12px;
}

.entry-content .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}

.entry-content .gform_wrapper input[type=radio]:checked + label:before {
  font-family: 'FontAwesome';
  content: "\f111";
  color: #2C5A92;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  padding-left: 1px;
  -webkit-box-shadow: inset 0 0 1px 1px #2C5A92;
  box-shadow: inset 0 0 1px 1px #2C5A92;
}

.entry-content .gform_wrapper .gform_footer {
  padding: 0 2.5%;
  overflow: hidden;
}

.entry-content .gform_wrapper .gform_footer input[type=submit] {
  float: right;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 600px) {
  .entry-content .gform_wrapper .gform_footer {
    padding: 0;
    text-align: center;
  }
  .entry-content .gform_wrapper .gform_footer input[type=submit] {
    float: none;
    margin: 0 auto;
  }
}

.gform_wrapper ul {
	list-style: none;
	padding-left: 0;
}

/*======================================
  Selectric
======================================*/
.gfield.styled {
  width: 97.5%;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ccc;
  background: #FFFFFF;
  position: relative;
  border-radius: 2px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 46px 0 13px;
  font-size: 16px;
  line-height: 46px;
  color: #4A4A4A;
  height: 46px;
}

.selectric .button {
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #444444;
  text-align: center;
  font: 0/0 a;
  *font: 38px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #444444;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: #ccc;
}

.selectric-hover .selectric .button {
  color: #4d4d4d;
}

.selectric-hover .selectric .button:after {
  border-top-color: #4d4d4d;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #4d4d4d;
  background: #e6e6e6;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Contact Page Styles
---------------------------------------- */
.page-hero.contact-hero {
  height: 670px;
}

.contact-col {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  width: 50%;
  float: left;
  padding-right: 15px;
}

.contact-col + .contact-col {
  font-weight: 600;
  color: #60a2d7;
  padding-left: 15px;
  padding-right: 0px;
}

.contact-col a {
  color: #60a2d7;
}

.contact-col a:hover {
  color: #009444;
}

.block-contact-schools {
  background: #edf1f4;
  padding-top: 115px;
  padding-bottom: 40px;
}

.block-contact-schools .container {
  max-width: 1366px;
}

.block-contact-schools .section-heading {
  text-align: center;
}

.block-contact-schools .section-heading h3 {
  text-align: center;
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: 700;
  color: #17345b;
  position: relative;
  padding-top: 37px;
  margin: 0 0 58px;
}

.block-contact-schools .section-heading h3::before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 0;
}

.contact-school {
  float: left;
  width: 25%;
  margin-bottom: 55px;
}

.contact-school-logo-wrapper {
  min-height: 105px;
  overflow: auto;
}

.contact-school:nth-child(4n+1) {
  clear: both;
}

.contact-school-inner {
  background: #fff;
  margin: 0 18px;
  padding: 43px 20px 30px;
  min-height: 413px;
}

.contact-school img {
  display: block;
  margin: 0 auto 42px;
}

.contact-school hr {
  height: 5px;
  background: #009444;
  width: calc(100% + 40px);
  margin: 0 -20px 35px;
}

.contact-school-details {
  padding: 0 8px;
}

.contact-school-details h4 {
  color: #17345b;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  margin: 0 0 13px;
  min-height: 60px;
}

.contact-school-details span {
  display: block;
  color: #17345b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500;
}

.contact-school-details span.contact-school-address {
  margin: 0 0 13px;
}

.contact-school-details span.contact-school-address a {
  color: inherit;
}

.contact-school-details span.contact-school-address a:hover {
  color: #009444;
}

.contact-school-details span.contact-school-phone,
.contact-school-details span.contact-school-fax {
  font-weight: 600;
  color: #60a2d7;
}

@media only screen and (max-width: 1024px) {
  .contact-school-logo-wrapper {
    min-height: 87px;
  }
}

@media only screen and (max-width: 992px) {
  .contact-school {
    width: 50%;
  }
  .contact-school:nth-child(4n+1) {
    clear: none;
  }
  .contact-school:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  .block-contact-schools .section-heading h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding-top: 25px;
  }
  .contact-school {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-school-inner {
    min-height: 100px;
    margin: 0;
  }
  .contact-school-details {
    padding: 0;
  }
  .contact-school-details h4 {
    min-height: 10px;
  }
  .contact-col {
    width: 100%;
    padding: 0;
    float: none;
    text-align: center;
  }
  .contact-col + .contact-col {
    margin-top: 10px;
  }
}

/* Individual School Page
---------------------------------------- */
.school-stats-block {
  background: #60a2d7;
  color: #fff;
  padding: 75px 0 25px;
}

.school-stats-block .container {
  max-width: 1620px;
}

.school-stats-block ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.school-stats-block ul li {
  display: block;
  text-align: center;
  float: left;
  width: 16.6667%;
  position: relative;
  margin: 0 0 50px;
}

.school-stats-block ul li::before {
  background: #76afdc;
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  top: 5%;
  position: absolute;
}

.school-stats-block ul li:first-child::before {
  display: none;
}

.stats-head {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  padding: 0 10px;
}

.stats-number {
  display: block;
  font-size: 48px;
  font-size: 3rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .school-stats-block ul li {
    width: 33.3334%;
  }
  .school-stats-block ul li:nth-child(3n+1)::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .school-stats-block ul li {
    width: 50%;
  }
  .school-stats-block ul li:nth-child(2n+1) {
    clear: both;
  }
  .school-stats-block ul li:before {
    display: none !important;
  }
  .school-stats-block ul li:nth-child(2n+1)::before {
    display: none !important;
  }
}

/* School Values
---------------------------------------- */
.school-values-block {
  background: #17345b;
  padding: 90px 0 235px;
  color: #fff;
}

.school-values-block .section-heading {
  background: #fff;
  width: 28.35%;
  float: left;
  padding: 55px 30px 110px;
  position: relative;
}

.school-values-block .section-heading:before {
  content: "";
  display: block;
  background: #fff;
  height: 100%;
  width: 2000px;
  position: absolute;
  left: -1998px;
  top: 0;
}

.school-values-block .section-heading h2 {
  color: #17345b;
  font-size: 50px;
  line-height: 3.125rem;
  line-height: 72px;
  line-height: 4.5rem;
  margin: 0;
  padding-top: 48px;
  position: relative;
}

.school-values-block .section-heading h2:before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}

.school-values-block .content {
  float: left;
  width: 71.65%;
  padding-left: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}

.school-values-block .content p {
  margin: 0 0 20px;
}

.school-values-block .content > p {
  margin-top: 20px;
}

ul.values-list {
  padding: 0;
  margin: 20px 0 27px;
  list-style: none;
}

ul.values-list li {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 500;
  float: left;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}

ul.values-list li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  top: 15px;
  left: 0;
  background: #fff;
  position: absolute;
  border-radius: 3px;
}

ul.values-list li:first-child {
  margin-left: 0;
  padding-left: 0;
}

ul.values-list li:first-child:before {
  display: none;
}

.mo-area.mo-image.school-mission-block .img {
  margin-top: -155px;
}

.mo-area.mo-image.school-mission-block .bd {
  bottom: auto;
  margin-top: -45px;
}

.mo-area.mo-image.school-learners-block .img {
  margin-top: 290px;
  margin-bottom: 80px;
}

.mo-area.mo-image.school-learners-block .bd {
  bottom: auto;
  margin-top: 32px;
}

@media (max-width: 992px) {
  .mo-area.mo-image.school-learners-block .img {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .school-values-block .section-heading,
  .school-values-block .content {
    width: 100%;
    float: none;
  }
  .school-values-block .section-heading {
    padding-bottom: 60px;
  }
  .school-values-block .section-heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    padding-top: 30px;
  }
  .school-values-block .content {
    padding: 0;
  }
  .school-values-block .values-list li {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  .school-values-block ul.values-list li:first-child {
    padding-left: 15px;
  }
  .school-values-block ul.values-list li:first-child::before {
    display: block;
  }
  .school-values-block .section-heading:before {
    display: none;
  }
  .school-mission-block .container,
  .school-learners-block .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Media Page
---------------------------------------- */
.news-block .section-heading,
.videos-block .section-heading {
  background: #17345b;
  padding: 60px 0 155px;
}

.news-block .section-heading h2,
.videos-block .section-heading h2 {
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 72px;
  line-height: 4.5rem;
  padding-top: 49px;
  font-weight: 700;
  margin: 0;
  position: relative;
}

.news-block .section-heading h2:before,
.videos-block .section-heading h2:before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}

.news-grid,
.videos-grid {
  background: #edf1f4;
  padding-bottom: 138px;
}

.news-grid .container {
  max-width: 1330px;
  padding-left: 12px;
  padding-right: 12px;
}

.news-grid ul {
  list-style: none;
  padding: 0;
  margin: 0 0 -30px;
  top: -90px;
  position: relative;
  overflow: auto;
  min-height: 500px;
}

.news-grid ul li {
  width: 25%;
  float: left;
  padding: 0 18px;
  margin-bottom: 30px;
}

.teaser-news-inner {
  background: #fff;
}

.teaser-news img {
  border-bottom: 5px solid #009444;
  display: block;
}

.teaser-news-info {
  background: #fff;
  padding: 40px 20px;
}

.teaser-news .teaser-category,
.teaser-news .teaser-date {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.teaser-news .teaser-category {
  color: #60a2d7;
  margin-bottom: 8px;
  display: none;
}

.teaser-news .teaser-date {
  color: #b2bac0;
  font-weight: 600;
  margin-bottom: 23px;
}

.teaser-news h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  margin: 0;
}

.teaser-news h3 a {
  color: #17345b;
}

li.teaser-news:hover h3 a {
  color: #60a2d7;
}

.news-grid > .container > p {
  margin: 0;
  display: block;
  padding: 0 18px;
}

.media-entry.social-share .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .news-grid ul li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .news-grid ul li {
    width: 100%;
  }
  .news-block .section-heading h2,
  .videos-block .section-heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}

/* Videos Grid
---------------------------------------- */
.videos-grid {
  padding-bottom: 105px;
}

.videos-grid .container {
  position: relative;
  top: -90px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: -90px;
}

.videos-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.videos-grid ul li {
  width: 33.3334%;
  float: left;
  padding: 0 18px;
  margin-bottom: 35px;
}

.videos-grid ul li img {
  display: block;
  border-bottom: 5px solid #009444;
}

.videos-grid ul li .video-inner {
  background: #fff;
}

.videos-grid ul li .video-info {
  background: #fff;
  padding: 40px 20px 50px;
  min-height: 185px;
}

.videos-grid ul li .author {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  color: #60a2d7;
  margin-bottom: 15px;
}

.videos-grid ul li h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  margin: 0;
}

.videos-grid ul li h3 a {
  color: #17345b;
}

.videos-grid ul li:hover h3 a {
  color: #60a2d7;
}

@media (max-width: 1024px) {
  .videos-grid ul li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .videos-grid ul li {
    width: 100%;
  }
}

.alm-btn-wrap {
  text-align: center;
  padding-top: 60px;
  clear: both;
}

.alm-btn-wrap .alm-load-more-btn {
  display: inline-block;
  background: #f7941e;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 20px 35px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  -webkit-transition: padding 0.25s ease-in-out, width 0.25s ease-in-out, background 0.15s;
  transition: padding 0.25s ease-in-out, width 0.25s ease-in-out, background 0.15s;
  text-shadow: none;
}

.alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #577ba8;
  color: #fff;
  box-shadow: none;
}

.alm-btn-wrap .alm-load-more-btn:focus,
.alm-btn-wrap .alm-load-more-btn:active {
  outline: none;
}

.alm-btn-wrap .alm-load-more-btn.done {
  cursor: default;
  opacity: 0.2;
  background-color: #888;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: none;
}

.alm-btn-wrap .alm-load-more-btn:before,
.alm-btn-wrap .alm-load-more-btn.done:before {
  background: none;
  width: 0;
}

/* Events Block
---------------------------------------- */
.events-block {
  background: #edf1f4;
  position: relative;
  padding: 60px 0 30px;
}

.events-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 333px;
  background: #17345b;
  position: absolute;
  left: 0;
  top: 0;
}

.events-block .section-heading {
  float: left;
}

.events-block .section-heading h2 {
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 72px;
  line-height: 4.5rem;
  padding-top: 49px;
  font-weight: 700;
  margin: 0;
  position: relative;
}

.events-block .section-heading h2:before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}

.events-block .kipp-events-list {
  float: right;
  width: 59%;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding-left: 30px;
}

.kipp-events-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kipp-events-list ul li {
  display: block;
  background: #fff;
  padding-left: 130px;
  position: relative;
  margin-bottom: 20px;
}

.kipp-events-list .event-teaser-date {
  background: #60a2d7;
  color: #fff;
  padding: 25px 10px;
  width: 130px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.kipp-events-list .event-teaser-date-month {
  display: block;
  margin-bottom: 7px;
}

.kipp-events-list .event-teaser-date-day {
  display: block;
  font-size: 64px;
  font-size: 4rem;
  line-height: 64px;
  line-height: 4rem;
}

.kipp-events-list .event-teaser-info {
  min-height: 130px;
  padding: 35px 30px;
}

.kipp-events-list .event-teaser-info h4 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  color: #17345b;
}

.kipp-events-list .event-teaser-info a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: #60a2d7;
  text-transform: uppercase;
  font-weight: 700;
}

.kipp-events-list .event-teaser-info a:hover {
  color: #17345b;
}

@media (max-width: 992px) {
  .events-block .section-heading,
  .events-block .kipp-events-list {
    float: none;
    width: 100%;
    padding: 0;
  }
  .events-block .section-heading {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .events-block .section-heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}

.social-share .container {
  overflow: hidden;
}

.social-share a {
  float: left;
  width: 25%;
  height: 100px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  background: #000;
}

@media (max-width: 767px) {
  .social-share .container {
    padding: 0;
  }
  .social-share a {
    font-size: 30px;
    height: 70px;
    line-height: 70px;
  }
}

.social-share a.instagram {
  background: #bc2a8d;
}

.social-share a.instagram:hover {
  background: rgba(188, 42, 141, 0.9);
}

.social-share a.facebook {
  background: #3b5998;
}

.social-share a.facebook:hover {
  background: rgba(59, 89, 152, 0.9);
}

.social-share a.twitter {
  background: #00aced;
}

.social-share a.twitter:hover {
  background: rgba(0, 172, 237, 0.9);
}

.social-share a.linkedin {
  background: #007bb6;
}

.social-share a.linkedin:hover {
  background: rgba(0, 123, 182, 0.9);
}

.latest-posts {
  padding-top: 90px;
  padding-bottom: 90px;
}

.latest-posts h2.section-heading {
  margin: 0 0 85px;
}

.latest-posts .wmle_container .wmle_item,
.latest-stories .wmle_container .wmle_item {
  border: 2px solid #eff4f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
  margin: 5px 15px 30px 15px;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.latest-stories .wmle_container .wmle_item {
  padding: 0;
}

.latest-posts .wmle_container .wmle_item:hover,
.latest-stories .wmle_container .wmle_item:hover {
  background: #eff4f7;
}

.latest-posts .wmle_container .wmle_item .wmle_post_meta,
.latest-posts .wmle_container .wmle_item .wmle_post_excerpt,
.latest-stories .wmle_container .wmle_item .wmle_post_meta,
.latest-stories .wmle_container .wmle_item .wmle_post_excerpt {
  display: none;
}

.latest-posts .wmle_container .wmle_item .wmle_post_title,
.latest-stories .wmle_container .wmle_item .wmle_post_title {
  border: none;
}

.latest-posts .wmle_post_footer,
.latest-stories .wmle_post_footer {
  display: flex;
  align-items: center;
}

.latest-posts .wmle_container .wmle_item .wmle_post_title,
.latest-stories .wmle_container .wmle_item .wmle_post_title {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  color: #17345b;
  margin: 0 0 30px;
}

.latest-posts .wmle_container .wmle_item .wmle_post_title:hover,
.latest-stories .wmle_container .wmle_item .wmle_post_title:hover {
  color: #17345b;
}

.latest-stories .wmle_container .wmle_item .wmle_post_title,
.latest-stories .wmle_post_footer {
  padding: 0 20px;
}

.latest-stories .wmle_post_footer {
  padding-bottom: 20px;
}

.latest-posts .wmle_post_footer .post-date,
.latest-stories .wmle_post_footer .post-date {
  display: inline-block;
  width: 70%;
  color: #17345b;
  font-size: 14px;
  line-height: 42px;
  padding-left: 35px;
  background: url(/wp-content/themes/kipp/images/post-footer-icon.png) left center no-repeat;
}

.latest-posts .wmle_post_footer a.readmore,
.latest-stories .wmle_post_footer a.readmore {
  display: inline-block;
  text-indent: -999em;
  background: url(/wp-content/themes/kipp/images/readmore.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
}

.latest-posts .wmle_post_footer a.readmore:hover,
.latest-stories .wmle_post_footer a.readmore:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 639px) and (min-width: 321px) {
  .latest-posts .wmle_container.responsive .wmle_item_holder.col3,
  .latest-stories .wmle_container.responsive .wmle_item_holder.col3 {
    width: 100% !important;
  }
}

.get-tweets {
  background: #ececec;
  background-size: cover;
  padding: 90px 0;
}

.get-tweets .container {
  overflow: hidden;
}

.get-tweets h2.section-heading {
  color: #17345b;
  font-size: 18px;
}

.get-tweets .twitter-feed {
  float: left;
  width: 60%;
}

.get-tweets .facebook-feed {
  float: right;
  width: 36.5%;
}

@media (max-width: 992px) {
  .get-tweets .twitter-feed,
  .get-tweets .facebook-feed {
    float: none;
    width: 100%;
  }
}

.latest-tweets ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}

.latest-tweets li {
  background: #fff;
  padding: 1px 15px;
  margin-bottom: 15px;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.latest-tweets li:hover {
  background: rgba(255, 255, 255, 0.8);
}

.latest-tweets li:first-child {
  margin-left: 0;
}

.get-instagram {
  padding-top: 90px;
  padding-bottom: 0 !important;
}

.get-instagram .container {
  padding-left: 0;
  padding-right: 0;
}

a.opacity-switch img {
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

a.opacity-switch:hover img {
  opacity: 0.8;
}

.get-instagram .sbi_photo_wrap {
  overflow: hidden;
}

.get-instagram #sb_instagram .sbi_photo:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .latest-tweets ul {
    display: block;
  }
  .latest-tweets li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    float: none;
    width: 100%;
  }
}

.multi-block > img {
  display: none;
}

@media (max-width: 992px) {
  .multi-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .multi-block.lrg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .multi-block .container {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .multi-block.page-hero {
    height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .multi-block.page-hero .container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home .multi-block.page-hero .container {
    max-width: 80%;
  }
  .page-hero h1 {
    font-size: 36px;
    line-height: 46px;
    padding-top: 30px;
  }
  .page-hero h1:after {
    left: 50%;
    margin-left: -60px;
  }
  .page-hero .inner {
    max-width: 100% !important;
    text-align: center;
  }
  .page-hero p {
    font-size: 24px;
    line-height: 36px;
  }
  .text-block .callout,
  .multi-block .callout {
    font-size: 22px;
    line-height: 30px;
  }
  .home .threecol {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .multi-block.arrow-bottom {
    height: 518px;
  }
  .multi-block.arrow-top {
    height: auto;
  }
  .school-banner {
    height: 600px;
  }
  .school-banner h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .multi-block .inner {
    text-align: center;
  }
  .home-intro h3,
  .home-intro p {
    font-size: 22px;
    line-height: 34px;
  }
  .arrowbox blockquote,
  .multi-block blockquote {
    font-size: 22px;
    line-height: 36px;
  }
  .multi-block.arrow-bottom {
    height: auto;
    padding-bottom: 90px;
  }
  .team-block .bd h4 {
    margin-bottom: 10px;
  }
  .team-block .bd li {
    font-weight: 500;
  }
  p.ktc-gbanner-text {
    font-size: 22px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .page-hero {
    background-color: #17345b;
    background-image: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: 300px !important;
  }
  .page-hero .container {
    padding-top: 40px;
    padding-bottom: 40px;
    top: auto !important;
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .multi-block > img {
    display: none;
  }
  .page-hero > img {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .threecol-col {
    width: 30%;
    margin-left: 5%;
  }
  .threecol-col:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .cycle-slideshow .container {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.one-half {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .one-half {
    float: left;
    width: 47%;
    margin-right: 6%;
  }
  .one-half.last {
    margin-right: 0;
  }
  .contact-2cols .one-half {
    width: 62%;
    margin-right: 6%;
  }
  .contact-2cols .one-half.last {
    width: 47%;
    margin-left: -15%;
    margin-right: 0;
  }
}

a.link-white {
  color: #fff;
  text-decoration: underline;
}

a.link-white:hover {
  color: #eeeeee;
  text-decoration: none;
}

.column-thirds {
  float: left;
  width: 30%;
  margin-left: 5%;
  text-align: center;
  margin-top: 30px;
}

.column-thirds img {
  display: inline-block;
  margin: 0 auto;
}

.column-thirds.column-1 {
  margin-left: 0;
}

@media (max-width: 767px) {
  .column-thirds,
  .column-thirds.column-1 {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}

/* MISC CSS
---------------------------------------- */
.has-dots .container {
  position: relative;
}

.has-dots .container:before {
  content: "";
  display: block;
  width: 223px;
  height: 504px;
  position: absolute;
  top: 80px;
  left: -250px;
  background-image: url(/wp-content/themes/kipp/images/bg-colon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-id-22 .has-dots .container:before {
  left: -300px;
}

/* Progress Circle
---------------------------------------- */
.progress-wrapper.hide-desktop {
  display: none;
}

.diversity .progress-wrapper.hide-mobile {
  display: block;
}

.progress-wrapper.right {
  float: right;
}

.progress-wrapper.left {
  float: left;
}

.progress-wrapper.right + h2,
.progress-wrapper.right + h3,
.progress-wrapper.left + h2,
.progress-wrapper.left + h3 {
  clear: none;
}

.progress-wrapper.center {
  float: none;
  width: 100%;
}

.circle {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  line-height: 1;
}

.circle canvas {
  width: 100%;
}

.about-circles .circle {
  max-width: 230px;
}

.progress {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  color: #17345b;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.progress-text {
  color: #1f2021;
  display: block;
  text-align: center;
  padding-top: 15px;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}

.about-circles .progress-text {
  color: #fff;
  max-width: 230px;
  width: 100%;
  margin: 0 auto 65px;
}

.school-logo-links a img {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}

.school-logo-links a:hover img {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .diversity .container {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }
  .diversity .progress-wrapper {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
  .diversity .progress-wrapper.hide-mobile {
    display: none;
  }
  .diversity h2:before {
    left: 50%;
    margin-left: -60px;
  }
}

.row {
  margin: 0 auto;
}

.row:before {
  content: " ";
  display: table;
}

.row:after {
  content: " ";
  display: table;
  clear: both;
}

.column, .columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  float: left;
}

.column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child {
  float: right;
}

.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end {
  float: left;
}

.small-12 {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .large-6 {
    width: 48%;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container, .container__wide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container__wide {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container__wide {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container__wide {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container__wide {
    max-width: 1200px;
  }
}

@media (min-width: 1410px) {
  .container__wide {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .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;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .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;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .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;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .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%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/*--------------------------------------------------------------
# Museum Base Styles
--------------------------------------------------------------*/
.m-wrap {
  color: #17345b;
}

.m-wrap .bg-lightgrey {
  background: #edf1f4;
}

.m-wrap .bg-grey {
  background: #d7dee4;
}

.m-wrap a {
  color: #e761da;
}

.m-wrap a:hover {
  color: #e035d0;
}

.m-wrap a.btn {
  background: #e761da;
  color: white;
  padding: 20px 40px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.m-wrap a.btn:hover {
  background: #e035d0;
}

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

.m-wrap .bordered {
  position: relative;
  padding-top: 40px;
}

.m-wrap .bordered:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #e761da;
}

.m-wrap .align-center.bordered:before {
  left: 50%;
  margin-left: -60px;
}

.m-wrap hr {
  max-width: 120px;
  height: 3px;
  border: none;
  background: #e761da;
  margin: 0 0 2rem;
}

.m-wrap .align-center hr {
  margin-left: auto;
  margin-right: auto;
}

p.size-md {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
}

p.size-lg {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 500;
}

h1.size-1,
h2.size-1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: normal;
  margin: 2rem 0;
}

h1.size-2,
h2.size-2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 62px;
  line-height: 3.875rem;
  font-weight: bold;
  margin: 2rem 0;
}

/*--------------------------------------------------------------
# Museum Templates - Hero
--------------------------------------------------------------*/
.text__hero {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text__hero h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  margin: 0;
  font-weight: normal;
}

@media (max-width: 991px) {
  .museum__hero--slider .col-lg-6,
  .museum__hero .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .museum__hero--slider .col-lg-5 {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Museum Templates - Media Blocks
--------------------------------------------------------------*/
.museum__mediablock {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mediablock__image,
.mediablock__content {
  display: block;
  width: 100%;
}

.mediablock__image img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #e761da;
}

.mediablock__content {
  padding: 15px;
}

@media (max-width: 991px) {
  .mediablock__content,
  .museum__hero {
    text-align: center;
  }
  .m-wrap .bordered:before {
    left: 50%;
    margin-left: -60px;
  }
}

.mediablock__content h2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 75px;
  line-height: 4.6875rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 2rem !important;
}

@media (min-width: 992px) {
  .museum__mediablock .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mediablock__image,
  .mediablock__content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mb-image-right .mediablock__image {
    -ms-flex-order: 2;
    order: 2;
  }
  .mediablock__content {
    padding: 30px 0 30px 70px;
  }
  .mb-image-right .mediablock__content {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 70px;
    padding: 30px 70px 30px 0;
  }
  .mb-text-overlap .mediablock__content {
    background: #fff;
    margin-left: -85px;
    position: relative;
    z-index: 2;
  }
  .mb-image-right.mb-text-overlap .mediablock__content {
    margin-left: 0;
    margin-right: -85px;
  }
}

/*--------------------------------------------------------------
# Museum Templates - Text Blocks
--------------------------------------------------------------*/
.museum__text {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .museum__text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .custom-icon-block {
    text-align: center;
  }

  .custom-icon-block hr {
    display: none;
  }

  .custom-icon-block img {
    max-width: 150px;
  }
}

/*--------------------------------------------------------------
# Museum Templates - Exhibits
--------------------------------------------------------------*/
.museum__exhibits {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}

.museum__exhibits--item {
  margin-bottom: 30px;
}

.exhibits__image img {
  position: relative;
  z-index: 2;
  margin-top: 44px;
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 4px solid #e761da;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.exhibits__image a:hover img {
  transform: scale(1.05);
}

.exhibits__content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .museum__exhibits--item {
    margin-bottom: 0;
  }
  .exhibits__content {
    padding-top: 0;
  }
  .exhibits__content .inner {
    background: #fff;
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .exhibits__content {
    margin-left: -100px;
    padding-left: 115px;
    background: white;
  }
}

.exhibits__content h2 {
  margin-top: 1rem;
}

.exhibits__content h4,
.exhibits__content p.readmore {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #e761da;
}

/*--------------------------------------------------------------
# Exhibit
--------------------------------------------------------------*/
.exhibit__hero {
  padding-top: 50px;
  padding-bottom: 50px;
}

h1.exhibit-title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  margin: 0;
  font-weight: normal;
}

p.exhibit-date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #e761da;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1.5rem 0 0;
}

@media (max-width: 991px) {
  h1.exhibit-title,
  .text__hero h1 {
    margin-top: 1.5rem;
    text-align: center;
  }
  p.exhibit-date,
  .text__hero p {
    text-align: center;
  }
}

.exhibit__content-wrapper {
  background: #edf1f4;
  padding: 50px 0;
}

.exhibit__content .inner {
  background: #fff;
  padding-top: 20px;
}

.exhibit__content .inner p,
.exhibit__content .inner h2,
.exhibit__content .inner h3,
.exhibit__content .inner h4,
.exhibit__content .inner ol,
.exhibit__content .inner ul {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .exhibit__content .inner {
    padding-bottom: 20px;
  }
}


@media (min-width: 992px) {
  .exhibit__content .inner {
    padding: 50px 100px;
  }
}

.exhibit__sidebar .inner {
  background: #fff;
}

@media (min-width: 992px) {
  .exhibit__sidebar .inner {
    padding: 50px;
  }
}

.exhibit__sidebar a.btn {
  display: block;
  text-align: center;
}

@media (max-width: 992px) {
  .exhibit__sidebar .inner {
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Museum Templates - Lesson Plans
--------------------------------------------------------------*/
.museum__lessonplans {
  background: #edf1f4;
}

.museum__lessonplans .container {
  position: relative;
  top: -50px;
}

.museum__lessonplans .col-lg-4 {
  margin-bottom: 20px;
}

.museum__lessonplans .inner {
  background: #fff;
  height: 100%;
}

.lesson__img img {
  border-bottom: 2px solid #e761da;
}

.lesson__content {
  padding: 20px;
}

.lesson__content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  margin: 10px 0;
}

.lesson__content p {
  font-weight: bold;
  color: #e761da;
  margin: 0;
}

/*--------------------------------------------------------------
# Museum Templates - Contact Information
--------------------------------------------------------------*/
.museum__contact {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

@media (min-width: 992px) {
  .museum__contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: left;
  }
}

.museum__contact h2 {
  position: relative;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: bold;
  padding-top: 50px;
  margin: 0;
  text-align: center;
  color: #17345b;
}

.museum__contact h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 2px;
  margin-left: -60px;
  background: #e761da;
}

.museum__contact .contact__heading p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: bold;
  text-align: center;
  color: #17345b;
}

.museum__contact h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 3rem 0 1rem;
  letter-spacing: normal;
}

.museum__contact p {
  margin: 0;
}

.museum__contact p.small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-style: italic;
}

.museum__contact .contact__magenta {
  color: #e761da;
}

.museum__contact .contact__magenta a {
  color: #e761da;
}

.museum__contact .contact__magenta a:hover {
  color: #17345b;
}

.museum__contact .email {
  background: url(/wp-content/themes/kipp/images/icon-email.svg) 0 center no-repeat;
  padding-left: 35px;
  font-weight: bold;
}

.museum__contact .phone {
  background: url(/wp-content/themes/kipp/images/icon-phone.svg) 0 center no-repeat;
  padding-left: 35px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .museum__contact .email,
  .museum__contact .phone {
    background-image: none;
    padding-left: 0;
  }
}

.museum__tours {
  background: #edf1f4;
  color: #17345b;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .museum__tours {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.museum__tours h3 {
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-weight: bold;
  padding-top: 50px;
  margin: 0;
}

.museum__tours h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 2px;
  margin-left: -60px;
  background: #e761da;
}

.museum__tours a {
  color: #e761da;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Whole Child Review Template
--------------------------------------------------------------*/
.review__teasers {
  background: #edf1f4;
}

.review__teasers .container {
  position: relative;
  top: -50px;
}

.review__teasers .col-lg-4 {
  margin-bottom: 20px;
}

.review__teasers .inner {
  background: #fff;
  height: 100%;
}

.review__teasers .teaser__content {
  padding: 20px;
}

.review__teasers h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  margin: 10px 0;
}

.review__teasers .teaser__content p {
  margin: 0;
}

.review__teasers .teaser__cta {
  padding: 0 20px;
}

.review__teasers .teaser__cta a.btn {
  display: block;
  background: #8dc63f;
}

.review__teasers .teaser__cta a.btn:hover {
  background: #7eb534;
}

/*--------------------------------------------------------------
# Covid resources
--------------------------------------------------------------*/
.resource-snippet {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

.resource-snippet img {
  padding: 5px;
  background: #fff;
  border: 2px solid #f2f2f2;
}

.resource-snippet img.noborder {
  border: none;
  padding: 20px 0 0;
}


.resource-columns .column {
  text-align: center;
  padding: 0;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .resource-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .resource-columns .column {
    width: 30%;
  }
}

.resource-table {
  border: 2px solid #ccc;
}

.resource-table td,
.resource-table th {
  border: 2px solid #ccc;
  background: #fff;
  padding: 10px;
}

.resource-anchors {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .resource-anchors {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .resource-anchor {
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.resource-anchor {
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.resource-anchor h3 {
  color: #fff;
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
}

.resource-anchor h3:before {
  display: none;
}

.resource-anchor p {
  margin: 1.5em 0;
}

.resource-anchor a.btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.resource-anchor a.btn + a.btn {
  margin-top: 20px;
}

.resource-header {
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.resource-header h2 {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  line-height: 50px;
  line-height: 3.125rem;
}

.resource-header h2:before {
  display: none;
}

.resource-header img {
  max-width: 80px;
  margin-right: 30px;
}

.ra-1, .rh-1 {
  background-color: #1c3459;
}

.ra-1 a.btn {
  background-color: #c1d450;
}

.ra-1 a.btn:hover {
  background-color: #adbe48;
}

.ra-2, .rh-2 {
  background-color: #2f568e;
}

.ra-2 a.btn {
  background-color: #f9dd4b;
}

.ra-2 a.btn:hover {
  background-color: #e5cb46;
}

.ra-3, .rh-3 {
  background-color: #6ea1d3;
}

.ra-3 a.btn {
  background-color: #1c3259;
}

.ra-3 a.btn:hover {
  background-color: #142441;
}

.ra-4, .rh-4 {
  background-color: #c1d352;
}

.ra-4 a.btn {
  background-color: #1b325f;
}

.ra-4 a.btn:hover {
  background-color: #142648;
}

.ra-5, .rh-5 {
  background-color: #f8d94a;
}

.ra-5 a.btn {
  background-color: #345482;
}

.ra-5 a.btn:hover {
  background-color: #284166;
}

.ra-6, .rh-6 {
  background-color: #1c3259;
}

.ra-6 a.btn {
  background-color: #6ea1d3;
}

.ra-6 a.btn:hover {
  background-color: #6191bf;
}

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

.notification-bar {
  position: relative;
  /* background: #2f568e; */
  background: #f7941e;
  z-index: 99;
}

@media (min-width: 992px) {
  .fixed .notification-bar {
    position: fixed;
    top: 145px;
    left: 0;
    width: 100%;
  }
}

.notification-bar .container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
}

.notification-bar a {
  color: #fff;
  font-weight: bold;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 15px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.notification-bar a:hover {
  background-color: #1c3459;
}

@media (min-width: 992px) {
  .notification-bar .container {
    display: flex;
    align-items: center;
  }

  .notification-bar a {
    width: 50%;
  }
}


.notification-bar img {
  max-width: 60px;
  float: left;
  padding-left: 5px;
  margin-right: 25px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.notification-bar a:hover img {
  transform: scale(1.05);
}

.notification-bar p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.page-id-7952 h4 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  display: inline-block;
}

.button-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.button-grid a.btn {
  width: 100%;
  display: block;
  background: #60a2d7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.button-grid a.btn:hover {
  background-color: #2f568e;
}

@media (min-width: 768px) {
  .button-grid a.btn {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .button-grid a.btn {
    width: 22.5%;
  }
}
.media-block-buy form {
	border: 2px solid #17345b;
	padding: 30px;
	background: #60a2d7;
	max-width:300px;
}
.media-block-buy form p:last-child {
	margin: 0;
}
a.paypal-link {
	color: #17345b;
	text-decoration: underline;
}
.grid-join-team.threecol.padded .threecol-col {
	background: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.grid-join-team .threecol-col a{
	color: #1f2021;
	font-size: 24px;
}
.grid-join-team .threecol-col a:hover{
	color: #4A90E2;
}
.grid-join-team .threecol-col span {
	border-radius: 50%;
	width: 200px;
	margin: 0 auto 10px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .15s ease;
}


.grid-join-team .threecol-col a:hover span{
	opacity: 0.8;
}
.grid-join-team .threecol-col span img {
	width: 150px;
	height: 150px;
	position: relative;
}

.twocol-testimonial img {
	border-radius: 50%;
}

.nav-roles {
	font-weight: 700;
	font-size:24px;
	line-height: 32px;
}

.nav-roles a,
.nav-roles a:visited {
	color: #fff;
	margin: 0 10px;
}
.nav-roles a:hover{
	color: #f7941e;
}

.threecol-7-priorities .container {
	max-width: 1230px;
}
.expanding-quotes.twocol {
	padding-top: 0;
}
.expanding-quotes .twocol-col {
	padding: 0 40px;
	text-align: center
}
.expanding-quotes .twocol-col img {
	max-width: 300px;
}
.expanding-quotes h3 + p strong {
	text-align: center;
	color: #60a2d7;
	display: block;
}.expanding-quotes h3 + p strong + br {
	display: none;
}
.expanding-quotes h3 + p strong + br + strong{
	text-align: center;
	color: #f7941e;
	font-size: 16px;
	display: block;

}
.expanding-quotes p {
	margin: 0 0 24px;
	text-align: left;
}
.expanding-quotes-full {
	display: none;
}

span.circle-green {
	background:#009444
}
span.circle-navy {
	background:#1c3459
}
span.circle-blue {
	background:#60a2d7
}
span.circle-orange {
	background:#f7941e
}
span.circle-yellow {
	background:#febc0f
}
span.circle-green-light {
	background:#bbd630
}


#referral-form .entry-content .gform_wrapper input[type="email"],
#referral-form .entry-content .gform_wrapper input[type="number"],
#referral-form .entry-content .gform_wrapper input[type="password"],
#referral-form .entry-content .gform_wrapper input[type="tel"],
#referral-form .entry-content .gform_wrapper input[type="text"],
#referral-form .entry-content .gform_wrapper input[type="url"],
#referral-form .entry-content .gform_wrapper textarea {
    display: block;
    width: 100%
}
#referral-form .gform_wrapper {
	max-width: 700px;
	margin: 0 auto
}
