.px90 {
	 padding-left: 90px;
	 padding-right: 90px;
}
 @media only screen and (max-width: 980px) {
	 .px90 {
		 padding-left: 50px;
		 padding-right: 50px;
	}
}
 @media only screen and (max-width: 768px) {
	 .px90 {
		 padding-left: 30px;
		 padding-right: 30px;
	}
}
 .py90 {
	 padding-top: 90px;
	 padding-bottom: 90px;
}
 @media only screen and (max-width: 980px) {
	 .py90 {
		 padding-top: 50px;
		 padding-bottom: 50px;
	}
}
 @media only screen and (max-width: 768px) {
	 .py90 {
		 padding-top: 30px;
		 padding-bottom: 30px;
	}
}
 .pl90r25 {
	 padding-left: 90px;
	 padding-right: 25px;
}
 @media only screen and (max-width: 980px) {
	 .pl90r25 {
		 padding-left: 50px;
	}
}
 @media only screen and (max-width: 768px) {
	 .pl90r25 {
		 padding-left: 30px;
		 padding-right: 125px;
	}
}
 .pr90l25 {
	 padding-right: 90px;
	 padding-left: 25px;
}
 @media only screen and (max-width: 980px) {
	 .pr90l25 {
		 padding-right: 50px;
	}
}
 @media only screen and (max-width: 768px) {
	 .pr90l25 {
		 padding-right: 30px;
	}
}
/*
 .h1 {
	 display: block;
	 text-transform: uppercase;
	 font-family: "azo-sans-uber", sans-serif;
	 font-size: 60px;
	 font-size: 3.75rem;
	 line-height: 70px;
	 line-height: 4.375rem;
	 font-weight: 400;
}
 @media only screen and (max-width: 980px) {
	 .h1 {
		 font-size: 40px;
		 font-size: 2.5rem;
		 line-height: 48px;
		 line-height: 3rem;
		 font-weight: 400;
	}
}
 @media only screen and (max-width: 768px) {
	 .h1 {
		 font-size: 25px;
		 font-size: 1.5625rem;
		 line-height: 33px;
		 line-height: 2.0625rem;
		 font-weight: 400;
	}
}
*/
/*
 .call-to-action {
	 display: inline-block;
	 text-align: center;
	 font-family: "azo-sans-uber", sans-serif;
	 font-size: 18px;
	 line-height: 75px;
	 width: 100%;
	 position: relative;
	 padding-right: 50px;
	 height: 75px;
}
 .call-to-action:hover {
	 opacity: 0.9;
}
 @media only screen and (max-width: 1440px) {
	 .call-to-action {
		 padding-left: 60px;
	}
}
 @media only screen and (max-width: 1200px) {
	 .call-to-action {
		 padding: 0 !important;
	}
}
 @media only screen and (max-width: 979px) {
	 .call-to-action {
		 margin-bottom: 20px;
		 line-height: 50px;
		 height: 50px;
		 font-size: 15px;
	}
}
 @media only screen and (max-width: 767px) {
	 .call-to-action {
		 margin-bottom: 10px;
	}
}
 .call-to-action::before {
	 content: '';
	 width: 40px;
	 height: 40px;
	 display: inline-block;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 30px;
}
 @media only screen and (max-width: 1240px) {
	 .call-to-action::before {
		 left: 20px;
	}
}
 @media only screen and (max-width: 1200px) {
	 .call-to-action::before {
		 background: none !important;
	}
}
 .call-to-action::after {
	 content: '\f04b';
	 position: absolute;
	 right: 25px;
	 font-family: FontAwesome;
	 top: 50%;
	 transform: translateY(-50%);
}
 @media only screen and (max-width: 1240px) {
	 .call-to-action::after {
		 right: 20px;
	}
}
 @media only screen and (max-width: 1200px) {
	 .call-to-action::after {
		 display: none !important;
	}
}
 .call-to-action.call-to-action-bg-ye {
	 background: #fff44e;
	 color: #1a4f6e;
}
 @media only screen and (min-width: 1200px) {
	 .call-to-action.call-to-action-bg-ye:hover {
		 background: #ffc74a;
	}
}
 .call-to-action.call-to-action-bg-ye::before {
	 background: url(../img/finger-crossed-blue.png) no-repeat center;
}
 .call-to-action.call-to-action-bg-ye::after {
	 color: #1a4f6e;
}
 .call-to-action.call-to-action-bg-sky {
	 background: #53c2cc;
	 color: #fff;
}
 @media only screen and (min-width: 1200px) {
	 .call-to-action.call-to-action-bg-sky:hover {
		 background: #00accc;
	}
}
 .call-to-action.call-to-action-bg-sky::before {
	 background: url(../img/calendar-icon.png) no-repeat center;
}
 .call-to-action.call-to-action-bg-sky::after {
	 color: #fff;
}
 .call-to-action.call-to-action-bg-blue {
	 background: #1a4f6e;
	 color: #fff;
}
 @media only screen and (min-width: 1200px) {
	 .call-to-action.call-to-action-bg-blue:hover {
		 background: #05436e;
	}
}
 .call-to-action.call-to-action-bg-blue::before {
	 background: url(../img/forefinger.png) no-repeat center;
}
 .call-to-action.call-to-action-bg-blue::after {
	 color: #fff;
}
 .call-to-action.call-to-action-need-help {
	 background: #fff44e;
	 color: #1a4f6e;
	 padding-left: 50px;
}
 @media only screen and (min-width: 1200px) {
	 .call-to-action.call-to-action-need-help:hover {
		 background: #ffc74a;
	}
}
 .call-to-action.call-to-action-need-help::before {
	 background: url(../img/palm-icon.png) no-repeat center;
	 left: 15px;
}
 .call-to-action.call-to-action-need-help::after {
	 color: #1a4f6e;
}
 @media screen and (min-width: 980px) and (max-width: 1299px) {
	 .call-to-action.call-to-action-need-help {
		 padding-left: 0;
		 padding-right: 20px;
	}
	 .call-to-action.call-to-action-need-help::before {
		 background: none;
	}
	 .call-to-action.call-to-action-need-help::after {
		 right: 10px;
	}
}
 @media only screen and (max-width: 979px) {
	 .call-to-action.call-to-action-need-help {
		 width: auto;
		 padding-left: 65px;
		 display: inline-block;
	}
}
 @media only screen and (max-width: 767px) {
	 .call-to-action.call-to-action-need-help {
		 font-size: 14px;
	}
	 .call-to-action.call-to-action-need-help::after {
		 right: 8px;
	}
}
*/
 @media only screen and (max-width: 767px) {
	 .col-xs-0 {
		 display: none;
	}
}
 .clearfix:before, .clearfix:after {
	 content: " ";
	 display: table;
}
 .clearfix:after {
	 clear: both;
}
 .no-gutter {
	 padding-left: 0;
	 padding-right: 0;
}

 .content-promise .row {
	 margin-left: -15px;
	 margin-right: -15px;
}
 .content-promise h3 {
	 padding: 0;
}
 @media only screen and (max-width: 767px) {
	 .content-promise {
		 display: block;
	}
}
 .content-promise .promise-left {
	 background-color: #fff44e;
	 padding: 75px 95px 75px 90px;
}
 @media only screen and (max-width: 979px) {
	 .content-promise .promise-left {
		 padding: 50px 65px 50px 60px;
	}
}
 @media only screen and (max-width: 767px) {
	 .content-promise .promise-left {
		 padding: 30px 30px 30px 30px;
	}
}
 .content-promise .promise-left h3 {
	 margin-top: -5px;
	 color: #53c2cc;
	 margin-bottom: 0;
}
 .content-promise .promise-left h5 {
	 font-weight: 700;
	 margin-top: 0;
	 margin-bottom: 0;
}
 .content-promise .promise-left a {
	 padding: 35px 130px 35px 38px;
	 height: auto;
	 line-height: 32px;
	 line-height: 2rem;
	 text-align: left;
	 color: #fff44e;
	 margin-top: 30px;
	 font-size: 28px;
	 font-size: 1.75rem;
}
 @media only screen and (max-width: 1199px) {
	 .content-promise .promise-left a {
		 padding: 25px 30px 25px 28px !important;
	}
}
 @media only screen and (max-width: 979px) {
	 .content-promise .promise-left a {
		 padding: 25px 30px 25px 28px !important;
	}
}
 @media only screen and (max-width: 767px) {
	 .content-promise .promise-left a {
		 padding: 15px 15px 15px 18px !important;
	}
}
 .content-promise .promise-left a:before {
	 content: "";
	 background-image: none;
}
 .content-promise .promise-left a:after {
	 content: "";
}
 .content-promise .promise-right {
	 padding: 75px 50px 40px 90px;
}
 @media only screen and (max-width: 979px) {
	 .content-promise .promise-right {
		 padding: 50px 50px 30px 60px;
	}
}
 @media only screen and (max-width: 767px) {
	 .content-promise .promise-right {
		 padding: 30px 30px 25px 30px;
	}
}
 .content-promise .promise-right h1 {
	 margin-left: -10px;
	 margin-top: -10px;
	 margin-bottom: 35px;
}
 @media only screen and (max-width: 979px) {
	 .content-promise .promise-right h1 {
		 margin-bottom: 20px;
	}
}
 .content-promise .promise-right .content-block {
	 padding-right: 25px;
	 margin-bottom: 50px;
	 @import "promiseLightbox";
}
 @media only screen and (max-width: 767px) {
	 .content-promise .promise-right .content-block {
		 padding-right: 0;
	}
}
 .content-promise .promise-right .content-block:last-child {
	 margin-bottom: 0;
}
 .content-promise .promise-right .content-block h3 {
	 margin-top: 0;
	 color: #53c2cc;
	 margin-bottom: 0;
}
 .content-promise .promise-right .content-block .row {
	 margin-left: -15px;
	 margin-right: -15px;
}
 @media only screen and (max-width: 1800px) {
	 .content-promise .promise-right .content-block .row .promise {
		 padding-left: 15px;
		 padding-right: 15px;
	}
}
 .content-promise .promise-right .content-block .row .promise input[type="radio"] {
	 display: none;
}
 .content-promise .promise-right .content-block .row .promise label {
	 margin-top: 25px;
	 display: flex;
	 justify-content: center;
	 align-items: stretch;
}
 .content-promise .promise-right .content-block .row .promise label .left {
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
	 height: auto;
	 position: relative;
}
 .content-promise .promise-right .content-block .row .promise label .left .overlay {
	 position: absolute;
	 top: 0;
	 left: 50%;
	 width: 50%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.5);
}
 .content-promise .promise-right .content-block .row .promise label .right {
	 background-color: #fff44e;
}
 .content-promise .promise-right .content-block .row .promise label .right img {
	 height: auto;
}
 .content-promise .promise-right .content-block .row .promise label:hover {
	 cursor: pointer;
}
 .content-promise .promise-right .content-block .row .promise label:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 background-color: rgba(255, 255, 255, 0.95);
	 width: 100%;
	 height: 100%;
	 display: block;
	 opacity: 0.5;
	 z-index: 1;
}
 .content-promise .promise-right .content-block .row .promise label.is-checked {
	 position: relative;
}
 .content-promise .promise-right .content-block .row .promise label.is-checked:before {
	 display: none;
}
 .content-promise .promise-right .content-block .row .promise label.is-checked:after {
	 opacity: 1;
	 display: block;
	 content: url(../img/white-check-mark.png);
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -ms-transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}
 .content-promise .promise-right .content-block.write-promise {
	 margin-top: 25px;
}
 @media only screen and (max-width: 979px) {
	 .content-promise .promise-right .content-block.write-promise {
		 margin-top: 0;
	}
}
 .content-promise .promise-right .content-block.write-promise h3 {
	 margin-bottom: 15px;
}
 .content-promise .promise-right .content-block.write-promise textarea {
	 border: 3px solid #d3d3d3;
}
 .content-promise .promise-right .content-block.avatar h3 {
	 margin-bottom: 15px;
}
 .content-promise .promise-right .content-block.avatar h6 {
	 margin: 0 0 25px 0;
}
 .content-promise .promise-right .content-block.avatar .left {
	 padding-left: 15px;
}
 @media only screen and (max-width: 1199px) {
	 .content-promise .promise-right .content-block.avatar .left {
		 padding-right: 15px;
	}
}
 .content-promise .promise-right .content-block.avatar .left label {
	 width: 100%;
	 padding-right: 0;
	 font-size: 18px;
	 font-size: 1.125rem;
	 color: #fff44e;
	 padding-left: 20px !important;
	 text-align: left;
	 margin-bottom: 10px;
}
 @media only screen and (max-width: 1300px) {
	 .content-promise .promise-right .content-block.avatar .left label {
		 text-align: center;
		 padding-left: 0 !important;
		 width: 100%;
	}
}
 .content-promise .promise-right .content-block.avatar .left label:before {
	 content: "";
	 background-image: none;
}
 .content-promise .promise-right .content-block.avatar .left label:after {
	 color: #fff44e;
}
 @media only screen and (max-width: 1450px) {
	 .content-promise .promise-right .content-block.avatar .left label:after {
		 content: "";
	}
}
 .content-promise .promise-right .content-block.avatar .left label input {
	 display: none;
}
 .content-promise .promise-right .content-block.avatar .left .limits {
	 display: block;
	 font-size: 12px;
	 font-size: 0.75rem;
}
 @media only screen and (max-width: 1199px) {
	 .content-promise .promise-right .content-block.avatar .left .limits:last-child {
		 margin-bottom: 20px;
	}
}
 .content-promise .promise-right .content-block.avatar .right {
	 padding-right: 15px;
}
 @media only screen and (max-width: 1199px) {
	 .content-promise .promise-right .content-block.avatar .right {
		 padding-left: 15px;
	}
}
 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-prev {
	 cursor: pointer;
	 z-index: 10;
	 position: absolute;
	 -ms-transform: translate(0, -50%);
	 -webkit-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 left: 22px;
	 top: 50%;
}
 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-prev i {
	 height: 34px;
	 width: 19px;
	 display: block;
	 background-image: url(../img/arrPrev.png);
}
 @media only screen and (max-width: 1400px) {
	 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-prev {
		 left: -10px;
	}
}
 @media only screen and (max-width: 1199px) {
	 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-prev {
		 left: 10px;
	}
}
 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-prev:hover i {
	 background-image: url(../img/arrPrev-h.png);
}
 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-next {
	 z-index: 10;
	 cursor: pointer;
	 position: absolute;
	 right: 22px;
	 -ms-transform: translate(0, -50%);
	 -webkit-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 top: 50%;
}
 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-next i {
	 height: 34px;
	 width: 19px;
	 display: block;
	 background-image: url(../img/arrNext.png);
}
 @media only screen and (max-width: 1400px) {
	 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-next {
		 right: -10px;
	}
}
 @media only screen and (max-width: 1199px) {
	 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-next {
		 right: 10px;
	}
}
 .content-promise .promise-right .content-block.avatar .right .img-slider .slick-next:hover i {
	 background-image: url(../img/arrNext-h.png);
}
 .content-promise .promise-right .content-block.avatar .right .img-slider .img-slider__item img {
	 width: 180px;
	 height: 180px;
	 display: block;
	 margin: 0 auto;
}
 .content-promise .promise-right .content-block.form h3 {
	 margin-bottom: 15px;
}
 .content-promise .promise-right .content-block.form div.row div {
	 padding-left: 15px;
	 padding-right: 15px;
}
 .content-promise .promise-right .content-block.form div.row div input[type="text"], .content-promise .promise-right .content-block.form div.row div input[type="email"] {
	/* Chrome/Opera/Safari */
	 color: #8a8a8a;
	 padding-right: 0;
	 border: 3px solid #d3d3d3;
	 height: 50px;
	 font-size: 16px;
	 font-size: 1rem;
	 width: 100%;
	 padding-left: 15px;
}
 .content-promise .promise-right .content-block.form div.row div input[type="text"]::-webkit-input-placeholder, .content-promise .promise-right .content-block.form div.row div input[type="email"]::-webkit-input-placeholder {
	 color: #d3d3d3;
}
 .content-promise .promise-right .content-block.form div.row div input[type="text"]::-moz-placeholder, .content-promise .promise-right .content-block.form div.row div input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */
	 color: #d3d3d3;
}
 .content-promise .promise-right .content-block.form div.row div input[type="text"]:-ms-input-placeholder, .content-promise .promise-right .content-block.form div.row div input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */
	 color: #d3d3d3;
}
 .content-promise .promise-right .content-block.form div.row div input[type="text"]:-moz-placeholder, .content-promise .promise-right .content-block.form div.row div input[type="email"]:-moz-placeholder {
	/* Firefox 18- */
	 color: #d3d3d3;
}
 @media only screen and (max-width: 1250px) {
	 .content-promise .promise-right .content-block.form div.row div input[type="text"], .content-promise .promise-right .content-block.form div.row div input[type="email"] {
		 padding-left: 10px;
	}
}
 .content-promise .promise-right .content-block.form div.row div input[type="text"] {
	 margin-top: 15px;
}
 .content-promise .promise-right .content-block.form label[for="agree"] {
	 display: block;
	 margin-top: 10px;
}
 .content-promise .promise-right .content-block.form label[for="agree"] input {
	 margin-right: 6px;
}
 .content-promise .promise-right .content-block.form button[type="submit"].search-events {
	 padding-left: 25px !important;
	 position: relative;
	 width: 40%;
	 background-color: #fff44e;
	 margin: 0;
	 border-radius: 0;
	 border: none;
	 text-align: left;
}
 @media only screen and (max-width: 979px) {
	 .content-promise .promise-right .content-block.form button[type="submit"].search-events {
		 width: 100%;
		 padding-left: 0 !important;
		 text-align: center;
	}
}
 .content-promise .promise-right .content-block.form button[type="submit"].search-events:before {
	 background: none;
	 content: "";
}
 .content-promise .promise-right .content-block.form button[type="submit"].search-events::after {
	 content: '\f04b';
	 position: absolute;
	 right: 25px;
	 font-family: FontAwesome;
}
 @media only screen and (max-width: 1200px) {
	 .content-promise .promise-right .content-block.form button[type="submit"].search-events::after {
		 right: 15px;
	}
}
 @media only screen and (min-width: 1199px) {
	 .content-promise .promise-right .content-block.form button[type="submit"].search-events:hover {
		 background: #ffc74a;
	}
}
 .clear-btn-wrapper {
	 text-align: right;
}
 .content-promise .promise-slider-wrapper {
	/* display: none;
	 position: fixed;
	 z-index: 101;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 opacity: 0.8;
	 background-color: #1a4f6e;*/
}
 .content-promise .promise-slider-wrapper.on {
	 display: block;
}
 .content-promise .promise-slider {
	 display: none;
	 opacity: 1;
	 z-index: 102;
	 width: 960px;
	 background-color: #fff;
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 -ms-transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}
 .content-promise .promise-slider.on {
	 display: block;
}
 @media only screen and (max-width: 979px) {
	 .content-promise .promise-slider {
		 overflow: auto;
		 height: 100%;
		 width: 90%;
	}
}
 .content-promise .promise-slider .fa:before {
	 position: absolute;
	 top: 50%;
	 -ms-transform: translate(0, -50%);
	 -webkit-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 font-size: 50px;
	 color: #1a4f6e;
	 display: block;
	 width: 50px;
	 height: 35px;
}
 .content-promise .promise-slider .slick-prev {
	 cursor: pointer;
	 z-index: 200;
	 position: absolute;
	 -ms-transform: translate(0, -50%);
	 -webkit-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 left: 22px;
	 top: 50%;
}
 .content-promise .promise-slider .slick-prev i {
	 height: 34px;
	 width: 19px;
	 display: block;
	 background-image: url(../img/arrPrev.png);
}
 .content-promise .promise-slider .slick-prev:hover i {
	 background-image: url(../img/arrPrev-h.png);
}
 .content-promise .promise-slider .slick-next {
	 cursor: pointer;
	 z-index: 200;
	 position: absolute;
	 right: 22px;
	 -ms-transform: translate(0, -50%);
	 -webkit-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 top: 50%;
}
 .content-promise .promise-slider .slick-next i {
	 height: 34px;
	 width: 19px;
	 display: block;
	 background-image: url(../img/arrNext.png);
}
 .content-promise .promise-slider .slick-next:hover i {
	 background-image: url(../img/arrNext-h.png);
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls {
	 *zoom: 1;
	 margin: 27px 0px;
	 width: 100%;
	 padding-left: 70px;
	 padding-right: 70px;
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls:after {
	 content: " ";
	 display: table;
	 clear: both;
}
 @media only screen and (max-width: 979px) {
	 .content-promise .promise-slider .promise-slider__element-wrapper .controls {
		 padding-left: 60px;
		 padding-right: 60px;
	}
}
 @media only screen and (max-width: 591px) {
	 .content-promise .promise-slider .promise-slider__element-wrapper .controls {
		 margin: 13px 0;
	}
}
 @media only screen and (max-width: 383px) {
	 .content-promise .promise-slider .promise-slider__element-wrapper .controls {
		 padding-left: 20px;
		 padding-right: 20px;
	}
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label {
	 display: inline-block;
	 position: relative;
	 font-family: "azo-sans-uber", sans-serif;
	 font-size: 18px;
	 font-size: 1.125rem;
	 line-height: 18px;
	 line-height: 1.125rem;
	 font-weight: 400;
	 color: #1a4f6e;
	 text-transform: uppercase;
	 line-height: 18px;
	 transition: 0.5s ease-in-out;
	 cursor: pointer;
	 float: left;
	 display: block;
}
 @media only screen and (max-width: 612px) {
	 .content-promise .promise-slider .promise-slider__element-wrapper .controls label {
		 font-size: 14px;
		 font-size: 0.875rem;
	}
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label:before, .content-promise .promise-slider .promise-slider__element-wrapper .controls label:after {
	 content: " ";
	 display: table;
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label:after {
	 clear: both;
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label:hover span {
	 color: #05436e;
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label .off {
	 display: block;
	 position: relative;
	 top: 2px;
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label .on {
	 display: none;
	 color: #53c2cc;
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label .on:hover {
	 color: #00accc;
}
 @media only screen and (max-width: 591px) {
	 .content-promise .promise-slider .promise-slider__element-wrapper .controls label.is-checked {
		 top: 1.5px;
	}
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label.is-checked .on {
	 height: 17.5px;
	 display: block;
	 color: #53c2cc;
	 float: left;
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label.is-checked .on:before {
	 position: relative;
	 display: block;
	 width: 25px;
	 top: -3px;
	 float: left;
	 margin-right: 12px;
	 content: url('../img/check-mark.png');
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls label.is-checked .off {
	 display: none;
}
 @media only screen and (max-width: 612px) {
	 .content-promise .promise-slider .promise-slider__element-wrapper .controls label.is-checked .off {
		 font-size: 14px;
		 font-size: 0.875rem;
	}
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls span.close {
	 display: block;
	 float: right;
	 text-align: right;
	 width: 20%;
	 position: relative;
	 display: inline-block;
	 position: relative;
	 font-family: "azo-sans-uber", sans-serif;
	 font-size: 18px;
	 font-size: 1.125rem;
	 line-height: 18px;
	 line-height: 1.125rem;
	 font-weight: 400;
	 color: #1a4f6e;
	 margin: 0 0 0 32px;
	 text-transform: uppercase;
	 line-height: 18px;
	 cursor: pointer;
}
 @media only screen and (max-width: 591px) {
	 .content-promise .promise-slider .promise-slider__element-wrapper .controls span.close {
		 font-size: 0;
		 width: 6%;
		 height: 20px;
	}
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls span.close:before {
	 position: relative;
	 top: 2px;
	 margin-right: 5px;
	 content: url(../img/x.png);
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls span.close:hover {
	 color: #53c2cc;
}
 .content-promise .promise-slider .promise-slider__element-wrapper .controls span.close:hover:before {
	 content: url(../img/x-h.png);
}
 .content-promise .promise-slider .promise-slider__element {
	 position: relative;
	/*display: table;
	 @include r($M-) {
		 display: block;
	}
	*/
	 padding-left: 70px;
	 padding-right: 70px;
	 padding-bottom: 70px;
}
 @media only screen and (min-width: 979px) {
	 .content-promise .promise-slider .promise-slider__element {
		 display: flex;
		 align-items: stretch;
	}
}
 @media only screen and (max-width: 767px) {
	 .content-promise .promise-slider .promise-slider__element {
		 padding-left: 60px;
		 padding-right: 60px;
		 padding-bottom: 60px;
	}
}
 @media only screen and (max-width: 383px) {
	 .content-promise .promise-slider .promise-slider__element {
		 padding-left: 20px;
		 padding-right: 20px;
		 padding-bottom: 30px;
	}
}
 .content-promise .promise-slider .promise-slider__element .img {
	 background-color: transparent;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
}
 .content-promise .promise-slider .promise-slider__element .img .middle-col-overlay {
	 position: absolute;
	 top: 0;
	 left: 50%;
	 width: 50%;
	 height: 100%;
	 min-height: 548px;
	 background: rgba(0, 0, 0, 0.5);
}
 .content-promise .promise-slider .promise-slider__element .info {
	 min-height: 520px;
	 padding-left: 15px;
	 padding-right: 15px;
	 padding-bottom: 25px;
	 text-align: center;
	 background-color: #fff056;
}
 .content-promise .promise-slider .promise-slider__element .info img.do-you-see {
	 height: 145px;
	 width: auto;
	 margin: 30px auto 26px;
}
 .content-promise .promise-slider .promise-slider__element .info h5 {
	 line-height: 18px;
	 margin: 0;
	 padding-bottom: 12px;
	 font-size: 14px;
	 border-bottom: 1px solid #1a4f6e;
	 font-family: "azo-sans-uber", sans-serif;
}
 .content-promise .promise-slider .promise-slider__element .info .pre-promise-text {
	 font-size: 13px;
	 line-height: 1em;
	 margin: 0;
	 margin-top: 36px;
	 margin-bottom: 20px;
}
 .content-promise .promise-slider .promise-slider__element .info .promise-text {
	 font-size: 16px;
	 line-height: 1.2em;
	 display: block;
	 margin-top: 7px;
	 margin-bottom: 34px;
	 height: 80px;
	 overflow: hidden;
}
 .content-promise .promise-slider .promise-slider__element .info .tag {
	 font-size: 14px;
	 font-weight: 700;
	 padding-top: 12px;
	 padding-bottom: 12px;
	 display: block;
	 border-top: 1px solid #1a4f6e;
	 border-bottom: 1px solid #1a4f6e;
}
 .content-promise .promise-slider .promise-slider__element .info .tag .main-link {
	 margin-top: 3px;
	 font-family: "azo-sans-uber", sans-serif;
	 font-size: 22px;
	 display: block;
}
 .content-promise .promise-slider .promise-slider__element .info .logos {
	 *zoom: 1;
	 text-align: center;
	 display: flex;
	 justify-content: center;
	 align-items: flex-start;
	 padding-top: 12px;
}
 .content-promise .promise-slider .promise-slider__element .info .logos:after {
	 content: " ";
	 display: table;
	 clear: both;
}
 .content-promise .promise-slider .promise-slider__element .info .logos img {
	 width: 45%;
	 margin-right: 10px;
	 max-width: 110px;
}
 .content-promise .promise-slider .promise-slider__element .info .logos img:last-child {
	 margin-right: 0;
	 margin-left: 10px;
}
 .content-promise-single {
	 padding-top: 75px;
	 padding-bottom: 90px;
}
 .social-share-buttons a {
	 font-size: 48px;
	 margin-right: 10px;
}
 .content-promise-wall {
	 padding-top: 75px;
	 padding-bottom: 45px;
}
 @media only screen and (max-width: 979px) {
	 .content-promise-wall {
		 padding-top: 50px;
		 padding-bottom: 45px;
	}
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall {
		 padding-top: 25px;
		 padding-bottom: 35px;
	}
}
 .content-promise-wall main h2 {
	 margin-top: 60px;
	 margin-bottom: 20px;
}
 @media only screen and (max-width: 768px) {
	 .content-promise-wall main h2 {
		 font-size: 30px;
		 font-size: 1.875rem;
	}
}
 .content-promise-wall main h3 {
	 margin-bottom: 0;
	 color: #1a4f6e;
}
 .content-promise-wall main .promise-wall-top .title h1 {
	 margin: 0;
	 margin-top: -10px;
}
 .content-promise-wall main .promise-wall-top .title h3 {
	 margin-top: 10px;
}
 .content-promise-wall main .promise-wall-top .button {
	 margin-top: 25px;
}
 .content-promise-wall main .promise-wall-top .button a {
	 padding-left: 50px !important;
	 text-align: left;
	 width: 80%;
	 float: right;
	 padding-left: 0;
	 padding-right: 0;
}
 @media only screen and (max-width: 1199px) {
	 .content-promise-wall main .promise-wall-top .button a {
		 float: left;
		 width: 90%;
	}
	 .content-promise-wall main .promise-wall-top .button a:after {
		 display: block !important;
	}
}
 @media only screen and (max-width: 350px) {
	 .content-promise-wall main .promise-wall-top .button a:after {
		 display: none !important;
	}
}
 .content-promise-wall main .promise-wall-top .button a:before {
	 display: none;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall main .well-known-people h2 {
		 margin-top: 30px;
	}
}
 .content-promise-wall main .well-known-people .promise-wall-slider .slick-dots {
	 padding-left: 0;
	 margin-left: 0;
	 list-style-type: none;
	 margin-top: 10px;
	 text-align: center;
}
 .content-promise-wall main .well-known-people .promise-wall-slider .slick-dots li {
	 display: inline-block;
	 padding-left: 15px;
	 padding-right: 15px;
	 width: 5px;
}
 .content-promise-wall main .well-known-people .promise-wall-slider .slick-dots li:before {
	 font-family: "FontAwesome";
	 content: "\f111";
}
 .content-promise-wall main .well-known-people .promise-wall-slider .slick-dots li.slick-active {
	 color: #53c2cc;
}
 .content-promise-wall main .well-known-people .slick-prev {
	 cursor: pointer;
	 position: absolute;
	 -ms-transform: translate(0, -50%);
	 -webkit-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 left: -55px;
	 top: 50%;
}
 .content-promise-wall main .well-known-people .slick-prev i {
	 height: 34px;
	 width: 18px;
	 background-repeat: no-repeat;
	 display: block;
	 background-image: url(../img/arrPrev.png);
}
 @media only screen and (max-width: 979px) {
	 .content-promise-wall main .well-known-people .slick-prev {
		 left: -30px;
	}
}
 .content-promise-wall main .well-known-people .slick-prev:hover i {
	 background-image: url(../img/arrPrev-h.png);
}
 .content-promise-wall main .well-known-people .slick-next {
	 cursor: pointer;
	 position: absolute;
	 right: -55px;
	 -ms-transform: translate(0, -50%);
	 -webkit-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 top: 50%;
}
 .content-promise-wall main .well-known-people .slick-next i {
	 height: 34px;
	 width: 19px;
	 display: block;
	 width: 18px;
	 background-repeat: no-repeat;
	 background-image: url(../img/arrNext.png);
}
 @media only screen and (max-width: 979px) {
	 .content-promise-wall main .well-known-people .slick-next {
		 right: -30px;
	}
}
 .content-promise-wall main .well-known-people .slick-next:hover i {
	 background-image: url(../img/arrNext-h.png);
}
 .content-promise-wall main .well-known-people .slide {
	 display: flex;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall main .well-known-people .slide {
		 display: block;
	}
}
 .content-promise-wall main .well-known-people .slide .slider_left {
	 float: none;
	 width: 50%;
	 display: table-cell;
	 height: 300px;
	 background-repeat: no-repeat;
	 background-position: center 30%;
	 background-size: cover;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall main .well-known-people .slide .slider_left {
		 width: 100%;
		 display: block;
	}
}
 @media (min-width: 768px) {
	 .content-promise-wall main .well-known-people .slide .slider_left {
		 height: 400px;
	}
}
 @media (min-width: 1200px) {
	 .content-promise-wall main .well-known-people .slide .slider_left {
		 height: 480px;
	}
}
 .content-promise-wall main .well-known-people .slide .slider_right {
	 float: none;
	 width: 50%;
	 align-items: center;
	 background-color: #53c2cc;
	 padding: 30px 40px 40px 40px;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall main .well-known-people .slide .slider_right {
		 width: 100%;
		 display: block;
	}
}
 @media only screen and (max-width: 979px) {
	 .content-promise-wall main .well-known-people .slide .slider_right {
		 padding: 20px 20px 20px 25px;
	}
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall main .well-known-people .slide .slider_right {
		 padding: 15px 20px 15px 20px;
	}
}
 .content-promise-wall main .well-known-people .slide .slider_right blockquote {
	 margin: 0;
	 color: #1a4f6e;
}
 .content-promise-wall main .well-known-people .slide .slider_right blockquote h4 {
	 font-family: "azo-sans-uber", sans-serif;
	 font-size: 24px;
	 line-height: 1em;
	 margin-bottom: 30px;
	 margin-top: 90px;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall main .well-known-people .slide .slider_right blockquote h4 {
		 margin-top: 40px;
	}
}
 .content-promise-wall main .well-known-people .slide .slider_right blockquote p {
	 margin: 0;
	 margin-bottom: 30px;
	 font-size: 30px;
	 font-size: 1.875rem;
	 line-height: 40px;
	 line-height: 2.5rem;
	 font-weight: 700;
}
 @media only screen and (max-width: 1199px) {
	 .content-promise-wall main .well-known-people .slide .slider_right blockquote p {
		 font-size: 26px;
		 font-size: 1.625rem;
		 line-height: 26px;
		 line-height: 1.625rem;
	}
}
 .content-promise-wall main .well-known-people .slide .slider_right blockquote cite {
	 font-size: 18px;
	 font-size: 1.125rem;
	 font-style: normal;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall .latest-promises h2 {
		 margin-top: 15px;
	}
}
 .content-promise-wall .latest-promises article {
	 margin-bottom: 35px;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall .latest-promises article {
		 margin-bottom: 20px;
	}
}
 .content-promise-wall .latest-promises article .content {
	 background-color: #53c2cc;
	 display: flex;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall .latest-promises article .content {
		 display: block;
	}
}
 .content-promise-wall .latest-promises article .content div.article-left {
	 background-color: #fff;
	 background-repeat: no-repeat;
	 background-position: 30% center;
	 background-size: cover;
}
 .content-promise-wall .latest-promises article .content div.article-left img {
	 display: none;
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall .latest-promises article .content div.article-left img {
		 display: block;
		 height: 100%;
		 width: 100%;
		 object-fit: cover;
	}
}
 .content-promise-wall .latest-promises article .content div.article-right {
	 height: 300px;
	 padding: 30px 40px 20px 40px;
}
 @media only screen and (max-width: 979px) {
	 .content-promise-wall .latest-promises article .content div.article-right {
		 padding: 20px 20px 20px 25px;
	}
}
 @media only screen and (max-width: 767px) {
	 .content-promise-wall .latest-promises article .content div.article-right {
		 padding: 15px 20px 15px 20px;
	}
}
 .content-promise-wall .latest-promises article .content div.article-right blockquote {
	 margin: 0;
	 font-size: 18px;
	 font-size: 1.125rem;
	 line-height: 22px;
	 line-height: 1.375rem;
	 font-weight: 700;
}
 .content-promise-wall .latest-promises article .content div.article-right blockquote h4 {
	 font-family: "azo-sans-uber", sans-serif;
	 font-size: 20px;
	 line-height: 1em;
	 margin-top: 1rem;
	 margin-bottom: 1rem;
}
 .content-promise-wall .latest-promises article .content div.article-right blockquote p {
	 margin: 0;
	 margin-bottom: 25px;
	 font-size: 16px;
}
 @media (min-width: 1440px) {
	 .content-promise-wall .latest-promises article .content div.article-right blockquote h4 {
		 margin-top: 1.2rem;
		 margin-bottom: 1.5rem;
	}
	 .content-promise-wall .latest-promises article .content div.article-right blockquote p {
		 font-size: 20px;
	}
}
 .content-promise-wall .latest-promises article .content div.article-right blockquote cite {
	 font-weight: 400;
}
 .content-promise-wall .latest-promises .pagination {
	 *zoom: 1;
	 display: table;
	 width: 100%;
	 height: 20px;
}
 .content-promise-wall .latest-promises .pagination:after {
	 content: " ";
	 display: table;
	 clear: both;
}
 .content-promise-wall .latest-promises .pagination a, .content-promise-wall .latest-promises .pagination span {
	 font-family: "azo-sans-uber", sans-serif;
	 color: #d3d3d3;
	 font-size: 22px;
	 text-align: center;
	 display: table-cell;
	 text-align: center;
	 vertical-align: middle;
	 min-width: 30px;
	 text-align: left;
}
 .content-promise-wall .latest-promises .pagination a.dots, .content-promise-wall .latest-promises .pagination span.dots {
	 text-align: right;
}
 @media only screen and (max-width: 1199px) {
	 .content-promise-wall .latest-promises .pagination a.dots, .content-promise-wall .latest-promises .pagination span.dots {
		 text-align: center;
	}
}
 .content-promise-wall .latest-promises .pagination a.next, .content-promise-wall .latest-promises .pagination span.next {
	 text-align: right;
}
 .content-promise-wall .latest-promises .pagination a:first-child, .content-promise-wall .latest-promises .pagination span:first-child {
	 text-align: left;
}
 .content-promise-wall .latest-promises .pagination a:last-child, .content-promise-wall .latest-promises .pagination span:last-child {
	 text-align: right;
}
 .content-promise-wall .latest-promises .pagination a:hover, .content-promise-wall .latest-promises .pagination span:hover, .content-promise-wall .latest-promises .pagination a.curr, .content-promise-wall .latest-promises .pagination span.curr {
	 color: #53c2cc;
}
 @media only screen and (max-width: 550px) {
	 .content-promise-wall .latest-promises .pagination a:nth-child(n+5), .content-promise-wall .latest-promises .pagination span:nth-child(n+5) {
		 display: none;
	}
	 .content-promise-wall .latest-promises .pagination a.next, .content-promise-wall .latest-promises .pagination span.next {
		 display: table-cell;
	}
	 .content-promise-wall .latest-promises .pagination a.dots, .content-promise-wall .latest-promises .pagination span.dots {
		 display: table-cell;
	}
	 .content-promise-wall .latest-promises .pagination a:last-child, .content-promise-wall .latest-promises .pagination span:last-child {
		 display: table-cell;
	}
}
 @media only screen and (max-width: 400px) {
	 .content-promise-wall .latest-promises .pagination a:nth-child(n+3), .content-promise-wall .latest-promises .pagination span:nth-child(n+3) {
		 display: none;
	}
	 .content-promise-wall .latest-promises .pagination a.next, .content-promise-wall .latest-promises .pagination span.next {
		 display: table-cell;
	}
	 .content-promise-wall .latest-promises .pagination a.dots, .content-promise-wall .latest-promises .pagination span.dots {
		 display: table-cell;
	}
	 .content-promise-wall .latest-promises .pagination a:last-child, .content-promise-wall .latest-promises .pagination span:last-child {
		 display: table-cell;
	}
}
 .container-fluid {
	 margin-right: auto;
	 margin-left: auto;
	 padding-left: 25px;
	 padding-right: 25px;
}
 .container-fluid:before, .container-fluid:after {
	 content: " ";
	 display: table;
}
 .container-fluid:after {
	 clear: both;
}
 @media only screen and (min-width: 768px) {
	 .container-fluid {
		 margin-right: auto;
		 margin-left: auto;
		 padding-left: 50px;
		 padding-right: 50px;
	}
	 .container-fluid:before, .container-fluid:after {
		 content: " ";
		 display: table;
	}
	 .container-fluid:after {
		 clear: both;
	}
}
 @media only screen and (min-width: 980px) {
	 .container-fluid {
		 margin-right: auto;
		 margin-left: auto;
		 padding-left: 90px;
		 padding-right: 90px;
	}
	 .container-fluid:before, .container-fluid:after {
		 content: " ";
		 display: table;
	}
	 .container-fluid:after {
		 clear: both;
	}
}
 .row {
	 margin-left: -25px;
	 margin-right: -25px;
}
 .row:before, .row:after {
	 content: " ";
	 display: table;
}
 .row:after {
	 clear: both;
}
 .row.no-gutter {
	 margin-left: 0;
	 margin-right: 0;
}
 .row.no-gutter > [class*='col-']:not(:first-child), .row.no-gutter > [class*='col-']:not(:last-child) {
	 padding-right: 0;
	 padding-left: 0;
}
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	 position: relative;
	 min-height: 1px;
	 padding-left: 25px;
	 padding-right: 25px;
}
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	 float: left;
}
 .col-xs-1 {
	 width: 8.33333%;
}
 .col-xs-2 {
	 width: 16.66667%;
}
 .col-xs-3 {
	 width: 25%;
}
 .col-xs-4 {
	 width: 33.33333%;
}
 .col-xs-5 {
	 width: 41.66667%;
}
 .col-xs-6 {
	 width: 50%;
}
 .col-xs-7 {
	 width: 58.33333%;
}
 .col-xs-8 {
	 width: 66.66667%;
}
 .col-xs-9 {
	 width: 75%;
}
 .col-xs-10 {
	 width: 83.33333%;
}
 .col-xs-11 {
	 width: 91.66667%;
}
 .col-xs-12 {
	 width: 100%;
}
 .col-xs-pull-0 {
	 right: auto;
}
 .col-xs-pull-1 {
	 right: 8.33333%;
}
 .col-xs-pull-2 {
	 right: 16.66667%;
}
 .col-xs-pull-3 {
	 right: 25%;
}
 .col-xs-pull-4 {
	 right: 33.33333%;
}
 .col-xs-pull-5 {
	 right: 41.66667%;
}
 .col-xs-pull-6 {
	 right: 50%;
}
 .col-xs-pull-7 {
	 right: 58.33333%;
}
 .col-xs-pull-8 {
	 right: 66.66667%;
}
 .col-xs-pull-9 {
	 right: 75%;
}
 .col-xs-pull-10 {
	 right: 83.33333%;
}
 .col-xs-pull-11 {
	 right: 91.66667%;
}
 .col-xs-pull-12 {
	 right: 100%;
}
 .col-xs-push-0 {
	 left: auto;
}
 .col-xs-push-1 {
	 left: 8.33333%;
}
 .col-xs-push-2 {
	 left: 16.66667%;
}
 .col-xs-push-3 {
	 left: 25%;
}
 .col-xs-push-4 {
	 left: 33.33333%;
}
 .col-xs-push-5 {
	 left: 41.66667%;
}
 .col-xs-push-6 {
	 left: 50%;
}
 .col-xs-push-7 {
	 left: 58.33333%;
}
 .col-xs-push-8 {
	 left: 66.66667%;
}
 .col-xs-push-9 {
	 left: 75%;
}
 .col-xs-push-10 {
	 left: 83.33333%;
}
 .col-xs-push-11 {
	 left: 91.66667%;
}
 .col-xs-push-12 {
	 left: 100%;
}
 .col-xs-offset-0 {
	 margin-left: 0%;
}
 .col-xs-offset-1 {
	 margin-left: 8.33333%;
}
 .col-xs-offset-2 {
	 margin-left: 16.66667%;
}
 .col-xs-offset-3 {
	 margin-left: 25%;
}
 .col-xs-offset-4 {
	 margin-left: 33.33333%;
}
 .col-xs-offset-5 {
	 margin-left: 41.66667%;
}
 .col-xs-offset-6 {
	 margin-left: 50%;
}
 .col-xs-offset-7 {
	 margin-left: 58.33333%;
}
 .col-xs-offset-8 {
	 margin-left: 66.66667%;
}
 .col-xs-offset-9 {
	 margin-left: 75%;
}
 .col-xs-offset-10 {
	 margin-left: 83.33333%;
}
 .col-xs-offset-11 {
	 margin-left: 91.66667%;
}
 .col-xs-offset-12 {
	 margin-left: 100%;
}
 .display-i-xs {
	 display: inline;
}
 .display-ib-xs {
	 display: inline-block;
}
 .display-b-xs {
	 display: block;
}
 .hide-xs {
	 display: none;
}
 .fl-l-xs {
	 float: left;
}
 .fl-r-xs {
	 float: right;
}
 @media (min-width: 768px) {
	 .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 {
		 float: left;
	}
	 .col-sm-1 {
		 width: 8.33333%;
	}
	 .col-sm-2 {
		 width: 16.66667%;
	}
	 .col-sm-3 {
		 width: 25%;
	}
	 .col-sm-4 {
		 width: 33.33333%;
	}
	 .col-sm-5 {
		 width: 41.66667%;
	}
	 .col-sm-6 {
		 width: 50%;
	}
	 .col-sm-7 {
		 width: 58.33333%;
	}
	 .col-sm-8 {
		 width: 66.66667%;
	}
	 .col-sm-9 {
		 width: 75%;
	}
	 .col-sm-10 {
		 width: 83.33333%;
	}
	 .col-sm-11 {
		 width: 91.66667%;
	}
	 .col-sm-12 {
		 width: 100%;
	}
	 .col-sm-pull-0 {
		 right: auto;
	}
	 .col-sm-pull-1 {
		 right: 8.33333%;
	}
	 .col-sm-pull-2 {
		 right: 16.66667%;
	}
	 .col-sm-pull-3 {
		 right: 25%;
	}
	 .col-sm-pull-4 {
		 right: 33.33333%;
	}
	 .col-sm-pull-5 {
		 right: 41.66667%;
	}
	 .col-sm-pull-6 {
		 right: 50%;
	}
	 .col-sm-pull-7 {
		 right: 58.33333%;
	}
	 .col-sm-pull-8 {
		 right: 66.66667%;
	}
	 .col-sm-pull-9 {
		 right: 75%;
	}
	 .col-sm-pull-10 {
		 right: 83.33333%;
	}
	 .col-sm-pull-11 {
		 right: 91.66667%;
	}
	 .col-sm-pull-12 {
		 right: 100%;
	}
	 .col-sm-push-0 {
		 left: auto;
	}
	 .col-sm-push-1 {
		 left: 8.33333%;
	}
	 .col-sm-push-2 {
		 left: 16.66667%;
	}
	 .col-sm-push-3 {
		 left: 25%;
	}
	 .col-sm-push-4 {
		 left: 33.33333%;
	}
	 .col-sm-push-5 {
		 left: 41.66667%;
	}
	 .col-sm-push-6 {
		 left: 50%;
	}
	 .col-sm-push-7 {
		 left: 58.33333%;
	}
	 .col-sm-push-8 {
		 left: 66.66667%;
	}
	 .col-sm-push-9 {
		 left: 75%;
	}
	 .col-sm-push-10 {
		 left: 83.33333%;
	}
	 .col-sm-push-11 {
		 left: 91.66667%;
	}
	 .col-sm-push-12 {
		 left: 100%;
	}
	 .col-sm-offset-0 {
		 margin-left: 0%;
	}
	 .col-sm-offset-1 {
		 margin-left: 8.33333%;
	}
	 .col-sm-offset-2 {
		 margin-left: 16.66667%;
	}
	 .col-sm-offset-3 {
		 margin-left: 25%;
	}
	 .col-sm-offset-4 {
		 margin-left: 33.33333%;
	}
	 .col-sm-offset-5 {
		 margin-left: 41.66667%;
	}
	 .col-sm-offset-6 {
		 margin-left: 50%;
	}
	 .col-sm-offset-7 {
		 margin-left: 58.33333%;
	}
	 .col-sm-offset-8 {
		 margin-left: 66.66667%;
	}
	 .col-sm-offset-9 {
		 margin-left: 75%;
	}
	 .col-sm-offset-10 {
		 margin-left: 83.33333%;
	}
	 .col-sm-offset-11 {
		 margin-left: 91.66667%;
	}
	 .col-sm-offset-12 {
		 margin-left: 100%;
	}
	 .display-i-sm {
		 display: inline;
	}
	 .display-ib-sm {
		 display: inline-block;
	}
	 .display-b-sm {
		 display: block;
	}
	 .hide-sm {
		 display: none;
	}
	 .fl-l-sm {
		 float: left;
	}
	 .fl-r-sm {
		 float: right;
	}
}
 @media (min-width: 980px) {
	 .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 {
		 float: left;
	}
	 .col-md-1 {
		 width: 8.33333%;
	}
	 .col-md-2 {
		 width: 16.66667%;
	}
	 .col-md-3 {
		 width: 25%;
	}
	 .col-md-4 {
		 width: 33.33333%;
	}
	 .col-md-5 {
		 width: 41.66667%;
	}
	 .col-md-6 {
		 width: 50%;
	}
	 .col-md-7 {
		 width: 58.33333%;
	}
	 .col-md-8 {
		 width: 66.66667%;
	}
	 .col-md-9 {
		 width: 75%;
	}
	 .col-md-10 {
		 width: 83.33333%;
	}
	 .col-md-11 {
		 width: 91.66667%;
	}
	 .col-md-12 {
		 width: 100%;
	}
	 .col-md-pull-0 {
		 right: auto;
	}
	 .col-md-pull-1 {
		 right: 8.33333%;
	}
	 .col-md-pull-2 {
		 right: 16.66667%;
	}
	 .col-md-pull-3 {
		 right: 25%;
	}
	 .col-md-pull-4 {
		 right: 33.33333%;
	}
	 .col-md-pull-5 {
		 right: 41.66667%;
	}
	 .col-md-pull-6 {
		 right: 50%;
	}
	 .col-md-pull-7 {
		 right: 58.33333%;
	}
	 .col-md-pull-8 {
		 right: 66.66667%;
	}
	 .col-md-pull-9 {
		 right: 75%;
	}
	 .col-md-pull-10 {
		 right: 83.33333%;
	}
	 .col-md-pull-11 {
		 right: 91.66667%;
	}
	 .col-md-pull-12 {
		 right: 100%;
	}
	 .col-md-push-0 {
		 left: auto;
	}
	 .col-md-push-1 {
		 left: 8.33333%;
	}
	 .col-md-push-2 {
		 left: 16.66667%;
	}
	 .col-md-push-3 {
		 left: 25%;
	}
	 .col-md-push-4 {
		 left: 33.33333%;
	}
	 .col-md-push-5 {
		 left: 41.66667%;
	}
	 .col-md-push-6 {
		 left: 50%;
	}
	 .col-md-push-7 {
		 left: 58.33333%;
	}
	 .col-md-push-8 {
		 left: 66.66667%;
	}
	 .col-md-push-9 {
		 left: 75%;
	}
	 .col-md-push-10 {
		 left: 83.33333%;
	}
	 .col-md-push-11 {
		 left: 91.66667%;
	}
	 .col-md-push-12 {
		 left: 100%;
	}
	 .col-md-offset-0 {
		 margin-left: 0%;
	}
	 .col-md-offset-1 {
		 margin-left: 8.33333%;
	}
	 .col-md-offset-2 {
		 margin-left: 16.66667%;
	}
	 .col-md-offset-3 {
		 margin-left: 25%;
	}
	 .col-md-offset-4 {
		 margin-left: 33.33333%;
	}
	 .col-md-offset-5 {
		 margin-left: 41.66667%;
	}
	 .col-md-offset-6 {
		 margin-left: 50%;
	}
	 .col-md-offset-7 {
		 margin-left: 58.33333%;
	}
	 .col-md-offset-8 {
		 margin-left: 66.66667%;
	}
	 .col-md-offset-9 {
		 margin-left: 75%;
	}
	 .col-md-offset-10 {
		 margin-left: 83.33333%;
	}
	 .col-md-offset-11 {
		 margin-left: 91.66667%;
	}
	 .col-md-offset-12 {
		 margin-left: 100%;
	}
	 .display-i-md {
		 display: inline;
	}
	 .display-ib-md {
		 display: inline-block;
	}
	 .display-b-md {
		 display: block;
	}
	 .hide-md {
		 display: none;
	}
	 .fl-l-md {
		 float: left;
	}
	 .fl-r-md {
		 float: right;
	}
}
 @media (min-width: 1200px) {
	 .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 {
		 float: left;
	}
	 .col-lg-1 {
		 width: 8.33333%;
	}
	 .col-lg-2 {
		 width: 16.66667%;
	}
	 .col-lg-3 {
		 width: 25%;
	}
	 .col-lg-4 {
		 width: 33.33333%;
	}
	 .col-lg-5 {
		 width: 41.66667%;
	}
	 .col-lg-6 {
		 width: 50%;
	}
	 .col-lg-7 {
		 width: 58.33333%;
	}
	 .col-lg-8 {
		 width: 66.66667%;
	}
	 .col-lg-9 {
		 width: 75%;
	}
	 .col-lg-10 {
		 width: 83.33333%;
	}
	 .col-lg-11 {
		 width: 91.66667%;
	}
	 .col-lg-12 {
		 width: 100%;
	}
	 .col-lg-pull-0 {
		 right: auto;
	}
	 .col-lg-pull-1 {
		 right: 8.33333%;
	}
	 .col-lg-pull-2 {
		 right: 16.66667%;
	}
	 .col-lg-pull-3 {
		 right: 25%;
	}
	 .col-lg-pull-4 {
		 right: 33.33333%;
	}
	 .col-lg-pull-5 {
		 right: 41.66667%;
	}
	 .col-lg-pull-6 {
		 right: 50%;
	}
	 .col-lg-pull-7 {
		 right: 58.33333%;
	}
	 .col-lg-pull-8 {
		 right: 66.66667%;
	}
	 .col-lg-pull-9 {
		 right: 75%;
	}
	 .col-lg-pull-10 {
		 right: 83.33333%;
	}
	 .col-lg-pull-11 {
		 right: 91.66667%;
	}
	 .col-lg-pull-12 {
		 right: 100%;
	}
	 .col-lg-push-0 {
		 left: auto;
	}
	 .col-lg-push-1 {
		 left: 8.33333%;
	}
	 .col-lg-push-2 {
		 left: 16.66667%;
	}
	 .col-lg-push-3 {
		 left: 25%;
	}
	 .col-lg-push-4 {
		 left: 33.33333%;
	}
	 .col-lg-push-5 {
		 left: 41.66667%;
	}
	 .col-lg-push-6 {
		 left: 50%;
	}
	 .col-lg-push-7 {
		 left: 58.33333%;
	}
	 .col-lg-push-8 {
		 left: 66.66667%;
	}
	 .col-lg-push-9 {
		 left: 75%;
	}
	 .col-lg-push-10 {
		 left: 83.33333%;
	}
	 .col-lg-push-11 {
		 left: 91.66667%;
	}
	 .col-lg-push-12 {
		 left: 100%;
	}
	 .col-lg-offset-0 {
		 margin-left: 0%;
	}
	 .col-lg-offset-1 {
		 margin-left: 8.33333%;
	}
	 .col-lg-offset-2 {
		 margin-left: 16.66667%;
	}
	 .col-lg-offset-3 {
		 margin-left: 25%;
	}
	 .col-lg-offset-4 {
		 margin-left: 33.33333%;
	}
	 .col-lg-offset-5 {
		 margin-left: 41.66667%;
	}
	 .col-lg-offset-6 {
		 margin-left: 50%;
	}
	 .col-lg-offset-7 {
		 margin-left: 58.33333%;
	}
	 .col-lg-offset-8 {
		 margin-left: 66.66667%;
	}
	 .col-lg-offset-9 {
		 margin-left: 75%;
	}
	 .col-lg-offset-10 {
		 margin-left: 83.33333%;
	}
	 .col-lg-offset-11 {
		 margin-left: 91.66667%;
	}
	 .col-lg-offset-12 {
		 margin-left: 100%;
	}
	 .display-i-lg {
		 display: inline;
	}
	 .display-ib-lg {
		 display: inline-block;
	}
	 .display-b-lg {
		 display: block;
	}
	 .hide-lg {
		 display: none;
	}
	 .fl-l-lg {
		 float: left;
	}
	 .fl-r-lg {
		 float: right;
	}
}
 .row-xs-df {
	 display: -webkit-flex;
	 display: flex;
}
 @media only screen and (min-width: 768px) {
	 .row-sm-df {
		 display: -webkit-flex;
		 display: flex;
	}
}
 @media only screen and (min-width: 980px) {
	 .row-md-df {
		 display: -webkit-flex;
		 display: flex;
	}
}
 @media only screen and (min-width: 1200px) {
	 .row-lg-df {
		 display: -webkit-flex;
		 display: flex;
	}
}
 .cl-b {
	 clear: both;
}
 