/*
Theme Name:     Ratency Progression Child
Description:    Ratency Progression Child Theme
Author:         Progression Studios
Template:       ratency-progression

*/
/* logo */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header#masthead-pro #logo-pro {
  z-index: 55;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 5px;
  border: none;
  float: left;
}
.progression-studios-logo-position-right header#masthead-pro #logo-pro,
.progression-studios-logo-position-right #logo-pro {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
body .progression-studios-logo-position-center header#masthead-pro #logo-pro,
body .progression-studios-logo-position-center #logo-pro {
  float: none;
  margin: 0 auto;
  text-align: center;
}
body .progression-studios-logo-position-center #logo-pro img {
  margin: 0 auto;
}
header#masthead-pro #logo-pro a {
  display: block;
}
header#masthead-pro.progression-studios-nav-left #logo-pro {
  margin-right: 30px;
}
.d-flex{
  display: flex;
  flex-wrap: wrap;
}
.justify-center{
  justify-content: center;
}
.text-center{
  text-align: center;
}
.sf-menu li::after,
.sf-menu a:hover::before,
.sf-menu li.sfHover a::before,
.sf-menu li.current-menu-item a::before {
  opacity: 0 !important;
}
body.single .progression-blog-single-content ul li > img{
  margin-top: 20px;
}
ul#menu-main-navigation li.active {
  background-color: #394247;
}
ul#menu-main-navigation li.active > a::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0 4px 4px 4px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
#masthead-pro .search-form {
  margin: 0 auto 0 75%;
}
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}
@media (min-width: 767px) and (max-width: 991px) {
  #masthead-pro .search-form {
    margin-left: 60%;
  }
}
#masthead-pro .search-form input.search-field {
  background-color: #284a60;
  border: 1px solid #284a60;
  border-radius: 20px;
  padding-left: 15px;
  width: 250px;
  background-position: 94% 5px;
}
.home .progression-post-single-title h1{
  word-break: break-word;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding:0px 0px;
	line-height:1;
	display:inline-block;
	margin:0 auto 0px auto;
	text-align:center;
	color:#1e023d;
	font-family:'Fira Sans Condensed', sans-serif;
	font-weight:500;
	font-size:68px;
	position:relative;
	z-index:5;
	position:relative;
	z-index:15;
}
/* ======== #Mobile (0px-767px) ======== */
@media only screen and (max-width: 767px) {
  body header#masthead-pro #logo-pro {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .home .progression-post-single-title h1{
    font-size:46px;
		line-height:1.4;
  }
}
/* logo */
/* footer background */
body footer#site-footer {
  background-image: url("/blog/wp-content/uploads/2020/12/bg-header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* footer background */

/* widget-title h4 */
.widget-title.h4 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: 0;
  color: #3d3d3e;
  margin: 0 0 15px 0;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
}
.sidebar .widget-title.h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 30px;
  color: #1e023d;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
  display: block;
}
.sidebar .widget-title.h4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: #5c39f2;
}
/* widget-title h4 */

.elementor-element.table-content .elementor-text-editor {
  overflow-y: auto;
}

.progression-blog-single-content table {
  display: inline-block;
  overflow: auto;
}

@media only screen and (min-width: 960px) {
  h2.progression-ratency-progression-slider-title {
    max-width: 640px;
  }
}

.elementor-widget-heading
  .elementor-heading-title[class*="elementor-size-"]
  > a {
  color: #5c39f2 !important;
  text-decoration: underline;
}
.elementor-widget-heading
  .elementor-heading-title[class*="elementor-size-"]
  > a:hover {
  text-decoration: none;
}

