/*
=======================================
Text editor wysiwyg block
=======================================
*/

.section-2019 .text-editor-wysiwyg-wr {
  padding-left: 20px;
  padding-right: 20px;
}
.section-2019.text-editor-wysiwyg .container--text-editor-wysiwyg {
  width: 100%;
}
.section-2019 .text-editor-wysiwyg-wr {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
.section-2019 .text-editor-wysiwyg-wr a {
  color: #432eea;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
}
.section-2019 .text-editor-wysiwyg-wr h6 {
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 25px;
  color: #0F0B35;
}
.section-2019 .text-editor-wysiwyg-wr strong,
.section-2019 .text-editor-wysiwyg-wr h1,
.section-2019 .text-editor-wysiwyg-wr h2,
.section-2019 .text-editor-wysiwyg-wr h3,
.section-2019 .text-editor-wysiwyg-wr h4,
.section-2019 .text-editor-wysiwyg-wr h5 {
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #0F0B35;
}
.section-2019 .text-editor-wysiwyg-wr h1 {
  font-size: 46px;
  line-height: 52px;
}
.section-2019 .text-editor-wysiwyg-wr h2 {
  font-size: 40px;
  line-height: 1.1;
}

.section-2019 .text-editor-wysiwyg-wr ul {
  list-style: disc;
  padding-left: 18px;
}
.section-2019 .text-editor-wysiwyg-wr ol {
  list-style: decimal;
  padding-left: 30px;
}
.section-2019 .text-editor-wysiwyg-wr hr {
  border: 0px;
  border-top: 1px solid #e7e6f6;
}
.section-2019 .text-editor-wysiwyg-wr blockquote {
  background: none;
  border-left: 5px solid #432eea;
  font-size: 20px;
  line-height: 32px;
  padding-left: 40px;
  color: #1e156a;
}
.section-2019 .text-editor-wysiwyg-wr blockquote p {
  font-weight: normal;
  font-style: normal;
  color: #0F0B35;
}
.section-2019 .text-editor-wysiwyg-wr .wp-video {
  margin-bottom: 25px;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList,
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li ul {
  list-style: none;
  padding-left: 0px;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li a {
  text-decoration: none;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li a .bzMeta li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  color: #0F0B35;
  font-size: 16px;
  line-height: 22px;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li h2 {
  font-size: 27px;
  line-height: 32px;
  padding-bottom: 5px;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .section-2019 .text-editor-wysiwyg-wr p,
  .section-2019 .text-editor-wysiwyg-wr li {
    font-size: 15px;
    line-height: 1.7;
  }
  .section-2019 .text-editor-wysiwyg-wr h1 {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li a{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
   .section-2019 .text-editor-wysiwyg-wr h2 {
      font-size: 25px;
      line-height: 1.2;
    }
	button.bzButtonApply{
		float: none;
		order: 5;
	}
	.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li h2{
		flex: 1 1 100%;
	}
	.section-2019 .text-editor-wysiwyg-wr ul{
		flex: 1 1 100%;
	}
  .section-2019 .text-editor-wysiwyg-wr {
    padding-top: 40px;
    padding-bottom: 70px;
  }

}

/*
=======================================
Breezy styling
=======================================
*/
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList,
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li ul {
	list-style: none;
	padding-left:0px;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li a {
	text-decoration:none;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li a .bzMeta li {
	display: inline-block;
	padding: 0px 10px 0px 0px;
	color: #0F0B35;
	font-size: 16px;
	line-height: 22px;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList li h2 {
	font-size: 27px;
	line-height: 32px;
	padding-bottom: 5px;
}
button.bzButtonApply,
button.bzButtonApply:hover {
	margin: 0px;
	background-color: #432EEA;
	font-size: 18px;
	font-weight: 500;
	border: 2px solid #432EEA;
}
button.bzButtonApply:hover{
	opacity: 0.9;
}
.bzOpening {
	margin: 10px 0px;
	padding: 20px 30px !important;
	border: 1px solid #E7E6F6;
	box-shadow: none !important;
  border-radius: 4px;
}
.section-2019 .text-editor-wysiwyg-wr .bzOpeningsList{
	margin-top: 30px;
}
button.bzButtonApply{
	float: right;
	margin: 20px 0 0 0 !important;
	background-color: #432EEA !important;
	color: #ffffff !important;
	border: 0 !important;
	font-weight: normal !important;
	font-size: 16px !important;
	line-height: 36px !important;
	border-radius: 4px !important;
	cursor: pointer;
	width: 169px !important;
	padding: 0 !important;
  font-weight: 600 !important;
}

.instagram-section {
  display: flex;
  justify-content: space-around;
}
.instagram-section__container {
  flex: 1 1 100%;
  max-width: 1480px;
  width: 100%;
}
.instagram-section__feed {
  padding-bottom: 0;
  flex: 1 1 100%;
}
.instagram-section__border {
  border-bottom: 1px solid #e7e6f6;
  margin-left: 30px;
  margin-right: 30px;
}
.instagram-section__title {
  color: #0F0B35;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0;
  margin-left: 30px;
}
#sbi_images {
  padding: 15px !important;
}
#sb_instagram {
  padding-bottom: 0 !important;
}
.all_features__h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 0;
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
  .instagram-section__border {
    margin-left: 0;
    margin-right: 0;
  }
  #sbi_images {
    padding: 5px !important;
  }
  .instagram-section__feed {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 20px;
  }
  .instagram-section__feed-wr {
    width: 1100px;
  }
  .instagram-section__title {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #sbi_images {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sbi_images {
    padding: 5px !important;
  }
  .instagram-section__feed {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .instagram-section__title {
    font-size: 28px;
    line-height: 34px;
  }
}

