.menu-close:before, .menu-close span, .main-menu > ul > li > a, .hb-left, .hb-right, .filter-icon, .stars, .page-numbers, .page-numbers span, .rb-btn, .back-btn:before, .download-icon, .share-icon, .trash-btn, .form-col label, .form-col .select-input,
.form-col .fc-row,
.form-col input, .form-col select, .account-alert:before, .text-input .add-btn:before, .remove-btn, .acf-comment-fields .acf-field .acf-label, .acf-comment-fields .acf-field .acf-input {
  display: inline-block;
}

.main-menu > ul > li > ul > li, .main-menu > ul > li > ul > li > a, .main-menu > ul > li > ul > li.menu-item-has-children > a:after, .main-menu ul ul ul li, .main-menu ul ul ul li:hover a:after, .video-preview, .video-preview:after, .pm-item:after, .video-play-btn, .wrs-wrapper::after, .dropdown-btn {
  display: block;
}

.main-menu > ul > li > ul > li.menu-item-has-children > a:after, .main-menu ul ul li.menu-item-has-children:hover:after, .main-menu ul ul ul li:hover a:after {
  content: '';
}

.main-menu ul ul, .main-menu > ul > li > ul > li.menu-item-has-children > a:after, .main-menu ul ul ul, .main-menu ul ul ul li:hover a:after, .video-preview:after, .page-numbers span, .pm-item:after, .video-play-btn, .wrs-wrapper::after, .um-page-register .content:after, .dropdown-btn {
  position: absolute;
}

.main-menu > ul > li, .main-menu > ul > li > ul > li > a, .main-menu ul ul ul li a, .video-preview, .page-numbers, .rb-btn, .um-page-register .content, .remove-btn {
  position: relative;
}

.main-menu ul li a, .main-menu ul ul ul li {
  text-align: left;
}

.menu-close:before, .menu-close span, .stars, .rb-btn, .download-icon, .share-icon, .trash-btn, .form-col label, .form-col .select-input,
.form-col .fc-row,
.form-col input, .form-col select, .account-alert:before, .text-input .add-btn:before, .remove-btn, .acf-comment-fields .acf-field .acf-label, .acf-comment-fields .acf-field .acf-input {
  vertical-align: middle;
}

.hb-left, .hb-right {
  vertical-align: bottom;
}