/* simple frame shortcode start */
.frame_border {
  border-style: solid;
  border-width: 0.5px;
  display: inline-block;
  border-radius:12px;
  overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.frame_border img {
  margin: 0;
  border-radius: 10px 10px 10px 10px;
}
.frame_border--gray {
  border-color: #b6b6b6;
}
.frame_border--blue {
  border-color: blue;
}
.frame_border--dashed {
  border-style: dashed;
  width: 100%;
}
.frame_bg {
  border-style: solid;
  border-width: 0.5px;
  border-radius:12px;
  padding:14px 16px;
  position: relative;
  text-align: left;
  font-size:14px;
  line-height:1.65;
}
.frame_bg a{
  text-decoration: underline !important;
}
.frame_bg a:hover{
  text-decoration: underline !important;
  color: inherit !important;
}

.frame_bg:not(:last-child) {
  margin-bottom: 20px;
}
.frame_bg--title {
  display: block;
  font-weight: 700;
}
.frame_bg--default {
  border-color:#e0e0e0;
  background:#f5f5f5;
  color:#444;
}
.frame_bg--default a {
  color:#444;
}

.frame_bg--danger {
  color: #6b2d33;
  background-color: #fdf0f1;
  border-color:#f0c4c8;
}
.frame_bg--danger a {
  color:#6b2d33;
}
.frame_bg--primary {
  color: #3a5a7a;
  background-color: #EBF3FB;
  border-color:#dce8f5;
}
.frame_bg--primary a {
  color:#3a5a7a;
}

.frame_bg--success {
  color: #2d5a3d;
  background-color: #f0faf3;
  border-color:#c3e6cb;
}

.frame_bg--success a {
  color:#2d5a3d;
}

.frame_bg ul{
  margin: 0;
  padding-left: 20px;
}

.frame_bg ol{
  margin: 0;
}
.rtl .frame_bg ol {
  padding-right: 16px;
}
/* simple frame shortcode end */

.sc_list--container {
  display: flex;
  flex-wrap: wrap;
}
.sc_list--left_column,
.sc_list--right_column {
  padding: 10px;
  flex-basis: 50%;
}
.sc_list-title {
  color: #4034ad;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sc_list-text > p {
  display: none;
}
.sc_list ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
  position: relative;
}
.sc_list:not(:last-child) ul {
  margin-bottom: 20px;
}
.sc_list ul > li::before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
}
.sc_list.pros_list ul > li::before {
  content: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMDlENzAwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ij48L3BhdGg+PC9zdmc+);
}
.sc_list.cons_list ul > li::before {
  content: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ0aW1lcyIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXRpbWVzIGZhLXctMTEiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMzUyIDUxMiI+PHBhdGggZmlsbD0iI0ZGMDAwMCIgZD0iTTI0Mi43MiAyNTZsMTAwLjA3LTEwMC4wN2MxMi4yOC0xMi4yOCAxMi4yOC0zMi4xOSAwLTQ0LjQ4bC0yMi4yNC0yMi4yNGMtMTIuMjgtMTIuMjgtMzIuMTktMTIuMjgtNDQuNDggMEwxNzYgMTg5LjI4IDc1LjkzIDg5LjIxYy0xMi4yOC0xMi4yOC0zMi4xOS0xMi4yOC00NC40OCAwTDkuMjEgMTExLjQ1Yy0xMi4yOCAxMi4yOC0xMi4yOCAzMi4xOSAwIDQ0LjQ4TDEwOS4yOCAyNTYgOS4yMSAzNTYuMDdjLTEyLjI4IDEyLjI4LTEyLjI4IDMyLjE5IDAgNDQuNDhsMjIuMjQgMjIuMjRjMTIuMjggMTIuMjggMzIuMiAxMi4yOCA0NC40OCAwTDE3NiAzMjIuNzJsMTAwLjA3IDEwMC4wN2MxMi4yOCAxMi4yOCAzMi4yIDEyLjI4IDQ0LjQ4IDBsMjIuMjQtMjIuMjRjMTIuMjgtMTIuMjggMTIuMjgtMzIuMTkgMC00NC40OEwyNDIuNzIgMjU2eiI+PC9wYXRoPjwvc3ZnPg==);
}
.sc_list.pricing_list ul > li::before {
  content: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJkb2xsYXItc2lnbiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtZG9sbGFyLXNpZ24gZmEtdy05IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4OCA1MTIiPjxwYXRoIGZpbGw9IiMwMDAyRDciIGQ9Ik0yMDkuMiAyMzMuNGwtMTA4LTMxLjZDODguNyAxOTguMiA4MCAxODYuNSA4MCAxNzMuNWMwLTE2LjMgMTMuMi0yOS41IDI5LjUtMjkuNWg2Ni4zYzEyLjIgMCAyNC4yIDMuNyAzNC4yIDEwLjUgNi4xIDQuMSAxNC4zIDMuMSAxOS41LTJsMzQuOC0zNGM3LjEtNi45IDYuMS0xOC40LTEuOC0yNC41QzIzOCA3NC44IDIwNy40IDY0LjEgMTc2IDY0VjE2YzAtOC44LTcuMi0xNi0xNi0xNmgtMzJjLTguOCAwLTE2IDcuMi0xNiAxNnY0OGgtMi41QzQ1LjggNjQtNS40IDExOC43LjUgMTgzLjZjNC4yIDQ2LjEgMzkuNCA4My42IDgzLjggOTYuNmwxMDIuNSAzMGMxMi41IDMuNyAyMS4yIDE1LjMgMjEuMiAyOC4zIDAgMTYuMy0xMy4yIDI5LjUtMjkuNSAyOS41aC02Ni4zQzEwMCAzNjggODggMzY0LjMgNzggMzU3LjVjLTYuMS00LjEtMTQuMy0zLjEtMTkuNSAybC0zNC44IDM0Yy03LjEgNi45LTYuMSAxOC40IDEuOCAyNC41IDI0LjUgMTkuMiA1NS4xIDI5LjkgODYuNSAzMHY0OGMwIDguOCA3LjIgMTYgMTYgMTZoMzJjOC44IDAgMTYtNy4yIDE2LTE2di00OC4yYzQ2LjYtLjkgOTAuMy0yOC42IDEwNS43LTcyLjcgMjEuNS02MS42LTE0LjYtMTI0LjgtNzIuNS0xNDEuN3oiPjwvcGF0aD48L3N2Zz4=);
}

.btn.btn-download--sc {
  background-color: #4034ad;
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer !important;
  display: block;
  line-height: 1;
  width: fit-content;
  margin: 0 auto;
}
.btn.btn-download--sc > i {
  margin-right: 10px;
}
.sc_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sc_wrapper--column {
  padding: 0 15px;
}
.sc_wrapper--column:not(:last-child) {
  margin-bottom: 25px;
}
.sc_wrapper.sc_wrapper--col1 .sc_wrapper--column {
  flex-basis: calc(100% - 30px);
}
.sc_wrapper.sc_wrapper--col2 .sc_wrapper--column {
  flex-basis: calc(50% - 30px);
}

.sc_wrapper.sc_wrapper--col3 .sc_wrapper--column {
  flex-basis: calc(33.3% - 30px);
}
.sc_wrapper.sc_wrapper--col4 .sc_wrapper--column {
  flex-basis: calc(25% - 30px);
}
.sc_comment--container {
  box-shadow: 0px 0px 22px -4px rgb(118 118 118 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 30px;
  background: #fff;
  padding: 10px;
}
.sc_comment--content {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}
.sc_comment--stars {
  margin-bottom: 20px;
}
.sc_comment--stars > i:not(:last-child) {
  margin-right: 5px;
}
.sc_comment--stars > i {
  color: #ccd6df;
}
.sc_comment--stars.stars-1 > i:first-child {
  color: #f0ad4e;
}
.sc_comment--stars.stars-2 > i:nth-child(-n + 2) {
  color: #f0ad4e;
}
.sc_comment--stars.stars-3 > i:nth-child(-n + 3) {
  color: #f0ad4e;
}
.sc_comment--stars.stars-4 > i:nth-child(-n + 4) {
  color: #f0ad4e;
}
.sc_comment--stars.stars-5 > i {
  color: #f0ad4e;
}
.sc_wrapper--icon {
  position: relative;
  display: block;
  font-size: 32px;
  color: #5c39f2;
  border-color: #5c39f2;
}
.sc_author {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc_author a {
  cursor: pointer !important;
  text-decoration: none;
}
.sc_author--name {
  flex-basis: 100%;
}
.sc_author--image {
  margin-right: 15px;
}
.sc_author--image img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.sc_author--info {
  text-align: left;
  font-style: normal;
  line-height: 1;
}
.sc_author--info a {
  color: inherit;
  display: block;
  cursor: pointer !important;
}
.sc_author--name a {
  line-height: 1.5;
}
.sc_author--description {
  font-size: 0.85em;
}
.sc_accordion_faq--title {
  font-size: 26px;
  color: #3d3d3e;
  margin-bottom: 20px;
}
.sc_accordion_faq .panel-title {
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  color: #3d3d3e;
}
.sc_accordion_faq .panel-title .fa-plus {
  transition-duration: 250ms;
  transition-property: color, background-color, opacity, border;
  transition-timing-function: ease-in-out;
}
.sc_accordion_faq .panel-title a > .fa-plus {
  transform-origin: center;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s linear;
}
.sc_accordion_faq .panel-title a[aria-expanded="false"] > .fa-plus {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sc_accordion_faq .panel-title a.collapsed > .fa-plus {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sc_accordion_faq .panel-title a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: baseline;
  width: 100%;
}
.sc_accordion_faq .panel-title a > i {
  margin-left: 10px;
}
.sc_accordion_faq .panel-default > .panel-heading {
  background: transparent;
  border: 0;
  padding: 8px 10px 8px 0px;
  border-top: 1px solid rgb(213, 217, 217);
  border-bottom: none;
}
.sc_accordion_faq .panel-default {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.sc_accordion_faq .panel .panel-body {
  border-top: 0 !important;
  padding: 0;
}
.sc_accordion_faq .panel:last-child {
  border-bottom: 1px solid rgb(213, 217, 217);
  border-radius: 0;
}

@media (max-width: 768px) {
  .sc_list--left_column,
  .sc_list--right_column {
    flex-basis: 100%;
  }
  .sc_wrapper--column {
    flex-basis: auto !important;
  }
}

/* simple table shortcode start*/
.table_wrapper {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}
.table_wrapper p {
  display: none;
  visibility: hidden;
}
.table_wrapper table {
  width: 100%;
  font-size: 15px;
  border-top: 1px solid #e7ebf1;
  margin-bottom: 0;
  border-collapse: collapse;
  border-left: none;
  border-right: none;
}
.table_wrapper table tbody {
  width: 100%;
  display: table;
}
.table_wrapper table tr td {
  border-bottom: 1px solid #e7ebf1;
  padding: 5px;
  border-left: 1px solid #e7ebf1;
  background: #fff;
  vertical-align: middle !important;
}
.table_wrapper table tr:nth-child(odd) td {
  background: #f5faff;
}
.table_wrapper table tr:first-child td {
  background: #337ec2;
  font-weight: 700;
  color: #fff;
  border-left: none;
  border-right: none;
  min-width: 125px;
}
.table_wrapper table tr:first-child td:first-child {
  border-left: 1px solid #e7ebf1;
}
.table_wrapper table tr:first-child td:last-child {
  border-right: 1px solid #e7ebf1;
}
/* simple table shortcode end*/
.home #content-pro > .width-container-pro {
  width: 100% !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
a:focus, a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #progression-studios-post-page-title,
  body #page-title-pro {
    background-image: none !important;
  }
  .progression_animate_up + .progression_animate_up:not(.flex-active-slide),
  .flex-direction-nav, .flex-control-nav {
    display: none !important;
    visibility: hidden !important;
  }
  .elementor-widget-progression-studios-review-slider {
    min-height: 450px;
  }
  #progression-studios-post-page-title {
    background-image: none !important;
  }
}

#page-title-pro .h4:before {
  content:'';
  top:-25px;
  left:50%;
  margin-left:-45px;
  background:rgba(255,255,255, 0.3);
  position:absolute;
  width:90px;
  height:2px;
  display:none;
}