.main-menu > ul > li > ul > li.menu-item-has-children > a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.account-btn .name:before, h2.filter-heading:before, .video-preview, .video-play-btn, .record-thumbnail, .account-alert:before, .um-page-register .content:after, .select-input, .remove-btn, .dropdown-btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-menu-button, .menu-close:before, .menu-close span, .hb-left, .filter-icon, .stars, .page-numbers.prev, .page-numbers.next, .rb-btn, .back-btn:before, .download-icon, .share-icon, .trash-btn, .wrs-wrapper::after, .sort-button {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.main-menu ul ul li.menu-item-has-children:hover:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ft-rows {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/*
Roboto:
100 thin
300 light
400 regular
500 medium 
700 bold
900 black
*/
#wpadminbar {
  display: none;
}

body {
  min-width: 300px;
  font-family: "Poppins", sans-serif;
  color: #1A2C44;
  background-color: #f9f8f4;
}

.container {
  width: 100%;
  min-width: 300px;
}

.wrapper {
  position: relative;
  /*@include maxwidth();*/
  width: 80%;
  max-width: 1330px;
  margin: auto;
}

.wrapper.text {
  padding: 20px 0 0 0;
}

p {
  color: #1A2C44;
  font-size: 1.8em;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h2 {
  font-size: 3em;
}

a {
  color: #1A2C44;
}

.main-menu-button {
  background-image: url(images/User.png);
  width: 28px;
  height: 28px;
  background-size: 14px;
  border: 1px solid #1A2C44;
  border-radius: 3px;
}

.menu-close {
  padding: 3% 5%;
  text-align: left;
  background-color: #F9F8F4;
  border-bottom: 1px solid #e2e2e0;
}

.menu-close:before {
  background-image: url(images/back-btn.png);
  width: 6px;
  height: 15px;
  margin-right: 5px;
  content: '';
}

.main-menu-button-inner {
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.main-menu-button-inner span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #1A2C44;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.main-menu-button-inner span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.main-menu-button-inner.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.main-menu-button-inner.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 8px;
}

/* HEADER */
.header {
  background-color: #f9f8f4;
  padding: 1% 0;
  font-size: 2em;
  border-bottom: 1px solid #e2e2e0;
}

.page-template-page-landing .header {
  background-color: #f9f8f4;
}

.logo {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
  width: 100%;
  max-width: 398px;
}

.sticky {
  /*position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	box-shadow: 0px 0px 5px;*/
}

.header-right {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 404px);
}

.account-btn,
.logout-btn {
  text-align: right;
  font-size: 1em;
}

.account-btn:hover,
.logout-btn:hover {
  color: #899198;
}

.account-btn {
  margin-right: 2%;
}

.account-btn .name {
  position: relative;
}

.account-btn .name:before {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: 16px;
  background-image: url(images/User.png);
  vertical-align: middle;
  content: "";
}

.account-btn .notice {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  line-height: 1.4;
  font-size: 0.8em;
  background-color: #009bdd;
  text-align: center;
  border-radius: 30px;
  margin-left: 0.5%;
}

.login-btn {
  margin-right: 2%;
}

.login-btn,
.registration-btn {
  background-color: #fff;
  border: 1px solid #1a2c44;
  padding: 12px 30px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 30px;
}

.main-menu > ul {
  font-size: 0.1px;
  text-align: justify;
}

.main-menu > ul:after {
  display: inline-block;
  content: '';
  width: 100%;
}

.main-menu > ul > li {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}

body.small .main-menu > ul > li {
  font-size: 8px;
}

body.large .main-menu > ul > li {
  font-size: 12px;
}

.main-menu > ul > li > a {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  padding: 25px 8px;
  border-bottom: 2px solid transparent;
}

.main-menu > ul > li:last-child > a {
  background-color: #f1a000;
  color: #fff;
  padding: 8px 20px;
}

.main-menu > ul > li:hover > a,
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li.current-menu-parent > a,
.main-menu > ul > li.current-menu-ancestor > a {
  background-color: #f6f6ef;
  color: #f1a000;
}

.main-menu ul ul {
  display: none;
  background-color: #f6f6ef;
  color: #F9F8F4;
  left: -15px;
  top: 100%;
  width: 200px;
  z-index: 10000;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.main-menu ul li:last-child ul ul {
  left: auto;
  right: 0;
}

.main-menu ul li:hover > ul {
  display: block;
}

.main-menu > ul > li > ul > li {
  width: 100%;
}

.main-menu > ul > li > ul > li > a {
  color: white;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  padding: 8px 25px 8px 15px;
}

.main-menu > ul > li:last-child > ul > li.menu-item-has-children > a {
  padding: 8px 15px 8px 25px;
}

.main-menu > ul > li > ul > li:hover > a {
  color: #033860;
  background-color: white;
}

.main-menu > ul > li > ul > li.menu-item-has-children > a:after {
  background-image: url("images/menu-arrow-sprite@2x.png");
  right: 10px;
  width: 6px;
  height: 9px;
  margin-top: 4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 4px 26px;
}

.main-menu > ul > li:last-child > ul > li.menu-item-has-children > a:after {
  left: 10px;
  right: auto;
  margin-top: 0;
  -webkit-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
}

.main-menu > ul > li > ul > li.menu-item-has-children:hover > a:after {
  background-position: 0 -20px;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-menu > ul > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.main-menu ul ul li.menu-item-has-children:hover:after {
  background-color: white;
  left: 100%;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.main-menu > ul > li:last-child ul li.menu-item-has-children:hover:after {
  left: auto;
  right: 100%;
}

.main-menu ul ul li:hover > ul {
  display: block;
}

.main-menu ul ul ul li {
  background-color: white;
  width: 100%;
  padding: 8px 15px;
}

.main-menu ul ul ul li a {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
}

.main-menu ul ul ul li:hover a:after {
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
}

/* FOOTER */
.footer {
  position: relative;
  color: #fff;
  background-color: #1A2C44;
  padding: 10px 0;
  font-size: 1.4em;
  text-align: center;
  z-index: 3;
}

/*GRID*/
.grid-1-2 {
  overflow: hidden;
}

.grid-1-2 > .grid-col {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0%;
}

.grid-1-2 > .grid-col:nth-child(2n+2) {
  margin-right: 0;
}

.grid-1-2 > .grid-col:nth-child(2n+1) {
  clear: both;
}

.grid-1-3 {
  overflow: hidden;
}

.grid-1-3 > .grid-col {
  display: block;
  float: left;
  width: 33%;
  margin-right: 0.5%;
  margin-bottom: 4%;
}

.grid-1-3 > .grid-col:nth-child(3n+3) {
  margin-right: 0;
}

.grid-1-3 > .grid-col:nth-child(3n+1) {
  clear: both;
}

.grid-1-4 {
  overflow: hidden;
}

.grid-1-4 > .grid-col {
  display: block;
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 0%;
}

.grid-1-4 > .grid-col:nth-child(4n+4) {
  margin-right: 0;
}

.grid-1-4 > .grid-col:nth-child(4n+1) {
  clear: both;
}

.grid-1-5 {
  overflow: hidden;
}

.grid-1-5 > .grid-col {
  display: block;
  float: left;
  width: 19%;
  margin-right: 1%;
  margin-bottom: 0%;
}

.grid-1-5 > .grid-col:nth-child(5n+5) {
  margin-right: 0;
}

.grid-1-5 > .grid-col:nth-child(5n+1) {
  clear: both;
}

.grid-1-6 {
  overflow: hidden;
}

.grid-1-6 > .grid-col {
  display: block;
  float: left;
  width: 15.5%;
  margin-right: 1%;
  margin-bottom: 0%;
}

.grid-1-6 > .grid-col:nth-child(6n+6) {
  margin-right: 0;
}

.grid-1-6 > .grid-col:nth-child(6n+1) {
  clear: both;
}

/*ACCORDION*/
.accordion-row {
  border-bottom: 1px solid;
}

h3.accordion-icon {
  font-size: 1.6em;
  padding: 2% 6%;
}

.accordion-details {
  padding: 4%;
  display: none;
}

.accordion-details p {
  font-size: 1.4em;
}

.accordion-details li {
  font-size: 1.4em;
}

.accordion-details table {
  margin: 0;
}

.accordion-details.active {
  display: block;
}

.accordion-icon {
  position: relative;
  cursor: pointer;
}

.accordion-icon:before {
  display: block;
  position: absolute;
  content: "";
  left: 13px;
  top: 16px;
  width: 18px;
  height: 18px;
  background-image: url(images/arrow-down.png);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion-icon.active:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Home */
.page-template-page-landing .main {
  position: relative;
  height: 85vh;
  background-color: #FFF2D6;
}

.page-template-page-landing .content {
  background-color: #FFF2D6;
}

.home .main {
  background-color: #fff;
}

.home-banner {
  position: absolute;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-banner {
  background-color: #FFF2D6;
}

.hb-left {
  width: 50%;
  padding-bottom: 41%;
}

.hb-right {
  width: 45%;
  max-width: 500px;
}

.hb-right img {
  width: 373px;
  margin-bottom: 3%;
}

p.small-text {
  font-size: 1.4em;
  padding-bottom: 3em;
}

.filter-block {
  padding: 4em 0;
}

h2.filter-heading {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

h2.filter-heading:before {
  display: block;
  width: 41px;
  height: 60px;
  background-image: url(images/header-top.png);
  margin: 1% auto;
  content: "";
}

.filter-table {
  background-color: #f9f8f4;
  margin: 3em 0;
}

.ft-rows {
  border-bottom: 1px solid #e2e2e0;
}

.ft-rows:last-child {
  border-bottom: 0;
}

.ft-title {
  display: table-cell;
  width: 15%;
  vertical-align: middle;
  background-color: #f1f1f1;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
  padding: 1% 2%;
}

.ft-tabs {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  padding: 25px 10px;
}

.ft-tabs input[type="radio"],
.ft-tabs input[type="checkbox"] {
  display: none;
}

.ft-tabs label {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid transparent;
  cursor: pointer;
}

.ft-tabs label:hover {
  background-color: #FFF2D6;
  border: 1px solid #f1a000;
}

.ft-tabs select {
  font-size: 1em;
  padding: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1A2C44;
  background-color: transparent;
}

textarea {
  width: 100%;
}

.filter-checkbox.active {
  background-color: #FFF2D6;
  border: 1px solid #f1a000;
  border-radius: 3px;
}

.submit-btn-container {
  text-align: center;
}

input[type="submit"] {
  cursor: pointer;
}

.filter-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.submit-btn,
#um-submit-btn {
  background-color: #1A2C44;
  color: #fff;
  padding: 10px 35px !important;
  font-size: 16px;
  border-radius: 30px !important;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.submit-btn:hover,
#um-submit-btn:hover {
  background-color: #2e4a6f;
}

.s-top {
  background-color: #F9F8F4;
  padding: 2em;
  border-bottom: 1px solid #1A2C44;
  margin-bottom: 3em;
}

.st-left {
  display: inline-block;
  width: 175px;
  font-size: 1.8em;
  vertical-align: middle;
}

.st-right {
  display: inline-block;
  width: calc(100% - 200px);
  font-size: 1.8em;
  vertical-align: middle;
  text-align: right;
}

.st-right select {
  padding: 1% 2%;
  font-size: 1em;
  background-color: transparent;
}

form {
  overflow: hidden;
}

form .st-right {
  position: absolute;
  right: 0;
  margin-top: 24px;
  float: right;
  padding: 20px 10px;
}

.orange-text {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #f1a000;
  margin-right: 1%;
}

.speeches-rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  grid-column-gap: 0.5%;
}

.speeches .speech-empty {
  padding: 50px 0;
  font-size: 2em;
}

.speeches-row {
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  padding-bottom: 4em;
}

.speeches-row:hover .video-preview:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.speeches-row:hover .sr-heading {
  color: #2e4a6f;
}

.video-preview {
  width: 99%;
  background-size: 102%;
  padding-bottom: 56%;
  border-radius: 5px;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.video-preview:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  content: "";
}

.video-preview .filter-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.sr-tag {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #F9F8F4;
  font-size: 1.6em;
  padding: 1% 2%;
}

.filter-text {
  margin-right: 8px;
}

.sr-time {
  position: absolute;
  display: inline-block;
  color: #fff;
  right: 3%;
  bottom: 5%;
  background-color: #1A2C44;
  font-size: 2.2em;
  padding: 5px 15px;
}

.sr-heading {
  display: block;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.2;
  margin: 3% 0 0;
}

p.sr-language {
  font-size: 1.6em;
  color: #818a91;
  margin: 2% 0;
}

.level-rows {
  font-size: 1.4em;
}

.level-rows .marks {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.level-rows span {
  display: inline-block;
  vertical-align: middle;
}

.stars {
  width: 73px;
  height: 12px;
  margin-bottom: 3px;
}

.stars-1 {
  background-image: url(images/stars-1.png);
}

.stars-2 {
  background-image: url(images/stars-2.png);
}

.stars-3 {
  background-image: url(images/stars-3.png);
}

.stars-4 {
  background-image: url(images/stars-4.png);
}

.stars-5 {
  background-image: url(images/stars-5.png);
}

.pagination {
  display: block;
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 4em;
}

.page-numbers {
  width: 46px;
  height: 46px;
  border-radius: 30px;
  vertical-align: middle;
}

.page-numbers:hover {
  background-color: #F9F8F4;
}

.page-numbers span {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagination .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.page-numbers.prev {
  display: inline-block;
  width: 15px;
  height: 24px;
  background-image: url(images/arrow-prev.png);
  margin-right: 10px;
  cursor: pointer;
}

.page-numbers.next {
  display: inline-block;
  width: 15px;
  height: 24px;
  background-image: url(images/arrow-next.png);
  margin-left: 10px;
  cursor: pointer;
}

.page-numbers.active {
  background-color: #1A2C44;
  color: #fff;
}

/* Inpage */
.content {
  background-color: #f1f1f1;
}

.content .pagination {
  margin-bottom: 0;
}

.register .content {
  background-color: #f9f8f4;
}

.filter-speeches .content {
  background-color: #fff;
}

.practice-menu-container {
  display: block;
  padding: 2em 0;
  background-color: #F9F8F4;
}

.practice-menu-container h1 {
  display: inline-block;
  width: 20%;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
}

.watching-recording-speeches .practice-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.practice-menu {
  display: inline-block;
  vertical-align: middle;
}

.pm-item {
  position: relative;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 2em;
}

.pm-item:hover {
  color: #5f5f5f;
}

.pm-item:after {
  bottom: -80%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

.pm-item.active:after {
  background-color: #ffb92e;
}

.translation-block {
  border-bottom: 1px solid #cccccc;
  padding: 3em 0;
  margin-bottom: 2em;
}

.tb-top,
.top-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-left {
  width: 61%;
  margin-right: 1%;
}

.tb-left .video-container {
  padding-bottom: 60%;
}

.tb-left .video-preview {
  background-size: cover;
  padding-bottom: 60%;
}

.tb-right {
  width: 38%;
}

.tb-right .level-rows {
  font-size: 1.2em;
}

.rp-blocks h2 {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}

.separate {
  color: #707070;
}

.rp-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}

.rp-block h3 {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  min-width: 97px;
  margin-right: 2%;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
  color: #818a91;
}

.recording-subcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recording-row .rp-block {
  margin-bottom: 0;
}

.recording-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  width: 98%;
  background-color: #fff;
  padding: 10px;
}

.recording-container p {
  display: inline-block;
  color: #999999;
  margin-bottom: 0;
}

.recording-container p.hidden {
  display: none;
}

.rb-btn {
  width: 46px;
  height: 46px;
  background-color: #1A2C44;
  color: #fff;
  border-radius: 30px;
  margin-right: 1em;
  background-size: 28%;
  cursor: pointer;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.rb-btn:hover {
  background-color: #2e4a6f;
}

.rb-btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.9em;
  text-align: center;
}

.recording-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 18px;
  margin-left: -9px;
}

.stop-btn .recording-icon {
  margin-left: -7px;
  margin-top: 2px;
}

.recording-btns,
.rb-end,
.save-btn {
  display: none;
}

.save-btn,
.submit-btn {
  float: unset;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

.save-btn {
  clear: both;
  margin-right: calc(4% + 18px);
  margin-top: 15px;
  width: 150px;
  text-align: center;
}

.new-recording .save-btn,
.new-recording .submit-btn {
  color: #1b2b44;
  margin: 0;
}

.new-recording #downloadContainer,
.new-recording .trash-btn,
.new-recording .share-btn {
  display: none;
}

.recording-btn {
  /*width: 113px;*/
  padding: 12px 21px;
}

.recording-btn.active,
#recordButton.active,
.video-play-btn.active,
.recordings-input.active,
.save-btn.active,
.download-btn.active,
.download-1.active {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.recordings-input.active {
  padding: 10px;
}

.rb-btn.pause-btn {
  background-color: #fff;
  border: 1px solid #1A2C44;
  background-image: url(images/pause-btn.png);
}

.rb-btn.resume-btn {
  background-color: #fff;
  border: 1px solid #1A2C44;
  background-image: url(images/resume-btn.png);
}

.video-play-btn {
  bottom: 2%;
  left: 2%;
  width: 76px;
  height: 49px;
  border-radius: 15px;
  background-image: url(images/video-btn.png);
  content: "";
  cursor: pointer;
  z-index: 1;
}

.play-btn {
  background-position: 57%;
  background-image: url(images/play-btn.png);
}

.stop-btn {
  /*  &:after {
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background-color: #fff;
        margin-right: 18px;
        content: "";
        transform: translate(-50%, -50%);
    }*/
}

.record-btn {
  /*display: none;*/
  background-image: url(images/record-btn.png);
}

#stopButton.show {
  display: inline-block;
}

.record-btn.active {
  display: inline-block;
}

/*.popup {
        width: 90%;
        max-width: 600px;
        .form-col {
            width: 90%;
            margin: auto;
        }
        .form-col select {
            height: 30px;
        }
        .submit-btn {
            width: auto;
            display: block;
            color: #fff;
            float: right;
            padding: 5px 15px;
            margin-top: 1em;
        }
    }*/
.thank-you-message {
  display: none;
  overflow: hidden;
}

.thank-you-message p {
  font-size: 1.6em;
  width: 84%;
  float: right;
  padding: 1%;
}

.message {
  font-size: 2em;
  margin: 10px 0;
}

.message .success {
  color: darkgreen;
}

.message .error {
  color: red;
}

.primary-btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #1A2C44;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.primary-btn:hover {
  background-color: #1A2C44;
  color: #fff;
}

.primary-btn-round {
  background-color: #fff;
  border: 1px solid #1A2C44;
  padding: 12px 30px;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 30px;
}

.add-btn {
  margin-left: 15.5%;
  margin-top: 3%;
}

.back-btn:before {
  width: 7px;
  height: 14px;
  background-image: url(images/arrow-prev.png);
  content: "";
  margin-right: 10px;
  vertical-align: middle;
}

.bottom-btns {
  margin-top: 2em;
  padding-bottom: 5em;
  overflow: hidden;
}

.bottom-btns .back-btn {
  float: left;
}

.bottom-btns .submit-btn {
  float: right;
}

.rb-btns {
  position: relative;
  display: inline-block;
  width: calc(100% - 60px);
  text-align: right;
}

.download-btn,
.share-btn,
.trash-btn {
  margin-right: 2%;
}

.download-btn {
  width: auto;
}

.download-icon {
  width: 18px;
  height: 18px;
  background-image: url(images/download-btn.png);
}

.download-btn:hover .download-icon {
  background-image: url(images/download-btn-w.png);
}

.share-icon {
  width: 18px;
  height: 18px;
  background-image: url(images/share-btn.png);
}

.share-btn:hover .share-icon {
  background-image: url(images/share-btn-w.png);
}

.trash-btn {
  width: 18px;
  height: 18px;
  background-image: url(images/trash.png);
  cursor: pointer;
}

.white-block {
  position: relative;
  margin-bottom: 5%;
  padding: 15px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}

.white-block h2,
.white-block h3 {
  display: inline-block;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.2;
}

.tb-tag {
  display: inline-block;
  font-size: 1.6em;
  padding: 8px;
  margin: 1em 0;
  margin-right: 2%;
  border: 1px solid #1A2C44;
  border-radius: 3px;
  cursor: pointer;
}

.tb-tag:hover {
  background-color: #1A2C44;
  color: #fff;
}

.tb-tag:last-child {
  margin-right: 0;
}

.ratings {
  color: #5f5f5f;
}

.ratings a {
  color: #5f5f5f;
  font-weight: bold;
}

.wb-top {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.wb-detail h4 {
  color: #999999;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2;
}

.grey-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F9F8F4;
  margin: 1em 0 2.5em;
  padding: 15px;
}

.grey-block h5 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
}

.grey-block p {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
}

.grey-block h5 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 5px;
}

body.single-speech .grey-block p {
  font-size: 1.3em;
  text-align: left;
}

.gb-row {
  margin-right: 5%;
}

.gb-row:first-child {
  width: 30%;
}

.wb-tags {
  margin: 2% 0;
}

a.wb-tag {
  display: inline-block;
  border: 1px solid #1A2C44;
  font-size: 1.2em;
  padding: 5px;
  margin-right: 1%;
  border-radius: 3px;
  cursor: pointer;
}

a.wb-tag:hover {
  background-color: #1A2C44;
  color: #fff;
}

span.wb-tag {
  display: inline-block;
  border: 1px solid #1A2C44;
  font-size: 1.2em;
  padding: 5px;
  margin-right: 1%;
  border-radius: 3px;
  cursor: default;
}

span.wb-tag:hover {
  background-color: #FFF !important;
}

.form-cols {
  width: 90%;
  margin: auto;
}

.form-col {
  font-size: 1.4em;
  margin-bottom: 3%;
}

.form-col label {
  width: 35%;
  text-align: right;
  margin-right: 4%;
  color: #373a3c;
}

.form-col .select-input,
.form-col .fc-row,
.form-col input {
  width: 59%;
  color: #818a91;
  border: 1px solid #dddddd;
  padding: 5px 5px 5px 10px;
  font-size: 1em;
}

.form-col select {
  width: 100%;
  font-size: 1em;
  border: 0;
  background-color: transparent;
}

.form-col .fc-row {
  min-height: 30px;
}

.personal-courses .rf-row > label {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  text-align: right;
  font-size: 1.4em;
  margin-right: 4%;
  color: #373a3c;
}

.personal-courses .rf-row > label > span {
  display: block;
}

.personal-courses .rf-row > .select-input,
.personal-courses .rf-row > .rf-select-block {
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  font-size: 1.4em;
  color: #818a91;
  padding: 5px 5px 5px 10px;
  font-size: 1em;
  margin-bottom: 0;
}

.personal-courses .rf-row .select-input,
.personal-courses .rf-row .rf-select-block {
  min-height: 30px;
}

.personal-courses .rf-row > .select-input select {
  font-size: 14px;
  padding: 7px;
}

.personal-courses .multiple-select-block label,
.personal-courses .multiple-select-block input {
  font-size: 1.4em;
}

.select-input.disable select,
.acf-input.disable select {
  color: #818a91;
}

.content {
  padding-bottom: 10em;
}

.wrs-wrapper {
  position: relative;
}

.wrs-wrapper::after {
  bottom: -12%;
  left: 0;
  width: 100%;
  padding-bottom: 9%;
  background-image: url(images/bottom-img@2x.png);
  content: "";
}

.cols-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5em 0 0;
}

.personal-sidebar {
  width: 20%;
  margin-right: 5%;
}

.user-card {
  background-color: #fff;
}

.uc-top {
  padding: 4em;
  text-align: center;
}

.uc-icon {
  width: 98px;
  height: 98px;
  background-image: url(images/User.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  border: 1px solid #cccccc;
  border-radius: 100px;
  margin: 0 auto 7%;
}

.uc-tag {
  font-size: 1.4em;
  margin: 5% 0;
  color: #1A2C44;
}

.uc-name {
  font-size: 1.3em;
  color: #818a91;
}

.personal-content {
  width: 75%;
}

.uc-links {
  border-top: 1px solid #cccccc;
}

.uc-link {
  display: block;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
  padding: 7% 14%;
}

.uc-link:hover {
  background-color: #F9F8F4;
}

.uc-link.active {
  background-color: #1A2C44;
  color: #fff;
}

.uc-link.notice:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #009bdd;
  margin-left: 5px;
  border-radius: 10px;
  content: "";
}

.pc-top {
  border-bottom: 1px solid #1a2c44;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.pc-top h1 {
  display: inline-block;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
}

.pc-filter-container {
  display: inline-block;
  float: right;
}

.pc-filter {
  display: inline-block;
  font-size: 1.6em;
  margin-right: 1em;
}

.pc-filter:last-child {
  margin-right: 0;
}

.pc-filter select {
  width: 170px;
  padding: 8px 10px;
  font-size: 1em;
  background-color: transparent;
  border: 1px solid #1A2C44;
  border-radius: 3px;
}

.record-top {
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.record-top .edit-btn {
  background-color: transparent;
  padding: 12px 40px;
  float: right;
}

.record-top .edit-btn:hover {
  background-color: #1A2C44;
  color: #fff;
}

.record-thumbnail {
  position: relative;
  display: inline-block;
  width: 203px;
  height: 114px;
  margin-right: 1.5em;
}

.record-info {
  display: inline-block;
  width: calc(100% - 250px);
  vertical-align: top;
}

.record-info h2 {
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.2;
}

.record-info p {
  font-size: 1.3em;
  margin-top: 3em;
}

.record-info p .wb-tag {
  font-size: 1em;
  background-color: #fff;
}

.record-info p .wb-tag:hover {
  background-color: #1A2C44;
}

.recording-row {
  overflow: hidden;
  margin-bottom: 2em;
}

.recording-row .recording-container {
  display: inline-block;
  width: 85%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  vertical-align: middle;
}

.recording-row .rb-btn {
  margin-right: 2%;
}

.recording-row .rb-btns {
  width: 25%;
}

.recording-row .download-btn {
  margin-right: 5%;
}

.recording-left {
  display: inline-block;
  width: 14%;
  color: #1A2C44;
  vertical-align: middle;
}

.recording-left h3 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
}

.recording-date {
  font-size: 1.2em;
  margin-top: 4%;
}

.process-bar {
  display: inline-block;
  width: 65%;
  height: 8px;
  background-color: #999;
  border-radius: 10px;
}

.record-row {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3em;
  margin-bottom: 5em;
}

.account-alert {
  font-size: 1.4em;
  background-color: #e2f6ff;
  border: 1px solid #6fd4ff;
  padding: 1% 1.5%;
  margin-bottom: 2em;
}

.account-alert:before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url(images/info-circle.png);
  content: "";
}

.account-form h1 {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2%;
}

.account-form .submit-btn {
  float: right;
}

.account-form .form-cols {
  margin-top: 3%;
}

.account-form .form-col {
  max-width: 513px;
  margin-bottom: 3%;
  margin-left: 7%;
}

.grey-text {
  font-size: 0.8em;
  color: #818a91;
}

.wb-notice {
  display: inline-block;
  margin-left: 5%;
  font-size: 1.4em;
}

.wb-notice:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #009bdd;
  margin-right: 5px;
  border-radius: 10px;
  content: "";
}