#page-title-pro .h4 {
  margin:0 auto 0px auto;
  margin-top:20px;
  text-align:center;
  font-size:20px;
  position:relative;
  z-index:5;
  color:rgba(255,255,255, 0.8);
  line-height:1.8;
  font-weight:400;
  font-style:normal;
  width:80%;
  max-width:850px;
}

#page-title-pro .h4 p {
  margin-bottom:0px;
}

#page-title-pro .h4 a, #page-title-pro .h4 a:hover {
  color:#aaaaaa;
}
@media only screen and (max-width: 767px) {
  #page-title-pro .h4 {
    width:100%;
  }
  #page-title-pro .h4 {
    font-size:15px;
  }
}
.progression-studios-isotope-animation,
.flexslider .slides > li,
.elementor-section.elementor-top-section,
.progression-studios-post-slider-main .progression-ratency-progression-slider-title{
  transition: none !important;
}
.progression-ratency-progression-slider-title{
  font-family:'Fira Sans Condensed', sans-serif;
	font-weight:500;
	color:#ffffff;
	font-size:60px;
	line-height:1.2;
	margin-bottom:8px;
	text-shadow:1px 1px 15px rgba(0,0,0, 0.18);
}
@media (max-width: 420px) {
  .progression-ratency-progression-slider-title {
    font-size: 52px;
    line-height: 1.1;
  }
}
.progression-author-image-title .author-heading {
	font-family:'Share', sans-serif;
	font-weight:400;
	font-style:italic;
	text-transform:uppercase;
	font-size:30px;
	margin-bottom:8px;
  color: #5c39f2;
}
.sidebar .widget-title {
	font-size:22px;
	text-transform:uppercase;
	font-style:italic;
	margin-bottom:30px;
	color:#1e023d;
	font-weight:400;
	padding-bottom:15px;
	position:relative;
}