.um-page-register .header {
  border-bottom: transparent;
}

.um-page-register .content {
  background-color: #f9f8f4;
  padding-top: 4em;
  padding-bottom: 17%;
}

.um-page-register .content:after {
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 13%;
  background-image: url(images/register-bottom.png);
  content: "";
}

.um-page-register .account-btn,
.um-page-register .logout-btn {
  display: none;
}

.um-page-register .login-btn {
  display: inline-block;
}

.um-page-register h1 {
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1.2;
}

.um-page-register .grey-text {
  font-size: 1em;
  margin-left: 1em;
}

.um-page-register .select2-container.select2-container--open .select2-dropdown .select2-results li {
  font-size: 16px !important;
  padding: 10px !important;
  color: #1A2C44 !important;
}

.register-wrapper {
  max-width: 822px;
  margin: auto;
  padding-top: 3%;
}

.wpcf7 {
  margin-top: 3%;
}

.rf-row,
.um-field {
  margin-bottom: 4%;
}

.rf-row label,
.um-field label {
  display: block;
  color: #1A2C44;
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 1%;
}

.rf-row input,
.rf-row select,
.um-field input,
.um-field select {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #dddddd;
  padding: 10px;
}

.rf-row select,
.um-field select {
  background-color: transparent;
}

.select2-results ul {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
}