.sidebar .widget-title:before {
	content:'';
	display:block;
	position:absolute;
	bottom:0px;
	width:35px;
	height:3px;
  background-color: #5c39f2;
}


/* TOC */
#ez-toc-container.ez-toc-transparent {
  background: rgba(136, 122, 109, 0.08);
  border-radius: 12px;
  padding: 20px 14px 20px 20px;
  max-width: 688px;
  margin: 0 0 30px;
  border: 0;
}
#ez-toc-container p.ez-toc-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #5c39f2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  margin-bottom: 0;
}
#ez-toc-container .ez-toc-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
#ez-toc-container .ez-toc-title-container.show .ez-toc-toggle{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ez-toc-container .ez-toc-title-toggle .ez-toc-toggle{
  display: block;
  color: #5c39f2;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#ez-toc-container .ez-toc-title-toggle .ez-toc-toggle > label{
  display: none;
}
#ez-toc-container .ez-toc-title-toggle .ez-toc-toggle{
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-decoration: none;
}
#ez-toc-container .ez-toc-title-toggle .ez-toc-toggle::before{
  content: "\f105";
  display: block;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
#ez-toc-container .ez-toc-list {
  padding-top: 18px;
}
#ez-toc-container .ez-toc-list > .ez-toc-list-level-3 > li, #ez-toc-container .ez-toc-list > li {
  margin-top: 7px;
}
#ez-toc-container .ez-toc-list > .ez-toc-list-level-3 > li:first-child, #ez-toc-container .ez-toc-list > li:first-child {
  margin-top: 0;
}
#ez-toc-container .ez-toc-list > .ez-toc-list-level-3 > li > a, #ez-toc-container .ez-toc-list > li > a {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
}
#ez-toc-container .ez-toc-list > .ez-toc-list-level-3 > li ul, #ez-toc-container .ez-toc-list > li ul {
  padding-left: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}
#ez-toc-container .ez-toc-list > .ez-toc-list-level-3 > li ul li, #ez-toc-container .ez-toc-list > li ul li {
  margin-top: 8px;
}
#ez-toc-container .ez-toc-list > .ez-toc-list-level-3 > li ul li:first-child, #ez-toc-container .ez-toc-list > li ul li:first-child {
  margin-top: 5px;
}
#ez-toc-container .ez-toc-list > .ez-toc-list-level-3 > li ul li a, #ez-toc-container .ez-toc-list > li ul li a {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
}
#ez-toc-container a:visited,
#ez-toc-container .ez-toc-link {
  color: #2f2f2f;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#ez-toc-container a:visited:hover,
#ez-toc-container .ez-toc-link:hover {
  color: #5c39f2;
  text-decoration: none;;
}
#ez-toc-container .ez-toc-js-icon-con {
  display: none;
  visibility: hidden;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.m-b-25{
  margin-bottom: 25px;
}

#l-switch {
  float:right;
  padding: 45px 0 50px 0;
  font-size:15px;
  color:rgba(255,255,255,0.45);
  text-transform:uppercase;
  font-family:'Share', sans-serif;
}

@media (min-width: 960px) and (max-width: 1024px) {
  .progression-elements-slider-background .progression-ratency-slider-content-max-width {
    margin-right: 30%;
    margin-left: 7%;
  }
}