#um_field_93_year-of-study label {
  display: inline-block;
}

#um_field_93_year-of-study .um-tip-text {
  display: inline-block;
  font-size: 16px !important;
  margin-left: 1em;
  color: #818a91;
}

.rf-placeholder {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6em;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 10px;
}

.rf-checkboxes {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.rf-select-block {
  margin-bottom: 5em;
}

.rf-select-block.active .rf-placeholder {
  border: 1px solid #6fd4ff;
  -webkit-box-shadow: 0 0 2px rgba(111, 212, 255, 0.3);
          box-shadow: 0 0 2px rgba(111, 212, 255, 0.3);
}

.select-input {
  position: relative;
  min-height: 40px;
  background-color: #fff;
  background-image: url(images/dropdown-arrow@2x.png);
  background-size: 10px;
  background-position: calc(100% - 20px) center;
  cursor: pointer;
  /*&:after {
        @extend %b,
        %abs,
        %cover;
        right: 0;
        top: 0;
        width: 40px;
        height: 100%;
        background-image: url(images/dropdown-arrow@2x.png);
        background-size: 10px;
        cursor: pointer;
        content: "";
    }*/
}

.select-input select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox label,
.custom-checkbox .disable,
.custom-checkbox .rf-label {
  position: relative;
  padding: 10px;
  margin: 0;
  font-size: 1.6em;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.text-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.text-input input {
  width: 70%;
  font-size: 1.6em;
  border: 1px solid #DDDDDD;
  padding: 10px;
}

.text-input .add-btn {
  position: relative;
  display: inline-block;
  width: 168px;
  text-align: center;
  font-size: 1.8em;
  margin-top: 7px;
  cursor: pointer;
}

.text-input .add-btn:before {
  font-size: 1.6em;
  margin-right: 5px;
  content: '+';
}

.custom-checkbox label.active {
  background-color: #FFF2D6;
  background-image: url(images/orange-check@2x.png);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 98% center;
}

.rf-tag {
  position: relative;
  display: none;
  min-width: 125px;
  font-size: 14px;
  border: 1px solid #dddddd;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 5px 5px 0;
  cursor: pointer;
  z-index: 2;
}

.rf-tag:hover {
  background-color: #fafafa;
}

.rf-tag.active {
  display: inline-block;
}

.rfp-default {
  position: absolute;
  display: block;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.remove-btn {
  width: 20px;
  height: 20px;
  background-image: url(images/close@2x.png);
  background-size: 12px;
  margin-left: 5px;
  float: right;
  cursor: pointer;
  z-index: 99;
}

.dropdown-btn {
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: url(images/dropdown-arrow@2x.png);
  background-size: 10px;
  cursor: pointer;
}

.rf-select-block .select-input {
  background: none;
  background-color: #fff;
}

.rf-row input:focus,
.rf-row select:focus {
  border: 1px solid #6fd4ff;
  -webkit-box-shadow: 0 0 2px rgba(111, 212, 255, 0.3);
          box-shadow: 0 0 2px rgba(111, 212, 255, 0.3);
}

.landing-btns {
  display: none;
}

.page-template-page-landing .header {
  background-color: #FFF2D6;
  border: 0;
  padding: 2% 0;
}

.page-template-page-landing .logo {
  display: none;
}

.page-template-page-landing .header-right {
  width: 100%;
}

.page-template-page-landing .heading-btns {
  display: none;
}

.page-template-page-landing .landing-btns {
  display: block;
}

.button {
  display: inline-block;
}

/* used to set default load to show Option A until toggled */
.inactive {
  cursor: default !important;
}

h1 {
  font-family: "Helvetica", sans-serif;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.recorder-instructions {
  margin: 30px auto;
  width: 80%;
  padding: 5px 5px 20px 5px;
}

.step-1A,
.step-2A,
.step-3A,
.step-4A,
.step-5A {
  width: 90%;
  margin: auto;
}

.recorder-instructions > * > h2 {
  font-size: 16px;
  color: #1e1014;
  margin-bottom: 3px;
}

.recorder-instructions > * > p {
  margin: 0;
  font-size: 14px;
}

/* recorder buttons start */
.audio-record {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-content: center;*/
  vertical-align: middle;
}

.button-animate {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
            box-shadow: 0px 0px 3px 1px #ccc;
  }
  100% {
    -webkit-box-shadow: 0px 0px 3px 10px #ccc;
            box-shadow: 0px 0px 3px 10px #ccc;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
            box-shadow: 0px 0px 3px 1px #ccc;
  }
  100% {
    -webkit-box-shadow: 0px 0px 3px 10px #ccc;
            box-shadow: 0px 0px 3px 10px #ccc;
  }
}

.playback,
.playback-existing {
  display: inline-block;
  width: calc(100% - 200px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}

#audio-playback {
  width: 100%;
  height: 30px;
}

span.desc {
  display: none;
}

audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel {
  background-color: #fff;
}

.download {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 345px;
  text-align: right;
}

/*
.page-template-page-practice-records .download {
    width: 190px;
}
*/
#downloadButton {
  width: 100%;
  text-decoration: none;
}

#downloadContainer {
  font-size: 1em;
  font-weight: bold;
  border: none;
  background-color: transparent;
}

.hidden {
  display: none;
}

/* recorder buttons end */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  padding: 5px 8px;
  background-color: #ffffff;
  color: #1b2b44;
  border: 1px solid #1b2b44;
  text-align: left;
  border-radius: 6px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  margin-left: 0;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  font-size: 1.6em;
  padding: 7px 5px;
}

#um_field_93_year-of-study .select2.select2-container .select2-selection {
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: 99% center !important;
  background-image: url(images/dropdown-arrow@2x.png) !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow:before {
  display: none !important;
}

.um-field-label label {
  display: inline-block;
  font-weight: 400 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  min-width: 125px;
  border: 1px solid #dddddd !important;
  background-color: #f1f1f1 !important;
  font-size: 16px;
  border-radius: 3px;
  padding: 0 25px 0 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none !important;
}

#um_field_93_interpreting-course-taken .select2-selection__rendered,
.um-profile .select2-container--default .select2-selection--single .select2-selection__rendered,
.um-profile .select2-selection__rendered {
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 99% center;
  background-image: url(images/dropdown-arrow@2x.png);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 5px;
  font-size: 20px;
  font-weight: 400 !important;
}

.um-cover {
  display: none;
}

.um {
  font-size: 10px !important;
}

.personal-sidebar .um-profile-photo {
  width: 100%;
  height: 98px;
  float: unset;
  margin: auto;
}

.personal-sidebar .um-profile-photo a.um-profile-photo-img {
  position: relative;
  float: unset;
}

.personal-sidebar .um-main-meta {
  padding: 0;
}

.personal-sidebar .um-profile-meta {
  padding: 0;
  padding-left: 0 !important;
  margin: 5% 0;
}

.personal-sidebar .um-profile-nav {
  padding: 0;
  background-color: #fff;
}

.personal-sidebar .um-header {
  border-bottom: 0;
}

.um-95.um .um-profile-photo a.um-profile-photo-img {
  display: block;
  margin: auto;
  top: 0 !important;
  width: 98px !important;
  height: 98px !important;
}

.um-dropdown {
  left: 38% !important;
}

.personal-sidebar .um-name {
  float: unset;
  margin-right: 0;
  font-size: 14px !important;
}

.personal-sidebar .um-name a {
  font-weight: 400 !important;
  font-size: 1em;
  color: #1a2c44 !important;
}

.personal-sidebar .um-name a:before {
  content: "@";
}

.uc-links .um-profile-nav-item {
  width: 100%;
}

.uc-links .um-profile-nav-item a {
  width: 81%;
  margin: 0;
  padding: 7% 14%;
  text-align: left;
}

.uc-links .um-profile-nav-item.active a {
  background: #1b2b44 !important;
  border-radius: 0;
}

.uc-links .um-profile-nav-item.active a span {
  color: #fff;
}

.uc-links .um-profile-nav-item.active a i {
  display: none;
}

.uc-links .um-profile-nav-item span.title {
  color: #1A2C44;
  font-size: 16px;
  font-weight: 500;
}

.um-meta-text,
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.um-profile-edit {
  display: block;
  top: 6px !important;
  position: relative !important;
  text-align: right;
}

.um-profile-edit .um-dropdown li:nth-child(2) {
  display: none;
}

.um-field .wb-top {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.um-field .wb-top h2 {
  font-size: 19px;
  font-weight: 400 !important;
  color: #1A2C44;
}

.um-profile .wb-top {
  margin-bottom: 10px;
}

.um-profile .um-field-block {
  margin-bottom: 0;
}

.um-profile .um-field-value {
  font-size: 14px;
}

.um-profile .b {
  display: none;
}

.um-profile .um-meta span:first-child {
  color: #1A2C44;
  margin: 5px 0;
}

.um-profile .um-meta span:first-child:before {
  content: '@';
}

.um-profile.um-viewing .um-field-label {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding: 0;
}

.account-form .um-field {
  padding: 0;
}

.account-form .um-field-label {
  display: inline-block;
  width: 35%;
  text-align: right;
  margin-right: 4%;
  color: #373A3C;
  vertical-align: middle;
  font-size: 14px !important;
}

.account-form .um-field-area {
  display: inline-block;
  width: 59%;
  color: #818A91;
  vertical-align: middle;
}

.account-form .um-field-area input {
  border: 1px solid #DDDDDD;
  padding: 5px 5px 5px 10px;
}

.account-form .select2.select2-container .select2-selection {
  font-size: 14px !important;
  height: 29px;
}

.account-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}

.account-form input,
.account-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 14px;
}

.account-form input[type=submit].um-button {
  background-color: #1b2b44 !important;
  float: right;
  padding: 10px 35px;
  font-size: 19px;
  border-radius: 30px !important;
  -webkit-transition: .3 ease-in-out;
  transition: .3 ease-in-out;
}

.account-form input[type=submit].um-button:hover {
  background-color: #2e4a6f !important;
}

.um-form .account-form input[type=text] {
  height: 29px !important;
  font-size: 14px !important;
  height: 29px !important;
}

.um-right a.um-button {
  padding: 10px 35px !important;
  font-size: 16px;
  border-radius: 30px !important;
}

.account-form .um-field-label label {
  font-size: 14px !important;
}

.uc-links .um-profile-nav-item:hover {
  border-radius: 0 !important;
}

.uc-links .um-profile-nav-item:hover span.title {
  color: #fff;
}

.uc-links .um-profile-nav-item:hover a {
  border-radius: 0 !important;
  background-color: #1A2C44 !important;
}

.uc-links .um-profile-nav-item:hover i {
  display: none;
}

#reply-title,
.logged-in-as,
.comment-form-comment {
  display: none;
}

.form-submit {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #1A2C44;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.form-submit input[type="submit"] {
  background-color: transparent;
}

.acf-comment-fields .acf-field {
  font-size: 1.4em;
}

.acf-comment-fields .acf-field .acf-label {
  width: 35%;
  text-align: right;
  margin-right: 4%;
  color: #373a3c;
}

.acf-comment-fields .acf-field .acf-label label {
  font-weight: 400;
}

.acf-comment-fields .acf-field .acf-input {
  width: 59%;
  color: #818a91;
  border: 1px solid #dddddd;
  padding: 5px 5px 5px 10px;
  font-size: 1em;
}

.top-bottom .form-submit {
  position: absolute;
  display: none;
  left: 53%;
  top: 69px;
}

.page-template-page-filter-speeches .content {
  background-color: #fff;
}

.button-container {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.button-container .button {
  background-color: #1A2C44;
  color: #fff;
  width: 100%;
  padding: 10px 35px;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  cursor: pointer;
}

/*** Audio ***/
.audio-player {
  --player-button-width: 3em;
  --sound-button-width: 2em;
  --space: 2%;
  width: 100%;
}

.audio-icon {
  width: 90%;
  height: 90%;
}

.audio-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.st0 {
  fill: #182C44;
}

.st1 {
  fill: #FFFFFF;
}

.player-button {
  background-color: transparent;
  border: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  padding: 0;
  margin-right: 4%;
}

.timeline {
  -webkit-appearance: none;
  width: calc(100% - (var(--space) + var(--player-button-width) + var(--space)));
  background-color: #e5e5e5;
  border-radius: 5px;
  background-size: 0% 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b2b44), to(#1b2b44));
  background-image: linear-gradient(#1b2b44, #1b2b44);
  background-repeat: no-repeat;
  margin-right: var(--space);
  height: 8px;
  background-color: #999;
  border-radius: 10px;
}

.timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .1s;
  transition: all .1s;
  background-color: #1b2b44;
}

.timeline::-moz-range-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .1s;
  transition: all .1s;
  background-color: #1b2b44;
}

.timeline::-ms-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .1s;
  transition: all .1s;
  background-color: #1b2b44;
}

.timeline::-webkit-slider-thumb:hover {
  background-color: #943f65;
}

.timeline:hover::-webkit-slider-thumb {
  opacity: 1;
}

.timeline::-moz-range-thumb:hover {
  background-color: #943f65;
}

.timeline:hover::-moz-range-thumb {
  opacity: 1;
}

.timeline::-ms-thumb:hover {
  background-color: #943f65;
}

.timeline:hover::-ms-thumb {
  opacity: 1;
}

.timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.sound-button {
  background-color: transparent;
  border: 0;
  width: var(--sound-button-width);
  height: var(--sound-button-width);
  cursor: pointer;
  padding: 0;
}

.share-block {
  width: 100%;
  max-width: 700px;
}

.audio-link-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audio-link-row {
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin: 3em 0;
  width: 100%;
  font-size: 1.6em;
}

.audio-link-row input {
  width: 100%;
}

.audio-link-section button {
  background-color: #1A2C44;
  border: 1px solid #1A2C44;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
  width: auto;
  padding: 10px 25px;
  border-radius: 3px;
  cursor: pointer;
  height: 44px;
}

.audio-link-section button:hover {
  opacity: .8;
}

.sort-button {
  width: 28px;
  height: 28px;
  background-image: url(images/sort.png);
  background-size: 20px;
  border: 1px solid #1A2C44;
  border-radius: 3px;
  cursor: pointer;
}

body:after {
  content: '';
  transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  z-index: 2;
}

body.fixed {
  position: fixed;
  width: 100%;
  /* &:after {
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(100% + 150px);
        background-color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }
        */
}

body.fixed .main-menu-mask {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% + 150px);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.ts-tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 250px;
  background-color: #F3F3F3;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-size: 1.6em;
  text-align: left;
  z-index: 3;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ts-tooltip.active {
  opacity: 1;
  visibility: visible;
}

.tooltip__arrow {
  width: 34px;
  height: 17px;
  position: absolute;
  top: 100%;
  left: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

.tooltip__arrow::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f3f3f3;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.6);
}

.tooltip__arrow.left {
  top: 12px;
  left: -8px;
  transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}

.next-btn {
  display: inline-block;
  background-color: #369bdd;
  color: #fff;
  padding: 5px 12px;
  float: right;
  margin-top: 15px;
  border-radius: 20px;
  cursor: pointer;
}

.ts-tooltip-1 {
  top: 22%;
  left: 15%;
}

.ts-tooltip-2 {
  bottom: 72px;
  left: 2%;
}

.ts-tooltip-3 {
  top: 96px;
  left: 40%;
}

.ts-tooltip-4 {
  top: 19%;
  left: 62%;
}

.ts-tooltip-5 {
  top: 19%;
  left: 58%;
}

/* MOBILE */
.main-menu-mask,
.main-menu-button,
.main-menu-top,
.main-menu-button,
.menu-close,
.filter-button-mb,
.ft-tabs-mb,
.ft-rows .submit-btn-container,
.sort-button,
.sr-tag-mb,
.logo-mobile,
.sort-mobile,
.ft-domain-mobile,
.filter-subheading {
  display: none;
}
/*# sourceMappingURL=style.css.map */