@charset "UTF-8";
/* @import "vendor/bootstrap"; */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%; /* Part 1: Set a maxium relative to the parent */
  width: auto\9 ; /* IE7-8 need help adjusting responsive images */
  height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

a {
  color: #08c;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span1 {
  width: 60px;
}

.span2 {
  width: 140px;
}

.span3 {
  width: 220px;
}

.span4 {
  width: 300px;
}

.span5 {
  width: 380px;
}

.span6 {
  width: 460px;
}

.span7 {
  width: 540px;
}

.span8 {
  width: 620px;
}

.span9 {
  width: 700px;
}

.span10 {
  width: 780px;
}

.span11 {
  width: 860px;
}

.span12 {
  width: 940px;
}

.offset1 {
  margin-left: 100px;
}

.offset2 {
  margin-left: 180px;
}

.offset3 {
  margin-left: 260px;
}

.offset4 {
  margin-left: 340px;
}

.offset5 {
  margin-left: 420px;
}

.offset6 {
  margin-left: 500px;
}

.offset7 {
  margin-left: 580px;
}

.offset8 {
  margin-left: 660px;
}

.offset9 {
  margin-left: 740px;
}

.offset10 {
  margin-left: 820px;
}

.offset11 {
  margin-left: 900px;
}

.offset12 {
  margin-left: 980px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.1276595745%;
}
.row-fluid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}
.row-fluid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}
.row-fluid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}
.row-fluid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}
.row-fluid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}
.row-fluid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}
.row-fluid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}
.row-fluid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}
.row-fluid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}
.row-fluid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}
.row-fluid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}
.row-fluid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}
.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}
.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}
.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}
.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}
.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}
.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}
.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}
.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}
.row-fluid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}
.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

[class*=span].hide,
.row-fluid [class*=span].hide {
  display: none;
}

[class*=span].pull-right,
.row-fluid [class*=span].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: gray;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ; /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  *margin-top: 0; /* IE7 */
  margin-top: 1px \9 ; /* IE8-9 */
  line-height: normal;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px; /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append input[class*=span],
.input-append .uneditable-input[class*=span],
.input-prepend input[class*=span],
.input-prepend .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .input-append [class*=span] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 20px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

.controls-row {
  *zoom: 1;
}
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}

.controls-row [class*=span],
.row-fluid .controls-row [class*=span] {
  float: left;
}

.controls-row .checkbox[class*=span],
.controls-row .radio[class*=span] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append a.dnnTertiaryAction,
.input-append button.dnnTertiaryAction,
.input-append .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .input-append button,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend a.dnnTertiaryAction,
.input-prepend button.dnnTertiaryAction,
.input-prepend .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .input-prepend button,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn,
.input-prepend a.dnnTertiaryAction,
.input-prepend button.dnnTertiaryAction,
.input-prepend .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .input-prepend button {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend a.dnnTertiaryAction:first-child,
.input-prepend button.dnnTertiaryAction:first-child,
.input-prepend .dnnFormPopup .ui-dialog-buttonpane button:first-child,
.dnnFormPopup .ui-dialog-buttonpane .input-prepend button:first-child {
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child, .input-append input + .btn-group a.dnnTertiaryAction:last-child, .input-append input + .btn-group button.dnnTertiaryAction:last-child, .input-append input + .btn-group .dnnFormPopup .ui-dialog-buttonpane button:last-child, .dnnFormPopup .ui-dialog-buttonpane .input-append input + .btn-group button:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append select + .btn-group a.dnnTertiaryAction:last-child,
.input-append select + .btn-group button.dnnTertiaryAction:last-child,
.input-append select + .btn-group .dnnFormPopup .ui-dialog-buttonpane button:last-child,
.dnnFormPopup .ui-dialog-buttonpane .input-append select + .btn-group button:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group a.dnnTertiaryAction:last-child,
.input-append .uneditable-input + .btn-group button.dnnTertiaryAction:last-child,
.input-append .uneditable-input + .btn-group .dnnFormPopup .ui-dialog-buttonpane button:last-child,
.dnnFormPopup .ui-dialog-buttonpane .input-append .uneditable-input + .btn-group button:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append a.dnnTertiaryAction,
.input-append button.dnnTertiaryAction,
.input-append .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .input-append button,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append a.dnnTertiaryAction:last-child,
.input-append button.dnnTertiaryAction:last-child,
.input-append .dnnFormPopup .ui-dialog-buttonpane button:last-child,
.dnnFormPopup .ui-dialog-buttonpane .input-append button:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group a.dnnTertiaryAction, .input-prepend.input-append input + .btn-group button.dnnTertiaryAction, .input-prepend.input-append input + .btn-group .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .input-prepend.input-append input + .btn-group button,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append select + .btn-group a.dnnTertiaryAction,
.input-prepend.input-append select + .btn-group button.dnnTertiaryAction,
.input-prepend.input-append select + .btn-group .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .input-prepend.input-append select + .btn-group button,
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group a.dnnTertiaryAction,
.input-prepend.input-append .uneditable-input + .btn-group button.dnnTertiaryAction,
.input-prepend.input-append .uneditable-input + .btn-group .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .input-prepend.input-append .uneditable-input + .btn-group button {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append a.dnnTertiaryAction:first-child,
.input-prepend.input-append button.dnnTertiaryAction:first-child,
.input-prepend.input-append .dnnFormPopup .ui-dialog-buttonpane button:first-child,
.dnnFormPopup .ui-dialog-buttonpane .input-prepend.input-append button:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append a.dnnTertiaryAction:last-child,
.input-prepend.input-append button.dnnTertiaryAction:last-child,
.input-prepend.input-append .dnnFormPopup .ui-dialog-buttonpane button:last-child,
.dnnFormPopup .ui-dialog-buttonpane .input-prepend.input-append button:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ; /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}

.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn, .form-search .input-append a.dnnTertiaryAction, .form-search .input-append button.dnnTertiaryAction, .form-search .input-append .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .form-search .input-append button {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn, .form-search .input-prepend a.dnnTertiaryAction, .form-search .input-prepend button.dnnTertiaryAction, .form-search .input-prepend .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .form-search .input-prepend button {
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*=span],
table th[class*=span],
.row-fluid table td[class*=span],
.row-fluid table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* @import "vendor/bootstrap/sprites"; */
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0077b3));
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0088CC", endColorstr="#FF0077B3", GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0077b3));
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0088CC", endColorstr="#FF0077B3", GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* @import "vendor/bootstrap/buttons"; */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn, .btn-toolbar > a.dnnTertiaryAction + .btn, .btn-toolbar > button.dnnTertiaryAction + .btn, .dnnFormPopup .ui-dialog-buttonpane .btn-toolbar > button + .btn, .btn-toolbar > .btn + a.dnnTertiaryAction, .btn-toolbar > a.dnnTertiaryAction + a.dnnTertiaryAction, .btn-toolbar > button.dnnTertiaryAction + a.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-toolbar > button + a.dnnTertiaryAction, .btn-toolbar > .btn + button.dnnTertiaryAction, .btn-toolbar > a.dnnTertiaryAction + button.dnnTertiaryAction, .btn-toolbar > button.dnnTertiaryAction + button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-toolbar > .btn + button, .dnnFormPopup .ui-dialog-buttonpane .btn-toolbar > a.dnnTertiaryAction + button, .dnnFormPopup .ui-dialog-buttonpane .btn-toolbar > button + button,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + a.dnnTertiaryAction,
.btn-toolbar > .btn-group + button.dnnTertiaryAction,
.dnnFormPopup .ui-dialog-buttonpane .btn-toolbar > .btn-group + button,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > a.dnnTertiaryAction + .btn-group,
.btn-toolbar > button.dnnTertiaryAction + .btn-group,
.dnnFormPopup .ui-dialog-buttonpane .btn-toolbar > button + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn, .btn-group > a.dnnTertiaryAction, .btn-group > button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button {
  position: relative;
  border-radius: 0;
}

.btn-group > .btn + .btn, .btn-group > a.dnnTertiaryAction + .btn, .btn-group > button.dnnTertiaryAction + .btn, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button + .btn, .btn-group > .btn + a.dnnTertiaryAction, .btn-group > a.dnnTertiaryAction + a.dnnTertiaryAction, .btn-group > button.dnnTertiaryAction + a.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button + a.dnnTertiaryAction, .btn-group > .btn + button.dnnTertiaryAction, .btn-group > a.dnnTertiaryAction + button.dnnTertiaryAction, .btn-group > button.dnnTertiaryAction + button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-group > .btn + button, .dnnFormPopup .ui-dialog-buttonpane .btn-group > a.dnnTertiaryAction + button, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button + button {
  margin-left: -1px;
}

.btn-group > .btn, .btn-group > a.dnnTertiaryAction, .btn-group > button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini, .btn-group > .ya-btn-edit {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child, .btn-group > a.dnnTertiaryAction:first-child, .btn-group > button.dnnTertiaryAction:first-child, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child, .btn-group > a.dnnTertiaryAction:last-child, .btn-group > button.dnnTertiaryAction:last-child, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child, .btn-group > a.large.dnnTertiaryAction:first-child, .btn-group > button.large.dnnTertiaryAction:first-child, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child, .btn-group > a.large.dnnTertiaryAction:last-child, .btn-group > button.large.dnnTertiaryAction:last-child, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover, .btn-group > a.dnnTertiaryAction:hover, .btn-group > button.dnnTertiaryAction:hover, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button:hover,
.btn-group > .btn:focus,
.btn-group > a.dnnTertiaryAction:focus,
.btn-group > button.dnnTertiaryAction:focus,
.dnnFormPopup .ui-dialog-buttonpane .btn-group > button:focus,
.btn-group > .btn:active,
.btn-group > a.dnnTertiaryAction:active,
.btn-group > button.dnnTertiaryAction:active,
.dnnFormPopup .ui-dialog-buttonpane .btn-group > button:active,
.btn-group > .btn.active,
.btn-group > a.active.dnnTertiaryAction,
.btn-group > button.active.dnnTertiaryAction,
.dnnFormPopup .ui-dialog-buttonpane .btn-group > button.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > a.dnnTertiaryAction + .dropdown-toggle, .btn-group > button.dnnTertiaryAction + .dropdown-toggle, .dnnFormPopup .ui-dialog-buttonpane .btn-group > button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle, .btn-group > .ya-btn-edit + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle, .btn-group.open a.dropdown-toggle.dnnTertiaryAction, .btn-group.open button.dropdown-toggle.dnnTertiaryAction, .btn-group.open .dnnFormPopup .ui-dialog-buttonpane button.dropdown-toggle, .dnnFormPopup .ui-dialog-buttonpane .btn-group.open button.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle, .btn-group.open .dropdown-toggle.ya-btn-edit {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret, a.dnnTertiaryAction .caret, button.dnnTertiaryAction .caret, .dnnFormPopup .ui-dialog-buttonpane button .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret, .ya-btn-edit .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.ya-btn-edit .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-group-vertical > .btn, .btn-group-vertical > a.dnnTertiaryAction, .btn-group-vertical > button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-group-vertical > button {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > a.dnnTertiaryAction + .btn, .btn-group-vertical > button.dnnTertiaryAction + .btn, .dnnFormPopup .ui-dialog-buttonpane .btn-group-vertical > button + .btn, .btn-group-vertical > .btn + a.dnnTertiaryAction, .btn-group-vertical > a.dnnTertiaryAction + a.dnnTertiaryAction, .btn-group-vertical > button.dnnTertiaryAction + a.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-group-vertical > button + a.dnnTertiaryAction, .btn-group-vertical > .btn + button.dnnTertiaryAction, .btn-group-vertical > a.dnnTertiaryAction + button.dnnTertiaryAction, .btn-group-vertical > button.dnnTertiaryAction + button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .btn-group-vertical > .btn + button, .dnnFormPopup .ui-dialog-buttonpane .btn-group-vertical > a.dnnTertiaryAction + button, .dnnFormPopup .ui-dialog-buttonpane .btn-group-vertical > button + button {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical > .btn:first-child, .btn-group-vertical > a.dnnTertiaryAction:first-child, .btn-group-vertical > button.dnnTertiaryAction:first-child, .dnnFormPopup .ui-dialog-buttonpane .btn-group-vertical > button:first-child {
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child, .btn-group-vertical > a.dnnTertiaryAction:last-child, .btn-group-vertical > button.dnnTertiaryAction:last-child, .dnnFormPopup .ui-dialog-buttonpane .btn-group-vertical > button:last-child {
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF2F2F2", GradientType=0);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

.navbar-link {
  color: #777;
}
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

.navbar .btn, .navbar a.dnnTertiaryAction, .navbar button.dnnTertiaryAction, .navbar .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .navbar button,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn, .navbar .btn-group a.dnnTertiaryAction, .navbar .btn-group button.dnnTertiaryAction, .navbar .btn-group .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .navbar .btn-group button,
.navbar .input-prepend .btn,
.navbar .input-prepend a.dnnTertiaryAction,
.navbar .input-prepend button.dnnTertiaryAction,
.navbar .input-prepend .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .navbar .input-prepend button,
.navbar .input-append .btn,
.navbar .input-append a.dnnTertiaryAction,
.navbar .input-append button.dnnTertiaryAction,
.navbar .input-append .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .navbar .input-append button,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn,
.navbar-form a.dnnTertiaryAction,
.navbar-form button.dnnTertiaryAction,
.navbar-form .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .navbar-form button {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type=image],
.navbar-form input[type=checkbox],
.navbar-form input[type=radio] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2F2F2", endColorstr="#FFE6E6E6", GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9 ;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF222222", endColorstr="#FF111111", GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#040404));
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF151515", endColorstr="#FF040404", GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9 ;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999; /* IE6-7 */
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer a.dnnTertiaryAction + .btn, .modal-footer button.dnnTertiaryAction + .btn, .modal-footer .dnnFormPopup .ui-dialog-buttonpane button + .btn, .dnnFormPopup .ui-dialog-buttonpane .modal-footer button + .btn, .modal-footer .btn + a.dnnTertiaryAction, .modal-footer a.dnnTertiaryAction + a.dnnTertiaryAction, .modal-footer button.dnnTertiaryAction + a.dnnTertiaryAction, .modal-footer .dnnFormPopup .ui-dialog-buttonpane button + a.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .modal-footer button + a.dnnTertiaryAction, .modal-footer .btn + button.dnnTertiaryAction, .modal-footer a.dnnTertiaryAction + button.dnnTertiaryAction, .modal-footer button.dnnTertiaryAction + button.dnnTertiaryAction, .modal-footer .dnnFormPopup .ui-dialog-buttonpane .btn + button, .dnnFormPopup .ui-dialog-buttonpane .modal-footer .btn + button, .modal-footer .dnnFormPopup .ui-dialog-buttonpane a.dnnTertiaryAction + button, .dnnFormPopup .ui-dialog-buttonpane .modal-footer a.dnnTertiaryAction + button, .modal-footer .dnnFormPopup .ui-dialog-buttonpane button + button, .dnnFormPopup .ui-dialog-buttonpane .modal-footer button + button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group a.dnnTertiaryAction + .btn, .modal-footer .btn-group button.dnnTertiaryAction + .btn, .modal-footer .btn-group .dnnFormPopup .ui-dialog-buttonpane button + .btn, .dnnFormPopup .ui-dialog-buttonpane .modal-footer .btn-group button + .btn, .modal-footer .btn-group .btn + a.dnnTertiaryAction, .modal-footer .btn-group a.dnnTertiaryAction + a.dnnTertiaryAction, .modal-footer .btn-group button.dnnTertiaryAction + a.dnnTertiaryAction, .modal-footer .btn-group .dnnFormPopup .ui-dialog-buttonpane button + a.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .modal-footer .btn-group button + a.dnnTertiaryAction, .modal-footer .btn-group .btn + button.dnnTertiaryAction, .modal-footer .btn-group a.dnnTertiaryAction + button.dnnTertiaryAction, .modal-footer .btn-group button.dnnTertiaryAction + button.dnnTertiaryAction, .modal-footer .btn-group .dnnFormPopup .ui-dialog-buttonpane .btn + button, .dnnFormPopup .ui-dialog-buttonpane .modal-footer .btn-group .btn + button, .modal-footer .btn-group .dnnFormPopup .ui-dialog-buttonpane a.dnnTertiaryAction + button, .dnnFormPopup .ui-dialog-buttonpane .modal-footer .btn-group a.dnnTertiaryAction + button, .modal-footer .btn-group .dnnFormPopup .ui-dialog-buttonpane button + button, .dnnFormPopup .ui-dialog-buttonpane .modal-footer .btn-group button + button {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.ya_video-player-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 3000;
}
.ya_video-player-overlay .ya_video-player-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: white;
  max-width: 800px;
}
@media (min-width: 768px) {
  .ya_video-player-overlay .ya_video-player-modal {
    padding: 5px;
    width: 80%;
  }
}
.ya_video-player-overlay .ya_video-player-modal .ya_video-player-close {
  position: absolute;
  top: 13px;
  right: 9px;
  width: 40px;
  height: 30px;
  opacity: 0.3;
  font-size: 24px;
  line-height: 28px;
  z-index: 100;
  display: block;
  background-color: white;
  color: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .ya_video-player-overlay .ya_video-player-modal .ya_video-player-close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

.label {
  border-radius: 3px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-important {
  background-color: #b94a48;
}

.label-important[href] {
  background-color: #953b39;
}

.label-warning {
  background-color: #f89406;
}

.label-warning[href] {
  background-color: #c67605;
}

.label-success {
  background-color: #468847;
}

.label-success[href] {
  background-color: #356635;
}

.label-info {
  background-color: #3a87ad;
}

.label-info[href] {
  background-color: #2d6987;
}

.label-inverse {
  background-color: #333;
}

.label-inverse[href] {
  background-color: #1a1a1a;
}

.badge-important {
  background-color: #b94a48;
}

.badge-important[href] {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning[href] {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success[href] {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info[href] {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333;
}

.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label, a.dnnTertiaryAction .label, button.dnnTertiaryAction .label, .dnnFormPopup .ui-dialog-buttonpane button .label,
.btn .badge,
a.dnnTertiaryAction .badge,
button.dnnTertiaryAction .badge,
.dnnFormPopup .ui-dialog-buttonpane button .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label, .ya-btn-edit .label,
.btn-mini .badge,
.ya-btn-edit .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF5F5F5", endColorstr="#FFF9F9F9", GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF149BDF", endColorstr="#FF0480BE", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEE5F5B", endColorstr="#FFC43C35", GradientType=0);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF62C462", endColorstr="#FF57A957", GradientType=0);
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5BC0DE", endColorstr="#FF339BB9", GradientType=0);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFBB450", endColorstr="#FFF89406", GradientType=0);
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

/* @import "vendor/bootstrap/hero-unit"; */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span1 {
    width: 70px;
  }
  .span2 {
    width: 170px;
  }
  .span3 {
    width: 270px;
  }
  .span4 {
    width: 370px;
  }
  .span5 {
    width: 470px;
  }
  .span6 {
    width: 570px;
  }
  .span7 {
    width: 670px;
  }
  .span8 {
    width: 770px;
  }
  .span9 {
    width: 870px;
  }
  .span10 {
    width: 970px;
  }
  .span11 {
    width: 1070px;
  }
  .span12 {
    width: 1170px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641%;
    *margin-left: 2.5109110747%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.5641025641%;
  }
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9297144935%;
  }
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4767230406%;
  }
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0237315876%;
  }
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5707401346%;
  }
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1177486816%;
  }
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6647572286%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0047281324%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.4406255683%;
  }
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5517366794%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9876341153%;
  }
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.0987452264%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.5346426623%;
  }
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6457537734%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0816512093%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1927623204%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
    *margin-left: 42.6286597563%;
  }
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7397708674%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
    *margin-left: 51.1756683033%;
  }
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2867794144%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
    *margin-left: 59.7226768503%;
  }
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8337879614%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
    *margin-left: 68.2696853973%;
  }
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3807965085%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
    *margin-left: 76.8166939444%;
  }
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9278050555%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
    *margin-left: 85.3637024914%;
  }
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4748136025%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
    *margin-left: 93.9107110384%;
  }
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0218221495%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.4577195854%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 30px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span1 {
    width: 42px;
  }
  .span2 {
    width: 104px;
  }
  .span3 {
    width: 166px;
  }
  .span4 {
    width: 228px;
  }
  .span5 {
    width: 290px;
  }
  .span6 {
    width: 352px;
  }
  .span7 {
    width: 414px;
  }
  .span8 {
    width: 476px;
  }
  .span9 {
    width: 538px;
  }
  .span10 {
    width: 600px;
  }
  .span11 {
    width: 662px;
  }
  .span12 {
    width: 724px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
    *margin-left: 2.7092394499%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.7624309392%;
  }
  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }
  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }
  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }
  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }
  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }
  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }
  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }
  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }
  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }
  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2195838721%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4571529329%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0206888445%;
  }
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5842247561%;
  }
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1477606677%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7112965793%;
  }
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2748324909%;
  }
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8383684025%;
  }
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4019043141%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9654402257%;
  }
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5289761373%;
  }
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0925120489%;
  }
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6560479605%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 20px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*=span],
  .uneditable-input[class*=span],
  .row-fluid [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=offset]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*=span],
  select[class*=span],
  textarea[class*=span],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*=span],
  .input-append input[class*=span] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*=span] + [class*=span] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type=checkbox],
  input[type=radio] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 3px;
  }
  .nav-collapse .btn, .nav-collapse a.dnnTertiaryAction, .nav-collapse button.dnnTertiaryAction, .nav-collapse .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .nav-collapse button {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*! jQuery UI - v1.10.1 - 2013-02-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
  text-decoration: none;
}
.ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* right-aligned */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  /*     background: url("images/animated-overlay.gif"); */
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

/* For IE8 - See #6727 */
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a {
  cursor: pointer;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("../png/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("../png/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("../png/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("../png/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a {
  color: #c77405;
  text-decoration: none;
}
.ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: white url("../png/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a {
  color: #eb8f00;
  text-decoration: none;
}
.ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("../png/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("../png/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
  background-image: url("../png/ui-icons_222222_256x240.png");
}

.ui-widget-content .ui-icon {
  background-image: url("../png/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../png/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url("../png/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../png/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../png/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("../png/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: black url("../png/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

@font-face {
  font-family: "ProximaNova-RegularIt";
  src: url("../eot/27ba9b_0_0.eot");
  src: url("../eot/27ba9b_0_0d41d.eot?#iefix") format("embedded-opentype"), url("../woff/27ba9b_0_0.woff") format("woff"), url("../ttf/27ba9b_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("../eot/27ba9b_1_0.eot");
  src: url("../eot/27ba9b_1_0d41d.eot?#iefix") format("embedded-opentype"), url("../woff/27ba9b_1_0.woff") format("woff"), url("../ttf/27ba9b_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../eot/27ba9b_2_0.eot");
  src: url("../eot/27ba9b_2_0d41d.eot?#iefix") format("embedded-opentype"), url("../woff/27ba9b_2_0.woff") format("woff"), url("../ttf/27ba9b_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../eot/27ba9b_3_0.eot");
  src: url("../eot/27ba9b_3_0d41d.eot?#iefix") format("embedded-opentype"), url("../woff/27ba9b_3_0.woff") format("woff"), url("../ttf/27ba9b_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "YogaAlliance";
  src: url("../eot/yogaalliancev13.eot");
  src: url("../eot/yogaalliancev13d41d.eot?#iefix") format("embedded-opentype"), url("../woff/yogaalliancev13.woff") format("woff"), url("../ttf/yogaalliancev13.ttf") format("truetype"), url("../svg/yogaalliancev13.svg#YogaAlliance") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YogaAlliance2";
  src: url("../eot/yogaalliance2e0a7.eot?c2q45a");
  src: url("../eot/yogaalliance2d41d.eot?#iefixc2q45a") format("embedded-opentype"), url("../woff/yogaalliance2e0a7.woff?c2q45a") format("woff"), url("../ttf/yogaalliance2e0a7.ttf?c2q45a") format("truetype"), url("../svg/yogaalliance2e0a7.svg?c2q45a#YogaAlliance2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ya2icon-], [class*=" ya2icon-"] {
  font-family: "YogaAlliance2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ya2icon-google-plus2:before {
  content: "\ea89";
}

.ya2icon-linkedin:before {
  content: "\eac8";
}

[data-icon]:hover,
[data-icon] {
  font-family: "YogaAlliance";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: static;
  -moz-osx-font-smoothing: grayscale;
}

button[data-icon],
button[data-icon]:hover {
  font-family: "ProximaNova-Semibold";
}

[data-icon]:before {
  font-family: "YogaAlliance";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.ya-help.helpIcon {
  font-size: 18px;
  cursor: pointer;
}
.ya-help-icon {
  color: #E9B422 !important;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ya-help-icon {
    font-size: 18px;
  }
}
.ya-clock-icon {
  font-size: 20px;
  color: #B4341D;
}

.ya-check-icon {
  font-size: 20px;
  color: #39874C;
}

.ya-tick {
  font-size: 20px;
  color: #A1CC86;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "YogaAlliance";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark-circle2, .icon-checkmark2, .icon-cancel-circle-2, .icon-cancel-circle, .icon-plus-circle-2, .icon-plus-circle, .icon-minus-circle-2, .icon-minus-circle, .icon-twitter-old, .icon-facebook, .icon-open, .icon-laptop, .icon-megaphone, .icon-shop, .icon-signal, .icon-home-2, .icon-sort-numberic-desc, .icon-sort-amount-desc, .icon-sort-amount-asc, .icon-sort-numeric-asc, .icon-sort-alpha-desc, .icon-sort-alpha-asc, .icon-pencil-2, .icon-vcard, .icon-briefcase, .icon-sphere2, .icon-warning, .icon-newspaper, .icon-pencil, .icon-image, .icon-images, .icon-certificate, .icon-coin, .icon-envelop, .icon-clock, .icon-calendar-2, .icon-calendar, .icon-print, .icon-disk, .icon-undo, .icon-redo, .icon-bubbles, .icon-user, .icon-search, .icon-cog-2, .icon-cog, .icon-stats, .icon-dashboard, .icon-eye, .icon-eye-blocked, .icon-star, .icon-star-2, .icon-star-3, .icon-star-4, .icon-thumbs-up, .icon-resize, .icon-warning-2, .icon-question, .icon-question-2, .icon-plus, .icon-info, .icon-info-2, .icon-checkmark, .icon-enter, .icon-exit, .icon-checkbox-unchecked, .icon-radio-checked, .icon-filter, .icon-google-plus, .icon-instagram, .icon-pinterest, .icon-folder-open, .icon-file-pdf, .icon-stack, .icon-support, .icon-phone, .icon-busy, .icon-scale-up, .icon-scale-down, .icon-bars, .icon-leaf, .icon-arrow-right-2, .icon-arrow-left-2, .icon-arrow-up, .icon-arrow-right, .icon-arrow-down, .icon-arrow-left, .icon-radio-unchecked, .icon-linkedin, .icon-remove, .icon-home, .icon-inbox, .icon-tag, .icon-checkbox, .icon-double-angle-left, .icon-double-angle-right, .icon-mail-send {
  font-family: "YogaAlliance";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-checkmark-circle2:before {
  content: "4";
}

.icon-checkmark2:before {
  content: "3";
}

.icon-cancel-circle-2:before {
  content: "2";
}

.icon-cancel-circle:before {
  content: "1";
}

.icon-plus-circle-2:before {
  content: "V";
}

.icon-plus-circle:before {
  content: "U";
}

.icon-minus-circle-2:before {
  content: "X";
}

.icon-minus-circle:before {
  content: "W";
}

.icon-twitter-old:before {
  content: "|";
}

.icon-facebook:before {
  content: "7";
}

.icon-open:before {
  content: "[";
}

.icon-laptop:before {
  content: "\\";
}

.icon-megaphone:before {
  content: ".";
}

.icon-shop:before {
  content: ",";
}

.icon-signal:before {
  content: "?";
}

.icon-home-2:before {
  content: "f";
}

.icon-sort-numberic-desc:before {
  content: "\e600";
}

.icon-sort-amount-desc:before {
  content: "\e601";
}

.icon-sort-amount-asc:before {
  content: "\e602";
}

.icon-sort-numeric-asc:before {
  content: "\e603";
}

.icon-sort-alpha-desc:before {
  content: "\e604";
}

.icon-sort-alpha-asc:before {
  content: "\e605";
}

.icon-pencil-2:before {
  content: ")";
}

.icon-vcard:before {
  content: "s";
}

.icon-briefcase:before {
  content: "y";
}

.icon-sphere2:before {
  content: "=";
}

.icon-warning:before {
  content: "Q";
}

.icon-newspaper:before {
  content: "(";
}

.icon-pencil:before {
  content: "g";
}

.icon-image:before {
  content: "$";
}

.icon-images:before {
  content: "%";
}

.icon-certificate:before {
  content: "a";
}

.icon-coin:before {
  content: "i";
}

.icon-envelop:before {
  content: "l";
}

.icon-clock:before {
  content: "k";
}

.icon-calendar-2:before {
  content: "~";
}

.icon-calendar:before {
  content: "n";
}

.icon-print:before {
  content: "r";
}

.icon-disk:before {
  content: "<";
}

.icon-undo:before {
  content: ">";
}

.icon-redo:before {
  content: "{";
}

.icon-bubbles:before {
  content: "p";
}

.icon-user:before {
  content: "o";
}

.icon-search:before {
  content: "`";
}

.icon-cog-2:before {
  content: "u";
}

.icon-cog:before {
  content: "t";
}

.icon-stats:before {
  content: "w";
}

.icon-dashboard:before {
  content: "x";
}

.icon-eye:before {
  content: "5";
}

.icon-eye-blocked:before {
  content: "6";
}

.icon-star:before {
  content: "L";
}

.icon-star-2:before {
  content: "M";
}

.icon-star-3:before {
  content: "N";
}

.icon-star-4:before {
  content: "!";
}

.icon-thumbs-up:before {
  content: "K";
}

.icon-resize:before {
  content: "z";
}

.icon-warning-2:before {
  content: "R";
}

.icon-question:before {
  content: "S";
}

.icon-question-2:before {
  content: "T";
}

.icon-plus:before {
  content: "O";
}

.icon-info:before {
  content: "Y";
}

.icon-info-2:before {
  content: "Z";
}

.icon-checkmark:before {
  content: "P";
}

.icon-enter:before {
  content: "A";
}

.icon-exit:before {
  content: "B";
}

.icon-checkbox-unchecked:before {
  content: "H";
}

.icon-radio-checked:before {
  content: "I";
}

.icon-filter:before {
  content: "]";
}

.icon-google-plus:before {
  content: "&";
}

.icon-instagram:before {
  content: "^";
}

.icon-pinterest:before {
  content: "8";
}

.icon-folder-open:before {
  content: "}";
}

.icon-file-pdf:before {
  content: "9";
}

.icon-stack:before {
  content: "h";
}

.icon-support:before {
  content: "j";
}

.icon-phone:before {
  content: "@";
}

.icon-busy:before {
  content: "q";
}

.icon-scale-up:before {
  content: "*";
}

.icon-scale-down:before {
  content: "/";
}

.icon-bars:before {
  content: "v";
}

.icon-leaf:before {
  content: "b";
}

.icon-arrow-right-2:before {
  content: "'";
}

.icon-arrow-left-2:before {
  content: "#";
}

.icon-arrow-up:before {
  content: "C";
}

.icon-arrow-right:before {
  content: "D";
}

.icon-arrow-down:before {
  content: "E";
}

.icon-arrow-left:before {
  content: "F";
}

.icon-radio-unchecked:before {
  content: "J";
}

.icon-linkedin:before {
  content: "+";
}

.icon-remove:before {
  content: "0";
}

.icon-home:before {
  content: "e";
}

.icon-inbox:before {
  content: ":";
}

.icon-tag:before {
  content: ";";
}

.icon-checkbox:before {
  content: "G";
}

.icon-double-angle-left:before {
  content: "c";
}

.icon-double-angle-right:before {
  content: "d";
}

.icon-mail-send:before {
  content: "m";
}

body {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #4E453E;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  line-height: 1.1em;
}

h1 {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  color: #B4341D;
  padding-bottom: 4px;
  margin: 10px 0 40px;
}
@media (max-width: 979px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
}
h1.ya_with-search {
  margin-top: 60px;
}

h2 {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  padding-bottom: 4px;
  margin: 60px 0 15px;
}
@media (max-width: 979px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 22px;
  }
}

h3, legend {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
}
@media (max-width: 979px) {
  h3, legend {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3, legend {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  h3, legend {
    font-size: 18px;
  }
}

h3 {
  margin: 40px 0 10px;
}

h4 {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin: 30px 0 10px;
}

h5 {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin: 30px 0 10px;
}

h6 {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin: 30px 0 10px;
}

h1.ya_form-title, h2.ya_form-title, h3.ya_form-title {
  border-bottom: 1px solid #bababa;
  margin-bottom: 20px;
}
h1.ya_no-separator, h2.ya_no-separator, h3.ya_no-separator {
  border-bottom: none;
}

h1.ya_no-margins, h2.ya_no-margins, h3.ya_no-margins, h4.ya_no-margins, h5.ya_no-margins, h6.ya_no-margins {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h1.ya_slim-margins, h2.ya_slim-margins, h3.ya_slim-margins, h4.ya_slim-margins, h5.ya_slim-margins, h6.ya_slim-margins {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
h1.ya_no-paddings, h2.ya_no-paddings, h3.ya_no-paddings, h4.ya_no-paddings, h5.ya_no-paddings, h6.ya_no-paddings {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html body div h1.ya_medium-margins, html body div h2.ya_medium-margins, html body div h3.ya_medium-margins, html body div h4.ya_medium-margins, html body div h5.ya_medium-margins, html body div h6.ya_medium-margins {
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}
html body div h1.ya_medium-margins:first-child, html body div h2.ya_medium-margins:first-child, html body div h3.ya_medium-margins:first-child, html body div h4.ya_medium-margins:first-child, html body div h5.ya_medium-margins:first-child, html body div h6.ya_medium-margins:first-child {
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}
html body div h1.ya_large-margins, html body div h2.ya_large-margins, html body div h3.ya_large-margins, html body div h4.ya_large-margins, html body div h5.ya_large-margins, html body div h6.ya_large-margins {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}
html body div h1.ya_large-margins:first-child, html body div h2.ya_large-margins:first-child, html body div h3.ya_large-margins:first-child, html body div h4.ya_large-margins:first-child, html body div h5.ya_large-margins:first-child, html body div h6.ya_large-margins:first-child {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

h4.ya_form-title {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.ya-content-page h1, .ya-content-page h2, .ya-content-page h3, .ya-content-page h4, .ya-content-page h5, .ya-content-page h6, .ya-BareBones h1, .ya-BareBones h2, .ya-BareBones h3, .ya-BareBones h4, .ya-BareBones h5, .ya-BareBones h6 {
  margin: 10px 0;
  line-height: 1.1em;
  border-bottom: none;
}

h3.ya-column-header {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

.ya_word-break {
  word-wrap: break-word;
}

.small-lead {
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin: 23px 0;
}

.medium-lead {
  font-size: 18px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin: 20px 0 !important;
}

a,
a:active, a:visited {
  color: #B4341D;
  text-decoration: none;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
a:hover,
a:active:hover, a:visited:hover {
  color: #B4341D;
}

.ya-content-page a:visited {
  color: #B4341D;
}

strong {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

hr {
  margin: 20px 0;
  border-top: none;
  border-bottom: 1px solid #AFA58F;
}

blockquote p {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.25;
}

label.radio {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.muted {
  color: #aaa;
}

.ya-page-title {
  padding-bottom: 4px;
  margin: 15px 0 30px 0;
  border-bottom: 1px solid #BABABA;
  color: #B4341D;
}

.ya-subtitle {
  font-family: ProximaNova-RegularIt, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya-italic {
  font-family: ProximaNova-RegularIt, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya-tagline {
  color: #B4341D;
  font-size: 28px;
}

.btn span.ya_regmark, a.dnnTertiaryAction span.ya_regmark, button.dnnTertiaryAction span.ya_regmark, .dnnFormPopup .ui-dialog-buttonpane button span.ya_regmark {
  margin-right: 0 !important;
}

.ya-label {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  cursor: default;
}

.ya-value {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

label.ya-label {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya-total {
  color: #E7A241;
}

.ya-link, .ya-link:visited, .ya-link:active, .ya-link:link {
  color: #B4341D;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.ya-link:hover, .ya-link:focus {
  color: #B4341D;
  text-decoration: underline;
}

.ya-action, .ya-btn-delete, .ya-action:visited, .ya-action:active, .ya-action:link {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #B4341D !important;
  text-decoration: none;
}

.ya-action:hover, .ya-btn-delete:hover {
  text-decoration: underline;
}

.ya-action [data-icon="["], .ya-btn-delete [data-icon="["] {
  font-size: 12px;
  margin: 0;
}

.ya_context-action, .ya_context-action:visited, .ya_context-action:active, .ya_context-action:link {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #B4341D !important;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}

.ya_context-action:hover {
  text-decoration: underline;
}

.btn-link {
  color: #B4341D;
  padding: 0;
}

.ya-required, .ya-astrix {
  color: #B4341D;
  font-size: 22px;
  padding-left: 2px;
  line-height: 14px;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya-action.ya_detail, .ya_detail.ya-btn-delete {
  white-space: nowrap;
}
.ya-action.ya_detail:after, .ya_detail.ya-btn-delete:after {
  display: inline-block;
  margin-left: 4px;
  content: "▼";
}
.ya-action.ya_detail:after:hover, .ya_detail.ya-btn-delete:after:hover {
  text-decoration: none;
}

.ya-action-external {
  color: #B4341D !important;
  display: inline-block;
}
.ya-action-external:after {
  display: inline-block;
  margin-left: 4px;
  font-family: "YogaAlliance";
  content: "﻿[";
  font-size: 12px;
  white-space: nowrap;
}
.ya-action-external:after:hover {
  text-decoration: none;
}

p .ya-action-external {
  display: inline;
}

.ya_collapse-toggle,
.ya_collapse-toggle:link,
.ya_collapse-toggle:visited,
.ya_collapse-toggle:active {
  color: #B4341D;
  font-size: 14px;
}
.ya_collapse-toggle:after,
.ya_collapse-toggle:link:after,
.ya_collapse-toggle:visited:after,
.ya_collapse-toggle:active:after {
  display: inline-block;
  margin-left: 1px;
  content: "♣";
  font-family: "YogaAlliance";
  font-size: 18px;
  vertical-align: baseline;
}
.ya_collapse-toggle.collapsed:after,
.ya_collapse-toggle:link.collapsed:after,
.ya_collapse-toggle:visited.collapsed:after,
.ya_collapse-toggle:active.collapsed:after {
  content: "♥";
}

.ya_collapse-toggle .with-text:after,
.ya_collapse-toggle:link .with-text:after,
.ya_collapse-toggle:visited .with-text:after,
.ya_collapse-toggle:active .with-text:after {
  content: "less";
}
.ya_collapse-toggle.collapsed .with-text:after,
.ya_collapse-toggle:link.collapsed .with-text:after,
.ya_collapse-toggle:visited.collapsed .with-text:after,
.ya_collapse-toggle:active.collapsed .with-text:after {
  content: "more";
}

.ya_collapse-toggle .show-label,
.ya_collapse-toggle:link .show-label,
.ya_collapse-toggle:visited .show-label,
.ya_collapse-toggle:active .show-label {
  display: none;
}
.ya_collapse-toggle .hide-label,
.ya_collapse-toggle:link .hide-label,
.ya_collapse-toggle:visited .hide-label,
.ya_collapse-toggle:active .hide-label {
  display: inline-block;
}
.ya_collapse-toggle.collapsed .hide-label,
.ya_collapse-toggle:link.collapsed .hide-label,
.ya_collapse-toggle:visited.collapsed .hide-label,
.ya_collapse-toggle:active.collapsed .hide-label {
  display: none;
}
.ya_collapse-toggle.collapsed .show-label,
.ya_collapse-toggle:link.collapsed .show-label,
.ya_collapse-toggle:visited.collapsed .show-label,
.ya_collapse-toggle:active.collapsed .show-label {
  display: inline-block;
}

a.ya_collapse-toggle.collapsed[data-toggle] {
  background-color: transparent;
}

.ya-validation-message {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #B4341D;
  position: relative;
  top: -6px;
}

/*
// Removed this so we could add a line break before the error message. Otherwise it displayed the icon, then the line break. 
.ya-validation-message:before {
    content: "R";
    font-family: YogaAlliance;
    margin-left: 2px;
    margin-right: 6px;
}
*/
.ya-bulleted-list {
  margin-bottom: 20px;
}
.ya-bulleted-list li {
  list-style: disc;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

ol.ya-large-bulleted-list, ul.ya-large-bulleted-list {
  margin-left: 12px;
}
ol.ya-large-bulleted-list li, ul.ya-large-bulleted-list li {
  margin-bottom: 10px;
}

.ya_legal-agreement ul li {
  margin: 0 0 18px 0;
}
.ya_legal-agreement [data-icon="["] {
  margin-left: 5px;
}

.pp_content_container a, .pp_content_container a:active, .pp_content_container a:link, .pp_content_container a:visited {
  color: #B4341D;
}

.ya_show-hide-text span:first-child {
  display: none;
}
.ya_show-hide-text:before {
  content: "Hide ";
}
.ya_show-hide-text.collapsed:before {
  content: "Show ";
}

.text-error {
  color: #B4341D;
}

A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

[href^=mailto],
span.ya_email {
  word-wrap: break-word;
}

.ya_word-break-all {
  word-break: break-all;
}

.ya-page-title {
  font-size: 30px;
}
.ya-page-title .ya-icon.ya_small {
  color: #333;
  font-size: 18px;
}
.ya-page-title small {
  font-size: 18px;
}

.ya_status-red {
  color: #B4341D;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_status-green {
  color: #39874C;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_status-blue {
  color: #003E8C;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_status-yellow {
  color: #E7A241;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_status-grey {
  color: #BABABA;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_status-black {
  color: #333;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_text-red {
  color: #B4341D;
}

.ya_text-green {
  color: #39874C;
}

.ya_text-blue {
  color: #003E8C;
}

.ya_text-yellow {
  color: #E7A241;
}

.ya_text-grey,
.ya_text-disabled {
  color: #bbb;
}

.ya_word-highlight {
  background-color: #ff0;
}

#ya_word-highlight .highlightTextarea-container {
  background: #fff !important;
}
#ya_word-highlight input[type=text], #ya_word-highlight textarea {
  background: transparent !important;
}

.text-muted {
  color: rgb(113, 113, 113);
}

.ya_word-ocurrance {
  color: #333;
}

.ya-semi-strong {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.big-text {
  font-size: 16px;
}

.ya_non-wrapping-icon {
  white-space: nowrap;
}
.ya_non-wrapping-icon .ya-icon {
  margin-left: 3px;
}

.ya-large-width-container {
  max-width: 760px;
}

.ya-medium-width-container {
  max-width: 500px;
}

.ya_step-panel-container h1, .ya_step-panel-container h2, .ya_step-panel-container h3, .ya_step-panel-container h4, .ya_step-panel-container h5, .ya_step-panel-container h6,
.ya-edit-panel h1,
.ya-edit-panel h2,
.ya-edit-panel h3,
.ya-edit-panel h4,
.ya-edit-panel h5,
.ya-edit-panel h6,
.control-group h1,
.control-group h2,
.control-group h3,
.control-group h4,
.control-group h5,
.control-group h6,
.training-program-details h1,
.training-program-details h2,
.training-program-details h3,
.training-program-details h4,
.training-program-details h5,
.training-program-details h6 {
  margin: 10px 0 !important;
}
.ya_step-panel-container h1:first-child, .ya_step-panel-container h2:first-child, .ya_step-panel-container h3:first-child, .ya_step-panel-container h4:first-child, .ya_step-panel-container h5:first-child, .ya_step-panel-container h6:first-child,
.ya-edit-panel h1:first-child,
.ya-edit-panel h2:first-child,
.ya-edit-panel h3:first-child,
.ya-edit-panel h4:first-child,
.ya-edit-panel h5:first-child,
.ya-edit-panel h6:first-child,
.control-group h1:first-child,
.control-group h2:first-child,
.control-group h3:first-child,
.control-group h4:first-child,
.control-group h5:first-child,
.control-group h6:first-child,
.training-program-details h1:first-child,
.training-program-details h2:first-child,
.training-program-details h3:first-child,
.training-program-details h4:first-child,
.training-program-details h5:first-child,
.training-program-details h6:first-child {
  margin-top: 0 !important;
}

.ya-additional-panel > h1, .ya-additional-panel > h2, .ya-additional-panel > h3, .ya-additional-panel > h4, .ya-additional-panel > h5, .ya-additional-panel > h6 {
  margin: 10px 0 !important;
}
.ya-additional-panel > h1:first-child, .ya-additional-panel > h2:first-child, .ya-additional-panel > h3:first-child, .ya-additional-panel > h4:first-child, .ya-additional-panel > h5:first-child, .ya-additional-panel > h6:first-child {
  margin-top: 0 !important;
}

h1.ya_with-separator, h1[class], h2.ya_with-separator, h2[class], h3.ya_with-separator, h3[class], h4.ya_with-separator, h4[class], h5.ya_with-separator, h5[class], h6.ya_with-separator, h6[class] {
  margin-top: initial;
}

div[class] > h1:first-child, div[class] > h2:first-child, div[class] > h3:first-child, div[class] > h4:first-child, div[class] > h5:first-child, div[class] > h6:first-child {
  margin-top: inherit;
}

.ya-shipping-address > h4, .ya-shipping-address > h5, .ya-shipping-address > h6,
.ya-billing-address > h4,
.ya-billing-address > h5,
.ya-billing-address > h6,
.ya-directory-address > h4,
.ya-directory-address > h5,
.ya-directory-address > h6 {
  margin-top: 15px !important;
}

.ya-action-collapse::after {
  display: inline-block;
  margin-left: 3px;
  content: "♣";
  font-family: "YogaAlliance";
  color: #B4341D;
}
.ya-action-collapse.collapsed::after {
  content: "♥";
}

.soundcloud {
  background-color: #efefef;
  padding: 10px 10px 5px 10px;
}
@media (min-width: 480px) {
  .soundcloud.next-to-float {
    max-width: 520px;
    float: left;
    width: 100%;
  }
}

ul.next-to-float {
  list-style-position: inside;
  margin-left: 2px;
  display: table;
}
ul.next-to-float li {
  list-style: disc;
  margin-left: 27px;
}

@media (min-width: 480px) {
  .float-left-desktop {
    float: left;
  }
}

@media (max-width: 479px) {
  .center-mobile {
    text-align: center;
  }
}

blockquote p {
  font-size: 14px;
  margin-bottom: 1.3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.label {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  border-radius: 20px;
  color: #696151;
  background-color: #F3EFEB;
  padding: 3px 10px;
}

.alert {
  border-radius: 6px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  clear: both;
  background-color: #FFF8E7;
  border: 1px solid #E9B422;
  padding: 12px 14px;
  position: relative;
  text-shadow: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
.alert h2, .alert h3 {
  margin: 0;
}
.alert.ya_icon-left .ya-icon {
  float: left;
  margin: 0 5px;
}

.alert span {
  float: left;
  font-size: 24px;
  margin: -2px 14px 0px 2px;
  -webkit-font-smoothing: antialiased;
}
.alert span.ya_regmark {
  float: none;
  margin-right: 5px;
}

.alert-error, .dnnFormMessage.dnnFormError {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  background-color: #F1DEDE;
  border: 1px solid #B4341D;
  color: #B4341D;
}

.alert-info, .dnnFormMessage.dnnFormInfo {
  background-color: #BEDEFF;
  border: 1px solid #004cad;
  color: #004cad;
}

.alert-warning, .dnnFormMessage.dnnFormWarning {
  background-color: #FFF8E7;
  border: 1px solid #E7A241;
  color: #E7A241;
}
.alert-warning span, .dnnFormMessage.dnnFormWarning span {
  color: #FFCB05;
}

.alert-success, .dnnFormMessage.dnnFormSuccess {
  background-color: #DAF2D7;
  border: 1px solid #39874C;
  color: #39874C;
}

.ya-alert-stop {
  background-color: #F1DEDE;
  border: 1px solid #B4341D;
  color: #B4341D;
}

.ya-alert-small {
  border-width: 1px;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.label-warning {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  background-color: #f89406;
  color: white;
}

.label-success {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  background-color: #39874C;
  color: white;
}

.label-info {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  background-color: #004cad;
  color: white;
}

.badge {
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  top: -3px;
}

.ya-badge-yellow,
.ya-badge-green,
.ya-badge-red {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya-badge-yellow {
  border-color: #E7A241;
  color: #E7A241;
}

.ya-badge-green {
  border-color: #39874C;
  color: #39874C;
}

.ya-badge-red {
  border-color: #B4341D;
  color: #B4341D;
}

.ya-label-light {
  background-color: #dad5cb;
}

textarea.ya-validation-error, input[type=text].ya-validation-error, input[type=password].ya-validation-error, input[type=datetime].ya-validation-error, input[type=datetime-local].ya-validation-error, input[type=date].ya-validation-error, input[type=month].ya-validation-error, input[type=time].ya-validation-error, input[type=week].ya-validation-error, input[type=number].ya-validation-error, input[type=email].ya-validation-error, input[type=url].ya-validation-error, input[type=search].ya-validation-error, input[type=tel].ya-validation-error, input[type=color].ya-validation-error, .uneditable-input.ya-validation-error {
  border-color: #B4341D;
  border: 1px solid #B4341D;
  background-color: #F1DEDE;
}

.dnnFormMessage {
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 15px;
}
.ya_critical {
  color: #B4341D;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_warning {
  color: #E7A241;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_notice {
  color: #A1CC86;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya_alert-large .ya-icon {
  float: left;
  font-size: 32px;
  margin: 0;
  color: #E9B422;
}
.ya_alert-large p {
  margin-left: 45px;
}
.ya_alert-large p:only-of-type {
  margin-bottom: 0;
}

.btn, a.dnnTertiaryAction, button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button, .dnnPrimaryAction, a.dnnPrimaryAction {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #909090;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #faf9f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F3EFEB));
  background-image: linear-gradient(to bottom, #fff, #F3EFEB);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF3EFEB", GradientType=0);
  border-color: #F3EFEB #F3EFEB #d6c9bb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #F3EFEB; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #d6cdbf;
  *border: 0;
  border-bottom-color: #c2b4a0;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover, a.dnnTertiaryAction:hover, button.dnnTertiaryAction:hover, .dnnFormPopup .ui-dialog-buttonpane button:hover, .btn:focus, a.dnnTertiaryAction:focus, button.dnnTertiaryAction:focus, .dnnFormPopup .ui-dialog-buttonpane button:focus, .btn:active, a.dnnTertiaryAction:active, button.dnnTertiaryAction:active, .dnnFormPopup .ui-dialog-buttonpane button:active, .btn.active, a.active.dnnTertiaryAction, button.active.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.active, .btn.disabled, a.disabled.dnnTertiaryAction, button.disabled.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.disabled, .btn[disabled], a[disabled].dnnTertiaryAction, button[disabled].dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button[disabled], .dnnPrimaryAction:hover, .dnnPrimaryAction:focus, .dnnPrimaryAction:active, .dnnPrimaryAction.active, .dnnPrimaryAction.disabled, .dnnPrimaryAction[disabled], a.dnnPrimaryAction:hover, a.dnnPrimaryAction:focus, a.dnnPrimaryAction:active, a.dnnPrimaryAction.active, a.dnnPrimaryAction.disabled, a.dnnPrimaryAction[disabled] {
  color: #909090;
  background-color: #F3EFEB;
  *background-color: #e9e2db;
}
.btn:active, a.dnnTertiaryAction:active, button.dnnTertiaryAction:active, .dnnFormPopup .ui-dialog-buttonpane button:active, .btn.active, a.active.dnnTertiaryAction, button.active.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.active, .dnnPrimaryAction:active, .dnnPrimaryAction.active, a.dnnPrimaryAction:active, a.dnnPrimaryAction.active {
  background-color: #e0d6cb \9 ;
}
.btn:first-child, a.dnnTertiaryAction:first-child, button.dnnTertiaryAction:first-child, .dnnFormPopup .ui-dialog-buttonpane button:first-child, .dnnPrimaryAction:first-child, a.dnnPrimaryAction:first-child {
  *margin-left: 0;
}
.btn:hover, a.dnnTertiaryAction:hover, button.dnnTertiaryAction:hover, .dnnFormPopup .ui-dialog-buttonpane button:hover, .btn:focus, a.dnnTertiaryAction:focus, button.dnnTertiaryAction:focus, .dnnFormPopup .ui-dialog-buttonpane button:focus, .dnnPrimaryAction:hover, .dnnPrimaryAction:focus, a.dnnPrimaryAction:hover, a.dnnPrimaryAction:focus {
  color: #5e5c5c;
  border-color: #909090;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus, a.dnnTertiaryAction:focus, button.dnnTertiaryAction:focus, .dnnFormPopup .ui-dialog-buttonpane button:focus, .dnnPrimaryAction:focus, a.dnnPrimaryAction:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, a.active.dnnTertiaryAction, button.active.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.active, .btn:active, a.dnnTertiaryAction:active, button.dnnTertiaryAction:active, .dnnFormPopup .ui-dialog-buttonpane button:active, .dnnPrimaryAction.active, .dnnPrimaryAction:active, a.dnnPrimaryAction.active, a.dnnPrimaryAction:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, a.disabled.dnnTertiaryAction, button.disabled.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.disabled, .btn[disabled], a[disabled].dnnTertiaryAction, button[disabled].dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button[disabled], .dnnPrimaryAction.disabled, .dnnPrimaryAction[disabled], a.dnnPrimaryAction.disabled, a.dnnPrimaryAction[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-], .ya-btn-edit [class^=icon-],
.btn-mini [class*=" icon-"],
.ya-btn-edit [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini, .ya-btn-edit {
  padding: 0px 6px;
  font-size: 10.5px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.active.ya-btn-edit,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0088CC", endColorstr="#FF0044CC", GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9 ;
}

.btn-warning, .ya-btn-edit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ecb66a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0c385), to(#E7A241));
  background-image: linear-gradient(to bottom, #f0c385, #E7A241);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C385", endColorstr="#FFE7A241", GradientType=0);
  border-color: #E7A241 #E7A241 #c37c19;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #E7A241; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover, .ya-btn-edit:hover, .btn-warning:focus, .ya-btn-edit:focus, .btn-warning:active, .ya-btn-edit:active, .btn-warning.active, .active.ya-btn-edit, .btn-warning.disabled, .disabled.ya-btn-edit, .btn-warning[disabled], [disabled].ya-btn-edit {
  color: #fff;
  background-color: #E7A241;
  *background-color: #e4972a;
}
.btn-warning:active, .ya-btn-edit:active, .btn-warning.active, .active.ya-btn-edit {
  background-color: #da8b1b \9 ;
}

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c6422a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B4341D), to(#e0563e));
  background-image: linear-gradient(to bottom, #B4341D, #e0563e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB4341D", endColorstr="#FFE0563E", GradientType=0);
  border-color: #e0563e #e0563e #b4341d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e0563e; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #e0563e;
  *background-color: #dc4328;
}
.btn-danger:active, .btn-danger.active {
  background-color: #ca3a21 \9 ;
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9cc87e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a4d584), to(#8fb576));
  background-image: linear-gradient(to bottom, #a4d584, #8fb576);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA4D584", endColorstr="#FF8FB576", GradientType=0);
  border-color: #8fb576 #8fb576 #68904e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8fb576; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #8fb576;
  *background-color: #81ac65;
}
.btn-success:active, .btn-success.active {
  background-color: #74a157 \9 ;
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2f96b4));
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5BC0DE", endColorstr="#FF2F96B4", GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9 ;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF444444", endColorstr="#FF222222", GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9 ;
}

button.btn, button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button,
input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, button.dnnTertiaryAction::-moz-focus-inner, .dnnFormPopup .ui-dialog-buttonpane button::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, button.btn-large.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.btn-large,
input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, button.btn-small.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.btn-small,
input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, button.btn.ya-btn-edit, button.btn-mini.dnnTertiaryAction, button.dnnTertiaryAction.ya-btn-edit, .dnnFormPopup .ui-dialog-buttonpane button.btn-mini, .dnnFormPopup .ui-dialog-buttonpane button.ya-btn-edit,
input[type=submit].btn.btn-mini,
input[type=submit].btn.ya-btn-edit {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #004cad;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #006efa;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #909090;
  text-decoration: none;
}

button, .btn, a.dnnTertiaryAction, button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button, a.btn, button.btn, input.btn, .btn input, a.dnnTertiaryAction input, button.dnnTertiaryAction input, .dnnFormPopup .ui-dialog-buttonpane button input {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  -moz-osx-font-smoothing: auto;
}

a.btn.btn-small, a.btn-small.dnnTertiaryAction, button.btn.btn-small, button.btn-small.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.btn-small, input.btn.btn-small {
  padding-left: 10px;
  padding-right: 10px;
}

.btn.no-margin, a.no-margin.dnnTertiaryAction, button.no-margin.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.no-margin {
  margin: 0;
}

input.btn {
  white-space: normal;
}

button {
  outline: none;
}

.btn, a.dnnTertiaryAction, button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button, a.btn, .dnnPrimaryAction, a.dnnPrimaryAction, a:link.dnnPrimaryAction, a:visited.dnnPrimaryAction, .dnnPassword a.dnnPrimaryAction, .dnnPassword a.dnnPrimaryAction:Link {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #333;
  border-bottom-color: #979494;
  margin: 10px auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.btn span, button.dnnTertiaryAction span, .dnnFormPopup .ui-dialog-buttonpane button span, a.btn span, .dnnPrimaryAction span, a.dnnPrimaryAction span, a:link.dnnPrimaryAction span, a:visited.dnnPrimaryAction span, a.dnnTertiaryAction span, .dnnPassword a.dnnPrimaryAction span, .dnnPassword a.dnnPrimaryAction:Link span {
  font-size: 14px;
  vertical-align: middle;
}
.btn span:last-child, button.dnnTertiaryAction span:last-child, .dnnFormPopup .ui-dialog-buttonpane button span:last-child, a.btn span:last-child, .dnnPrimaryAction span:last-child, a.dnnPrimaryAction span:last-child, a:link.dnnPrimaryAction span:last-child, a:visited.dnnPrimaryAction span:last-child, a.dnnTertiaryAction span:last-child, .dnnPassword a.dnnPrimaryAction span:last-child, .dnnPassword a.dnnPrimaryAction:Link span:last-child {
  margin-right: 0;
}
.btn:visited, button.dnnTertiaryAction:visited, .dnnFormPopup .ui-dialog-buttonpane button:visited, .btn:hover, button.dnnTertiaryAction:hover, .dnnFormPopup .ui-dialog-buttonpane button:hover, a.btn:visited, a.btn:hover, .dnnPrimaryAction:visited, .dnnPrimaryAction:hover, a.dnnPrimaryAction:visited, a.dnnPrimaryAction:hover, a:link.dnnPrimaryAction:visited, a:link.dnnPrimaryAction:hover, a:visited.dnnPrimaryAction:visited, a:visited.dnnPrimaryAction:hover, a.dnnTertiaryAction:visited, a.dnnTertiaryAction:hover, .dnnPassword a.dnnPrimaryAction:visited, .dnnPassword a.dnnPrimaryAction:hover, .dnnPassword a.dnnPrimaryAction:Link:visited, .dnnPassword a.dnnPrimaryAction:Link:hover {
  color: #333;
}

.dnnFormPopup .ui-dialog-buttonpane button {
  margin-right: 10px;
}

.btn-link {
  border: none;
  color: #B4341D;
  outline: none;
}
.btn-link:hover {
  color: #882716;
}

.btn-primary {
  color: white;
}
.btn-primary:visited {
  color: white;
}

.btn-large {
  padding-left: 20px;
  padding-right: 20px;
}
.btn-large span {
  font-size: 32px;
  margin-right: 15px;
  display: inline-block;
  top: 0;
  vertical-align: middle;
}

.btn.disabled, a.disabled.dnnTertiaryAction, button.disabled.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.disabled,
.btn[disabled],
a[disabled].dnnTertiaryAction,
button[disabled].dnnTertiaryAction,
.dnnFormPopup .ui-dialog-buttonpane button[disabled] {
  color: #5e5c5c;
}
.btn.disabled:hover, a.disabled.dnnTertiaryAction:hover, button.disabled.dnnTertiaryAction:hover, .dnnFormPopup .ui-dialog-buttonpane button.disabled:hover,
.btn[disabled]:hover,
a[disabled].dnnTertiaryAction:hover,
button[disabled].dnnTertiaryAction:hover,
.dnnFormPopup .ui-dialog-buttonpane button[disabled]:hover {
  border-color: #d6cdbf #d6cdbf #979494;
}

.btn-warning, .ya-btn-edit {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #E5A045;
  *background-color: #E5A045;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCA00), to(#E5A045));
  background-image: linear-gradient(to bottom, #FFCA00, #E5A045);
  background-repeat: repeat-x;
  border-color: #E5A045;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFCA00", endColorstr="#E5A045", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover, .ya-btn-edit:hover,
.btn-warning:active,
.ya-btn-edit:active,
.btn-warning.active,
.active.ya-btn-edit,
.btn-warning.disabled,
.disabled.ya-btn-edit,
.btn-warning[disabled],
[disabled].ya-btn-edit {
  background-color: #E5A045;
  *background-color: #003bb3;
}

.btn-danger {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #B83512;
  *background-color: #B83512;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E55842), to(#B83512));
  background-image: linear-gradient(to bottom, #E55842, #B83512);
  background-repeat: repeat-x;
  border-color: #B83512;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E55842", endColorstr="#B83512", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #FFFFFF !important;
  background-color: #B83512;
  *background-color: #003bb3;
}

.btn-success {
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8FB576;
  *background-color: #8FB576;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A4D584), to(#8FB576));
  background-image: linear-gradient(to bottom, #A4D584, #8FB576);
  background-repeat: repeat-x;
  border-color: #8FB576;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A4D584", endColorstr="#8FB576", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #FFFFFF !important;
  background-color: #8FB576;
  *background-color: #003bb3;
}

.btn.btn-success, a.btn-success.dnnTertiaryAction, button.btn-success.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button.btn-success {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.btn-orange {
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e16920;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FAB680), to(#e16920));
  background-image: linear-gradient(to bottom, #FAB680, #e16920);
  background-repeat: repeat-x;
  border-color: #AE521A;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  color: #FFFFFF !important;
  background-color: #e16920;
  *background-color: #e16920;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

input[type=submit].input-mini {
  width: 60px;
}

input[type=submit].input-small {
  width: 90px;
}

input[type=submit].input-medium {
  width: 150px;
}

input[type=submit].input-large {
  width: 210px;
}

input[type=submit].input-xlarge {
  width: 270px;
}

input[type=submit].input-xxlarge {
  width: 530px;
}

input[type=button].input-mini {
  width: 60px;
}

input[type=button].input-small {
  width: 90px;
}

input[type=button].input-medium {
  width: 150px;
}

input[type=button].input-large {
  width: 210px;
}

input[type=button].input-xlarge {
  width: 270px;
}

input[type=button].input-xxlarge {
  width: 530px;
}

.ya-button-row > .btn, .ya-button-row > a.dnnTertiaryAction, .ya-button-row > button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .ya-button-row > button {
  margin-right: 7px;
}

.btn-danger:hover,
.btn-warning:hover,
.ya-btn-edit:hover,
.btn-success:hover,
.btn-disabled:hover,
.btn[disabled]:hover,
a[disabled].dnnTertiaryAction:hover,
button[disabled].dnnTertiaryAction:hover,
.dnnFormPopup .ui-dialog-buttonpane button[disabled]:hover {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}

.btn-toggle .btn, .btn-toggle a.dnnTertiaryAction, .btn-toggle button.dnnTertiaryAction, .btn-toggle .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .btn-toggle button {
  text-shadow: none;
  min-height: 36px;
  line-height: 27px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.btn-toggle .active {
  background-color: #2a9e4b !important;
  color: #fff !important;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.btn-toggle .active:hover {
  border-color: #979494;
}

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > a.dnnTertiaryAction > input[type=radio], [data-toggle=buttons] > button.dnnTertiaryAction > input[type=radio], .dnnFormPopup .ui-dialog-buttonpane [data-toggle=buttons] > button > input[type=radio] {
  display: none;
}

.btn [data-icon=D], a.dnnTertiaryAction [data-icon=D], button.dnnTertiaryAction [data-icon=D], .dnnFormPopup .ui-dialog-buttonpane button [data-icon=D],
.btn [data-icon=F],
a.dnnTertiaryAction [data-icon=F],
button.dnnTertiaryAction [data-icon=F],
.dnnFormPopup .ui-dialog-buttonpane button [data-icon=F] {
  vertical-align: text-bottom;
  margin-right: -5px;
}

.btn-link:hover,
.btn-link:focus {
  color: #B4341D;
}

.ya_search-button {
  border: 2px solid rgb(233, 180, 34);
  color: rgb(233, 180, 34);
  background-color: white;
  padding: 3px 13px;
  border-radius: 6px;
}

.ya-agree-disagree {
  margin-bottom: 20px;
}
.ya-agree-disagree .btn, .ya-agree-disagree a.dnnTertiaryAction, .ya-agree-disagree button.dnnTertiaryAction, .ya-agree-disagree .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya-agree-disagree button {
  width: 108px;
}

.breadcrumb {
  border: 1px solid #d6cdbf;
  border-radius: 4px;
}

.divider:before {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  content: ">";
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/*
.ya-context-menu {
  @include box-shadow(0 1px 4px rgba(0,0,0,.065));
  margin-bottom: $defaultMargin * 3;

  ul {
    padding: 0;
  }

  li span[data-icon]{
    margin-right: $defaultMargin;
    position-top: 32px;
    font-size: fontCalc(20);
    color: $gray;
  }

  li  a {
    font-size: fontCalc(15);
    margin: 0 0 -1px;
    padding: 6px 14px;
    border: 1px solid $borderColor;
  }

  li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
  }

  li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
  }

  .active > a {
    background-color: $tanLight;
    color: $brownDark;
    position: relative;
    z-index: 2;
    padding: 7px 15px;
    border: 1px solid $borderColor;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
       -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
  }
}

.ya-vertical-nav {
    @include default-border;
    @include large-box-shadow;

    .nav-list {
        padding: 0;

        .nav-list {
            padding: $defaultMargin 0 0 $defaultMargin;

            li {
                padding: 0;
                border: none;
            }
        }
    }

    a {
        &:visited {
            color: $blue;
        }

        &:hover {
          text-decoration: none;
        }
    }

    li {
        padding: $defaultMargin;
        border-bottom: 1px solid $borderColor;

        &:hover {
          background-color: lighten($blue, 30%);
        }
    }
}
*/
td.ya-right-border {
  border-right: 1px solid #FBFBFB;
}

.ya-striped, .ya-row-striped {
  background-color: #f9f9f9;
}

.ya-row-red {
  background-color: #F1DEDE;
}

.ya-row-yellow {
  background-color: #FFF8E7;
}

.ya-row-green {
  background-color: #DAF2D7;
}

td.ya-label {
  padding-right: 10px;
  vertical-align: top;
}

table.table .ya-total {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #E7A241;
  font-size: 16px;
}

.ya-data-table .row-fluid {
  border-bottom: 1px solid #BABABA;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .ya-data-table .row-fluid {
    padding-top: 12px;
    padding-bottom: 6px;
  }
}
.ya-data-table .row-fluid [class*=span] {
  min-height: 25px;
}
@media (max-width: 767px) {
  .ya-data-table .row-fluid [class*=span] {
    min-height: 20px;
  }
}
.ya-data-table .ya-table-primary-value {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
@media (max-width: 767px) {
  .ya-data-table .text-right {
    text-align: left;
  }
}

.ya_tabular-data {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.ya_tabular-data .ya_align-center {
  text-align: center;
}
.ya_tabular-data .ya_align-left {
  text-align: left;
}
.ya_tabular-data .ya_align-right {
  text-align: right;
}
.ya_tabular-data .ya_label.visible-phone {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_tabular-data .row-fluid {
  clear: both;
}
.ya_tabular-data ul {
  margin: 0;
  float: left;
  width: 100%;
}
.ya_tabular-data ul li {
  margin: 0;
  float: left;
  width: 100%;
  list-style: none !important;
}
.ya_tabular-data ul > li:nth-child(odd), .ya_tabular-data ul > li.ya_row-detail {
  background-color: #F9F9F9;
}
.ya_tabular-data .ya_tabular-data-header {
  margin: 0 !important;
}
.ya_tabular-data .ya_tabular-data-header.ya_emphasize {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_tabular-data .ya_tabular-data-header .row-fluid [class*=span] {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  min-height: 0;
}
.ya_tabular-data .ya_tabular-data-header .ya_valign-bottom {
  display: table;
}
.ya_tabular-data .ya_tabular-data-header .ya_valign-bottom [class*=span] {
  display: table-cell;
  vertical-align: bottom;
  float: none !important;
}
.ya_tabular-data [class*=span] {
  float: left !important;
}
.ya_tabular-data [class*=span] .ya-icon {
  font-size: 16px;
}
.ya_tabular-data .row-fluid > [class*=span] {
  padding: 6px 0;
  min-height: auto;
}
.ya_tabular-data [class*=span] {
  min-height: auto;
}
.ya_tabular-data [class*=span] > [class*=span] {
  padding: 0;
  min-height: 0;
}
.ya_tabular-data .ya_tabular-data-header,
.ya_tabular-data li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ya_tabular-data .ya_detail.ya-action:after, .ya_tabular-data .ya_detail.ya-btn-delete:after {
  display: inline-block;
  margin-left: 4px;
  content: "♥";
  font-family: "YogaAlliance";
}
.ya_tabular-data .ya_detail.ya-action:after:hover, .ya_tabular-data .ya_detail.ya-btn-delete:after:hover {
  text-decoration: none;
}
.ya_tabular-data .ya_row-detail {
  clear: both;
  padding: 1px 0;
  border-top: 1px solid #BABABA;
  display: none;
}
.ya_tabular-data .ya_expanded .ya_row-detail {
  display: block;
}
.ya_tabular-data .ya_row-detail {
  background-color: #FFF;
}
.ya_tabular-data .ya_row-detail .row-fluid {
  margin: 0.75em 0;
}
.ya_tabular-data .ya_row-detail [class*=span] {
  padding: 0;
  min-height: 0;
}
.ya_tabular-data .ya_label {
  display: block;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_tabular-data .pagination {
  float: left;
  width: 100%;
  margin: 1em 0;
}
.ya_tabular-data .ya_label-value-dataset .row-fluid [class*=span]:first-child {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_tabular-data .ya_label-value-dataset .row-fluid [class*=span]:last-child {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .ya_tabular-data .ya_no-stack [class*=span] {
    float: left !important;
    margin-left: 2.12766% !important;
  }
  .ya_tabular-data .ya_no-stack [class*=span]:first-child {
    margin-left: 0 !important;
  }
  .ya_tabular-data .ya_no-stack .span1 {
    width: 6.38298% !important;
  }
  .ya_tabular-data .ya_no-stack .span2 {
    width: 14.8936% !important;
  }
  .ya_tabular-data .ya_no-stack .span3 {
    width: 23.4043% !important;
  }
  .ya_tabular-data .ya_no-stack .span4 {
    width: 31.9149% !important;
  }
  .ya_tabular-data .ya_no-stack .span5 {
    width: 40.4255% !important;
  }
  .ya_tabular-data .ya_no-stack .span6 {
    width: 48.9362% !important;
  }
  .ya_tabular-data .ya_no-stack .span7 {
    width: 57.4468% !important;
  }
  .ya_tabular-data .ya_no-stack .span8 {
    width: 65.9575% !important;
  }
  .ya_tabular-data .ya_no-stack .span9 {
    width: 74.4681% !important;
  }
  .ya_tabular-data .ya_no-stack .span10 {
    width: 82.9787% !important;
  }
  .ya_tabular-data .ya_no-stack .span11 {
    width: 91.4894% !important;
  }
  .ya_tabular-data .ya_no-stack .span12 {
    width: 100%;
  }
  .ya_tabular-data .ya_no-stack .offset2:first-child {
    margin-left: 17.1271% !important;
  }
  .ya_tabular-data li > div:first-child > div:last-child {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .ya_tabular-data .ya_tabular-data-header,
  .ya_tabular-data li {
    border-top: 1px solid #BABABA;
  }
  .ya_tabular-data ul {
    border-bottom: 1px solid #BABABA;
  }
}
.ya_tabular-data.ya_programs-table li > div:first-child > div:last-child {
  text-align: left;
}
/* simple data set for lavel value pair */
.ya_label-value-dataset .row-fluid {
  margin: 0.5em 0;
}
.ya_label-value-dataset [class*=span] {
  min-height: 0 !important;
}
@media (max-width: 767px) {
  .ya_label-value-dataset.ya_emphasize .row-fluid [class*=span]:first-child {
    font-family: ProximaNova-Semibold, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
  .ya_label-value-dataset.ya_emphasize .row-fluid [class*=span]:last-child {
    font-family: ProximaNova-Regular, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .ya_label-value-dataset.ya_emphasize .row-fluid [class*=span]:first-child {
    font-family: ProximaNova-Regular, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
  .ya_label-value-dataset.ya_emphasize .row-fluid [class*=span]:last-child {
    font-family: ProximaNova-Semibold, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
}

.ya_radio-button-list td {
  padding: 2px 0;
}
.ya_radio-button-list td input[type=radio] {
  margin-top: 0;
}

.table-striped table tbody .rgAltRow {
  background-color: transparent;
}
.table-striped table tbody .rgAltRow td {
  border-width: 0;
  border: none;
}
.table-striped table tbody td {
  background-color: transparent;
}
.table-striped table tbody [id*=__] td {
  background-color: #f9f9f9;
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}

.rgPagerCell.NumericPages .rgNumPart,
.rgPagerCell.NumericPages .rgInfoPart {
  width: 100%;
  margin: 0;
  padding: 0;
}
.rgPagerCell.NumericPages .rgNumPart {
  margin-top: 5px;
}
.rgPagerCell.NumericPages .rgNumPart a {
  float: none;
  display: inline-block;
}
.rgPagerCell.NumericPages .rgInfoPart {
  margin-bottom: 10px;
  font-size: 12px;
}
.rgPagerCell.NumericPages .rgWrap {
  line-height: 14px;
}

.ya_table-wrapper {
  float: left;
  width: 100%;
  margin: 15px 0;
  background-color: #F9F9F9;
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}
.ya_table-wrapper .ya_status-red,
.ya_table-wrapper .ya_status-green,
.ya_table-wrapper .ya_status-blue,
.ya_table-wrapper .ya_status-yellow {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_table-wrapper .ya_status-red {
  color: #B4341D;
}
.ya_table-wrapper .ya_status-green {
  color: #39874C;
}
.ya_table-wrapper .ya_status-blue {
  color: #003E8C;
}
.ya_table-wrapper .ya_status-yellow {
  color: #E7A241;
}
.ya_table-wrapper .ya_expanded-view-action {
  white-space: nowrap;
  color: #B4341D;
  display: inline-block;
  float: right;
  margin-bottom: 10px;
}
.ya_table-wrapper .ya_expanded-view-action:hover, .ya_table-wrapper .ya_expanded-view-action:active, .ya_table-wrapper .ya_expanded-view-action:focus {
  outline: 0;
}
.ya_table-wrapper .ya_expanded-view-action:before {
  content: "Expanded";
}
.ya_table-wrapper .ya_expanded-view-action:after {
  display: inline-block;
  margin-left: 2px;
  content: "♥";
  font-family: "YogaAlliance";
  font-size: 18px;
  vertical-align: text-bottom;
}
.ya_table-wrapper .ya_expanded-view-action:after:hover {
  text-decoration: none;
}
.ya_table-wrapper.ya_expanded-view .ya_expanded-view-action:before {
  content: "Collapsed";
}
.ya_table-wrapper.ya_expanded-view .ya_expanded-view-action:after {
  content: "♣";
}
.ya_table-wrapper .ya_table-info-block {
  padding: 10px;
  min-height: 40px;
}
.ya_table-wrapper .ya_action-bar {
  padding: 5px 10px;
  background-color: #fff;
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}
.ya_table-wrapper .ya_action-bar .btn, .ya_table-wrapper .ya_action-bar a.dnnTertiaryAction, .ya_table-wrapper .ya_action-bar button.dnnTertiaryAction, .ya_table-wrapper .ya_action-bar .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-wrapper .ya_action-bar button {
  margin: 5px 0;
}
.ya_table-wrapper .ya_action-bar:first-child {
  border-top: none;
}
.ya_table-wrapper .ya_action-bar:last-child {
  margin-bottom: 10px;
}
.ya_table-wrapper .ya_table-header .ya-help {
  margin-left: 5px;
}
.ya_table-wrapper .ya_table-header a {
  color: #333;
  position: relative;
}
.ya_table-wrapper .ya_table-footer {
  padding: 10px;
}
.ya_table-wrapper .ya_total-row {
  display: table;
  width: 100%;
  font-size: 20px;
  color: #F37021;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_table-wrapper .ya_total-row .ya_colauto {
  display: table-cell;
  text-align: right;
  padding: 5px;
}
.ya_table-wrapper .ya_total-row .ya_total {
  padding: 10px;
  display: table-cell;
}
.ya_table-wrapper .ya_table-entry-list {
  margin: 0;
  padding: 5px;
}
.ya_table-wrapper .ya_table-entry-list .ya_colauto {
  width: auto;
}
.ya_table-wrapper .ya_table-entry-list .ya_col5 {
  width: 5%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col10 {
  width: 10%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col15 {
  width: 15%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col20 {
  width: 20%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col25 {
  width: 25%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col30 {
  width: 30%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col35 {
  width: 35%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col40 {
  width: 40%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col45 {
  width: 45%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col50 {
  width: 50%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col55 {
  width: 55%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col60 {
  width: 60%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col65 {
  width: 65%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col70 {
  width: 70%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col75 {
  width: 75%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col80 {
  width: 80%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col85 {
  width: 85%;
}
.ya_table-wrapper .ya_table-entry-list .ya_col90 {
  width: 90%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset5 {
  margin-left: 5%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset10 {
  margin-left: 10%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset15 {
  margin-left: 15%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset20 {
  margin-left: 20%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset25 {
  margin-left: 25%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset30 {
  margin-left: 30%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset35 {
  margin-left: 35%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset40 {
  margin-left: 40%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset45 {
  margin-left: 45%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset50 {
  margin-left: 50%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset55 {
  margin-left: 55%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset60 {
  margin-left: 60%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset65 {
  margin-left: 65%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset70 {
  margin-left: 70%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset75 {
  margin-left: 75%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset80 {
  margin-left: 80%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset85 {
  margin-left: 85%;
}
.ya_table-wrapper .ya_table-entry-list .ya_offset90 {
  margin-left: 90%;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header {
  padding: 10px;
  padding-bottom: 5px;
  line-height: 16px;
  vertical-align: top;
  display: table-cell;
  vertical-align: bottom;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header a {
  color: #333;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header h4, .ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header p {
  margin: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header.ya_desc, .ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header.ya_asc {
  position: relative;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header.ya_desc a::after, .ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header.ya_asc a::after {
  display: inline-block;
  font-family: "YogaAlliance";
  top: -3px;
  right: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header.ya_desc a::after:hover, .ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header.ya_asc a::after:hover {
  text-decoration: none;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header.ya_desc a::after {
  content: "♥";
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col-headers .ya_table-header.ya_asc a::after {
  content: "♣";
}
.ya_table-wrapper .ya_table-entry-list .ya_table-list-view {
  border: none;
  background-color: transparent;
}
.ya_table-wrapper .ya_table-entry-list .ya_entry-container {
  display: table;
  width: 100%;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry {
  min-height: 40px;
  border: 1px solid #BABABA;
  background-color: #fff;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  border-radius: 6px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_selected {
  border: 2px solid rgb(155, 155, 155);
  background-color: rgb(253, 250, 241);
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_radio, .ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_checkbox {
  padding: 0;
  width: 100%;
  cursor: pointer;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_radio:hover, .ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_checkbox:hover {
  background-color: rgb(253, 250, 241);
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_radio [type=radio], .ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_checkbox [type=radio] {
  float: left;
  margin: 2px 0 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > .ya_mobile-cost {
  display: none;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div {
  clear: both;
  vertical-align: top;
  display: table-cell;
  padding: 10px;
  line-height: 16px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .btn, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div a.dnnTertiaryAction, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div button.dnnTertiaryAction, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div button {
  margin: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .btn.btn-small, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div a.btn-small.dnnTertiaryAction, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div button.btn-small.dnnTertiaryAction, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .dnnFormPopup .ui-dialog-buttonpane button.btn-small, .dnnFormPopup .ui-dialog-buttonpane .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div button.btn-small {
  padding-left: 6px;
  padding-right: 6px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-label {
  display: block;
  float: left;
  line-height: 1.25em;
  display: none;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-value {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25em;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-value .ya-visible-phone {
  display: none;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div h4, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div p {
  margin: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya_colbutton .btn.btn-small, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya_colbutton a.btn-small.dnnTertiaryAction, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya_colbutton button.btn-small.dnnTertiaryAction, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya_colbutton .dnnFormPopup .ui-dialog-buttonpane button.btn-small, .dnnFormPopup .ui-dialog-buttonpane .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya_colbutton button.btn-small {
  font-size: 14px;
}
@media (min-width: 768px) {
  .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row:last-child {
    text-align: right;
  }
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row .btn, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row a.dnnTertiaryAction, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row button.dnnTertiaryAction, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row button {
  margin: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row .btn [data-icon=♥], .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row a.dnnTertiaryAction [data-icon=♥], .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row button.dnnTertiaryAction [data-icon=♥], .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row .dnnFormPopup .ui-dialog-buttonpane button [data-icon=♥], .dnnFormPopup .ui-dialog-buttonpane .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya-button-row button [data-icon=♥] {
  position: relative;
  top: -0.12em;
  margin-right: -7px;
  line-height: 0.8em;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-action.ya_detail, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya_detail.ya-btn-delete {
  white-space: nowrap;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-action.ya_detail:after, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya_detail.ya-btn-delete:after {
  display: inline-block;
  margin-left: 2px;
  content: "♣";
  font-family: "YogaAlliance";
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-action.ya_detail:after:hover, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya_detail.ya-btn-delete:after:hover {
  text-decoration: none;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-action.ya_detail.collapsed:after, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya_detail.collapsed.ya-btn-delete:after {
  content: "♥";
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya_detail-panel {
  float: left;
  width: 100%;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya_collapse-toggle {
  display: none;
  color: #333;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya_collapse-toggle:after {
  display: none;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-row-collapse-toggle {
  display: inline-block;
  color: #B4341D;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-row-collapse-toggle:hover, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-row-collapse-toggle:active, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-row-collapse-toggle:link, .ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-row-collapse-toggle:visited {
  text-decoration: none;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div .ya-row-collapse-toggle::after {
  content: "♥";
  font-family: "YogaAlliance";
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > div.ya_details-col {
  padding-right: 7px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_mobile-row-actions {
  display: none;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_entry-additional .ya_content {
  padding: 10px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_entry-additional .ya_content .ya-information-box {
  margin: 0;
  margin-top: -15px;
  background-color: #fff;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_entry-additional .ya_content .ya-information-box.ya_radio-entry {
  margin-left: 20px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_table-col .radio {
  margin: 0;
}
@media (max-width: 767px) {
  .ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_table-col .radio {
    padding-left: 0;
  }
  .ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_table-col .radio input {
    display: none;
  }
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_table-col select {
  margin: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > .ya_radio {
  width: 56px;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 499px) {
  .ya_table-wrapper .ya_table-entry-list .ya_table-entry > .ya_radio {
    width: 49px;
  }
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry > .ya_radio input {
  margin-top: 8px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_additional-text {
  font-size: 12px;
  line-height: 14px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_track-description {
  padding-left: 0;
}
@media (max-width: 499px) {
  .ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_track-description {
    display: block;
    padding-bottom: 5px;
  }
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_track-description .ya_title {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_track-description .ya_track {
  color: #999;
  font-size: 12px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry .ya_track-description .ya_track sup {
  font-size: 100%;
  top: -0.25em;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_selected + .ya_table-entry-additional .ya_container {
  border-width: 2px;
  border-color: rgb(155, 155, 155);
  background-color: rgb(253, 250, 241);
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry.ya_radio:hover + .ya_table-entry-additional .ya_container {
  background-color: rgb(253, 250, 241);
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col.ya_radio-column,
.ya_table-wrapper .ya_table-entry-list .ya_table-header.ya_radio-column {
  width: 30px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-col.ya_checkbox-column,
.ya_table-wrapper .ya_table-entry-list .ya_table-header.ya_checkbox-column {
  width: 23px;
  padding-right: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional {
  position: relative;
  top: -8px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional.ya_pinned-bottom {
  top: -15px;
  margin-bottom: -10px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container {
  display: table;
  width: 100%;
  border: 1px solid #BABABA;
  border-top: none;
  background-color: #fff;
  padding: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container .ya-information-box {
  background-color: #fff;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container .ya-information-box.ya_radio-entry {
  margin-top: 0;
  margin-bottom: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container .row-fluid.ya_row-compact [class^=span] {
  min-height: 1em;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container .ya_mobile-row-actions {
  display: none;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container h5 {
  margin-bottom: 5px;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container h6 {
  margin: 15px 0 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container ul li {
  list-style: disc;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional .ya_container > *:first-child {
  margin-top: 0;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional.ya_radio {
  margin: 0;
  padding: 0;
  width: auto;
}
.ya_table-wrapper .ya_table-entry-list .ya_table-entry-additional.ya_radio .ya_container {
  padding-left: 40px;
}
.ya_table-wrapper .ya_table-entry-list .k-widget.k-listview,
.ya_table-wrapper .ya_table-entry-list .k-widget.k-listview * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.ya_table-wrapper.ya_expanded-view .ya_table-entry-list .ya_table-entry-additional.collapse {
  height: auto;
  margin-top: 0 !important;
}
.ya_table-wrapper.ya_expanded-view .ya_table-entry-list .ya_table-entry-additional.collapse + .ya_table-entry {
  margin-top: -5px;
}
.ya_table-wrapper .ya_expanded + .ya_table-entry-additional.collapse {
  height: auto !important;
}
.ya_table-wrapper .ya_expanded .ya-row-collapse-toggle::after {
  content: "♣" !important;
}
.ya_table-wrapper .ya_expanded .ya_detail-action::after {
  content: "♣" !important;
}
.ya_table-wrapper .ya_detail-action::after {
  display: inline-block;
  font-family: "YogaAlliance";
  content: "♥" !important;
}
.ya_table-wrapper.ya_fee-table {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .ya_table-wrapper.ya_fee-table {
    font-size: 12px;
  }
  .ya_table-wrapper.ya_fee-table strong {
    font-size: 12px;
  }
}
.ya_table-wrapper.ya_fee-table .ya_table-col .ya_header-col {
  word-break: keep-all;
}
@media (max-width: 767px) {
  .ya_table-wrapper.ya_fee-table .ya_table-col .ya_header-col {
    line-height: 1.3em !important;
  }
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list {
  float: left;
  width: 100%;
  padding: 0px;
}
@media (min-width: 768px) {
  .ya_table-wrapper.ya_fee-table .ya_table-entry-list {
    padding: 0;
  }
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry {
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
  min-height: 0;
  border-radius: 0;
  border-bottom: none;
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description {
  padding: 5px 10px 5px 15px;
  display: block !important;
  float: left;
  width: 70%;
  border-right: 1px solid rgb(216, 216, 216) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: none !important;
}
@media (min-width: 480px) {
  .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description {
    width: 80%;
  }
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description .ya-action, .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description .ya-btn-delete {
  display: block;
  clear: both;
}
@media (min-width: 640px) {
  .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description .ya-action, .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description .ya-btn-delete {
    clear: none;
    display: inline-block;
  }
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description.ya_header-col {
  padding-top: 10px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 399px) {
  .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description .ya-action-container {
    display: block;
  }
}
@media (min-width: 400px) {
  .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description .ya-action-container .ya-action, .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-description .ya-action-container .ya-btn-delete {
    margin-top: 3px;
  }
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-fee {
  padding: 5px 15px 5px 10px;
  display: block !important;
  float: right;
  width: 30%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: none !important;
}
@media (min-width: 480px) {
  .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-fee {
    width: 20%;
  }
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry .ya_col-fee.ya_header-col {
  padding-top: 10px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry:last-child {
  border-top-color: rgb(186, 186, 186);
  border-top-width: 2px;
  border-bottom: 1px solid #BABABA;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry.ya_feel-label-row, .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry.ya_header-row {
  background-color: #F9F9F9;
  padding: 5px 15px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry.ya_feel-label-row .ya-help, .ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_table-entry.ya_header-row .ya-help {
  vertical-align: bottom;
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_total {
  color: #F37021;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  font-size: 20px;
}
.ya_table-wrapper.ya_fee-table .ya_table-entry-list .ya_total > div {
  padding-top: 10px !important;
}
.ya_table-wrapper.ya_fee-table.ya_table-multiple-column {
  min-width: 480px;
}
.ya_table-wrapper.ya_fee-table.ya_table-multiple-column .ya_table-entry > div,
.ya_table-wrapper.ya_fee-table.ya_table-multiple-column .ya_table-entry.ya_header-row {
  padding: 5px;
}
@media (min-width: 768px) {
  .ya_table-wrapper.ya_fee-table.ya_table-multiple-column .ya_table-entry > div,
  .ya_table-wrapper.ya_fee-table.ya_table-multiple-column .ya_table-entry.ya_header-row {
    padding: 5px 10px;
  }
}
.ya_table-wrapper.ya_fee-table.ya_table-multiple-column .ya_table-entry > div.ya_header-col,
.ya_table-wrapper.ya_fee-table.ya_table-multiple-column .ya_table-entry.ya_header-row.ya_header-col {
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_table-wrapper.ya_fee-table.ya_table-small-fonts {
  font-size: 12px;
}
.ya_table-wrapper.ya_fee-table.ya_table-small-fonts strong {
  font-size: 12px;
}
.ya_table-wrapper span[data-icon] {
  margin: 0;
}
.ya_table-wrapper .ya_table-pagination {
  text-align: center;
}
.ya_table-wrapper.ya_mobile-compact {
  min-width: 460px;
}
.ya_table-wrapper.ya_mobile-compact .ya_amount {
  width: 100px;
}
@media (max-width: 767px) {
  .ya_table-wrapper.ya_mobile-compact .ya_table-header {
    font-size: 12px;
    padding: 5px !important;
  }
  .ya_table-wrapper.ya_mobile-compact .ya_table-col {
    padding: 5px !important;
  }
  .ya_table-wrapper.ya_mobile-compact .ya_table-col.ya_colauto {
    word-break: keep-all;
  }
  .ya_table-wrapper.ya_mobile-compact .ya_table-col .ya-value {
    font-size: 12px;
  }
  .ya_table-wrapper.ya_mobile-compact .ya_total {
    padding: 5px !important;
  }
  .ya_table-wrapper.ya_mobile-compact .ya_amount {
    width: 70px;
  }
  .ya_table-wrapper.ya_mobile-compact .ya_total-row {
    font-size: 14px;
  }
}
.ya_table-wrapper.ya_table-scrollbar .ya_table-entry-list {
  position: relative;
  padding: 0 10px;
}
.ya_table-wrapper.ya_table-scrollbar .ya_table-entry-list::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 99%, rgba(0, 0, 0, 0.25) 100%);
  height: 15px;
  width: 100%;
}
.ya_table-wrapper.ya_table-scrollbar .ya_table-entry-list .ya_table-list-view {
  max-height: 450px;
  overflow-y: auto;
}
.ya_table-wrapper.ya_table-scrollbar .ya_table-entry-list .ya_table-list-view::-webkit-scrollbar {
  -webkit-appearance: none;
}
.ya_table-wrapper.ya_table-scrollbar .ya_table-entry-list .ya_table-list-view::-webkit-scrollbar:vertical {
  width: 11px;
}
.ya_table-wrapper.ya_table-scrollbar .ya_table-entry-list .ya_table-list-view::-webkit-scrollbar:horizontal {
  height: 11px;
}
.ya_table-wrapper.ya_table-scrollbar .ya_table-entry-list .ya_table-list-view::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.ya_table-wrapper.ya_nostack-compact .ya_table-col.ya_details-col,
.ya_table-wrapper.ya_nostack-compact .ya_table-header.ya_details-col {
  width: 90px;
}
@media (max-width: 479px) {
  .ya_table-wrapper.ya_nostack-compact .ya_table-header,
  .ya_table-wrapper.ya_nostack-compact .ya_table-col,
  .ya_table-wrapper.ya_nostack-compact .ya-label,
  .ya_table-wrapper.ya_nostack-compact .ya-value {
    font-size: 12px;
  }
  .ya_table-wrapper.ya_nostack-compact .ya_table-col,
  .ya_table-wrapper.ya_nostack-compact .ya_table-header {
    padding: 5px !important;
  }
  .ya_table-wrapper.ya_nostack-compact .ya_table-col.ya_details-col,
  .ya_table-wrapper.ya_nostack-compact .ya_table-header.ya_details-col {
    padding: 5px 0 !important;
    width: 60px;
  }
  .ya_table-wrapper.ya_nostack-compact .btn, .ya_table-wrapper.ya_nostack-compact a.dnnTertiaryAction, .ya_table-wrapper.ya_nostack-compact button.dnnTertiaryAction, .ya_table-wrapper.ya_nostack-compact .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-wrapper.ya_nostack-compact button {
    font-size: 12px;
    padding: 0 6px;
  }
}

.ya_block-title + .ya_table-wrapper {
  border-top: none;
}

.ya_nowrap {
  white-space: nowrap;
}

.ya_row-primary-action {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

@media (min-width: 768px) {
  .ya_table-example1 .ya_table-col:nth-child(2),
  .ya_table-example1 .ya_table-header:nth-child(2) {
    width: 150px;
  }
  .ya_table-example1 .ya_table-col:nth-child(3),
  .ya_table-example1 .ya_table-header:nth-child(3) {
    width: 150px;
  }
  .ya_table-example1 .ya_table-col:nth-child(8),
  .ya_table-example1 .ya_table-header:nth-child(8) {
    width: 120px;
  }
}
.ya_table-wrapper + .ya_table-external-btn {
  display: none;
}

.ya_table-wrapper + .ya-edit-panel {
  clear: left;
}

@media (max-width: 767px) {
  .ya_table-break-768 .ya_action-bar {
    text-align: center;
  }
  .ya_table-break-768 .ya_action-bar .btn.pull-right, .ya_table-break-768 .ya_action-bar a.pull-right.dnnTertiaryAction, .ya_table-break-768 .ya_action-bar button.pull-right.dnnTertiaryAction, .ya_table-break-768 .ya_action-bar .dnnFormPopup .ui-dialog-buttonpane button.pull-right, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_action-bar button.pull-right {
    float: none;
  }
  .ya_table-break-768 .ya_expanded-view-action {
    display: none;
  }
  .ya_table-break-768 .ya_action-bar {
    display: none;
  }
  .ya_table-break-768 .ya_table-entry-list {
    padding: 5px !important;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_colauto {
    width: auto;
    word-break: break-word;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col5 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col10 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col15 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col20 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col25 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col30 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col35 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col40 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col45 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col50 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col55 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col60 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col65 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col70 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col75 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col80 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col85 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-entry-list .ya_col90 {
    width: auto;
  }
  .ya_table-break-768 .ya_table-col-headers,
  .ya_table-break-768 .ya_table-entry {
    display: block;
  }
  .ya_table-break-768 .ya_table-col-headers .ya_table-col.text-right, .ya_table-break-768 .ya_table-col-headers .ya_table-col.text-center,
  .ya_table-break-768 .ya_table-col-headers .ya_table-header.text-right,
  .ya_table-break-768 .ya_table-col-headers .ya_table-header.text-center,
  .ya_table-break-768 .ya_table-entry .ya_table-col.text-right,
  .ya_table-break-768 .ya_table-entry .ya_table-col.text-center,
  .ya_table-break-768 .ya_table-entry .ya_table-header.text-right,
  .ya_table-break-768 .ya_table-entry .ya_table-header.text-center {
    text-align: left;
  }
  .ya_table-break-768 .ya_table-col-headers .ya_table-col.ya_radio-column,
  .ya_table-break-768 .ya_table-col-headers .ya_table-header.ya_radio-column,
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_radio-column,
  .ya_table-break-768 .ya_table-entry .ya_table-header.ya_radio-column {
    display: none !important;
  }
  .ya_table-break-768 .ya_table-col-headers .ya-label,
  .ya_table-break-768 .ya_table-entry .ya-label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
  }
  .ya_table-break-768 .ya_table-col-headers .ya-value .ya-visible-phone,
  .ya_table-break-768 .ya_table-entry .ya-value .ya-visible-phone {
    display: inline-block !important;
  }
  .ya_table-break-768 .ya_table-col-headers .ya-value .ya-hidden-phone,
  .ya_table-break-768 .ya_table-entry .ya-value .ya-hidden-phone {
    display: none !important;
  }
  .ya_table-break-768 .ya-label {
    display: block !important;
  }
  .ya_table-break-768 .ya_table-col-headers {
    padding-left: 0 !important;
  }
  .ya_table-break-768 .ya_table-col-headers .ya_table-header {
    display: none !important;
  }
  .ya_table-break-768 .ya_table-col-headers .ya_table-header.ya_nostack {
    display: block !important;
    float: left;
    width: 45%;
    clear: none;
  }
  .ya_table-break-768 .ya_table-col-headers .ya_table-header.ya_nostack.ya_loner {
    width: 100%;
  }
  .ya_table-break-768 .ya_table-col-headers .ya_table-header.ya_checkbox-column {
    display: block !important;
    width: 20px !important;
    float: left;
    padding: 11px 5px !important;
    padding-right: 5px;
    text-align: center;
    padding-right: 0 !important;
  }
  .ya_table-break-768 .ya_table-entry {
    position: relative;
    display: block !important;
    height: 38px;
    overflow: hidden;
    border-radius: 2px !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col {
    display: block !important;
    width: 100%;
    padding: 2px 10px !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col:not(.ya_nostack) {
    width: 100% !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col:not(.ya_nostack).ya_checkbox-column {
    width: 20px !important;
    float: left;
    padding: 11px 5px !important;
    padding-right: 5px;
    text-align: center;
    padding-right: 0 !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya-btn-row {
    display: none !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col .ya-label {
    float: left;
    width: 150px;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col .ya-value {
    margin-left: 160px;
    font-family: ProximaNova-Regular, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col .ya-value .ya_collapse-toggle {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    font-size: 30px;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_mobile-cost {
    display: block !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_desktop-cost {
    display: none !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_nostack {
    float: left;
    width: 45%;
    padding: 10px !important;
    clear: none;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_nostack.ya_loner {
    width: 100%;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_nostack.ya_loner .ya_hidden-location {
    font-size: 10px;
    color: #777;
    margin-top: -3px;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_nostack .ya-label {
    display: none !important;
    font-size: 14px;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_nostack .ya-value {
    margin-left: 0;
    margin-bottom: 10px;
    font-family: ProximaNova-Semibold, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_nostack .ya-value .ya_additional-text {
    margin-top: 15px;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_nostack .ya-value .ya_additional-text ~ .ya_additional-text {
    margin-top: 0;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_colbutton {
    padding-top: 6px !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_colbutton .btn.btn-small, .ya_table-break-768 .ya_table-entry .ya_table-col.ya_colbutton a.btn-small.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_table-col.ya_colbutton button.btn-small.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_table-col.ya_colbutton .dnnFormPopup .ui-dialog-buttonpane button.btn-small, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_table-col.ya_colbutton button.btn-small {
    font-size: 14px !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya-button-row {
    text-align: left !important;
    padding-bottom: 10px !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_table-col .btn, .ya_table-break-768 .ya_table-entry .ya_table-col a.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_table-col button.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_table-col .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_table-col button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ya_table-break-768 .ya_table-entry.ya_expanded {
    height: auto !important;
  }
  .ya_table-break-768 .ya_table-entry.ya_expanded .ya_nostack .ya-value {
    white-space: normal;
  }
  .ya_table-break-768 .ya_table-entry.ya_expanded .ya_details-col {
    display: none !important;
  }
  .ya_table-break-768 .ya_table-entry.ya_expanded .ya-value .ya_collapse-toggle::before {
    content: "♣";
  }
  .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions {
    display: block !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .btn, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 399px) {
  .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .btn, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button {
    margin-bottom: 7px !important;
  }
  .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .btn + .btn, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + .btn, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + .btn, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + .btn, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button + .btn, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .btn + a.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + a.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + a.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + a.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button + a.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .btn + button.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + button.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + button.dnnTertiaryAction, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane .btn + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .btn + button, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane a.dnnTertiaryAction + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + button, .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-768 .ya_table-entry .ya_mobile-row-actions button + button {
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col .ya-label {
    width: 100%;
  }
  .ya_table-break-768.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col .ya-value {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .ya_table-break-768.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col.ya_nostack .ya-value {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-entry-additional .ya_container {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .ya_table-break-768 .ya_table-entry-additional .ya_container .ya_mobile-row-actions {
    display: block !important;
  }
  .ya_table-break-768 .ya_table-entry-additional.ya_pinned-bottom {
    margin-bottom: -16px !important;
  }
  .ya_table-break-768 .ya_table-entry-additional.ya_radio .ya_container {
    padding-left: 10px !important;
  }
  .ya_table-break-768 .ya_table-entry-additional.ya_radio .ya_container .row-fluid.ya_no-stack + .row-fluid.ya_no-stack {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-entry + .ya_table-entry {
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-info-block {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-entry-additional.collapse + .ya_table-entry {
    margin-top: -6px !important;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-entry-additional.collapse.ya_mobile-expanded + .ya_table-entry {
    margin-top: -11px !important;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768.ya_expanded-view .ya_table-entry-list .ya_table-entry-additional.collapse {
    height: 0;
  }
  .ya_table-break-768.ya_expanded-view .ya_table-entry-additional.collapse + .ya_table-entry {
    margin-top: -6px !important;
  }
  .ya_table-break-768.ya_expanded-view .ya_table-entry-additional.collapse.ya_mobile-expanded + .ya_table-entry {
    margin-top: -11px !important;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-entry-list .ya_table-entry-additional.collapse.ya_mobile-expanded {
    height: auto;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-entry-additional.ya_mobile-expanded + .ya_table-entry {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-entry.ya_radio:hover,
  .ya_table-break-768 .ya_table-entry.ya_radio.ya_selected {
    background-color: #fff !important;
    border: 1px solid #BABABA;
  }
  .ya_table-break-768 .ya_table-entry.ya_radio:hover + .ya_table-entry-additional .ya_container,
  .ya_table-break-768 .ya_table-entry.ya_radio.ya_selected + .ya_table-entry-additional .ya_container {
    background-color: #fff !important;
    border: 1px solid #BABABA;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 .ya_table-entry .ya_table-col.ya_hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768.ya_table-scrollbar .ya_table-entry-list {
    position: relative;
    padding: 10px;
  }
  .ya_table-break-768.ya_table-scrollbar .ya_table-entry-list::after {
    display: none;
  }
  .ya_table-break-768.ya_table-scrollbar .ya_table-entry-list .ya_table-list-view {
    height: auto;
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  .ya_table-break-768 + .ya_table-external-btn {
    display: inline-block;
  }
}

@media (max-width: 899px) {
  .ya_table-break-900 .ya_action-bar {
    text-align: center;
  }
  .ya_table-break-900 .ya_action-bar .btn.pull-right, .ya_table-break-900 .ya_action-bar a.pull-right.dnnTertiaryAction, .ya_table-break-900 .ya_action-bar button.pull-right.dnnTertiaryAction, .ya_table-break-900 .ya_action-bar .dnnFormPopup .ui-dialog-buttonpane button.pull-right, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_action-bar button.pull-right {
    float: none;
  }
  .ya_table-break-900 .ya_expanded-view-action {
    display: none;
  }
  .ya_table-break-900 .ya_action-bar {
    display: none;
  }
  .ya_table-break-900 .ya_table-entry-list {
    padding: 5px !important;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_colauto {
    width: auto;
    word-break: break-word;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col5 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col10 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col15 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col20 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col25 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col30 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col35 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col40 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col45 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col50 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col55 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col60 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col65 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col70 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col75 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col80 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col85 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-entry-list .ya_col90 {
    width: auto;
  }
  .ya_table-break-900 .ya_table-col-headers,
  .ya_table-break-900 .ya_table-entry {
    display: block;
  }
  .ya_table-break-900 .ya_table-col-headers .ya_table-col.text-right, .ya_table-break-900 .ya_table-col-headers .ya_table-col.text-center,
  .ya_table-break-900 .ya_table-col-headers .ya_table-header.text-right,
  .ya_table-break-900 .ya_table-col-headers .ya_table-header.text-center,
  .ya_table-break-900 .ya_table-entry .ya_table-col.text-right,
  .ya_table-break-900 .ya_table-entry .ya_table-col.text-center,
  .ya_table-break-900 .ya_table-entry .ya_table-header.text-right,
  .ya_table-break-900 .ya_table-entry .ya_table-header.text-center {
    text-align: left;
  }
  .ya_table-break-900 .ya_table-col-headers .ya_table-col.ya_radio-column,
  .ya_table-break-900 .ya_table-col-headers .ya_table-header.ya_radio-column,
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_radio-column,
  .ya_table-break-900 .ya_table-entry .ya_table-header.ya_radio-column {
    display: none !important;
  }
  .ya_table-break-900 .ya_table-col-headers .ya-label,
  .ya_table-break-900 .ya_table-entry .ya-label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
  }
  .ya_table-break-900 .ya_table-col-headers .ya-value .ya-visible-phone,
  .ya_table-break-900 .ya_table-entry .ya-value .ya-visible-phone {
    display: inline-block !important;
  }
  .ya_table-break-900 .ya_table-col-headers .ya-value .ya-hidden-phone,
  .ya_table-break-900 .ya_table-entry .ya-value .ya-hidden-phone {
    display: none !important;
  }
  .ya_table-break-900 .ya-label {
    display: block !important;
  }
  .ya_table-break-900 .ya_table-col-headers {
    padding-left: 0 !important;
  }
  .ya_table-break-900 .ya_table-col-headers .ya_table-header {
    display: none !important;
  }
  .ya_table-break-900 .ya_table-col-headers .ya_table-header.ya_nostack {
    display: block !important;
    float: left;
    width: 45%;
    clear: none;
  }
  .ya_table-break-900 .ya_table-col-headers .ya_table-header.ya_nostack.ya_loner {
    width: 100%;
  }
  .ya_table-break-900 .ya_table-col-headers .ya_table-header.ya_checkbox-column {
    display: block !important;
    width: 20px !important;
    float: left;
    padding: 11px 5px !important;
    padding-right: 5px;
    text-align: center;
    padding-right: 0 !important;
  }
  .ya_table-break-900 .ya_table-entry {
    position: relative;
    display: block !important;
    height: 38px;
    overflow: hidden;
    border-radius: 2px !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col {
    display: block !important;
    width: 100%;
    padding: 2px 10px !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col:not(.ya_nostack) {
    width: 100% !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col:not(.ya_nostack).ya_checkbox-column {
    width: 20px !important;
    float: left;
    padding: 11px 5px !important;
    padding-right: 5px;
    text-align: center;
    padding-right: 0 !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya-btn-row {
    display: none !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col .ya-label {
    float: left;
    width: 150px;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col .ya-value {
    margin-left: 160px;
    font-family: ProximaNova-Regular, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col .ya-value .ya_collapse-toggle {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    font-size: 30px;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_mobile-cost {
    display: block !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_desktop-cost {
    display: none !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_nostack {
    float: left;
    width: 45%;
    padding: 10px !important;
    clear: none;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_nostack.ya_loner {
    width: 100%;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_nostack.ya_loner .ya_hidden-location {
    font-size: 10px;
    color: #777;
    margin-top: -3px;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_nostack .ya-label {
    display: none !important;
    font-size: 14px;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_nostack .ya-value {
    margin-left: 0;
    margin-bottom: 10px;
    font-family: ProximaNova-Semibold, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_nostack .ya-value .ya_additional-text {
    margin-top: 15px;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_nostack .ya-value .ya_additional-text ~ .ya_additional-text {
    margin-top: 0;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_colbutton {
    padding-top: 6px !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_colbutton .btn.btn-small, .ya_table-break-900 .ya_table-entry .ya_table-col.ya_colbutton a.btn-small.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_table-col.ya_colbutton button.btn-small.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_table-col.ya_colbutton .dnnFormPopup .ui-dialog-buttonpane button.btn-small, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_table-col.ya_colbutton button.btn-small {
    font-size: 14px !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya-button-row {
    text-align: left !important;
    padding-bottom: 10px !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_table-col .btn, .ya_table-break-900 .ya_table-entry .ya_table-col a.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_table-col button.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_table-col .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_table-col button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ya_table-break-900 .ya_table-entry.ya_expanded {
    height: auto !important;
  }
  .ya_table-break-900 .ya_table-entry.ya_expanded .ya_nostack .ya-value {
    white-space: normal;
  }
  .ya_table-break-900 .ya_table-entry.ya_expanded .ya_details-col {
    display: none !important;
  }
  .ya_table-break-900 .ya_table-entry.ya_expanded .ya-value .ya_collapse-toggle::before {
    content: "♣";
  }
  .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions {
    display: block !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .btn, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 899px) and (max-width: 399px) {
  .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .btn, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button {
    margin-bottom: 7px !important;
  }
  .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .btn + .btn, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + .btn, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + .btn, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + .btn, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button + .btn, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .btn + a.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + a.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + a.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + a.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button + a.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .btn + button.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + button.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + button.dnnTertiaryAction, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane .btn + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .btn + button, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane a.dnnTertiaryAction + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + button, .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-900 .ya_table-entry .ya_mobile-row-actions button + button {
    margin-left: 4px;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col .ya-label {
    width: 100%;
  }
  .ya_table-break-900.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col .ya-value {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .ya_table-break-900.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col.ya_nostack .ya-value {
    margin-bottom: 0;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-entry-additional .ya_container {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .ya_table-break-900 .ya_table-entry-additional .ya_container .ya_mobile-row-actions {
    display: block !important;
  }
  .ya_table-break-900 .ya_table-entry-additional.ya_pinned-bottom {
    margin-bottom: -16px !important;
  }
  .ya_table-break-900 .ya_table-entry-additional.ya_radio .ya_container {
    padding-left: 10px !important;
  }
  .ya_table-break-900 .ya_table-entry-additional.ya_radio .ya_container .row-fluid.ya_no-stack + .row-fluid.ya_no-stack {
    margin-top: 5px;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-entry + .ya_table-entry {
    margin-top: -6px;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-info-block {
    padding: 6px;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-entry-additional.collapse + .ya_table-entry {
    margin-top: -6px !important;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-entry-additional.collapse.ya_mobile-expanded + .ya_table-entry {
    margin-top: -11px !important;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900.ya_expanded-view .ya_table-entry-list .ya_table-entry-additional.collapse {
    height: 0;
  }
  .ya_table-break-900.ya_expanded-view .ya_table-entry-additional.collapse + .ya_table-entry {
    margin-top: -6px !important;
  }
  .ya_table-break-900.ya_expanded-view .ya_table-entry-additional.collapse.ya_mobile-expanded + .ya_table-entry {
    margin-top: -11px !important;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-entry-list .ya_table-entry-additional.collapse.ya_mobile-expanded {
    height: auto;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-entry-additional.ya_mobile-expanded + .ya_table-entry {
    margin-top: -5px;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-entry.ya_radio:hover,
  .ya_table-break-900 .ya_table-entry.ya_radio.ya_selected {
    background-color: #fff !important;
    border: 1px solid #BABABA;
  }
  .ya_table-break-900 .ya_table-entry.ya_radio:hover + .ya_table-entry-additional .ya_container,
  .ya_table-break-900 .ya_table-entry.ya_radio.ya_selected + .ya_table-entry-additional .ya_container {
    background-color: #fff !important;
    border: 1px solid #BABABA;
    border-top: none;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 .ya_table-entry .ya_table-col.ya_hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900.ya_table-scrollbar .ya_table-entry-list {
    position: relative;
    padding: 10px;
  }
  .ya_table-break-900.ya_table-scrollbar .ya_table-entry-list::after {
    display: none;
  }
  .ya_table-break-900.ya_table-scrollbar .ya_table-entry-list .ya_table-list-view {
    height: auto;
    max-height: inherit;
  }
}
@media (max-width: 899px) {
  .ya_table-break-900 + .ya_table-external-btn {
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_action-bar {
    text-align: center;
  }
  .ya_table-break-1200 .ya_action-bar .btn.pull-right, .ya_table-break-1200 .ya_action-bar a.pull-right.dnnTertiaryAction, .ya_table-break-1200 .ya_action-bar button.pull-right.dnnTertiaryAction, .ya_table-break-1200 .ya_action-bar .dnnFormPopup .ui-dialog-buttonpane button.pull-right, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_action-bar button.pull-right {
    float: none;
  }
  .ya_table-break-1200 .ya_expanded-view-action {
    display: none;
  }
  .ya_table-break-1200 .ya_action-bar {
    display: none;
  }
  .ya_table-break-1200 .ya_table-entry-list {
    padding: 5px !important;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_colauto {
    width: auto;
    word-break: break-word;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col5 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col10 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col15 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col20 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col25 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col30 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col35 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col40 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col45 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col50 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col55 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col60 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col65 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col70 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col75 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col80 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col85 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-entry-list .ya_col90 {
    width: auto;
  }
  .ya_table-break-1200 .ya_table-col-headers,
  .ya_table-break-1200 .ya_table-entry {
    display: block;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya_table-col.text-right, .ya_table-break-1200 .ya_table-col-headers .ya_table-col.text-center,
  .ya_table-break-1200 .ya_table-col-headers .ya_table-header.text-right,
  .ya_table-break-1200 .ya_table-col-headers .ya_table-header.text-center,
  .ya_table-break-1200 .ya_table-entry .ya_table-col.text-right,
  .ya_table-break-1200 .ya_table-entry .ya_table-col.text-center,
  .ya_table-break-1200 .ya_table-entry .ya_table-header.text-right,
  .ya_table-break-1200 .ya_table-entry .ya_table-header.text-center {
    text-align: left;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya_table-col.ya_radio-column,
  .ya_table-break-1200 .ya_table-col-headers .ya_table-header.ya_radio-column,
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_radio-column,
  .ya_table-break-1200 .ya_table-entry .ya_table-header.ya_radio-column {
    display: none !important;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya-label,
  .ya_table-break-1200 .ya_table-entry .ya-label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya-value .ya-visible-phone,
  .ya_table-break-1200 .ya_table-entry .ya-value .ya-visible-phone {
    display: inline-block !important;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya-value .ya-hidden-phone,
  .ya_table-break-1200 .ya_table-entry .ya-value .ya-hidden-phone {
    display: none !important;
  }
  .ya_table-break-1200 .ya-label {
    display: block !important;
  }
  .ya_table-break-1200 .ya_table-col-headers {
    padding-left: 0 !important;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya_table-header {
    display: none !important;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya_table-header.ya_nostack {
    display: block !important;
    float: left;
    width: 45%;
    clear: none;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya_table-header.ya_nostack.ya_loner {
    width: 100%;
  }
  .ya_table-break-1200 .ya_table-col-headers .ya_table-header.ya_checkbox-column {
    display: block !important;
    width: 20px !important;
    float: left;
    padding: 11px 5px !important;
    padding-right: 5px;
    text-align: center;
    padding-right: 0 !important;
  }
  .ya_table-break-1200 .ya_table-entry {
    position: relative;
    display: block !important;
    height: 38px;
    overflow: hidden;
    border-radius: 2px !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col {
    display: block !important;
    width: 100%;
    padding: 2px 10px !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col:not(.ya_nostack) {
    width: 100% !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col:not(.ya_nostack).ya_checkbox-column {
    width: 20px !important;
    float: left;
    padding: 11px 5px !important;
    padding-right: 5px;
    text-align: center;
    padding-right: 0 !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya-btn-row {
    display: none !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col .ya-label {
    float: left;
    width: 150px;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col .ya-value {
    margin-left: 160px;
    font-family: ProximaNova-Regular, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col .ya-value .ya_collapse-toggle {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    font-size: 30px;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_mobile-cost {
    display: block !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_desktop-cost {
    display: none !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_nostack {
    float: left;
    width: 45%;
    padding: 10px !important;
    clear: none;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_nostack.ya_loner {
    width: 100%;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_nostack.ya_loner .ya_hidden-location {
    font-size: 10px;
    color: #777;
    margin-top: -3px;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_nostack .ya-label {
    display: none !important;
    font-size: 14px;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_nostack .ya-value {
    margin-left: 0;
    margin-bottom: 10px;
    font-family: ProximaNova-Semibold, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_nostack .ya-value .ya_additional-text {
    margin-top: 15px;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_nostack .ya-value .ya_additional-text ~ .ya_additional-text {
    margin-top: 0;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_colbutton {
    padding-top: 6px !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_colbutton .btn.btn-small, .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_colbutton a.btn-small.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_colbutton button.btn-small.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_colbutton .dnnFormPopup .ui-dialog-buttonpane button.btn-small, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_colbutton button.btn-small {
    font-size: 14px !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya-button-row {
    text-align: left !important;
    padding-bottom: 10px !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_table-col .btn, .ya_table-break-1200 .ya_table-entry .ya_table-col a.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_table-col button.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_table-col .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_table-col button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ya_table-break-1200 .ya_table-entry.ya_expanded {
    height: auto !important;
  }
  .ya_table-break-1200 .ya_table-entry.ya_expanded .ya_nostack .ya-value {
    white-space: normal;
  }
  .ya_table-break-1200 .ya_table-entry.ya_expanded .ya_details-col {
    display: none !important;
  }
  .ya_table-break-1200 .ya_table-entry.ya_expanded .ya-value .ya_collapse-toggle::before {
    content: "♣";
  }
  .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions {
    display: block !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .btn, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) and (max-width: 399px) {
  .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .btn, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button {
    margin-bottom: 7px !important;
  }
  .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .btn + .btn, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + .btn, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + .btn, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + .btn, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button + .btn, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .btn + a.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + a.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + a.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + a.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button + a.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .btn + button.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + button.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button.dnnTertiaryAction + button.dnnTertiaryAction, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane .btn + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .btn + button, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane a.dnnTertiaryAction + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions a.dnnTertiaryAction + button, .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions .dnnFormPopup .ui-dialog-buttonpane button + button, .dnnFormPopup .ui-dialog-buttonpane .ya_table-break-1200 .ya_table-entry .ya_mobile-row-actions button + button {
    margin-left: 4px;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col .ya-label {
    width: 100%;
  }
  .ya_table-break-1200.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col .ya-value {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .ya_table-break-1200.ya_mobile-full-columns .ya_table-entry-list .ya_table-entry .ya_table-col.ya_nostack .ya-value {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-entry-additional .ya_container {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .ya_table-break-1200 .ya_table-entry-additional .ya_container .ya_mobile-row-actions {
    display: block !important;
  }
  .ya_table-break-1200 .ya_table-entry-additional.ya_pinned-bottom {
    margin-bottom: -16px !important;
  }
  .ya_table-break-1200 .ya_table-entry-additional.ya_radio .ya_container {
    padding-left: 10px !important;
  }
  .ya_table-break-1200 .ya_table-entry-additional.ya_radio .ya_container .row-fluid.ya_no-stack + .row-fluid.ya_no-stack {
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-entry + .ya_table-entry {
    margin-top: -6px;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-info-block {
    padding: 6px;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-entry-additional.collapse + .ya_table-entry {
    margin-top: -6px !important;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-entry-additional.collapse.ya_mobile-expanded + .ya_table-entry {
    margin-top: -11px !important;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200.ya_expanded-view .ya_table-entry-list .ya_table-entry-additional.collapse {
    height: 0;
  }
  .ya_table-break-1200.ya_expanded-view .ya_table-entry-additional.collapse + .ya_table-entry {
    margin-top: -6px !important;
  }
  .ya_table-break-1200.ya_expanded-view .ya_table-entry-additional.collapse.ya_mobile-expanded + .ya_table-entry {
    margin-top: -11px !important;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-entry-list .ya_table-entry-additional.collapse.ya_mobile-expanded {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-entry-additional.ya_mobile-expanded + .ya_table-entry {
    margin-top: -5px;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-entry.ya_radio:hover,
  .ya_table-break-1200 .ya_table-entry.ya_radio.ya_selected {
    background-color: #fff !important;
    border: 1px solid #BABABA;
  }
  .ya_table-break-1200 .ya_table-entry.ya_radio:hover + .ya_table-entry-additional .ya_container,
  .ya_table-break-1200 .ya_table-entry.ya_radio.ya_selected + .ya_table-entry-additional .ya_container {
    background-color: #fff !important;
    border: 1px solid #BABABA;
    border-top: none;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 .ya_table-entry .ya_table-col.ya_hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200.ya_table-scrollbar .ya_table-entry-list {
    position: relative;
    padding: 10px;
  }
  .ya_table-break-1200.ya_table-scrollbar .ya_table-entry-list::after {
    display: none;
  }
  .ya_table-break-1200.ya_table-scrollbar .ya_table-entry-list .ya_table-list-view {
    height: auto;
    max-height: inherit;
  }
}
@media (max-width: 1199px) {
  .ya_table-break-1200 + .ya_table-external-btn {
    display: inline-block;
  }
}

.ya_table-wrapper .ya_left-separator {
  border-left: 1px solid #BABABA;
}

.ya-table-title {
  float: left;
  width: 100%;
  font-size: 24px;
  padding-bottom: 0;
  border-bottom: none;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 980px) {
  .ya-table-title.ya_with-search {
    padding-right: 320px;
  }
}

.ya_form-title + .ya-table-title {
  margin-top: 0;
}

h2.ya-table-title {
  font-size: 24px;
  margin-bottom: -0.5em;
}

h3.ya-table-title {
  font-size: 20px;
  margin-bottom: -0.5em;
}

h4.ya-table-title {
  margin-bottom: -0.5em;
}

.accordion-inner > h2.ya-table-title:first-child, .accordion-inner > h3.ya-table-title:first-child, .accordion-inner > h4.ya-table-title:first-child {
  margin-top: 0;
}

/*
Search Course List Table
*/
.ya_search-courses-table .ya_course-col-action {
  width: 80px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
}
.ya_search-courses-table .ya_table-entry-additional .ya_container {
  padding-left: 90px !important;
}
@media (max-width: 767px) {
  .ya_search-courses-table .ya_table-entry-additional .ya_container {
    padding-left: 85px !important;
  }
}

.ya_search-meta {
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #BABABA;
}
.ya_search-meta.no-margin {
  margin-top: 0;
}
.ya_search-meta .ya_search-term {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_search-meta .ya_clear-search {
  display: inline-block;
  margin-bottom: 10px;
}
.ya_search-meta .ya_clear-search .ya-icon {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1024px) {
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page {
    margin: -1em -3px 0 !important;
  }
}
.ya-table-title-clear {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.ya-table-title-clear::after {
  content: " ";
}

.modal-header {
  background-color: #B4341D;
  color: white;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 18px 17px 14px 17px;
  min-height: 55px;
}
.modal-header .close {
  position: relative;
  color: white;
  text-shadow: none;
  opacity: 1;
  margin-top: 0;
  text-indent: -40px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  position: relative;
}
.modal-header .close::after {
  position: absolute;
  top: 1px;
  right: 1px;
  text-indent: 0;
  color: inherit;
  content: "2";
  font-size: 20px;
  font-family: "YogaAlliance";
}

@media screen and (max-width: 480px) {
  .modal-body iframe {
    height: 96% !important;
  }
}
.modal {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .modal {
    width: 540px;
    margin-left: -270px;
  }
}
.modal .modal-body {
  padding-top: 26px;
  padding-bottom: 26px;
  max-height: 660px;
}
.modal .modal-body > *:first-child {
  margin-top: 0 !important;
}
.modal .modal-body > *:last-child {
  margin-bottom: 0;
}
.modal .modal-footer {
  text-align: left;
  padding-bottom: 5px;
}
.modal .modal-footer .btn, .modal .modal-footer a.dnnTertiaryAction, .modal .modal-footer button.dnnTertiaryAction, .modal .modal-footer .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .modal .modal-footer button {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 8px 10px 0;
}
.modal .modal-footer .btn:last-child, .modal .modal-footer a.dnnTertiaryAction:last-child, .modal .modal-footer button.dnnTertiaryAction:last-child, .modal .modal-footer .dnnFormPopup .ui-dialog-buttonpane button:last-child, .dnnFormPopup .ui-dialog-buttonpane .modal .modal-footer button:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .modal.modal-small {
    width: 450px;
    margin-left: -225px;
  }
}
@media (min-width: 768px) {
  .modal.modal-large {
    width: 680px;
    margin-left: -340px;
  }
}

/* FEED BACK MODALS */
@media (min-width: 768px) {
  .modal-feedback {
    width: 600px;
  }
}
.modal-feedback .modal-header {
  background-color: rgb(57, 135, 76);
}
.modal-feedback .modal-body .ya_your-rating-block {
  border: 1px solid #BABABA;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.modal-feedback .modal-body .ya_your-rating-block h3 {
  margin: 0 0 5px 0;
  line-height: 1.3em;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 480px) {
  .modal-feedback .modal-body .ya_your-rating-block h3 {
    float: left;
  }
}
@media (min-width: 480px) {
  .modal-feedback .modal-body .ya_your-rating-block .ya_rating {
    margin-left: 130px;
  }
}
.modal-feedback .modal-body .ya_your-rating-block .ya_rating .ya_number {
  font-size: 22px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  line-height: 1.3em;
}
.modal-feedback .modal-body .ya_your-rating-block .ya_rating .RadRating {
  display: inline-block;
}
.modal-feedback .modal-body .ya_your-rating-block .ya_rating .ya_meta {
  line-height: 0.75em;
}
.modal-feedback .modal-body .ya_more-info {
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: 10px -5px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .modal-feedback .modal-body .ya_more-info {
    padding-left: 140px;
    background-image: url("../png/laptop-rating.png");
  }
}
.modal-feedback .modal-body .ya_more-info h3 {
  margin-bottom: 5px;
}
.modal-feedback .modal-body .ya_more-info *:last-child {
  margin-bottom: 0;
}
.modal-feedback .modal-body ul li {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9em;
}

.confirm-password-modal .modal-body {
  padding: 20px;
}

.location-modal .modal-body {
  padding-bottom: 40px;
}

.modal.modal-secondary .modal-header,
.modal.searchModal .modal-header {
  background-color: rgb(245, 245, 245);
  border-color: rgb(212, 212, 212);
}
.modal.modal-secondary .modal-header h3,
.modal.searchModal .modal-header h3 {
  color: #333;
}
.modal.modal-secondary .modal-header .close,
.modal.searchModal .modal-header .close {
  color: #717171;
}

.modal.searchModal .modal-body {
  padding-bottom: 16px;
}

#helpPage .modal-header {
  background-color: rgb(231, 162, 65);
}

#myModal,
#privacyPolicyModal {
  height: 80%;
  max-height: 100%;
}
#myModal #myModalLabel,
#myModal #H1,
#privacyPolicyModal #myModalLabel,
#privacyPolicyModal #H1 {
  text-align: left;
}
#myModal .modal-body,
#privacyPolicyModal .modal-body {
  height: 95%;
  max-height: 100%;
}
#myModal .modal-body iframe,
#privacyPolicyModal .modal-body iframe {
  height: 95%;
}

@media (max-width: 767px) {
  #termsAndConditionModal,
  #privacyPolicyModal,
  #legalAgreementModal,
  #YACEPLegalAgreementModal,
  #YACEPCodeofConductModal {
    height: 95%;
  }
  #termsAndConditionModal .modal-body,
  #privacyPolicyModal .modal-body,
  #legalAgreementModal .modal-body,
  #YACEPLegalAgreementModal .modal-body,
  #YACEPCodeofConductModal .modal-body {
    position: relative;
  }
  #termsAndConditionModal .modal-body > iframe,
  #privacyPolicyModal .modal-body > iframe,
  #legalAgreementModal .modal-body > iframe,
  #YACEPLegalAgreementModal .modal-body > iframe,
  #YACEPCodeofConductModal .modal-body > iframe {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
  }
}
#termsAndConditionModal .modal-body,
#privacyPolicyModal .modal-body,
#legalAgreementModal .modal-body,
#YACEPLegalAgreementModal .modal-body,
#YACEPCodeofConductModal .modal-body {
  overflow-y: auto;
}

.passive-consent-modal.in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.passive-consent-modal.in .modal-body {
  overflow: hidden;
}
.passive-consent-modal.in .modal-body::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
}
.passive-consent-modal.in .modal-body .modal-inner-content {
  position: absolute;
  height: 100%;
  padding-bottom: 25px;
  margin-right: 10px;
}
.passive-consent-modal.in .modal-body .modal-inner-content .simplebar-content {
  padding-right: 10px;
}
.passive-consent-modal.in .modal-body .modal-inner-content iframe {
  width: 100%;
  height: 100%;
}
.passive-consent-modal.in .modal-body .ya-validation-message {
  position: absolute;
  top: auto;
  bottom: 3px;
  z-index: 10;
  line-height: 1em;
  background-color: white;
}
.passive-consent-modal.in .modal-body #DivModalInnerContentB, .passive-consent-modal.in .modal-body #DivModalInnerContentC {
  overflow-y: hidden !important;
}
.passive-consent-modal.in .modal-body #DivModalInnerContentB .modal-body iframe, .passive-consent-modal.in .modal-body #DivModalInnerContentC .modal-body iframe {
  height: 430px !important;
}
@media (min-width: 768px) {
  .passive-consent-modal.in .modal-body {
    min-height: 355px;
  }
}
@media (min-width: 768px) {
  .passive-consent-modal {
    max-width: 450px;
    margin-left: -225px !important;
    max-height: 500px;
  }
}

.modal {
  -webkit-box-shadow: 0 0 5px 2px #BABABA;
  box-shadow: 0 0 5px 2px #BABABA;
  border: 1px solid #4E453E;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 768px) {
  .modal.small {
    max-width: 380px;
    margin-left: -190px;
  }
}
.modal .modal-header h3, .modal .modal-header h2 {
  color: #fff;
  font-size: 18px;
  margin: 0 !important;
  border: none !important;
  line-height: 22px !important;
  font-family: ProximaNova-Bold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.modal .modal-body {
  overflow: auto;
  border-bottom: 30px;
}
@media (min-width: 768px) {
  .modal .modal-body {
    min-height: 120px;
  }
}
.modal.fade.in {
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .modal.fade.in {
    -webkit-transform: none;
            transform: none;
  }
}
.modal .lead {
  font-size: 18px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 6px;
}
.modal p + .lead,
.modal p + .small-lead {
  margin-top: 20px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  /*     background-color: transparent; */
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.ya-modal {
  display: none;
  overflow-y: hidden;
  height: 550px;
  max-width: 800px;
}
.ya-modal .ya-help-icon {
  font-size: 120px;
  position: absolute;
  left: -30px;
  bottom: -20px;
  margin: 0;
  color: #E7A241 !important;
}
.ya-modal .ya-help-icon span[data-icon] {
  font-size: 120px;
}
@media (max-width: 767px) {
  .ya-modal .ya-help-icon {
    display: none;
  }
}

.ya-help-header {
  padding: 40px 0 0;
  margin: 0 15px;
  border-bottom: 1px solid #F9F9F9;
}
.ya-help-header h1 {
  color: #E7A241;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  float: left;
  font-size: 32px;
  margin-bottom: 0;
}
.ya-help-header hr {
  margin: 0;
}

.ya-new-window-link {
  color: #909090;
  font-size: 18px !important;
}

.ya-close, .ya-close:link, .ya-close:hover, .ya-close:active, .ya-close:visited {
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #B4341D;
  background-image: none;
  color: #F1DEDE;
  margin: 0;
  padding: 0px 10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  font-size: 16px;
}
.ya-close span, .ya-close:link span, .ya-close:hover span, .ya-close:active span, .ya-close:visited span {
  margin-right: 4px;
}

.modal-body {
  overflow: inherit;
  padding: 0;
}
.modal-body iframe {
  overflow: auto;
}
.modal-body .yas-main-content {
  padding: 15px;
}
.modal-body #DivModalInnerContentB iframe, .modal-body #DivModalInnerContentC iframe {
  height: 333px;
  width: 438px;
}
@media (max-width: 500px) {
  .modal-body #DivModalInnerContentB iframe, .modal-body #DivModalInnerContentC iframe {
    height: 333px;
    width: 330px;
  }
}

.modal-footer .btn, .modal-footer a.dnnTertiaryAction, .modal-footer button.dnnTertiaryAction, .modal-footer .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .modal-footer button {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal-footer .btn, .modal-footer a.dnnTertiaryAction, .modal-footer button.dnnTertiaryAction, .modal-footer .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .modal-footer button {
    min-width: 115px;
  }
}

@media (max-width: 480px) {
  .ya-help-header h1 {
    font-size: 18px;
  }
}

.ya-help-content {
  height: 448px;
  padding: 25px 20px 45px;
  overflow: auto;
}
@media (max-width: 480px) {
  .ya-help-content {
    padding: 15px;
    max-height: 300px;
  }
}
.ya-help-content ul li {
  list-style: disc;
}

.ya-help-item {
  margin-bottom: 30px;
  color: #696563;
}
.ya-help-item h3 {
  border: none;
}

.ya-help {
  color: #E7A241;
}

sup a.ya-help {
  font-size: 0.6em;
}

@media (max-width: 479px), (max-height: 479px) and (max-width: 768px) {
  #helpPage {
    top: 10px;
    left: 10px;
    right: 10px;
    max-height: 1000px !important;
    height: 96%;
  }
  #helpPage .ya-help-header h1 {
    font-size: 20px;
  }
  #helpPage .ya-help-content {
    max-height: 1000px;
    height: 85%;
  }
}
#helpPage .ya-help-item *:last-child {
  margin-bottom: 0;
}
#helpPage .ya-close {
  padding-top: 5px;
  padding-bottom: 5px;
}
#helpPage .ya-close:hover, #helpPage .ya-close:active:hover, #helpPage .ya-close:visited:hover {
  color: #FFEBE8;
}
@media (min-width: 768px) {
  #helpPage.modal .modal-body {
    max-height: 493px;
  }
}

.ya_with-search {
  position: relative;
  clear: both;
}
@media (max-width: 980px) {
  .ya_with-search {
    margin-bottom: 40px !important;
  }
}
.ya_with-search .ya_title-search-bar {
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 1;
}
@media (max-width: 980px) {
  .ya_with-search .ya_title-search-bar {
    right: auto;
    top: auto;
    bottom: -40px;
  }
}
.ya_with-search .ya_title-search-bar .ya_search-field {
  width: 170px;
  border: 1px solid #BABABA;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: left;
  border-right: none;
  margin-bottom: 0;
  border-radius: 0px;
}
.ya_with-search .ya_title-search-bar .ya_search-advanced-button {
  display: none;
  float: left;
  border: 1px solid #BABABA;
  border-left: none;
  font-size: 24px;
  color: #BABABA;
  height: 30px;
  background-color: white;
}
@media (min-width: 768px) {
  .ya_with-search .ya_title-search-bar .ya_search-advanced-button {
    display: block;
  }
}
.ya_with-search .ya_title-search-bar .ya_search-button {
  border: 2px solid rgb(233, 180, 34);
  color: rgb(233, 180, 34);
  background-color: white;
  padding: 3px 13px;
  margin-left: -5px;
  float: right;
  position: relative;
  padding-left: 35px;
  border-radius: 6px;
}
.ya_with-search .ya_title-search-bar .ya_search-button .ya-icon {
  position: absolute;
  top: 5px;
  left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

@media (min-width: 980px) {
  .searchModal {
    min-width: 650px;
  }
}
@media (min-width: 768px) {
  .searchModal .modal-body {
    max-height: 450px;
  }
}
.searchModal .ya_educational-categories-list {
  padding: 10px;
  border: 1px solid #BABABA;
  margin: 5px 0 15px;
  border-radius: 4px;
}
.searchModal .ya_wrapper-datepicker {
  width: 48%;
  float: left;
}
.searchModal .ya_wrapper-datepicker .RadPicker {
  width: 90% !important;
}
@media (max-width: 767px) {
  .searchModal {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #congratsModal .modal-footer,
  .congratsModal .modal-footer {
    text-align: center;
  }
  #congratsModal .modal-footer .btn, #congratsModal .modal-footer a.dnnTertiaryAction, #congratsModal .modal-footer button.dnnTertiaryAction, #congratsModal .modal-footer .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane #congratsModal .modal-footer button,
  .congratsModal .modal-footer .btn,
  .congratsModal .modal-footer a.dnnTertiaryAction,
  .congratsModal .modal-footer button.dnnTertiaryAction,
  .congratsModal .modal-footer .dnnFormPopup .ui-dialog-buttonpane button,
  .dnnFormPopup .ui-dialog-buttonpane .congratsModal .modal-footer button {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #congratsModal .modal-body .ya_next,
  .congratsModal .modal-body .ya_next {
    float: left;
    width: 100%;
  }
}
#congratsModal .modal-header h3,
.congratsModal .modal-header h3 {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 768px) {
  #congratsModal .modal-body,
  .congratsModal .modal-body {
    padding: 30px 20px;
  }
}
#congratsModal .modal-body h4,
.congratsModal .modal-body h4 {
  margin: 0.75em 0;
  font-size: 18px;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
#congratsModal .modal-body h4 + h4,
.congratsModal .modal-body h4 + h4 {
  margin-top: -0.25em;
}
#congratsModal .modal-body .ya_social-links,
.congratsModal .modal-body .ya_social-links {
  margin-bottom: 10px;
}
#congratsModal .modal-body .ya_info h4:first-child,
.congratsModal .modal-body .ya_info h4:first-child {
  margin-top: 0;
}
#congratsModal .modal-body .ya_next h4:last-child,
.congratsModal .modal-body .ya_next h4:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #congratsModal .modal-body h4.ya_mobile-text,
  .congratsModal .modal-body h4.ya_mobile-text {
    font-size: 14px;
  }
}
#congratsModal .twitter-share-button,
.congratsModal .twitter-share-button {
  margin-left: 7px;
  height: 22px !important;
}
@media (max-width: 479px) {
  #congratsModal,
  .congratsModal {
    top: 5px;
  }
  #congratsModal .modal-body h4,
  .congratsModal .modal-body h4 {
    margin: 0.5em 0;
  }
  #congratsModal .btn:last-child, #congratsModal a.dnnTertiaryAction:last-child, #congratsModal button.dnnTertiaryAction:last-child, #congratsModal .dnnFormPopup .ui-dialog-buttonpane button:last-child, .dnnFormPopup .ui-dialog-buttonpane #congratsModal button:last-child,
  .congratsModal .btn:last-child,
  .congratsModal a.dnnTertiaryAction:last-child,
  .congratsModal button.dnnTertiaryAction:last-child,
  .congratsModal .dnnFormPopup .ui-dialog-buttonpane button:last-child,
  .dnnFormPopup .ui-dialog-buttonpane .congratsModal button:last-child {
    margin-bottom: 0;
  }
}

.ya_help-ttp-icon,
.ya_help-tm-icon,
.ya_help-ap-icon,
.ya_help-yple-icon {
  font-size: 48px;
  cursor: default;
}

.ya_renew-modal-oops .modal-footer .btn, .ya_renew-modal-oops .modal-footer a.dnnTertiaryAction, .ya_renew-modal-oops .modal-footer button.dnnTertiaryAction, .ya_renew-modal-oops .modal-footer .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_renew-modal-oops .modal-footer button {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.ya_add-location-modal {
  border: none;
  background-color: transparent;
  top: 50% !important;
  height: 96%;
  overflow-y: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ya_add-location-modal .ya_map-control {
  height: 280px !important;
}
.ya_add-location-modal .ya-additional-panel .ya-additional-panel-wrraper {
  padding: 0 !important;
  border: none !important;
}

.ya_edit-panel-modal {
  border: none;
  background-color: transparent;
  top: 2% !important;
  height: 96%;
  overflow-y: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ya_edit-panel-modal .ya-edit-panel {
  margin: 0 !important;
}
@media (max-width: 479px) {
  .ya_edit-panel-modal h3:first-child {
    margin-top: 0;
  }
}

#acceptTermsPopup {
  top: 2%;
}
#acceptTermsPopup #myheader p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
#acceptTermsPopup .ya_agree-text {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (max-height: 414px) and (max-width: 767px) {
  #acceptTermsPopup {
    top: 0;
    left: 0;
    right: 0;
  }
  #acceptTermsPopup #iframeTermsAndConditions {
    height: 160px;
  }
}
@media (max-width: 380px) and (min-height: 550px) and (max-width: 767px) {
  #acceptTermsPopup {
    max-height: 540px !important;
  }
}
@media (max-width: 414px) and (min-height: 620px) and (max-width: 767px) {
  #acceptTermsPopup {
    max-height: 620px !important;
  }
}
#acceptTermsPopup .modal-body {
  max-height: 400px !important;
}
@media (max-width: 380px) and (min-height: 550px) {
  #acceptTermsPopup .modal-body {
    max-height: 500px !important;
  }
}
@media (max-height: 320px) and (max-width: 570px) {
  #acceptTermsPopup .modal-body {
    max-height: 270px !important;
  }
}
@media (min-height: 600px) and (min-width: 480px) {
  #acceptTermsPopup .modal-body {
    max-height: 500px !important;
  }
}
@media (min-width: 768px) {
  #acceptTermsPopup .modal-body {
    max-height: 520px !important;
  }
}
@media (max-height: 375px) and (min-width: 600px) and (max-width: 767px) {
  #acceptTermsPopup .modal-body {
    max-height: 300px !important;
  }
}
@media (max-height: 414px) and (min-width: 730px) and (max-width: 767px) {
  #acceptTermsPopup .modal-body {
    max-height: 340px !important;
  }
}
@media (max-width: 414px) and (min-height: 620px) and (max-width: 767px) {
  #acceptTermsPopup .modal-body {
    max-height: 560px !important;
  }
}

.modal .YA_RestriectedWords {
  display: inline-block;
  margin-bottom: 10px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.modal .additionalText:empty {
  display: none;
}

.ya_extended-modal .modal-body {
  max-height: 430px;
}

.ya-crop-modal .modal-footer {
  text-align: left;
}

.ya-btn-edit {
  font-size: 12px;
}

.ya-btn-delete {
  font-size: 16px;
  cursor: pointer;
}

.ya-edit-box.collapse.in {
  border: 1px solid #d6cdbf;
  border-radius: 4px;
  border-radius: 6px;
  -webkit-box-shadow: #F9F9F9 3px 3px 5px;
  box-shadow: #F9F9F9 3px 3px 5px;
  background-color: #fff9e6;
  margin-bottom: 20px;
  padding: 20px;
}
.ya-edit-box h3 {
  margin-top: 0;
}
.ya-edit-box label {
  padding-left: 4px;
  margin-bottom: 2px;
}
.ya-edit-box label.radio {
  font-size: 12px;
}
.ya-edit-box label.radio input[type=radio] {
  margin: 2px 5px 0 0;
}
.ya-edit-box label.checkbox input[type=checkbox] {
  margin: 3px 7px 0 0;
}
.ya-edit-box label.row-fluid {
  margin-bottom: 10px;
}
.ya-edit-box input,
.ya-edit-box select {
  margin-bottom: 0;
}
.ya-edit-box .btn, .ya-edit-box a.dnnTertiaryAction, .ya-edit-box button.dnnTertiaryAction, .ya-edit-box .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya-edit-box button {
  margin-top: 20px;
  margin-bottom: 0;
}
.ya-edit-box [class*=span] {
  margin-bottom: 10px;
}

.ya-editable-region {
  border: 1px dotted #909090;
  min-height: 40px;
  padding: 5px;
  position: relative;
}
.ya-editable-region:hover {
  background-color: #e6e6e6;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.ya-editable-region .ya-btn-edit {
  bottom: 5px;
  height: 25px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  right: 5px;
}
.ya-editable-region .ya-btn-edit span[data-icon] {
  margin: 0;
}

.ya-info-panel {
  border: 2px solid #FFBF00;
  background-color: #FFF5D6;
  margin-bottom: 15px;
  border-radius: 6px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 15px 15px 10px;
}
.ya-info-panel h1, .ya-info-panel h2, .ya-info-panel h3, .ya-info-panel h4 {
  margin-top: 0;
}
.ya-info-panel p {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.ya-step-panel {
  background: #F9F9F9;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #888888;
}
.ya-step-panel h1, .ya-step-panel h2, .ya-step-panel h3, .ya-step-panel h4 {
  margin-top: 0;
}
.ya-step-panel p:last-child {
  margin-bottom: 0;
}

.ya-optional-panel {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  background-color: #FAFAFA;
}

.ya-basic-box {
  margin: 15px 0;
  border-radius: 6px;
  border: 2px solid #E9B422;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 6px 15px;
  position: relative;
  min-height: 54px;
  clear: both;
  background-color: #fff;
}
.ya-basic-box.small, .ya-basic-box.ya_small {
  max-width: 430px;
}
.ya-basic-box.ya_short {
  min-height: 46px;
}
.ya-basic-box ul {
  margin: 10px 0 10px 15px;
}
.ya-basic-box ul li {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  list-style: disc;
}
.ya-basic-box .ya_box-title {
  margin: 7px 0 5px;
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-basic-box p {
  margin: 8px 0 !important;
}
.ya-basic-box .ya_box-title + p {
  margin-top: 5px !important;
}

.ya-information-box {
  margin: 15px 0;
  border-radius: 6px;
  border: 2px solid #E9B422;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 6px 45px 4px 15px;
  position: relative;
  min-height: 54px;
  clear: both;
  background-color: #fff;
}
.ya-information-box::before {
  position: absolute;
  content: "Z";
  font-family: YogaAlliance;
  top: 13px;
  right: 10px;
  color: #FFCB05;
  font-size: 30px;
}
.ya-information-box span.ya-info-icon {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #FFCB05;
  font-size: 30px;
}
.ya-information-box.small, .ya-information-box.ya_small {
  max-width: 430px;
}
.ya-information-box.ya_short {
  min-height: 46px;
}
.ya-information-box.ya_short span.ya-info-icon {
  font-size: 24px;
}
.ya-information-box ul {
  margin: 10px 0 10px 15px;
}
.ya-information-box ul li {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  list-style: disc;
}
.ya-information-box .ya_box-title {
  margin: 7px 0 5px;
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-information-box p {
  margin: 8px 0 !important;
}
.ya-information-box .ya_box-title + p {
  margin-top: 5px !important;
}

.ya-information-box.ya_linked-to-yacep {
  padding-left: 40px;
}
.ya-information-box.ya_linked-to-yacep .ya_box-title:before {
  position: absolute;
  content: "♦";
  font-family: YogaAlliance;
  top: 13px;
  left: 15px;
}

.ya-warning-box {
  margin: 15px 0;
  border-radius: 6px;
  border: 2px solid #E9B422;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 4px 25px 4px 60px;
  position: relative;
  line-height: 16px;
  min-height: 54px;
  clear: both;
  background-color: #fff;
  border-color: #B4341D;
}
.ya-warning-box.ya_padded-box {
  padding-top: 10px;
  padding-bottom: 15px;
}
.ya-warning-box:first-child {
  margin-top: 0;
}
.ya-warning-box:last-child {
  margin-bottom: 0;
}
.ya-warning-box span[data-icon].ya-warning-icon {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #B4341D;
  font-size: 30px;
  margin: 0;
}
.ya-warning-box.small, .ya-warning-box.ya_small {
  max-width: 430px;
}
.ya-warning-box ul {
  margin: 10px 0 10px 15px;
}
.ya-warning-box ul li {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  list-style: disc;
}
.ya-warning-box .ya_box-title {
  margin: 7px 0 5px;
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-warning-box p {
  margin: 8px 0 !important;
}
.ya-warning-box .ya_box-title + p {
  margin-top: 5px !important;
}
.ya-warning-box .btn-large + * {
  margin-left: 10px;
}
.ya-warning-box .ya-button-row .btn, .ya-warning-box .ya-button-row a.dnnTertiaryAction, .ya-warning-box .ya-button-row button.dnnTertiaryAction, .ya-warning-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya-warning-box .ya-button-row button {
  width: auto !important;
}

.ya-alert-box {
  margin: 15px 0;
  border-radius: 6px;
  border: 2px solid #E9B422;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 4px 25px 4px 60px;
  position: relative;
  line-height: 16px;
  min-height: 54px;
  clear: both;
  background-color: #fff;
}
.ya-alert-box.ya_padded-box {
  padding-top: 10px;
  padding-bottom: 15px;
}
.ya-alert-box:first-child {
  margin-top: 0;
}
.ya-alert-box:last-child {
  margin-bottom: 0;
}
.ya-alert-box span[data-icon].ya-alert-icon {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #E7A241;
  font-size: 30px;
  margin: 0;
}
.ya-alert-box.small, .ya-alert-box.ya_small {
  max-width: 430px;
}
.ya-alert-box ul {
  margin: 10px 0 10px 15px;
}
.ya-alert-box ul li {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  list-style: disc;
}
.ya-alert-box .ya_box-title {
  margin: 7px 0 5px;
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-alert-box p {
  margin: 8px 0 !important;
}
.ya-alert-box .ya_box-title + p {
  margin-top: 5px !important;
}
.ya-alert-box .btn-large + * {
  margin-left: 10px;
}
.ya-alert-box .ya-button-row .btn, .ya-alert-box .ya-button-row a.dnnTertiaryAction, .ya-alert-box .ya-button-row button.dnnTertiaryAction, .ya-alert-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya-alert-box .ya-button-row button {
  width: auto !important;
}

.ya_highlight-box {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #717171;
}
.ya_highlight-box h2 {
  font-size: 24px;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_highlight-box h2:first-child {
  margin-top: 0;
  margin-bottom: 20px;
}
.ya_highlight-box .ya_designation-icon-right {
  max-width: 160px;
  margin-bottom: 20px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .ya_highlight-box .ya_designation-icon-right {
    margin-left: 30px;
    float: right;
  }
}
.ya_highlight-box .ya_designation-icon-left {
  float: left;
  max-width: 80px;
  margin-right: 15px;
}

.ya_early-adopter-panel {
  position: relative;
  padding-left: 120px;
}
.ya_early-adopter-panel .ya_yacep-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.ya_early-adopter-panel p {
  font-size: 16px;
}
.ya_early-adopter-panel p:first-of-type {
  margin-top: -5px;
}
@media (max-width: 400px) {
  .ya_early-adopter-panel {
    padding-left: 100px !important;
  }
  .ya_early-adopter-panel .ya_yacep-logo {
    width: 85px !important;
  }
  .ya_early-adopter-panel p {
    font-size: 14px !important;
  }
}

.ya-action-box {
  margin: 15px 0;
  border-radius: 6px;
  border: 2px solid #39874C;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 4px 25px 4px 55px;
  position: relative;
  line-height: 16px;
  min-height: 54px;
  clear: both;
  background-color: #fff;
}
.ya-action-box span.ya-action-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #39874C;
  font-size: 32px;
}
.ya-action-box.small, .ya-action-box.ya_small {
  max-width: 430px;
}
.ya-action-box.ya_short {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 38px;
  padding-left: 48px;
}
.ya-action-box.ya_short span.ya-warning-icon {
  top: 7px;
  font-size: 20px;
}
.ya-action-box ul {
  margin: 10px 0 10px 15px;
}
.ya-action-box ul li {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  list-style: disc;
}
.ya-action-box .ya_box-title {
  margin: 7px 0 5px;
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-action-box p {
  margin: 8px 0 !important;
}
.ya-action-box .ya_box-title + p {
  margin-top: 5px !important;
}
@media (min-width: 600px) {
  .ya-action-box .ya-box-body {
    float: left;
  }
  .ya-action-box .ya-box-action {
    float: right;
  }
}

.ya-disclaimer-box {
  margin: 15px 0;
  border-radius: 3px;
  border: 1px solid #BABABA;
  padding: 7px 15px;
  position: relative;
  line-height: 16px;
  min-height: 54px;
  clear: both;
  background-color: #fff;
}
.ya-disclaimer-box:first-child {
  margin-top: 0;
}
.ya-disclaimer-box:last-child {
  margin-bottom: 0;
}
.ya-disclaimer-box.small, .ya-disclaimer-box.ya_small {
  max-width: 430px;
}
.ya-disclaimer-box ul {
  margin: 10px 0 10px 15px;
}
.ya-disclaimer-box ul li {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  list-style: disc;
}
.ya-disclaimer-box .ya_box-title {
  margin: 7px 0 5px;
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-disclaimer-box p {
  margin: 8px 0 !important;
}
.ya-disclaimer-box .ya_box-title + p {
  margin-top: 5px !important;
}

h3 + .ya-disclaimer-box, h4 + .ya-disclaimer-box {
  margin-top: 6px;
}

.ya-success-box {
  margin: 15px 0;
  border-radius: 6px;
  border: 1px solid #39874C;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #39874C;
  padding: 4px 67px 4px 55px;
  position: relative;
  line-height: 16px;
  clear: both;
  background-color: #daf2d7;
  min-height: 55px;
}
.ya-success-box span.ya-success-icon {
  position: absolute;
  top: 9px;
  left: 15px;
  color: #39874C;
  font-size: 30px;
}
.ya-success-box.small, .ya-success-box.ya_small {
  max-width: 430px;
}
.ya-success-box ul {
  margin: 10px 0 10px 15px;
}
.ya-success-box ul li {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  list-style: disc;
}
.ya-success-box .ya_box-title {
  margin: 7px 0 5px;
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #39874C;
}
.ya-success-box h3 {
  margin-top: 12px;
  margin-bottom: 5px;
  color: #39874C;
  font-size: 20px;
}
.ya-success-box p {
  margin: 8px 0 !important;
  color: #39874C;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-success-box .ya_box-title + p,
.ya-success-box h3 + p {
  margin-top: 5px !important;
}

.ya-tip-box {
  margin: 15px 0;
  border-radius: 6px;
  border: 2px solid #39874C;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 0 10px;
  position: relative;
  min-height: 54px;
  clear: both;
  background-color: #fff;
}
.ya-tip-box.small, .ya-tip-box.ya_small {
  max-width: 430px;
}
.ya-tip-box.ya_short {
  min-height: 46px;
}
.ya-tip-box.ya_short span.ya-info-icon {
  font-size: 24px;
}
.ya-tip-box ul {
  margin: 10px 0 10px 15px;
}
.ya-tip-box ul li {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  list-style: disc;
}
.ya-tip-box .ya_box-title {
  margin: 7px 0 5px;
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-tip-box .ya_box-title::before {
  margin-right: 10px;
  content: "u";
  font-family: YogaAlliance;
  top: 0;
  right: 0;
  color: #39874C;
}
.ya-tip-box p {
  margin: 8px 0 !important;
}
.ya-tip-box .ya_box-title + p {
  margin-top: 5px !important;
}

.ya_prohibited-language-list {
  margin: 15px 0 !important;
}
.ya_prohibited-language-list li {
  list-style: none !important;
  padding: 20px 0;
  min-height: 80px;
  clear: both;
  border-bottom: 1px solid #BABABA;
}
.ya_prohibited-language-list li:first-child {
  border-top: 1px solid #BABABA;
}
.ya_prohibited-language-list li h5:first-child {
  margin: 0;
  float: left;
  width: 75px;
}
@media (min-width: 400px) {
  .ya_prohibited-language-list li h5:first-child {
    width: 110px;
  }
}
@media (min-width: 480px) {
  .ya_prohibited-language-list li h5:first-child {
    width: 130px;
  }
}
.ya_prohibited-language-list li .ya_word-details {
  margin-left: 80px;
  margin-bottom: 15px;
}
@media (min-width: 400px) {
  .ya_prohibited-language-list li .ya_word-details {
    margin-left: 120px;
  }
}
@media (min-width: 480px) {
  .ya_prohibited-language-list li .ya_word-details {
    margin-left: 140px;
  }
}

.ya-alert-box.ya_small-box,
.ya-warning-box.ya_small-box,
.ya-success-box.ya_small-box {
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 44px;
  padding-left: 50px;
}
.ya-alert-box.ya_small-box span.ya-alert-icon,
.ya-alert-box.ya_small-box span.ya-warning-icon,
.ya-alert-box.ya_small-box span.ya-success-icon,
.ya-warning-box.ya_small-box span.ya-alert-icon,
.ya-warning-box.ya_small-box span.ya-warning-icon,
.ya-warning-box.ya_small-box span.ya-success-icon,
.ya-success-box.ya_small-box span.ya-alert-icon,
.ya-success-box.ya_small-box span.ya-warning-icon,
.ya-success-box.ya_small-box span.ya-success-icon {
  top: 7px;
  font-size: 24px;
  left: 12px;
}
.ya-alert-box.ya_small-box .ya_box-title,
.ya-warning-box.ya_small-box .ya_box-title,
.ya-success-box.ya_small-box .ya_box-title {
  font-size: 14px;
}
.ya-alert-box.ya_small-box p,
.ya-warning-box.ya_small-box p,
.ya-success-box.ya_small-box p {
  line-height: 1.4em;
}
.ya-alert-box.ya_small-box .ya_box-title + p,
.ya-warning-box.ya_small-box .ya_box-title + p,
.ya-success-box.ya_small-box .ya_box-title + p {
  margin-top: -5px !important;
}
.ya-alert-box.ya_small-box > .ya-button-row,
.ya-warning-box.ya_small-box > .ya-button-row,
.ya-success-box.ya_small-box > .ya-button-row {
  margin-top: -5px;
}

.ya-action-box.ya_small-box .ya_box-title {
  font-size: 14px;
}
.ya-action-box.ya_small-box p {
  line-height: 1.4em;
}
.ya-action-box.ya_small-box > .ya_box-title + .ya-button-row {
  margin-top: -5px;
}
.ya-action-box.ya_small-box > p + .ya-button-row {
  margin-top: -10px;
}

.ya-information-box:first-child,
.ya-warning-box:first-child,
.ya-success-box:first-child,
.ya-alert-box:first-child,
.ya-action-box:first-child,
.ya_highlight-box:first-child,
.ya_disclaimer-box:first-child,
.ya-basic-box:first-child {
  margin-top: 0;
}
.ya-information-box .ya-button-row .btn, .ya-information-box .ya-button-row a.dnnTertiaryAction, .ya-information-box .ya-button-row button.dnnTertiaryAction, .ya-information-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya-information-box .ya-button-row button,
.ya-warning-box .ya-button-row .btn,
.ya-warning-box .ya-button-row a.dnnTertiaryAction,
.ya-warning-box .ya-button-row button.dnnTertiaryAction,
.ya-warning-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .ya-warning-box .ya-button-row button,
.ya-success-box .ya-button-row .btn,
.ya-success-box .ya-button-row a.dnnTertiaryAction,
.ya-success-box .ya-button-row button.dnnTertiaryAction,
.ya-success-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .ya-success-box .ya-button-row button,
.ya-alert-box .ya-button-row .btn,
.ya-alert-box .ya-button-row a.dnnTertiaryAction,
.ya-alert-box .ya-button-row button.dnnTertiaryAction,
.ya-alert-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .ya-alert-box .ya-button-row button,
.ya-action-box .ya-button-row .btn,
.ya-action-box .ya-button-row a.dnnTertiaryAction,
.ya-action-box .ya-button-row button.dnnTertiaryAction,
.ya-action-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .ya-action-box .ya-button-row button,
.ya_highlight-box .ya-button-row .btn,
.ya_highlight-box .ya-button-row a.dnnTertiaryAction,
.ya_highlight-box .ya-button-row button.dnnTertiaryAction,
.ya_highlight-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .ya_highlight-box .ya-button-row button,
.ya_disclaimer-box .ya-button-row .btn,
.ya_disclaimer-box .ya-button-row a.dnnTertiaryAction,
.ya_disclaimer-box .ya-button-row button.dnnTertiaryAction,
.ya_disclaimer-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .ya_disclaimer-box .ya-button-row button,
.ya-basic-box .ya-button-row .btn,
.ya-basic-box .ya-button-row a.dnnTertiaryAction,
.ya-basic-box .ya-button-row button.dnnTertiaryAction,
.ya-basic-box .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button,
.dnnFormPopup .ui-dialog-buttonpane .ya-basic-box .ya-button-row button {
  margin-right: 10px !important;
}
.ya-information-box h1, .ya-information-box h2, .ya-information-box h3, .ya-information-box h4, .ya-information-box h5, .ya-information-box h6,
.ya-warning-box h1,
.ya-warning-box h2,
.ya-warning-box h3,
.ya-warning-box h4,
.ya-warning-box h5,
.ya-warning-box h6,
.ya-success-box h1,
.ya-success-box h2,
.ya-success-box h3,
.ya-success-box h4,
.ya-success-box h5,
.ya-success-box h6,
.ya-alert-box h1,
.ya-alert-box h2,
.ya-alert-box h3,
.ya-alert-box h4,
.ya-alert-box h5,
.ya-alert-box h6,
.ya-action-box h1,
.ya-action-box h2,
.ya-action-box h3,
.ya-action-box h4,
.ya-action-box h5,
.ya-action-box h6,
.ya_highlight-box h1,
.ya_highlight-box h2,
.ya_highlight-box h3,
.ya_highlight-box h4,
.ya_highlight-box h5,
.ya_highlight-box h6,
.ya_disclaimer-box h1,
.ya_disclaimer-box h2,
.ya_disclaimer-box h3,
.ya_disclaimer-box h4,
.ya_disclaimer-box h5,
.ya_disclaimer-box h6,
.ya-basic-box h1,
.ya-basic-box h2,
.ya-basic-box h3,
.ya-basic-box h4,
.ya-basic-box h5,
.ya-basic-box h6 {
  margin: 10px 0;
}
.ya-information-box.ya_large-box,
.ya-warning-box.ya_large-box,
.ya-success-box.ya_large-box,
.ya-alert-box.ya_large-box,
.ya-action-box.ya_large-box,
.ya_highlight-box.ya_large-box,
.ya_disclaimer-box.ya_large-box,
.ya-basic-box.ya_large-box {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ya-information-box.ya_large-box span[data-icon],
.ya-warning-box.ya_large-box span[data-icon],
.ya-success-box.ya_large-box span[data-icon],
.ya-alert-box.ya_large-box span[data-icon],
.ya-action-box.ya_large-box span[data-icon],
.ya_highlight-box.ya_large-box span[data-icon],
.ya_disclaimer-box.ya_large-box span[data-icon],
.ya-basic-box.ya_large-box span[data-icon] {
  top: 15px;
}
.ya-information-box.ya_large-box h1 + p, .ya-information-box.ya_large-box h2 + p, .ya-information-box.ya_large-box h3 + p, .ya-information-box.ya_large-box h4 + p, .ya-information-box.ya_large-box h5 + p, .ya-information-box.ya_large-box h6 + p,
.ya-warning-box.ya_large-box h1 + p,
.ya-warning-box.ya_large-box h2 + p,
.ya-warning-box.ya_large-box h3 + p,
.ya-warning-box.ya_large-box h4 + p,
.ya-warning-box.ya_large-box h5 + p,
.ya-warning-box.ya_large-box h6 + p,
.ya-success-box.ya_large-box h1 + p,
.ya-success-box.ya_large-box h2 + p,
.ya-success-box.ya_large-box h3 + p,
.ya-success-box.ya_large-box h4 + p,
.ya-success-box.ya_large-box h5 + p,
.ya-success-box.ya_large-box h6 + p,
.ya-alert-box.ya_large-box h1 + p,
.ya-alert-box.ya_large-box h2 + p,
.ya-alert-box.ya_large-box h3 + p,
.ya-alert-box.ya_large-box h4 + p,
.ya-alert-box.ya_large-box h5 + p,
.ya-alert-box.ya_large-box h6 + p,
.ya-action-box.ya_large-box h1 + p,
.ya-action-box.ya_large-box h2 + p,
.ya-action-box.ya_large-box h3 + p,
.ya-action-box.ya_large-box h4 + p,
.ya-action-box.ya_large-box h5 + p,
.ya-action-box.ya_large-box h6 + p,
.ya_highlight-box.ya_large-box h1 + p,
.ya_highlight-box.ya_large-box h2 + p,
.ya_highlight-box.ya_large-box h3 + p,
.ya_highlight-box.ya_large-box h4 + p,
.ya_highlight-box.ya_large-box h5 + p,
.ya_highlight-box.ya_large-box h6 + p,
.ya_disclaimer-box.ya_large-box h1 + p,
.ya_disclaimer-box.ya_large-box h2 + p,
.ya_disclaimer-box.ya_large-box h3 + p,
.ya_disclaimer-box.ya_large-box h4 + p,
.ya_disclaimer-box.ya_large-box h5 + p,
.ya_disclaimer-box.ya_large-box h6 + p,
.ya-basic-box.ya_large-box h1 + p,
.ya-basic-box.ya_large-box h2 + p,
.ya-basic-box.ya_large-box h3 + p,
.ya-basic-box.ya_large-box h4 + p,
.ya-basic-box.ya_large-box h5 + p,
.ya-basic-box.ya_large-box h6 + p {
  margin-top: -5px !important;
}

.ya_text-image-banner {
  image-rendering: -webkit-optimize-contrast;
}

.ya_group-spacer {
  margin: 20px 0;
}

.ya_last-modified {
  position: relative;
}
.ya_last-modified .small-lead {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.ya_last-modified h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .ya_last-modified .btn-large {
    position: absolute;
    top: 0;
    right: 10px;
  }
}

.ya_status-block {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 6px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_status-block .btn, .ya_status-block a.dnnTertiaryAction, .ya_status-block button.dnnTertiaryAction, .ya_status-block .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_status-block button {
  margin-bottom: 0;
}
.ya_status-block .ya_status {
  margin-left: 5px;
}
.ya_status-block .ya_status-published {
  color: #39874C;
}
.ya_status-block .ya_status-unpublished {
  color: #B4341D;
}

.ya_small-collapse-panel {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #BABABA;
  margin-bottom: 20px;
  -webkit-box-shadow: #BABABA 0 0 6px;
  box-shadow: #BABABA 0 0 6px;
}
@media (min-width: 600px) {
  .ya_small-collapse-panel {
    float: left;
    margin-top: 23px;
  }
}
.ya_small-collapse-panel .ya_panel-toggle {
  display: block;
  position: relative;
  padding: 10px;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_small-collapse-panel .ya_panel-toggle:hover, .ya_small-collapse-panel .ya_panel-toggle:link, .ya_small-collapse-panel .ya_panel-toggle:active, .ya_small-collapse-panel .ya_panel-toggle:visited {
  text-decoration: none;
}
.ya_small-collapse-panel .ya_panel-toggle:after {
  font-family: "YogaAlliance";
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  text-decoration: none;
  color: #333;
  content: "♣";
}
.ya_small-collapse-panel .ya_panel-toggle.collapsed:after {
  content: "♥";
}
.ya_small-collapse-panel .ya_small-panel-content {
  padding: 0 10px;
  -webkit-transition: height 0.35s ease, margin 0.5s ease;
  transition: height 0.35s ease, margin 0.5s ease;
}
.ya_small-collapse-panel .ya_small-panel-content.in {
  margin-top: 20px;
}

/*
An info box on Participant Course Evaluation Survey (YACEP)
*/
.ya_points-to-note h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.ya_points-to-note .ya_container {
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: left -8px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .ya_points-to-note .ya_container {
    padding-left: 170px;
    background-image: url(../png/laptop-rating.png);
  }
}
.ya_points-to-note ul {
  padding: 10px 0;
  margin-bottom: 0;
}
.ya_points-to-note ul li {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0.5em;
}

.Font-SemiBold {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

Heading-underline {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 3px;
}

.Blockquote {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 0 15px;
  margin: 20px 40px 20px 20px;
  border-left: 5px solid #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.25;
  color: #AFA58F !important;
  display: block;
}

.DropCaps {
  float: left;
  color: #B4341D;
  font-size: 60px;
  line-height: 53px;
  padding-right: 3px;
  font-family: Georgia;
}

.ya-read-more {
  color: #B4341D;
  font-size: larger;
}

.Color-Red {
  color: #B4341D;
}

.Color-Yellow {
  color: #E9B422;
}

.Color-Yellow-Dark {
  color: #E7A241;
}

.Color-Orange {
  color: #F37021;
}

.Color-Brown {
  color: #AFA58F;
}

.Color-Brown-Dark {
  color: #696151;
}

.Color-Gray-Dark {
  color: #909090;
}

.Bulleted-List li {
  list-style: disc;
}

.Box-Square, .Box-Rounded, .Box-Square-Bold, .Box-Rounded-Bold, .Box-Round-Red-Bold, .Box-Square-Red-Bold {
  padding: 10px 15px;
}

.Box-Rounded, .Box-Rounded-Bold, .Box-Round-Red-Bold {
  border-radius: 6px;
}

.Box-Rounded, .Box-Square {
  border: 1px solid #EDECEA;
}

.Box-Rounded {
  border: 2px solid #EDECEA;
}

.Box-Rounded-Bold, .Box-Square-Bold {
  border: 2px solid #696151;
}

.Box-Round-Red-Bold, .Box-Square-Red-Bold {
  border: 2px solid #B4341D;
}

.video-container {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

/* Context Menus */
.ya-context-menu {
  position: relative;
  background: #fbb381 url(../png/context-menu-bg.png) left top repeat-x;
  border-radius: 4px;
}
.ya-context-menu .btn:hover, .ya-context-menu button.dnnTertiaryAction:hover, .ya-context-menu .dnnFormPopup .ui-dialog-buttonpane button:hover, .dnnFormPopup .ui-dialog-buttonpane .ya-context-menu button:hover, .ya-context-menu a:hover, .ya-context-menu .btn:focus, .ya-context-menu button.dnnTertiaryAction:focus, .ya-context-menu .dnnFormPopup .ui-dialog-buttonpane button:focus, .dnnFormPopup .ui-dialog-buttonpane .ya-context-menu button:focus, .ya-context-menu a:focus {
  outline: 0;
}
.ya-context-menu .btn-navbar {
  min-width: 0 !important;
  margin: 10px;
  outline: 0;
  float: left;
  background-image: none;
  background-color: #C03A18;
}
.ya-context-menu .btn-navbar:hover, .ya-context-menu .btn-navbar:active, .ya-context-menu .btn-navbar:focus {
  background-image: none;
  background-color: #b73717;
}
.ya-context-menu .artwork {
  width: 95%;
  height: 229px;
  position: absolute;
  top: 12px;
  background: url(../png/menu-logo.png) center top no-repeat;
  background-size: 95% auto;
  z-index: 0;
}
.ya-context-menu .btn span, .ya-context-menu a.dnnTertiaryAction span, .ya-context-menu button.dnnTertiaryAction span, .ya-context-menu .dnnFormPopup .ui-dialog-buttonpane button span, .dnnFormPopup .ui-dialog-buttonpane .ya-context-menu button span {
  margin-right: 0;
  top: 0;
}
.ya-context-menu .navbar-inner {
  padding-top: 135px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 15px 0;
  background: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000FF", endColorstr="#000000FF", GradientType=0);
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.ya-context-menu .nav {
  margin: 0 0 15px 0;
  float: none;
  background: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  border-radius: 0px;
  margin-bottom: 0;
}
.ya-context-menu .navbar {
  margin-bottom: 0;
}
.ya-context-menu .nav li {
  float: none;
}
.ya-context-menu .nav > li {
  padding: 0;
}
.ya-context-menu .nav > li > a {
  /*         background: url(../images/bottom-line.png) center top no-repeat; */
  color: #B4341D;
  padding: 7px 18px;
  margin-bottom: 0 !important;
  display: block;
  text-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  position: relative;
  border-radius: 0px !important;
}
.ya-context-menu .nav-collapse > .nav > li > a {
  font-family: ProximaNova-SemiBold;
}
.ya-context-menu .nav > li > a span {
  margin-right: 15px;
}
.ya-context-menu .nav > li:first-child > a {
  background: none;
}
.ya-context-menu .nav > li.active > a, .ya-context-menu .nav > li > a:hover {
  color: #a12013 !important;
  background-color: #EBEBEB !important;
  text-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.ya-context-menu .navbar .nav > .active > a {
  color: #a12013 !important;
  background-color: white;
  text-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.ya-context-menu .nav > li ul li:last-child {
  padding-bottom: 12px;
}
.ya-context-menu .nav > li ul li {
  padding: 0;
}
.ya-context-menu .nav > li ul li > a {
  color: #ffffff;
  padding: 7px 22px 0px 22px;
  display: block;
  font-weight: normal;
  background: none;
  border: none;
}
.ya-context-menu .nav > li ul li > a > span {
  visibility: hidden;
  margin: 0 0 0 10px;
  position: relative;
  top: 2px;
}
.ya-context-menu .nav > li ul li > a:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  text-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.ya-context-menu .nav > li ul li > a:hover span {
  visibility: visible !important;
}
.ya-context-menu .nav > li ul li > a:hover {
  color: #a12013;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
.ya-context-menu .nav > li ul li > a:focus {
  background-color: transparent !important;
  text-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.ya-context-menu .nav ul {
  padding: 0;
  margin: 0;
  /* 		background: url(../images/bottom-line.png) center top no-repeat; */
}
.ya-context-menu .nav li:first-child {
  padding-top: 0 !important;
}
.ya-context-menu .nav-collapse .nav > li > a {
  color: #B4341D;
  font-weight: normal !important;
}
.ya-context-menu .nav-collapse .nav > li > a:focus {
  color: #B4341D;
  background-color: #EBEBEB;
}
.ya-context-menu span[data-icon=E] {
  font-size: 18px !important;
  position: relative;
  top: 2px;
}
.ya-context-menu.ya-staff-menu .nav-list {
  padding: 0;
}

.nav-list > li > a {
  margin: 0;
}

/***Responsive Overrides ******/
@media (max-width: 767px) {
  .ya-context-menu .navbar-inner {
    padding-top: 0px;
    margin: 0;
  }
  .ya-context-menu .nav-collapse.in {
    margin-bottom: 15px;
  }
  .ya-context-menu .nav-collapse .nav > li > a {
    color: #B4341D;
    font-weight: normal !important;
  }
  .ya-context-menu .nav-collapse > .nav > li > a, .ya-context-menu .nav-collapse ul {
    background-position: center top;
    background-size: 94% 1px;
  }
}
@media (min-width: 768px) {
  .ya-context-menu .btn-navbar {
    display: none !important;
  }
  .ya-context-menu .nav-collapse, .ya-context-menu .nav-collapse.collapse {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ya-context-menu .nav-collapse .nav > li > a {
    padding-left: 8px !important;
    padding-right: 2px !important;
  }
  .ya-context-menu .nav > li {
    padding: 0 !important;
  }
  .ya-context-menu .nav > li > a span {
    margin-right: 3px;
  }
  .ya-context-menu .nav > li ul > li > a span {
    margin: 0;
    top: 1px;
  }
}
/***Responsive Overrides ******/
html body .riSingle .riTextBox[type=text] {
  height: 30px;
}

.ya_forgot-password-panel h1,
.ya_email-password-problems-panel h1,
.ya_security-question-not-setup h1 {
  line-height: 1em;
  white-space: nowrap;
  font-size: 32px;
}
@media (max-width: 979px) {
  .ya_forgot-password-panel h1,
  .ya_email-password-problems-panel h1,
  .ya_security-question-not-setup h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ya_forgot-password-panel h1,
  .ya_email-password-problems-panel h1,
  .ya_security-question-not-setup h1 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .ya_forgot-password-panel h1,
  .ya_email-password-problems-panel h1,
  .ya_security-question-not-setup h1 {
    font-size: 22px;
  }
}
.ya_forgot-password-panel h1 .ya-help,
.ya_email-password-problems-panel h1 .ya-help,
.ya_security-question-not-setup h1 .ya-help {
  position: relative;
  top: -4px;
  vertical-align: middle;
}
.ya_forgot-password-panel .ya-button-row .btn:first-child, .ya_forgot-password-panel .ya-button-row a.dnnTertiaryAction:first-child, .ya_forgot-password-panel .ya-button-row button.dnnTertiaryAction:first-child, .ya_forgot-password-panel .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button:first-child, .dnnFormPopup .ui-dialog-buttonpane .ya_forgot-password-panel .ya-button-row button:first-child,
.ya_email-password-problems-panel .ya-button-row .btn:first-child,
.ya_email-password-problems-panel .ya-button-row a.dnnTertiaryAction:first-child,
.ya_email-password-problems-panel .ya-button-row button.dnnTertiaryAction:first-child,
.ya_email-password-problems-panel .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button:first-child,
.dnnFormPopup .ui-dialog-buttonpane .ya_email-password-problems-panel .ya-button-row button:first-child,
.ya_security-question-not-setup .ya-button-row .btn:first-child,
.ya_security-question-not-setup .ya-button-row a.dnnTertiaryAction:first-child,
.ya_security-question-not-setup .ya-button-row button.dnnTertiaryAction:first-child,
.ya_security-question-not-setup .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button:first-child,
.dnnFormPopup .ui-dialog-buttonpane .ya_security-question-not-setup .ya-button-row button:first-child {
  margin-right: 10px;
}
.ya_forgot-password-panel .input-block-level + .help-inline,
.ya_email-password-problems-panel .input-block-level + .help-inline,
.ya_security-question-not-setup .input-block-level + .help-inline {
  margin-top: 5px;
}
.ya_forgot-password-panel .ya-step-panel .ya_with-separator,
.ya_email-password-problems-panel .ya-step-panel .ya_with-separator,
.ya_security-question-not-setup .ya-step-panel .ya_with-separator {
  margin-top: 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid #909090;
}
.ya_forgot-password-panel .ya-step-panel p + .control-group,
.ya_email-password-problems-panel .ya-step-panel p + .control-group,
.ya_security-question-not-setup .ya-step-panel p + .control-group {
  margin-top: 20px;
}
.ya_forgot-password-panel .ya-step-panel .ya_designations-group .row-fluid .span6:first-of-type,
.ya_email-password-problems-panel .ya-step-panel .ya_designations-group .row-fluid .span6:first-of-type,
.ya_security-question-not-setup .ya-step-panel .ya_designations-group .row-fluid .span6:first-of-type {
  max-width: 125px;
}
.ya_forgot-password-panel .ya-step-panel .ya-label small,
.ya_email-password-problems-panel .ya-step-panel .ya-label small,
.ya_security-question-not-setup .ya-step-panel .ya-label small {
  font-size: 100%;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_forgot-password-panel .ya-step-panel .control-group:last-child,
.ya_email-password-problems-panel .ya-step-panel .control-group:last-child,
.ya_security-question-not-setup .ya-step-panel .control-group:last-child {
  margin: 0;
}

.ya-forgot-password h1 {
  line-height: 32px;
}
@media (min-width: 1200px) {
  .ya-forgot-password h1 {
    margin-bottom: 29px;
  }
}
.ya-forgot-password h1 .ya-help {
  position: relative;
  top: -4px;
}

.ya_forgot-password-panel h1 {
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ya_forgot-password-panel h1 + p {
    min-height: 73px;
  }
}
@media (min-width: 980px) and (max-width: 1115px) {
  .ya_forgot-password-panel h1 + p {
    min-height: 58px;
  }
}
@media (min-width: 1116px) {
  .ya_forgot-password-panel h1 + p {
    min-height: 26px;
  }
}
.ya_forgot-password-panel .ya-label {
  margin-top: 20px;
}
.ya_forgot-password-panel .ya_input-wrapper {
  max-width: 250px;
}

.ya_email-password-problems-panel .ya_recover-account {
  width: 100%;
}
@media (min-width: 768px) {
  .ya_email-password-problems-panel .ya_recover-account {
    width: 90%;
  }
}
.ya_email-password-problems-panel .ya_recover-account .ya_by-email {
  float: left;
  width: 52%;
}
.ya_email-password-problems-panel .ya_recover-account .ya_by-email .ya_input-wrapper {
  float: left;
  width: 80%;
}
.ya_email-password-problems-panel .ya_recover-account .ya_by-email span {
  float: right;
  width: 10%;
  margin-left: 5%;
  margin-right: 5%;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 360px) {
  .ya_email-password-problems-panel .ya_recover-account .ya_by-email span {
    width: 16%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.ya_email-password-problems-panel .ya_recover-account .ya_by-ya-id {
  float: left;
  width: 48%;
}
.ya_email-password-problems-panel .ya_email-problems-panel {
  margin: 30px 0;
}
.ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal {
    width: 95%;
  }
}
.ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .control-label {
  text-align: left;
}
@media (min-width: 480px) {
  .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .control-label {
    width: 104px;
  }
}
@media (min-width: 480px) {
  .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .controls {
    margin-left: 115px;
  }
}
.ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .controls.ya-button-row .btn:first-child, .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .controls.ya-button-row a.dnnTertiaryAction:first-child, .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .controls.ya-button-row button.dnnTertiaryAction:first-child, .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .controls.ya-button-row .dnnFormPopup .ui-dialog-buttonpane button:first-child, .dnnFormPopup .ui-dialog-buttonpane .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .controls.ya-button-row button:first-child {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .ya_your-name-group,
  .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .ya_new-email-group,
  .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .ya_current-phone-group,
  .ya_email-password-problems-panel .ya_email-problems-panel .form-horizontal .ya_phone-group {
    max-width: 370px;
  }
}
.ya_email-password-problems-panel .ya_email-problems-panel-with-help {
  display: none;
}
@media (min-width: 768px) {
  .ya_email-password-problems-panel .ya_email-problems-panel-with-help .ya_other-names-group,
  .ya_email-password-problems-panel .ya_email-problems-panel-with-help .ya_current-email-group,
  .ya_email-password-problems-panel .ya_email-problems-panel-with-help .ya_current-phone-group,
  .ya_email-password-problems-panel .ya_email-problems-panel-with-help .ya_phone-group {
    max-width: 370px;
  }
}
.ya_email-password-problems-panel .ya_email-problems-panel-with-id {
  display: none;
}
.ya_email-password-problems-panel h1 {
  white-space: normal;
}
@media (max-width: 767px) {
  .ya_email-password-problems-panel h1 {
    margin-top: 30px;
  }
}
.ya_email-password-problems-panel .ya_help-find-it {
  margin: 20px 0;
  padding: 30px;
}
.ya_email-password-problems-panel .ya_help-find-it p {
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_email-password-problems-panel .ya_help-find-it .btn, .ya_email-password-problems-panel .ya_help-find-it a.dnnTertiaryAction, .ya_email-password-problems-panel .ya_help-find-it button.dnnTertiaryAction, .ya_email-password-problems-panel .ya_help-find-it .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_email-password-problems-panel .ya_help-find-it button {
  float: right;
  margin: 0;
}

.ya_email-problems-retrieve-form-panel h1 {
  line-height: 1em;
  white-space: nowrap;
  font-size: 32px;
}
@media (max-width: 979px) {
  .ya_email-problems-retrieve-form-panel h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ya_email-problems-retrieve-form-panel h1 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .ya_email-problems-retrieve-form-panel h1 {
    font-size: 22px;
  }
}
.ya_email-problems-retrieve-form-panel h1 .ya-help {
  position: relative;
  top: -4px;
  font-size: 20px;
  vertical-align: middle;
}
.ya_email-problems-retrieve-form-panel .ya_email-problems-retrieve-form {
  max-width: 460px;
}
.ya_email-problems-retrieve-form-panel .ya_email-problems-retrieve-form .ya_new-email {
  display: none;
  margin: 20px 0 0 0;
}

.ya_email-recovery-questions {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_email-recovery-questions input {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 767px) {
  .ya_email-recovery-questions {
    max-width: 540px;
  }
}
.ya_email-recovery-questions .ya_form-section {
  margin: 10px 0 20px;
}
.ya_email-recovery-questions .ya_form-section.ya_more-examples {
  display: none;
  font-size: 14px;
}
.ya_email-recovery-questions input[type=text] {
  font-size: 14px;
}

.ya_security-question-not-setup .ya-information-box {
  margin-bottom: 25px;
}
.ya_security-question-not-setup .ya_with-separator {
  margin-top: 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid #909090;
}
.ya_security-question-not-setup .form-horizontal {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ya_security-question-not-setup .form-horizontal .control-group {
    max-width: 510px;
  }
}
.ya_security-question-not-setup .form-horizontal .control-label {
  text-align: left;
}
@media (min-width: 480px) {
  .ya_security-question-not-setup .form-horizontal .control-label {
    width: 104px;
  }
}
@media (min-width: 480px) {
  .ya_security-question-not-setup .form-horizontal .controls {
    margin-left: 115px;
  }
}
.ya_security-question-not-setup .form-horizontal .controls.ya-button-row .btn:first-child, .ya_security-question-not-setup .form-horizontal .controls.ya-button-row a.dnnTertiaryAction:first-child, .ya_security-question-not-setup .form-horizontal .controls.ya-button-row button.dnnTertiaryAction:first-child, .ya_security-question-not-setup .form-horizontal .controls.ya-button-row .dnnFormPopup .ui-dialog-buttonpane button:first-child, .dnnFormPopup .ui-dialog-buttonpane .ya_security-question-not-setup .form-horizontal .controls.ya-button-row button:first-child {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .ya_security-question-not-setup .form-horizontal .ya_your-name-group,
  .ya_security-question-not-setup .form-horizontal .ya_new-email-group,
  .ya_security-question-not-setup .form-horizontal .ya_current-phone-group,
  .ya_security-question-not-setup .form-horizontal .ya_phone-group {
    max-width: 370px;
  }
}
.ya_security-question-not-setup .ya-label small {
  font-size: 100%;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_security-question-not-setup p + .control-group {
  margin-top: 20px;
}
.ya_security-question-not-setup .form-horizontal .ya-button-row .btn, .ya_security-question-not-setup .form-horizontal .ya-button-row a.dnnTertiaryAction, .ya_security-question-not-setup .form-horizontal .ya-button-row button.dnnTertiaryAction, .ya_security-question-not-setup .form-horizontal .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_security-question-not-setup .form-horizontal .ya-button-row button {
  margin-top: 0;
}

#dnnUserDetails {
  margin-bottom: 30px;
}
#dnnUserDetails .dnnFormSectionHead {
  border-bottom: 1px solid #BABABA;
}

#tab2 .ya-widget {
  margin-bottom: 17px;
}
#tab2 .ya-widget label.ya-label {
  margin-bottom: 1px;
}
#tab2 .ya-widget div {
  font-size: 14px;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

#dnnEditUser li {
  list-style: none;
}
#dnnEditUser input.btn {
  font-size: 14px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
#dnnEditUser input.btn.input-small {
  width: 90px;
}

.dnnMembership {
  font-size: 14px;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

#dvQuestionsTop .dnnAdminTabNav {
  border: none;
}
#dvQuestionsTop .dnnAdminTabNav li {
  padding-bottom: 4px;
  border-bottom: 1px solid #BABABA;
  line-height: 16px;
  padding-bottom: 8px;
  width: 100%;
}
#dvQuestionsTop .dnnAdminTabNav li a {
  text-align: left;
  display: inline;
  padding-right: 5px;
}
@media (max-width: 479px) {
  #dvQuestionsTop .dnnAdminTabNav li a {
    font-size: 22px;
    padding-right: 0px;
  }
}
@media (max-width: 479px) {
  #dvQuestionsTop .dnnAdminTabNav li .ya-help {
    font-size: 20px;
  }
}

.ya-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  text-align: center;
}
.ya-footer-content .ya-column-one {
  width: 240px;
}
.ya-footer-content .ya-column-two {
  width: 270px;
}
.ya-footer-content .ya-column-three {
  max-width: 360px;
  width: 100%;
}
.ya-footer-content .social-links {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ya-footer-content .social-links a.ya-link {
  display: inline-block;
  color: white;
}
.ya-footer-content .social-links a.ya-link .ya-icon {
  font-size: 28px !important;
}
.ya-footer-content address {
  margin: 20px 0;
  font-size: 12px;
  color: #fff !important;
}
.ya-footer-content address a {
  color: white;
}
.ya-footer-content .footer-links {
  margin-bottom: 1.3em;
  margin-top: 1em;
}
@media (min-width: 1110px) {
  .ya-footer-content .footer-links {
    margin-top: 3.8em;
  }
}
.ya-footer-content .footer-links ul {
  margin: 0;
  -webkit-columns: 1;
          columns: 1;
}
@media (min-width: 480px) {
  .ya-footer-content .footer-links ul {
    -webkit-columns: 2;
            columns: 2;
  }
}
.ya-footer-content .footer-links ul li {
  list-style: none;
  line-height: 1.3em;
}
.ya-footer-content .footer-links ul li a {
  color: white;
  font-size: 12px;
}
@media (min-width: 1110px) {
  .ya-footer-content .ya_icons {
    margin-top: 1.8em;
  }
}
.ya-footer-content .ya_icons a.ya-logo img {
  margin-top: -8px;
}
.ya-footer-content .ya_icons a img {
  width: 48%;
}
.ya-footer-content .ya_icons a:first-child {
  margin-right: 1%;
}
@media (min-width: 1110px) {
  .ya-footer-content {
    margin: 0 30px;
    padding: 0 30px;
    -webkit-align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: left;
  }
  .ya-footer-content .ya-column-two {
    width: 200px;
  }
}
@media (min-width: 1060px) {
  .ya-footer-content .ya-column-two {
    width: 270px;
  }
}

.ya_trustwave-footer {
  text-align: center;
}
@media (min-width: 1110px) {
  .ya_trustwave-footer {
    right: 40px;
    position: absolute;
    top: 0;
    right: 25px;
  }
}

.FooterPane {
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 1000px;
}
.FooterPane .Normal {
  font-size: 12px;
}
@media (min-width: 480px) {
  .FooterPane {
    padding: 0 30px;
  }
}
@media (min-width: 1110px) {
  .FooterPane {
    margin-bottom: 0;
    padding: 0 100px;
  }
}

.yas-copyright {
  display: none;
}

.block {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.block .ya-icon {
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
}
.block h4 {
  margin: 0;
  color: white;
}
.block a, .block a:active, .block a:link, .block a:visited {
  color: white;
  font-size: 12px;
}
.block p {
  color: white;
  font-size: 12px;
}
.block .btn-footer {
  display: inline-block;
  padding: 3px 16px 1px 16px;
  background-color: white;
  border-radius: 3px;
  color: #B4341D !important;
}
@media (min-width: 1110px) {
  .block {
    padding-left: 40px;
  }
  .block .ya-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.image-crop.modal {
  left: 50% !important;
  width: 320px !important;
}
@media (max-width: 767px) {
  .image-crop.modal {
    top: 5px;
  }
}
.image-crop.modal .modal-body p {
  text-align: center;
}
.image-crop.modal .modal-footer .btn, .image-crop.modal .modal-footer a.dnnTertiaryAction, .image-crop.modal .modal-footer button.dnnTertiaryAction, .image-crop.modal .modal-footer .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .image-crop.modal .modal-footer button {
  margin: 0 0 0 10px;
  width: 90px;
  min-width: 90px;
}

.ya_subscription-manager {
  float: left;
  width: 100%;
}
.ya_subscription-manager h1 {
  font-size: 32px;
  border-bottom: 2px solid #999;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .ya_subscription-manager h1 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .ya_subscription-manager h1 {
    font-size: 20px;
  }
}
.ya_subscription-manager h1 + .alert {
  margin-top: 10px;
}
.ya_subscription-manager .ya-alert-box {
  margin: 10px 0;
}
.ya_subscription-manager .ya_subscription-options {
  display: table;
  width: 100%;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options {
    font-size: 12px;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row {
  display: table-row;
  width: 100%;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
.ya_subscription-manager .ya_subscription-options .ya_row.ya_header {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_subscription-manager .ya_subscription-options .ya_row.ya_header > div {
  padding: 10px 0 5px 0;
  border-top: none;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div {
  display: table-cell;
  border-top: 1px solid #BABABA;
  background-color: #fff;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_icon {
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  -webkit-transition: background-color 2000ms linear, border-color 2000ms linear;
  transition: background-color 2000ms linear, border-color 2000ms linear;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_icon .ya-icon {
  -webkit-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_icon {
    display: none;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_sample, .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_subscribed, .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_unsubscribed {
  width: 110px;
  vertical-align: middle;
  text-align: center;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_description {
  -webkit-transition: background-color 2000ms linear, border-color 2000ms linear;
  transition: background-color 2000ms linear, border-color 2000ms linear;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_description h3 {
  margin: 0;
  margin-bottom: 0.3em;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  -webkit-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_description h3 {
    font-size: 12px;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_description p {
  margin: 0;
  line-height: 1.2em;
  -webkit-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_description p {
    font-size: 12px;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_description .ya_content {
  padding: 15px 0;
  padding-right: 10px;
  background-color: #fff;
  margin-bottom: 1px;
  -webkit-transition: background-color 2000ms linear, border-color 2000ms linear;
  transition: background-color 2000ms linear, border-color 2000ms linear;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_description.ya_transition .ya_content {
    border-top: 1px solid #BABABA;
    position: relative;
    left: -10px;
    padding-left: 10px;
    padding-right: 0;
    top: -1px;
  }
  .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_description.ya_transition .ya_content:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: ".";
    width: 10px;
    height: 2px;
    overflow: hidden;
    -webkit-transition: background-color 2000ms linear, border-color 2000ms linear;
    transition: background-color 2000ms linear, border-color 2000ms linear;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_sample {
  -webkit-transition: background-color 2000ms linear, border-color 2000ms linear;
  transition: background-color 2000ms linear, border-color 2000ms linear;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_sample {
    display: none;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_subscribed {
  background-color: #f5f5f5;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_subscribed {
    width: 75px;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_subscribed:hover {
  background-color: #e3e3e3;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_subscribed.ya_transition {
  -webkit-transition: background-color 2000ms linear, border-color 2000ms linear;
  transition: background-color 2000ms linear, border-color 2000ms linear;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_subscribed.ya_transition span {
  color: #fff !important;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_unsubscribed {
  width: 125px;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options .ya_row > div.ya_unsubscribed {
    width: 80px;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row > div.ya_unsubscribed:hover {
  background-color: #f5f5f5;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div .ya_radio {
  position: relative;
  width: auto;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div .ya_radio span {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  color: #6B8E23;
  -webkit-transition: color 1000ms linear;
  transition: color 1000ms linear;
}
.ya_subscription-manager .ya_subscription-options .ya_row > div .ya_radio input {
  outline: none;
}
.ya_subscription-manager .ya_subscription-options .ya_row:last-child > div {
  border-bottom: 1px solid #BABABA;
}
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_icon,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_description,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_sample,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_subscribed {
  border-color: #F56F02;
  background-color: #F56F02;
  color: #fff;
}
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_icon:hover,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_description:hover,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_sample:hover,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_subscribed:hover {
  background-color: #F56F02;
}
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_icon .ya_radio span,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_description .ya_radio span,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_sample .ya_radio span,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_subscribed .ya_radio span {
  color: #fff;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_description p {
  color: #fff;
}
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_description .ya_content {
  background-color: #F56F02;
  border-top: 1px solid #F56F02;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_description .ya_content {
    position: relative;
    left: -10px;
    padding-left: 10px;
    padding-right: 0;
    top: -1px;
  }
  .ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight .ya_description .ya_content:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: ".";
    width: 10px;
    height: 2px;
    color: #F56F02;
    background-color: #F56F02;
    overflow: hidden;
  }
}
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight + .ya_row .ya_icon,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight + .ya_row .ya_description,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight + .ya_row .ya_sample,
.ya_subscription-manager .ya_subscription-options .ya_row.ya_highlight + .ya_row .ya_subscribed {
  border-color: #F56F02;
}
.ya_subscription-manager .ya_subscription-footer {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.ya_subscription-manager .ya_subscription-footer .alert {
  float: left;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-footer .alert {
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 600px) {
  .ya_subscription-manager .ya_subscription-footer .alert {
    width: auto;
    padding-right: 30px;
    margin-left: 60px;
  }
}
@media (min-width: 900px) {
  .ya_subscription-manager .ya_subscription-footer .alert {
    width: 420px;
  }
}
.ya_subscription-manager .ya_subscription-footer .ya-action-list {
  float: right;
  width: 235px;
}
@media (max-width: 599px) {
  .ya_subscription-manager .ya_subscription-footer .ya-action-list {
    width: 100%;
    text-align: center;
  }
  .ya_subscription-manager .ya_subscription-footer .ya-action-list p {
    font-size: 12px;
  }
}
.ya_subscription-manager .ya_subscription-footer .ya-action-list p {
  margin: 0;
}
.ya_subscription-manager .ya_subscription-footer .ya-action-list .btn, .ya_subscription-manager .ya_subscription-footer .ya-action-list a.dnnTertiaryAction, .ya_subscription-manager .ya_subscription-footer .ya-action-list button.dnnTertiaryAction, .ya_subscription-manager .ya_subscription-footer .ya-action-list .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya_subscription-manager .ya_subscription-footer .ya-action-list button {
  font-size: 12px;
}
.ya_subscription-manager .ya_subscription-footer .ya-action-list .ya_subscribe-all {
  margin-right: 5px;
}
.ya_subscription-manager.text-ivr-preferences {
  margin-top: 50px;
}
.ya_subscription-manager.text-ivr-preferences .ya-page-title {
  margin-top: 0;
}

.ya_profile-not-found {
  padding: 20px;
  background-image: url("../jpg/profile-not-found.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 320px;
}
@media (min-width: 480px) {
  .ya_profile-not-found {
    min-height: 420px;
  }
}
@media (min-width: 768px) {
  .ya_profile-not-found {
    min-height: 580px;
    padding: 40px;
  }
}
@media (min-width: 900px) {
  .ya_profile-not-found {
    min-height: 680px;
  }
}
.ya_profile-not-found h1, .ya_profile-not-found h3 {
  margin: 0;
}
.ya_profile-not-found h1 {
  color: #fff;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px;
}
@media (min-width: 768px) {
  .ya_profile-not-found h1 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .ya_profile-not-found h1 {
    margin-bottom: 10px;
  }
}
.ya_profile-not-found h3 {
  color: #fff;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px;
}
@media (min-width: 768px) {
  .ya_profile-not-found h3 {
    font-size: 20px;
  }
}
.ya_profile-not-found .btn:after, .ya_profile-not-found a.dnnTertiaryAction:after, .ya_profile-not-found button.dnnTertiaryAction:after, .ya_profile-not-found .dnnFormPopup .ui-dialog-buttonpane button:after, .dnnFormPopup .ui-dialog-buttonpane .ya_profile-not-found button:after {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  content: "d";
  font-family: "YogaAlliance";
  font-size: 20px;
}

.yas-ContentPane {
  padding-top: 0;
}

.ya-context-menu {
  background: #E4E0DF !important;
}
.ya-context-menu div.artwork {
  display: none;
}
.ya-context-menu .navbar-inner {
  position: relative;
}
@media (max-width: 767px) {
  .ya-context-menu .navbar-inner {
    background-image: url("../png/bg-logo-full-2x-trans.png") !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 60px;
  }
}
.ya-context-menu .navbar-inner .ya_mobile-menu-label {
  color: white;
  font-size: 20px;
  padding: 14px 0;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-context-menu .navbar-inner .nav > li a span.ya_regmark {
  margin-right: 0 !important;
}
.ya-context-menu .navbar-inner .nav > li.active > a.ya_highlighted {
  background-color: #E7A241 !important;
  color: #fff !important;
}
.ya-context-menu .navbar-inner .nav > li a.ya_highlighted:hover {
  background-color: #E7A241 !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .ya-context-menu .navbar-inner {
    padding-top: 0 !important;
  }
}

.ya-menu-header {
  color: white;
  background-color: #B4341D;
  height: 50px;
}
@media (min-width: 768px) {
  .ya-menu-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .ya-menu-header {
    padding: 12px 10px 25px 11px;
  }
}
@media (min-width: 820px) {
  .ya-menu-header {
    padding: 12px 10px 25px 16px;
  }
}
.ya-menu-header a, .ya-menu-header a:active, .ya-menu-header a:visited {
  color: white;
}
.ya-menu-header .ya-header-title {
  font-size: 22px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .ya-menu-header .ya-header-title {
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .ya-menu-header .ya-header-title {
    font-size: 16px;
  }
}
.ya-menu-header .ya-change-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ya-menu-header .ya-change-menu > li {
  width: 100px;
  min-height: 40px;
  background-color: rgb(151, 23, 20);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  border-top-right-radius: 4px;
}
.ya-menu-header .ya-change-menu > li ul li {
  padding: 2px 15px;
}
.ya-menu-header .ya-change-menu > li ul li:hover {
  background-color: #7B0D0B;
}
.ya-menu-header .ya-change-menu > li ul li a {
  display: block;
}
.ya-menu-header .ya-change-menu > li ul li a:hover, .ya-menu-header .ya-change-menu > li ul li a:active, .ya-menu-header .ya-change-menu > li ul li a:link {
  text-decoration: none;
}
.ya-menu-header .ya-change-menu > li a.ya-toggle-link {
  padding-left: 15px;
  line-height: 46px;
  color: white;
}
@media (min-width: 900px) {
  .ya-menu-header .ya-change-menu > li a.ya-toggle-link {
    line-height: 50px;
  }
}
.ya-menu-header .ya-change-menu > li a.ya-toggle-link:hover, .ya-menu-header .ya-change-menu > li a.ya-toggle-link:active, .ya-menu-header .ya-change-menu > li a.ya-toggle-link:link {
  text-decoration: none;
}
.ya-menu-header .ya-change-menu > li a.ya-toggle-link::after {
  content: "♣";
  font-family: "YogaAlliance";
}
.ya-menu-header .ya-change-menu > li.collapsed {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ya-menu-header .ya-change-menu > li.collapsed a {
  color: rgba(255, 255, 255, 0.65) !important;
}
.ya-menu-header .ya-change-menu > li.collapsed a:hover {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
.ya-menu-header .ya-change-menu > li.collapsed a.ya-toggle-link::after {
  content: "♥";
}
.ya-menu-header .ya-change-menu > li.collapsed ul {
  opacity: 0;
}
.ya-menu-header .ya-change-menu .role-nav {
  margin: 0;
}

@media (max-width: 767px) {
  .modal {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    flex-direction: column;
    top: 2% !important;
    left: 2% !important;
    max-height: 96%;
    height: 96%;
    width: 96%;
  }
  .modal.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .modal.in #Modal2B,
  .modal.in #Modal2A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .modal .modal-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
  }
  .modal .modal-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 10 5 auto;
    flex: 10 5 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    overflow-y: scroll;
    max-height: none !important;
  }
  .modal .modal-footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-height: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  .modal .modal-footer .pull-right {
    float: none;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  .modal.ya-big-modal {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    flex-direction: column;
    top: 2% !important;
    left: 2% !important;
    max-height: 96%;
    height: 96%;
    width: 96%;
    width: 80% !important;
    margin-left: 8% !important;
  }
  .modal.ya-big-modal.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .modal.ya-big-modal.in #Modal2B,
  .modal.ya-big-modal.in #Modal2A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .modal.ya-big-modal .modal-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
  }
  .modal.ya-big-modal .modal-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 10 5 auto;
    flex: 10 5 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    overflow-y: scroll;
    max-height: none !important;
  }
  .modal.ya-big-modal .modal-footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-height: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  .modal.ya-big-modal .modal-footer .pull-right {
    float: none;
  }
}
#Body {
  color: #333;
}

body {
  color: #333;
}
body p {
  color: #333;
}
body li,
body ol {
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

.hidden {
  display: none !important;
}

.visible-inline-phone {
  display: none !important;
}

.visible-inline-tablet {
  display: none !important;
}

.hidden-inline-desktop {
  display: none !important;
}

.visible-inline-desktop {
  display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-inline-desktop {
    display: inline-block !important;
  }
  .visible-inline-desktop {
    display: none !important;
  }
  .visible-inline-tablet {
    display: inline-block !important;
  }
  .hidden-inline-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-inline-desktop {
    display: inline-block !important;
  }
  .visible-inline-desktop {
    display: none !important;
  }
  .visible-inline-phone {
    display: inline-block !important;
  }
  .hidden-inline-phone {
    display: none !important;
  }
}
.visible-inline-print {
  display: none !important;
}

@media print {
  .visible-inline-print {
    display: inline-block !important;
  }
  .hidden-inline-print {
    display: none !important;
  }
}
/* FIX FOR DNN Messages a the top of the Page */
.RadEditor .reContentArea ul li {
  list-style: disc;
}

.ya_faded .rlbCheck {
  opacity: 0.5;
}
.ya_faded .rlbText {
  color: #adadad !important;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

ul.ya_list-unstyled {
  margin: 0;
  padding: 0;
}
ul.ya_list-unstyled > li {
  list-style: none;
  line-height: 1.6em;
}

ul.ya_list-requirements {
  margin: 20px 0;
  padding: 0;
}
ul.ya_list-requirements > li {
  list-style: none;
  line-height: 1.6em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
ul.ya_list-requirements > li h1,
ul.ya_list-requirements > li h2,
ul.ya_list-requirements > li h3,
ul.ya_list-requirements > li h4,
ul.ya_list-requirements > li h5,
ul.ya_list-requirements > li h6 {
  margin-top: 5px;
}
ul.ya_list-requirements > li h1:first-child,
ul.ya_list-requirements > li h2:first-child,
ul.ya_list-requirements > li h3:first-child,
ul.ya_list-requirements > li h4:first-child,
ul.ya_list-requirements > li h5:first-child,
ul.ya_list-requirements > li h6:first-child {
  margin-top: 0;
}
ul.ya_list-requirements > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "2";
  font-family: "YogaAlliance";
  font-size: 24px;
  color: #B4341D;
  margin-right: 10px;
  vertical-align: bottom;
}
ul.ya_list-requirements > li.completed::before {
  content: "4";
  color: #39874C;
}

ul.ya_list-radiocheckbox {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
ul.ya_list-radiocheckbox > li {
  list-style: none;
  line-height: 1.6em;
}
ul.ya_list-radiocheckbox > li label.radio,
ul.ya_list-radiocheckbox > li label.checkbox {
  display: inline-block;
}

.ya_disable-div-controls {
  pointer-events: none;
  opacity: 0.6;
}

.ya-content-page ul > li {
  list-style: disc;
}
.ya-content-page ul.ya_list-unstyled {
  margin: 0;
  padding: 0;
}
.ya-content-page ul.ya_list-unstyled > li {
  list-style: none;
  line-height: 1.6em;
}
.ya-content-page ol > li {
  list-style: decimal;
}
.ya-content-page ol[type=a] > li {
  list-style: lower-alpha;
}
.ya-content-page h1 + p,
.ya-content-page h2 + p,
.ya-content-page h3 + p {
  margin-top: 2px;
}
.ya-content-page h1 {
  color: #B4341D;
}

.ya-ordered-list > li {
  list-style: decimal !important;
}

.ya-information-box ul.ya_list-unstyled li {
  margin: 0;
  line-height: 1.8em;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

ul.ya_list-checked {
  margin: 0 0 10px 20px;
}
ul.ya_list-checked > li {
  position: relative;
  list-style: none;
}
ul.ya_list-checked > li:before {
  content: "P";
  font-family: "YogaAlliance";
  font-size: 12px;
  position: absolute;
  left: -18px;
}

p {
  margin-bottom: 15px;
}
p.ya-double-spacing {
  margin: 1.3em 0;
}

.ui-front {
  z-index: 1000;
}

.ui-dialog-title {
  font-weight: normal;
}

.ui-dialog.ui-widget.ui-widget-content.ui-front.dnnFormPopup.ui-draggable.ui-resizable {
  background: #B4341C !important;
  border: none !important;
  padding: 0 !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-front.dnnFormPopup.ui-draggable.ui-resizable .ui-dialog-title {
  font-weight: bold;
  padding-left: 8px;
  padding-top: 6px;
  margin-bottom: -6px;
  color: white !important;
}

.ui-widget-overlay {
  background-image: none !important;
}

.webchat__send-box-text-box .webchat__send-box-text-box__input:not(:disabled):not([aria-disabled=true]) {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.dnnFormPopup #iPopUp {
  width: 100% !important; /* to overwrite inline javscript styles */
  padding-top: 10px;
  position: relative;
  top: 4px;
}

.modal-body {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
  margin: -9px 0 0 0;
}

/* if mobile width is 100vw */
@media screen and (max-width: 767px) {
  .dnnFormPopup {
    max-width: 100vw !important; /* to overwrite inline javscript styles */
    margin-left: 0 !important;
    left: 0 !important;
  }
  .dnnFormPopup .dnnModalCtrl {
    right: 0 !important;
  }
}
#yas-main-content .RadListBox_Default .rlbGroup {
  border-radius: 4px;
  border: 1px solid #BABABA;
  padding: 5px;
}

.RadListBox .rlbCheck {
  margin-right: 5px;
}

.modal-body {
  padding: 15px;
}

.ui-widget-header {
  border: 1px solid #B4341D;
  background-color: #B4341D;
  color: #ffffff;
  font-weight: normal;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  background-color: #c24015;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb4810), to(#B4341D));
  background-image: linear-gradient(to bottom, #cb4810, #B4341D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFCB4810", endColorstr="#FFB4341D", GradientType=0);
}

.rgPagerCell.NumericPages {
  text-align: center;
}
.rgPagerCell.NumericPages .rgNumPart span {
  padding: 4px;
  margin: 2px;
  font-size: 16px;
}
.rgPagerCell.NumericPages .rgNumPart span:hover {
  background-color: #F9F9F9;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
.uneditable-input {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.btn, a.dnnTertiaryAction, button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ya-control-group {
  margin: 15px 0;
}
@media (max-width: 479px) {
  .ya-control-group {
    text-align: center;
  }
}
.ya-control-group > .btn, .ya-control-group > a.dnnTertiaryAction, .ya-control-group > button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .ya-control-group > button, .ya-control-group > input, .ya-control-group > select, .ya-control-group > .ya_webui-popover > .btn, .ya-control-group > .ya_webui-popover > a.dnnTertiaryAction, .ya-control-group > .ya_webui-popover > button.dnnTertiaryAction, .dnnFormPopup .ui-dialog-buttonpane .ya-control-group > .ya_webui-popover > button {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}

.ya-edit-panel .ya-control-group:last-child,
.ya-step-panel .ya-control-group:last-child {
  margin-bottom: 0;
}

#yas-dnncontent.ya-BareBones .yas-dnnrow {
  background: white;
}

.ya-side-menu-skin {
  padding: 30px 20px;
}
@media (min-width: 480px) and (max-width: 979px) {
  .ya-side-menu-skin {
    padding: 20px 10px;
  }
}
@media (max-width: 479px) {
  .ya-side-menu-skin {
    padding: 10px 5px;
  }
}

.ya-main-content {
  /*  TODO: Took this out Nov 17 - Can we do without it now that we have our new SideMenu skin? 
  	padding: 40px 20px;
  	@include for-screen(tablet-screen) { padding: 15px 15px;}                
  	@include for-screen(mobile-screen) { padding: 10px 10px; }              
  	@include for-screen(mobile-small-screen) { padding: 0 10px; }     
  */
}

.ya-standard-page {
  padding: 30px 30px;
}
@media (max-width: 979px) {
  .ya-standard-page {
    padding: 25px 20px;
  }
}
@media (max-width: 479px) {
  .ya-standard-page {
    padding: 1px 5px;
  }
}

.ya-widget {
  margin-bottom: 30px;
  padding-top: 0;
}
.ya-widget .ya-title {
  border-bottom: 1px solid #d6cdbf;
  padding-bottom: 5px;
}
.ya-widget.collapse {
  border: none;
  margin: 0;
  padding: 0;
}

.ya-control-box {
  border-radius: 5px;
  border: 1px solid #717171;
  background-color: #f9f9f9;
  padding: 15px;
}

.help-block {
  margin-top: -6px;
}
.controls .help-block {
  color: #717171;
}

.help-block + input[text], .help-block + .input-block-level {
  margin-top: -10px;
}

.ya-edit-panel {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #717171;
}
@media (max-width: 767px) {
  .ya-edit-panel {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .ya-edit-panel {
    padding: 10px;
  }
}
.ya-edit-panel .ya-information-box {
  background-color: white;
}
.ya-edit-panel .lead {
  font-size: 18px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 6px;
}
.ya-edit-panel > *:first-child {
  margin-top: 0;
}

.ya-edit-panel,
.ya-tiny-field-edit-panel,
.ya-single-field-edit-panel {
  margin-bottom: 15px;
}
.ya-edit-panel h4.ya_form-title,
.ya-tiny-field-edit-panel h4.ya_form-title,
.ya-single-field-edit-panel h4.ya_form-title {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bababa;
  font-size: 20px;
}
.ya-edit-panel h2.ya_form-title,
.ya-tiny-field-edit-panel h2.ya_form-title,
.ya-single-field-edit-panel h2.ya_form-title {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bababa;
  font-size: 24px;
}

.ya-single-field-edit-panel {
  background: #fafafa;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #909090;
}
.ya-single-field-edit-panel > *:first-child {
  margin-top: 0;
}

.ya-tiny-field-edit-panel {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #909090;
}
.ya-tiny-field-edit-panel > *:first-child {
  margin-top: 0;
}

.ya-edit-panel textarea,
.ya-single-field-edit-panel textarea,
.ya-tiny-field-edit-panel textarea,
.ya-step-panel textarea {
  resize: vertical;
}

#yas-main-content.ya-content-page {
  padding: 40px 30px;
}
@media (max-width: 767px) {
  #yas-main-content.ya-content-page {
    padding: 30px 15px;
  }
}
@media (max-width: 479px) {
  #yas-main-content.ya-content-page {
    padding: 20px 5px;
  }
}

.ya-school-chooser {
  margin-bottom: 15px;
}
.ya-school-chooser label {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

body .input-block-level {
  width: 100%;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline;
}

input[type=checkbox] {
  margin-top: 0;
}

.checkbox input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px !important;
}

.ya_char-counter {
  margin-top: 4px;
}

#PhotoListContainer {
  display: none;
}

.DnnModule {
  margin-bottom: 0;
}

#ControlBar {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#ControlBar a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ya-main-content .RadComboBox_Default {
  margin-bottom: 10px;
}

.ya_input-wrapper .RadComboBox.input-large {
  width: 100% !important;
}
@media (min-width: 768px) {
  .ya_input-wrapper .RadComboBox.input-large {
    width: 223px !important;
  }
}

.rbDecorated {
  background: transparent !important;
  border: 0 !important;
  color: white;
}

.accordion.ya-widget,
.ya_collapse.ya-widget,
.ya_accordion-panel {
  margin: 15px 0;
}
.accordion.ya-widget .accordion-heading,
.ya_collapse.ya-widget .accordion-heading,
.ya_accordion-panel .accordion-heading {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .accordion.ya-widget .accordion-heading .accordion-toggle,
  .ya_collapse.ya-widget .accordion-heading .accordion-toggle,
  .ya_accordion-panel .accordion-heading .accordion-toggle {
    padding-right: 40px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .accordion.ya-widget .accordion-heading .accordion-toggle .ya-collapse-icon,
  .ya_collapse.ya-widget .accordion-heading .accordion-toggle .ya-collapse-icon,
  .ya_accordion-panel .accordion-heading .accordion-toggle .ya-collapse-icon {
    position: absolute;
    top: 6px;
    right: 15px;
  }
}
.accordion.ya-widget .accordion-heading .accordion-toggle .ya-collapse-icon::before,
.ya_collapse.ya-widget .accordion-heading .accordion-toggle .ya-collapse-icon::before,
.ya_accordion-panel .accordion-heading .accordion-toggle .ya-collapse-icon::before {
  line-height: 14px !important;
}

.ya_accordion-panel .alert span {
  font-size: 14px;
  float: none !important;
  top: 0 !important;
}

#haroon-accordian .accordion-group,
.ya_accordion-panel .accordion-group {
  border: none;
}
#haroon-accordian .accordion-inner,
.ya_accordion-panel .accordion-inner {
  border: none;
  padding: 15px 5px;
}
#haroon-accordian .accordion-toggle,
.ya_accordion-panel .accordion-toggle {
  *zoom: 1;
}
#haroon-accordian .accordion-toggle:before, #haroon-accordian .accordion-toggle:after,
.ya_accordion-panel .accordion-toggle:before,
.ya_accordion-panel .accordion-toggle:after {
  display: table;
  content: "";
  line-height: 0;
}
#haroon-accordian .accordion-toggle:after,
.ya_accordion-panel .accordion-toggle:after {
  clear: both;
}
#haroon-accordian .accordion-heading:focus,
.ya_accordion-panel .accordion-heading:focus {
  outline: none;
}
#haroon-accordian .accordion-heading a:active,
#haroon-accordian .accordion-heading a:focus,
.ya_accordion-panel .accordion-heading a:active,
.ya_accordion-panel .accordion-heading a:focus {
  outline: none;
}
#haroon-accordian .accordion-heading a,
.ya_accordion-panel .accordion-heading a {
  color: #b63313;
  font: 20px "ProximaNova-Semibold";
  border-radius: 4px;
  border: 1px solid #b63313;
}
#haroon-accordian .accordion-heading a small,
.ya_accordion-panel .accordion-heading a small {
  color: #909090;
  font-size: 14px;
}
#haroon-accordian .accordion-heading a small.ya-parent-color,
.ya_accordion-panel .accordion-heading a small.ya-parent-color {
  color: inherit;
  font-size: 18px;
}
#haroon-accordian .accordion-heading a .ya-collapse-icon,
.ya_accordion-panel .accordion-heading a .ya-collapse-icon {
  float: right;
  font-size: 28px;
  line-height: 20px;
  margin: 0;
}
#haroon-accordian .accordion-heading a .ya-collapse-icon:before,
.ya_accordion-panel .accordion-heading a .ya-collapse-icon:before {
  content: "♣";
  font-family: "YogaAlliance";
}
#haroon-accordian .accordion-heading a:hover,
.ya_accordion-panel .accordion-heading a:hover {
  text-decoration: none;
}
#haroon-accordian .accordion-heading a.collapsed,
.ya_accordion-panel .accordion-heading a.collapsed {
  background: none !important;
}
#haroon-accordian .accordion-heading a.collapsed .ya-collapse-icon:before,
.ya_accordion-panel .accordion-heading a.collapsed .ya-collapse-icon:before {
  content: "♥";
}

/* remove extra space for old collapsible panels */
.ya-school-heading-section-bar h3 {
  margin: 10px 0;
}

.ya_no-data {
  margin: 30px 0;
}
.ya_no-data p {
  font-size: 16px;
  color: #909090;
}
.ya_no-data.ya_slim-no-data {
  margin: 10px 0;
}
.ya_no-data.ya_table-no-data {
  float: left;
  width: 100%;
  border-top: 1px solid #bababa;
  padding-top: 20px;
  margin-top: 16px;
}

.ya-heading-section-bar h3 {
  margin: 10px 0;
}
.ya-heading-section-bar .ya-collapse-icon:before {
  content: "C";
}
.ya-heading-section-bar.collapsed .ya-collapse-icon:before {
  content: "E";
}

.ModEasyDNNGalleryC table[align=center] {
  float: left;
}

.portfolio_gallery_container {
  width: auto !important;
}
.portfolio_gallery_container > div {
  width: auto !important;
}
.portfolio_gallery_container > div > div {
  width: auto !important;
  height: auto !important;
}
.portfolio_gallery_container > div > div > div {
  width: auto !important;
  height: auto !important;
}

#EDG_0_Shadow .EDGmain .EDGimage .title {
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: left;
  font-size: 16px;
  font-family: ProximaNova-Bold;
  opacity: 1;
  margin-bottom: 14px;
  margin-left: 2px;
  padding-top: 4px;
  color: white !important;
}
#EDG_0_Shadow .EDGmain .EDGimage .title b {
  font-family: ProximaNova-Regular;
  font-size: 12px;
  opacity: 0.8;
  display: block;
}

div.pp_default .pp_description {
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

#EasyDNNMailChimp #EDMCBlogOneBlue {
  background: none;
}
#EasyDNNMailChimp #EDMCBlogOneBlue .title {
  color: #909090;
}
#EasyDNNMailChimp #EDMCBlogOneBlue .chkbox input[type=checkbox] {
  margin-right: 6px;
}
#EasyDNNMailChimp #EDMCBlogOneBlue .chkbox label {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #696151;
  font-size: 14px;
}
#EasyDNNMailChimp #EDMCBlogOneBlue a.btnsubscribe:link, #EasyDNNMailChimp #EDMCBlogOneBlue a.btnsubscribe:active, #EasyDNNMailChimp #EDMCBlogOneBlue a.btnsubscribe:visited {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  padding: 4px 20px;
  height: auto;
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8FB576;
  *background-color: #8FB576;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A4D584), to(#8FB576));
  background-image: linear-gradient(to bottom, #A4D584, #8FB576);
  background-repeat: repeat-x;
  border-color: #8FB576;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A4D584", endColorstr="#8FB576", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#EasyDNNMailChimp #EDMCBlogOneBlue .valid {
  font-size: 14px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 3px 20px;
  margin-top: 6px;
  background-color: #BEDEFF;
  border: 1px solid #004cad;
  color: #004cad !important;
}

#teacherMessage, #schoolMessage {
  width: 90% !important;
  max-width: 750px;
  margin: 0px auto !important;
  left: 20px;
  right: 20px;
}
@media (max-width: 479px) {
  #teacherMessage, #schoolMessage {
    width: 98% !important;
    left: 0;
    right: 0;
  }
}

.ya-send-message-modal .ya-validator {
  color: #B4341D !important;
}
.ya-send-message-modal .modal-body {
  padding: 20px 30px;
}
@media (max-width: 479px) {
  .ya-send-message-modal .modal-body {
    padding: 20px 10px;
  }
}

.ya-menu-icon {
  font-size: 16px !important;
}

.ya-accept-tems-modal .modal-header {
  overflow: hidden;
}
.ya-accept-tems-modal .modal-header span.accept-terms input {
  margin-right: 5px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#LoginForm {
  margin-top: 0.75em;
}

.ya-action.ya_with-arrow:after, .ya_with-arrow.ya-btn-delete:after {
  content: "D";
  display: inline-block;
  font-family: "YogaAlliance";
  font-size: 12px;
  position: relative;
  top: -0.2em;
  vertical-align: middle;
}
.ya-action.ya_with-arrow:after:hover, .ya_with-arrow.ya-btn-delete:after:hover {
  text-decoration: none;
}

.ya_subheading {
  display: block;
  float: left;
  margin-top: -10px;
  margin-left: 4px;
}

.ya_googlemap-infobox {
  display: none;
  max-width: 500px;
  margin-top: 2em;
}
.ya_googlemap-infobox p {
  font-size: 16px;
}

[id*=Gmap] + .ya_googlemap-infobox {
  display: block;
}

@media screen and (max-width: 767px) {
  .ya_label-value-dataset .row-fluid [class*=span]:first-child {
    font-family: ProximaNova-Semibold, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
  .ya_no-stack [class*=span] {
    float: left !important;
    margin-left: 2.12766% !important;
  }
  .ya_no-stack [class*=span]:first-child {
    margin-left: 0 !important;
  }
  .ya_no-stack .span1 {
    width: 6.38298% !important;
  }
  .ya_no-stack .span2 {
    width: 14.8936% !important;
  }
  .ya_no-stack .span3 {
    width: 23.4043% !important;
  }
  .ya_no-stack .span4 {
    width: 31.9149% !important;
  }
  .ya_no-stack .span5 {
    width: 40.4255% !important;
  }
  .ya_no-stack .span6 {
    width: 48.9362% !important;
  }
  .ya_no-stack .span7 {
    width: 57.4468% !important;
  }
  .ya_no-stack .span8 {
    width: 65.9575% !important;
  }
  .ya_no-stack .span9 {
    width: 74.4681% !important;
  }
  .ya_no-stack .span10 {
    width: 82.9787% !important;
  }
  .ya_no-stack .span11 {
    width: 91.4894% !important;
  }
  .ya_no-stack .span12 {
    width: 100%;
  }
  .ya_no-stack .offset2:first-child {
    margin-left: 17.1271% !important;
  }
}
.ya_label-value-dataset .ya_label {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_label-value-dataset .ya_value {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_label-value-dataset .ya_value-renew {
  display: block;
}
@media (min-width: 480px) {
  .ya_label-value-dataset .ya_label {
    float: left;
    width: 140px;
  }
  .ya_label-value-dataset .ya_value {
    margin-left: 150px;
  }
  .ya_label-value-dataset.ya_mini-dataset .ya_label {
    width: 60px;
  }
  .ya_label-value-dataset.ya_mini-dataset .ya_value {
    margin-left: 70px;
  }
  .ya_label-value-dataset.ya_small-dataset .ya_label {
    width: 90px;
  }
  .ya_label-value-dataset.ya_small-dataset .ya_value {
    margin-left: 100px;
  }
  .ya_label-value-dataset.ya_large-dataset .ya_label {
    width: 210px;
  }
  .ya_label-value-dataset.ya_large-dataset .ya_value {
    margin-left: 230px;
  }
  .ya_label-value-dataset.ya_large-dataset .ya_value-renew {
    display: inline-block;
    margin-left: 20px;
  }
  .ya_label-value-dataset.ya_xlarge-dataset .ya_label {
    width: 270px;
  }
  .ya_label-value-dataset.ya_xlarge-dataset .ya_value {
    margin-left: 290px;
  }
}

.ya_form-section {
  margin: 10px 0 20px;
}

.ya_form-spacer-small {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

.ya_form-spacer-medium {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.RadAjax_Default .raDiv {
  background-image: none !important;
}

.ya_file-upload-warning {
  max-width: 400px;
}
.ya_file-upload-warning a.ya-action, .ya_file-upload-warning a.ya-btn-delete {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

#yas-footer .yas-dnnrow {
  padding: 12px 0;
}

.yas-copyright {
  padding: 7px 0;
}
@media (max-width: 479px) {
  .yas-copyright {
    text-align: left;
    padding-left: 20px;
  }
}

#yas-footer .yas-marginlr {
  position: relative;
}

.ya_payment-receipt-page {
  padding: 10px;
}
@media (min-width: 768px) {
  .ya_payment-receipt-page {
    padding: 30px;
  }
}

h1.ya_with-separator.ya_invoice-title {
  padding-bottom: 10px;
  color: #B4341D;
}
@media (min-width: 600px) and (max-width: 767px) {
  h1.ya_with-separator.ya_invoice-title .ya_logos {
    float: right;
  }
}
@media (min-width: 900px) {
  h1.ya_with-separator.ya_invoice-title .ya_logos {
    float: right;
  }
}
h1.ya_with-separator.ya_invoice-title .ya_logos .ya_retina-logo-registry {
  width: 160px;
  height: 85px;
  margin-bottom: 11px;
}
h1.ya_with-separator.ya_invoice-title .ya_logos .ya_retina-logo {
  width: 160px;
  height: 81px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .ya_payment-receipt-page .sidebar-content {
    padding-top: 35px;
  }
  .ya_payment-receipt-page .sidebar-content [data-icon]:before {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ya_payment-receipt-page .sidebar-content {
    clear: both;
  }
}
@media (max-width: 767px) {
  .ya_payment-receipt-page .sidebar-content .input-large {
    width: 160px;
  }
}

.ya_invoice-details {
  line-height: 1.8em;
}
.ya_invoice-details > .pull-left strong {
  font-size: 12px;
}
.ya_invoice-details .ya_phone-order-panel {
  margin-bottom: 40px;
  line-height: 1.4em;
  height: 90px;
  border-bottom: 1px solid #333;
}
.ya_invoice-details .ya_phone-order-panel .ya_client-cc-approved {
  float: left;
  margin-top: 19px;
}
.ya_invoice-details .ya_phone-order-panel .ya_client-cc-approved .ya_label {
  margin-right: 10px;
}
.ya_invoice-details .ya_label {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.ya_invoice-details h3 {
  color: #333;
}
.ya_invoice-details h3 .ya-title {
  display: inline-block;
  width: 130px;
  margin: 20px 0 30px 0;
}
.ya_invoice-details .ya_label-value-dataset {
  font-size: 14px;
}
.ya_invoice-details .ya_label-value-dataset .ya_label {
  float: left;
}
.ya_invoice-details .ya_label-value-dataset .ya_value {
  margin-left: 130px;
}
.ya_invoice-details .ya_label-value-dataset.ya_paid-by {
  float: left;
  width: 370px;
}
.ya_invoice-details .ya_label-value-dataset.ya_paid-by .ya_label {
  margin-left: 50px;
  width: auto;
}
@media (max-width: 679px) {
  .ya_invoice-details .ya_label-value-dataset.ya_paid-by {
    float: none;
    width: auto;
  }
  .ya_invoice-details .ya_label-value-dataset.ya_paid-by .ya_label {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .ya_invoice-details .ya_label-value-dataset.ya_paid-by {
    float: none;
    width: auto;
  }
  .ya_invoice-details .ya_label-value-dataset.ya_paid-by .ya_label {
    margin-left: 0;
  }
}
.ya_invoice-details .ya_label-value-dataset.ya_more-info {
  margin-left: 390px;
  margin-bottom: 40px;
}
@media (max-width: 679px) {
  .ya_invoice-details .ya_label-value-dataset.ya_more-info {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .ya_invoice-details .ya_label-value-dataset.ya_more-info {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.ya_invoice-details address {
  margin-top: 5px;
}
.ya_invoice-details .ya_amount {
  color: #E7A241;
}
.ya_invoice-details .ya_invoice-id .ya_value {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_invoice-details .ya_table-container {
  margin-bottom: 30px;
}
.ya_invoice-details .ya_table {
  clear: both;
}
.ya_invoice-details .ya_table > div {
  float: left;
  padding: 5px;
}
.ya_invoice-details .ya_table > div:nth-child(1) {
  width: 230px;
}
.ya_invoice-details .ya_table > div:nth-child(2) {
  width: 170px;
}
.ya_invoice-details .ya_table > div:nth-child(3) {
  width: 210px;
}
.ya_invoice-details .ya_table > div:nth-child(4) {
  width: 150px;
}
.ya_invoice-details .ya_table > div:nth-child(5) {
  width: 160px;
}
.ya_invoice-details .ya_table .table {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 479px) {
  .ya_invoice-details .table th, .ya_invoice-details .table td {
    padding: 2px;
  }
}
.ya_invoice-details .table th {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_invoice-details .table td {
  font-size: 12px;
}
.ya_invoice-details .table .ya-total {
  font-size: 14px;
}
.ya_invoice-details .ya_table-header {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding-top: 20px;
}
.ya_invoice-details .ya_table-separator {
  float: left;
  width: 100%;
  padding: 7px 5px;
  border-top: 1px #BABABA solid;
  border-bottom: 1px #BABABA solid;
  background-color: #FAF6F1;
}
.ya_invoice-details .ya_totals {
  border-top: 2px solid #717171;
  color: #E7A241;
}
.ya_invoice-details .ya_totals .ya_label {
  color: #E7A241;
}
.ya_invoice-details .ya_totals .ya_label h4 {
  margin: 3px 0 0 0;
  font-size: 16px;
}
.ya_invoice-details .ya_totals .ya_value {
  font-size: 16px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_invoice-details .ya_totals > div:nth-child(1) {
  width: 610px !important;
}
.ya_invoice-details .ya-information-box {
  margin-bottom: 15px;
}
.ya_invoice-details .trustwave-seal {
  float: right;
}

.modal .ya_invoice-details h3 .ya-title {
  margin: 0 0 10px 0;
}
.modal .ya_invoice-details .ya_label-value-dataset.ya_more-info {
  margin-bottom: 10px;
}
.modal .ya_invoice-details .ya_table-container {
  margin-bottom: 20px;
}

.modal #InvoiceRefundTable tbody td:nth-child(4) {
  width: 25%;
}

#divInvoiceReceipt .ya_invoice-details .table tr td:nth-child(2) {
  width: 20%;
}

#invoiceDetailsModal {
  width: 965px;
  margin-left: -482px;
}
#invoiceDetailsModal .modal-header h3 {
  color: #fff;
}
#invoiceDetailsModal .modal-body {
  max-height: none;
}

.ya-striped .ya-help {
  display: none;
}

.ya_invoice-receipt-content {
  padding: 30px;
}
.ya_invoice-receipt-content .ya_table-wrapper.ya_fee-table.ya_table-multiple-column .ya_table-entry > div,
.ya_invoice-receipt-content .ya_table-wrapper.ya_fee-table.ya_table-multiple-column .ya_table-entry.ya_header-row {
  padding: 5px !important;
  font-size: 12px;
  line-height: 1.3em;
}
.ya_invoice-receipt-content .ya_invoice-title {
  margin-bottom: 10px;
}

.ya_payment-receipt-page .ya_invoice-receipt-content {
  padding: 0;
}

.ya_invoice-receipt-content .ya_early-adopter-panel {
  min-height: 100px;
}

/* default overrides */
h2.dnnFormSectionHead a.dnnSectionExpanded {
  color: #B4341D;
}

ul.dnnAdminTabNav {
  margin-top: 30px;
}
ul.dnnAdminTabNav li {
  list-style: none !important;
}
ul.dnnAdminTabNav li a.ya-title {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #B4341D;
  font-size: 30px;
  border: none;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
}

#dnn_ctr_dnn_ctr_EditUser_UPPanel .dnnFormMessage {
  margin-bottom: 30px;
  max-width: 100%;
}

/* FORMS */
label.radio input[type=radio],
label.checkbox input[type=checkbox] {
  margin-top: 2px;
}

.ya-highlight-checked input[type=radio]:checked + span,
.ya-highlight-checked input[type=checkbox]:checked + span {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 479px) {
  .LoginPanel {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 479px) {
  .dnnLoginService .dnnLabel {
    text-align: left;
    width: 100%;
  }
}

/* reset for collapsible panel */
.yas-dnnrow a.ya-action.collapsed, .yas-dnnrow a.collapsed.ya-btn-delete {
  background: none;
}

.ya_legal-invoice {
  font-size: 12px;
  line-height: 14px;
}

/* 
    RESPONSIVE VIMEO STYLES 
    Requires .embed-container container element
    16:9 ratio only
*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.RadPicker {
  margin-bottom: 10px;
}

.webui-popover {
  max-width: 300px;
}
.webui-popover .webui-popover-title {
  font-weight: normal;
}

.highlightTextarea-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ya_table-radio-list td {
  padding-left: 20px;
}
.ya_table-radio-list input[type=radio] {
  float: left;
  margin-top: 0;
  margin-left: -20px;
}
.ya_table-radio-list input + label {
  margin-left: 0;
}

h3.popover-title {
  margin: 0px !important;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb !important;
}

.ya_yacep-flowchart img {
  image-rendering: -webkit-optimize-contrast;
}
.ya_yacep-flowchart .ya_mobile-version {
  max-width: 302px;
}
.ya_yacep-flowchart .ya_mobile-version img {
  margin-bottom: 10px;
}
@media (min-width: 730px) {
  .ya_yacep-flowchart .ya_mobile-version {
    display: none;
  }
}
.ya_yacep-flowchart .ya_desktop-version {
  display: none;
}
@media (min-width: 730px) {
  .ya_yacep-flowchart .ya_desktop-version {
    display: inline;
  }
}

.ya-track-details {
  position: relative;
}
@media (min-width: 768px) {
  .ya-track-details .ya-track-details-container .ya_track-info {
    margin-left: 120px;
  }
}
@media (min-width: 768px) {
  .ya-track-details .ya-track-details-container .ya-affiliate-registration-section {
    position: absolute;
    top: 0;
    right: 0;
  }
}

span.ya_webui-popover {
  display: inline-block;
}
span.ya_webui-popover [disabled] {
  pointer-events: none;
}

h3.ya_with-separator {
  border-bottom: 1px solid #bababa;
  margin-bottom: 15px;
  line-height: 1.9;
}

h4.ya_with-separator {
  border-bottom: 1px solid #bababa;
}

/* TODO: quick style fixes - this need a better place */
.btn [data-icon=♥], a.dnnTertiaryAction [data-icon=♥], button.dnnTertiaryAction [data-icon=♥], .dnnFormPopup .ui-dialog-buttonpane button [data-icon=♥] {
  vertical-align: baseline;
}

.k-pager-wrap.k-floatwrap {
  background-color: transparent !important;
  border: none !important;
}
.k-pager-wrap.k-floatwrap > .k-link {
  border-radius: 0 !important;
}
.k-pager-wrap.k-floatwrap .k-link:link,
.k-pager-wrap.k-floatwrap .k-link:visited,
.k-pager-wrap.k-floatwrap .k-nav-current.k-state-hover .k-link {
  color: #B4341D;
  border-radius: 0;
  border-color: transparent !important;
}
.k-pager-wrap.k-floatwrap .k-pager-numbers {
  margin: 0;
  padding: 0;
  border: none;
}
.k-pager-wrap.k-floatwrap .k-pager-numbers .k-state-selected {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-radius: 0;
  border-color: #B4341D;
  color: #333;
  background-color: transparent;
}

.k-webkit .k-pager-wrap.k-floatwrap .k-pager-numbers .k-link,
.k-webkit .k-pager-numbers .k-current-page .k-link,
.k-ff .k-pager-numbers .k-current-page .k-link,
.k-ie11 .k-pager-numbers .k-current-page .k-link,
.k-safari .k-pager-numbers .k-current-page .k-link,
.k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link,
.k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,
.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,
.k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link,
.k-webkit .k-pager-numbers .k-current-page:hover .k-link,
.k-ff .k-pager-numbers .k-current-page:hover .k-link,
.k-ie11 .k-pager-numbers .k-current-page:hover .k-link,
.k-safari .k-pager-numbers .k-current-page:hover .k-link {
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
  border-color: transparent !important;
}

.k-webkit .k-pager-numbers.k-state-expanded,
.k-ff .k-pager-numbers.k-state-expanded,
.k-ie11 .k-pager-numbers.k-state-expanded,
.k-safari .k-pager-numbers.k-state-expanded {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 639px) {
  .k-pager-info.k-label {
    display: block;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 0;
  }
}

.k-webkit .k-pager-numbers .k-current-page .k-link {
  padding-bottom: 1px;
}

@media (max-width: 1024px) {
  .k-webkit .k-pager-numbers {
    left: 5.8em !important;
  }
}

.ya_checkmark-list li {
  list-style: none !important;
  position: relative;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
.ya_checkmark-list li::before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "P";
  font-family: "YogaAlliance";
  color: #39874C;
}

#teachermenu #teacherBillingChildren div > li {
  padding-bottom: 0 !important;
}

.ya_marketing-banner-yacep .ya_mobile {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 599px) {
  .ya_marketing-banner-yacep .ya_desktop {
    display: none;
  }
}
@media (min-width: 600px) {
  .ya_marketing-banner-yacep .ya_mobile {
    display: none;
  }
}

.ya_marketing-panel {
  border: 2px solid #B4341D;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.ya_marketing-panel .ya_marketing-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 70px;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(180, 50, 18, 0.75)), color-stop(24%, rgba(180, 50, 18, 0)), color-stop(78%, rgba(180, 50, 18, 0)), to(rgba(180, 50, 18, 0.75))), url("../png/header-logo.png"), url("../png/header-bg.png");
  background-image: linear-gradient(to right, rgba(180, 50, 18, 0.75) 0%, rgba(180, 50, 18, 0) 24%, rgba(180, 50, 18, 0) 78%, rgba(180, 50, 18, 0.75) 100%), url("../png/header-logo.png"), url("../png/header-bg.png");
  background-size: 100%, 180px, 200px;
  background-position: center, -90px -60px;
  background-repeat: repeat, no-repeat, repeat;
}
.ya_marketing-panel .ya_marketing-panel-header h3 {
  margin: 0;
  font-size: 25px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: white;
}
@media (min-width: 480px) {
  .ya_marketing-panel .ya_marketing-panel-header h3 {
    font-size: 32px;
  }
}
.ya_marketing-panel .ya_marketing-panel-header h4 {
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 2px;
}
.ya_marketing-panel .ya_marketing-panel-footer {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(180, 50, 18, 0.75)), color-stop(24%, rgba(180, 50, 18, 0)), color-stop(78%, rgba(180, 50, 18, 0)), to(rgba(180, 50, 18, 0.75))), url("../png/header-logo.png"), url("../png/header-bg.png");
  background-image: linear-gradient(to right, rgba(180, 50, 18, 0.75) 0%, rgba(180, 50, 18, 0) 24%, rgba(180, 50, 18, 0) 78%, rgba(180, 50, 18, 0.75) 100%), url("../png/header-logo.png"), url("../png/header-bg.png");
  background-size: 100%, 180px, 200px;
  background-position: center, -90px -60px;
  background-repeat: repeat, no-repeat, repeat;
}
.ya_marketing-panel .ya_marketing-panel-footer h3 {
  margin: 0;
  padding: 22px 0;
  font-size: 25px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
}
@media (min-width: 480px) {
  .ya_marketing-panel .ya_marketing-panel-footer h3 {
    font-size: 32px;
    padding: 16px 0;
  }
}
.ya_marketing-panel .ya_marketing-panel-body {
  padding: 20px 10px 10px 10px;
  padding-bottom: 20px;
}
@media (min-width: 480px) {
  .ya_marketing-panel .ya_marketing-panel-body {
    padding: 30px;
  }
}
.ya_marketing-panel .ya_marketing-panel-body h4 {
  margin-top: 30px;
  color: rgb(150, 23, 26);
}
@media (min-width: 480px) {
  .ya_marketing-panel .ya_marketing-panel-body h4:first-child {
    margin-top: 0;
  }
}
.ya_marketing-panel .ya_marketing-panel-body ul li {
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
.ya_marketing-panel .ya_marketing-panel-body .ya-control-group {
  margin-top: 20px;
  text-align: center;
}
.ya_marketing-panel .ya_marketing-btn {
  display: inline-block;
  background-color: rgb(192, 66, 16);
  color: white;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 3px;
}
.ya_marketing-panel .ya_marketing-btn:hover {
  background-color: #DE631E;
}
.ya_marketing-panel .ya_marketing-btn:hover, .ya_marketing-panel .ya_marketing-btn:link, .ya_marketing-panel .ya_marketing-btn:active {
  text-decoration: none;
}
.ya_marketing-panel .ya_marketing-btn:active {
  background-color: #B42F05;
}
@media (min-width: 480px) {
  .ya_marketing-panel .ya_marketing-btn:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .ya_marketing-panel .ya_marketing-btn + .ya_marketing-btn {
    margin-top: 15px;
  }
}
.ya_marketing-panel .ya_marketing-panel-footer {
  padding: 10px;
}
.ya_marketing-panel .ya_marketing-panel-footer .ya_marketing-btn {
  height: 40px;
  color: rgb(192, 66, 16);
  background-color: white;
  border: 1px solid white;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ya_marketing-panel.ya_become-yacep-signed {
  max-width: 520px;
}
@media (max-width: 479px) {
  .ya_marketing-panel.ya_become-yacep-signed {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .ya_marketing-panel.ya_become-yacep-signed .ya_marketing-btn {
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1080px) {
  .ya_marketing-panel.ya_become-yacep-signed .ya_marketing-btn {
    width: 100%;
  }
  .ya_marketing-panel.ya_become-yacep-signed .ya_marketing-btn + .ya_marketing-btn {
    margin-top: 10px;
  }
}
.ya_marketing-panel.ya_become-yacep-signed .ya_marketing-btn:hover {
  color: white !important;
}
.ya_marketing-panel.ya_become-yacep-signed .ya_yacep-logo img {
  display: inline-block;
  max-width: 185px;
}
@media (min-width: 480px) {
  .ya_marketing-panel.ya_become-yacep-signed .ya_yacep-logo {
    float: left;
  }
}
@media (min-width: 480px) {
  .ya_marketing-panel.ya_become-yacep-signed .ya_info-yacep {
    margin-left: 200px;
  }
}
@media (min-width: 500px) {
  .ya_marketing-panel.ya_become-yacep-signed .ya_info-yacep {
    margin-left: 210px;
  }
}
.ya_marketing-panel.ya_become-yacep-signed .ya_info-yacep .ya_checkmark-list {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .ya_marketing-panel.ya_become-yacep-signed .ya_info-yacep .ya_checkmark-list {
    max-width: 216px;
    margin-left: auto;
    margin-right: auto;
  }
  .ya_marketing-panel.ya_become-yacep-signed .ya_info-yacep .ya_checkmark-list li::before {
    position: static;
    margin-right: 10px;
  }
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-header {
  min-height: 80px;
  background-position: center, right -88px center, -60px;
  padding: 10px 23px;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body {
  position: relative;
  padding: 23px;
}
@media (min-width: 900px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body {
    display: table;
  }
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content {
  display: inline-block;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content .ya_yacep-logo {
  max-width: 150px;
  margin: 0 auto 20px auto;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content h2.ya_benefits {
  color: #B4341D;
  font-size: 18px;
  margin-top: -20px;
  border-bottom: none;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content h2.ya_benefits [data-icon="["] {
  font-size: 14px !important;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content .ya-bulleted-list,
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content .ya_checkmark-list {
  margin-top: -15px;
}
@media (min-width: 900px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content {
    display: table-cell;
    vertical-align: top;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content .ya_yacep-logo {
    margin: 0;
    position: absolute;
    right: 30px;
    top: -60px;
    max-width: 195px;
    background-color: white;
    padding: 5px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 100px;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content h4:first-of-type {
    margin-top: 0;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content h2.ya_benefits {
    font-size: 24px;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_main-content h2.ya_benefits [data-icon="["] {
    font-size: 16px !important;
    margin-left: 5px;
  }
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content {
  position: relative;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content h3.ya-title {
  color: #B4341D;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content p {
  line-height: 1.5em;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content p strong {
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 899px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content {
    width: auto !important;
    text-align: left !important;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content p br {
    display: none;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content .ya_just-upgrade {
    text-align: right;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content .ya_just-upgrade h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content {
    display: table-cell;
    width: 190px;
    vertical-align: top;
    padding-top: 130px;
    text-align: center;
    padding-right: 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-left: 20px;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content .ya_just-upgrade {
    position: absolute;
    bottom: -20px;
    width: 190px;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content .ya_just-upgrade h3 {
    margin: 0;
  }
}
@media (max-width: 899px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-body .ya_more-content {
    width: 260px;
    margin: 15px auto -20px auto;
    text-align: center;
  }
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer {
  padding: 10px;
}
@media (min-width: 900px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer {
    padding: 15px 40px 15px 23px;
    display: table;
    width: 100.05%;
    min-height: 75px;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_main-content {
    display: table-cell;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_more-content {
    display: table-cell;
    text-align: center;
    width: 190px;
  }
}
@media (max-width: 899px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer {
    margin: 0;
  }
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_more-content {
    float: right;
  }
}
@media (max-width: 899px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_main-content,
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_more-content {
    display: inline-block;
  }
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_marketing-btn {
  font-size: 16px;
  height: 45px;
  padding: 14px 17px;
  margin: 0;
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_marketing-btn:hover {
  background-color: rgb(250, 250, 250);
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_marketing-btn:active {
  background-color: rgb(240, 240, 240);
}
@media (min-width: 900px) {
  .ya_marketing-panel.ya_add-yacep .ya_marketing-panel-footer .ya_marketing-btn {
    padding: 14px 30px;
  }
}
.ya_marketing-panel.ya_add-yacep .ya_marketing-btn.ya_selected, .ya_marketing-panel.ya_add-yacep .ya_marketing-btn.ya_selected:hover {
  background-color: rgb(0, 178, 0);
  color: white;
  border: 1px solid white;
  -webkit-box-shadow: inset 1px 1px 7px rgba(0, 15, 0, 0.5);
  box-shadow: inset 1px 1px 7px rgba(0, 15, 0, 0.5);
}
.ya_marketing-panel.ya_add-yacep .active > .ya_marketing-btn,
.ya_marketing-panel.ya_add-yacep .active > .ya_marketing-btn:hover {
  background-color: rgb(0, 178, 0);
  color: white;
  border: 1px solid white;
  -webkit-box-shadow: inset 1px 1px 7px rgba(0, 15, 0, 0.5);
  box-shadow: inset 1px 1px 7px rgba(0, 15, 0, 0.5);
}

.ya_save-more-panel {
  margin: 15px 0;
  clear: both;
  padding: 20px 30px;
  border: 2px solid rgb(233, 180, 34);
  border-radius: 10px;
}
@media (min-width: 480px) {
  .ya_save-more-panel .ya-title {
    margin-top: 0;
  }
}
.ya_save-more-panel .ya_yacep-logo {
  max-width: 150px;
  margin: 0 auto 15px auto;
}
@media (min-width: 480px) {
  .ya_save-more-panel .ya_yacep-logo {
    display: inline-block;
    margin-left: 15px;
    float: right;
  }
}
.ya_save-more-panel p:last-child {
  margin-bottom: 0;
}

.ya_early-adopter-panel {
  min-height: 100px;
  position: relative;
  padding-left: 120px;
}
.ya_early-adopter-panel .ya_yacep-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.ya_early-adopter-panel p {
  font-size: 16px;
}
.ya_early-adopter-panel p:first-of-type {
  margin-top: -5px;
}

.ya-user-search-component {
  max-width: 600px;
}
.ya-user-search-component .ya_tab-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 30px 0;
}
.ya-user-search-component .ya_tab-options button {
  position: relative;
  width: 32%;
  height: 50px;
  border: 2px solid #B4341D;
  background-color: transparent;
  font-size: 18px;
  color: #B4341D;
  border-radius: 2px;
}
.ya-user-search-component .ya_tab-options button.selected {
  background-color: #B4341D;
  color: white;
}
.ya-user-search-component .ya_tab-options button.selected::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #b4341d transparent transparent transparent;
  bottom: -10px;
  left: -10px;
  margin-left: 50%;
}
.ya-user-search-component .name-control {
  margin-bottom: 15px;
}
.ya-user-search-component .ya-designation-list {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
}
@media (max-width: 600px) {
  .ya-user-search-component .ya-designation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .ya-user-search-component .ya-designation-list .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ya-user-search-component .ya-designation-list .col > div {
    width: 50%;
  }
}
.ya-user-search-component .ya-button-row {
  margin-top: 20px;
}
.ya-user-search-component .ya-button-row .btn, .ya-user-search-component .ya-button-row a.dnnTertiaryAction, .ya-user-search-component .ya-button-row button.dnnTertiaryAction, .ya-user-search-component .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ya-user-search-component .ya-button-row button {
  margin: 0;
}
.ya-user-search-component .ya-button-row .btn:not(:last-child), .ya-user-search-component .ya-button-row a.dnnTertiaryAction:not(:last-child), .ya-user-search-component .ya-button-row button.dnnTertiaryAction:not(:last-child), .ya-user-search-component .ya-button-row .dnnFormPopup .ui-dialog-buttonpane button:not(:last-child), .dnnFormPopup .ui-dialog-buttonpane .ya-user-search-component .ya-button-row button:not(:last-child) {
  margin-right: 10px;
}
.ya-user-search-component .ya_panel-results {
  margin-top: 30px;
}
.ya-user-search-component .ya_panel-results .ya_no-data {
  margin: 20px 0;
}
.ya-user-search-component .ya_panel-results *:last-child {
  margin-bottom: 0;
}
.ya-user-search-component .ya_panel-results .ya_table-wrapper > .ya-information-box:first-child {
  margin-top: 10px;
  margin-bottom: 0;
}
.ya-user-search-component .ya_panel-results h3.ya-table-title {
  margin-bottom: -0.5em !important;
}
.ya-user-search-component .ya_panel-results .ya_col-action {
  width: 60px;
}
@media (min-width: 480px) {
  .ya-user-search-component .ya_panel-results .ya_col-action {
    width: 80px;
  }
}
.ya-user-search-component .ya_panel-results .ya_table-entry-additional .ya_container {
  margin-top: -5px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .ya-user-search-component .ya_panel-results .ya_table-entry-additional .ya_container {
    padding-left: 90px;
  }
}

.ya_multipleline-list {
  margin: 15px 0;
}

.ya-add-staff-roles-panel {
  max-width: 600px;
}
.ya-add-staff-roles-panel em {
  color: #909090;
}

.rcOutOfRange {
  position: relative;
}
.rcOutOfRange:hover::after {
  content: "Must be today or earlier";
  background-color: #feffae;
  padding: 3px;
  border: 1px solid #cbcc32;
  position: absolute;
  top: -28px;
  z-index: 1;
  width: 160px;
  text-align: center;
  left: -60px;
}

.ya_rich-text a {
  color: #B4341D;
}
.ya_rich-text ul li {
  list-style: disc;
}
.ya_rich-text ol {
  counter-reset: ordered-counter;
  margin-left: 10px;
  margin-bottom: 10px;
}
.ya_rich-text ol li {
  list-style: none;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya_rich-text ol li:before {
  display: inline-block;
  min-width: 15px;
  content: counter(ordered-counter) ".";
  counter-increment: ordered-counter;
  text-align: center;
  margin-right: 3px;
}
.ya_rich-text ul {
  margin-left: 30px;
  margin-bottom: 10px;
}
.ya_rich-text .MsoListParagraph,
.ya_rich-text .MsoListParagraphCxSpFirst,
.ya_rich-text .MsoListParagraphCxSpLast {
  margin-left: 25px;
}
.ya_rich-text img {
  margin-bottom: 15px;
}

body .k-widget {
  color: #333;
}

.ya-additional-panel .ya-additional-panel-wrraper {
  background: #f9f9f9 !important;
  border-radius: 5px !important;
  padding: 20px !important;
  border: 1px solid #888888 !important;
}
@media (max-width: 767px) {
  .ya-additional-panel .ya-additional-panel-wrraper {
    padding: 15px !important;
  }
}
@media (max-width: 479px) {
  .ya-additional-panel .ya-additional-panel-wrraper {
    padding: 10px !important;
  }
}
.ya-additional-panel .ya-additional-panel-wrraper .ya-information-box {
  background-color: white !important;
}
.ya-additional-panel .ya-additional-panel-wrraper .lead {
  font-size: 18px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 6px;
}
.ya-additional-panel .ya-additional-panel-wrraper > *:first-child {
  margin-top: 0;
}

.webui-popover {
  padding: 0 !important;
}
.webui-popover .webui-popover-title {
  background-color: #f7f7f7;
}
.webui-popover.bottom > .arrow:after, .webui-popover.bottom-right > .arrow:after {
  border-bottom-color: #f7f7f7 !important;
}

.DnnModule-ManageSpecialWords .DNNContainer_Title_h2 h2 .TitleH2,
.DnnModule-ManageAgreements .DNNContainer_Title_h2 h2 .TitleH2 {
  color: #B4341D;
  font-size: 32px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.RadComboBoxDropDown_MetroTouch .rcbHovered {
  background-color: #e8e8e8;
}

.RadComboBoxDropDown {
  border: 1px solid !important;
}

.RadComboBox_MetroTouch .rcbFocused .rcbInputCell {
  /*border-color: #25a0da !important;*/
  color: black;
  background-color: white;
}

.RadComboBoxDropDown_MetroTouch {
  background: white;
  border-color: #cdcdcd !important;
}

.RadComboBox_MetroTouch .rcbInputCell,
.RadComboBox_MetroTouch .rcbArrowCell {
  border: 1px solid !important;
  border-color: #cdcdcd !important;
  background-color: white !important;
}

.RadComboBox_MetroTouch .rcbInputCell,
.rcbArrowCell .rcbArrowCellRight {
  border-color: #cdcdcd !important;
}

.RadComboBox_MetroTouch .rcbArrowCell a {
  width: 28px !important;
  height: 34px !important;
  background-image: url("../png/webresourcedd22.png?d=2cmV70qdJwlHSa4I5oUQR1VNtuPMknrcVh9SojQnFJVm2IqvIkzwhsBDtgst3QJbkcuFsasa8GHC88h1MRxFDYF-0h0LI_jo5YYh-QobYEFBJEFD5o28fLM8HKMglkTwJKSIvMrwyVDLx7V63Cr4i3JqMWM1&amp;t=636516268659389047");
}

#DdlCountry_BillingAddress input,
#DdlState_BillingAddress input,
#ddlBillingCountryPayment input,
#ddlBillingStatePayment input,
.RadComboBox INPUT {
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(85, 85, 85);
}

.rcbList .rcbItem,
.rcbHovered {
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(85, 85, 85) !important;
}

.RadComboBox_MetroTouch .rcbFocused .rcbArrowCell {
  background-color: white !important;
}

.RadComboBox_MetroTouch .rcbArrowCell a {
  background-position: -11px -58px !important;
}

.RadComboBox_MetroTouch .rcbInputCell input.rcbInput {
  height: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*To donot change in the kendo icon image in zome zooming level*/
/*
.ya_wrapper-datepicker span.k-i-calendar
{
	background-image:none !important;
}
*/
/*To remove the orange selection in date selection*/
/*
.k-input::selection, .k-textarea::selection, .k-textbox::selection
{
	background-color:white !important;
	color:black !important;
}
*/
.k-grid-pager span.k-icon {
  background-image: none !important;
}

/*
.k-datepicker
{
	height:30px !important;
}
*/
#ulpasswordactions li {
  border: none !important;
}

/*
.k-dateinput-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-hover .k-input{
  background-color: transparent !important;
}
*/
/*
.k-picker-wrap .k-input{
  padding-left: 0 !important;
  margin-left: -5px !important;
}*/
/*
.ya_directory-search-results .k-picker-wrap .k-input,.ya-staff-manage-teacher .k-picker-wrap .k-input{  margin-left: 0px !important; }
.ya_directory-search-results .k-datepicker,.ya-staff-manage-teacher .k-datepicker { height: 38px !important; }

.ya_directory-search-results .k-picker-wrap.k-state-focused .k-input{background-color:white !important;}
*/
.dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
  display: none;
}

.dnnPassword .meter {
  border: none;
  background-color: transparent;
}

.password-strength-tooltip,
.confirm-password-tooltip {
  background-color: #f7f7f7 !important;
  border: 1px solid #ccc;
}
.password-strength-tooltip::before,
.confirm-password-tooltip::before {
  border-top: 7px solid #ccc !important;
}
.password-strength-tooltip .password-strength-tooltip-content h2,
.confirm-password-tooltip .password-strength-tooltip-content h2 {
  color: #333;
}
.password-strength-tooltip .password-strength-tooltip-content ul,
.confirm-password-tooltip .password-strength-tooltip-content ul {
  background: none;
  border: none;
}

.confirm-password-tooltip .confirm-password-tooltip-content {
  color: #333 !important;
}

@media (max-width: 819px) {
  .dnnPasswordDetails .dnnFormItem .dnnLabel {
    position: relative;
    float: none;
    width: 100%;
  }
  .dnnPasswordDetails .dnnFormItem .dnnLabel label {
    text-align: left;
  }
  .dnnPasswordDetails .dnnFormItem .password-strength-container {
    width: 95% !important;
    max-width: 1500px;
  }
  .dnnPasswordDetails .dnnFormItem .password-strength-container input {
    width: 100% !important;
  }
  .dnnPasswordDetails .dnnFormItem input {
    width: 95%;
  }
  .password-strength-tooltip-content {
    width: 100% !important;
  }
  .password-strength-tooltip-content li {
    white-space: normal !important;
  }
  .password-strength-container .meter {
    width: 100% !important;
    max-width: 463px;
  }
  .password-strength-tooltip {
    width: 300px !important;
  }
}
.error404 .ya_group-session #dnn_userLogin_registerLink {
  width: 100%;
}
.error404 .ya_group-session .separator,
.error404 .ya_group-session #loginLink {
  display: none !important;
}

.ya-user-search-component .k-pager-wrap .k-pager-numbers li {
  width: 22px;
}

h2.ya_with-separator {
  border-bottom: 1px solid #bababa;
  margin-bottom: 15px;
  line-height: 1.9;
}

.ui-dialog-content {
  text-align: left !important;
}

@media (max-width: 992px) {
  .ya-gallery-modal {
    display: block;
    margin: auto;
  }
  .ui-dialog-content {
    padding: 0 !important;
    text-align: center;
  }
  a#cmdCancel {
    width: 185px;
    margin: 0 10px !important;
    position: absolute !important;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.dnnFormPopup.ui-draggable.ui-resizable {
    width: 80% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
  }
  .ModMyPhotoGalleryC .ya-gallery-modal .btn, .ModMyPhotoGalleryC .ya-gallery-modal a.dnnTertiaryAction, .ModMyPhotoGalleryC .ya-gallery-modal button.dnnTertiaryAction, .ModMyPhotoGalleryC .ya-gallery-modal .dnnFormPopup .ui-dialog-buttonpane button, .dnnFormPopup .ui-dialog-buttonpane .ModMyPhotoGalleryC .ya-gallery-modal button {
    margin-top: 7px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
  }
  .uploadifive-button {
    padding: 4px;
    width: 185px !important;
    cursor: pointer;
    overflow: hidden;
  }
  .divUploader {
    position: static !important;
  }
}
.ya-gallery-modal .ui-dialog-content {
  padding: 0 !important;
}

.RadAjaxPanel .ya-profile-details-wrapper .ya-right-column h4 {
  margin-top: 15px !important;
}

@media (max-width: 768px) {
  a#cmdCancel {
    display: block;
    margin: 0 !important;
  }
}
address,
p.sidebar-content.ya-address {
  margin-bottom: 0 !important;
}

address {
  color: #333;
}

.rgHeader {
  position: relative;
}
.rgHeader input[type=button] {
  display: none;
}

.rgHeader.rgSorted.asc a:after,
.rgHeader.rgSorted.desc a:after {
  padding-left: 0.3em;
  font-size: 12px;
}

.rgHeader.rgSorted.asc a:after {
  content: "▲";
}

.rgHeader.rgSorted.desc a:after {
  content: "▼";
}

.modal-inner-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.modal-inner-content::-webkit-scrollbar:vertical {
  width: 12px;
}
.modal-inner-content::-webkit-scrollbar:horizontal {
  height: 12px;
}
.modal-inner-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.modal-inner-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.DNNModuleContent .reset-moment {
  margin-top: -1px;
}

.reset-moment {
  padding: 20px;
  background-color: #c84610;
  background-image: linear-gradient(-52deg, #fad961 0%, #c84610 100%);
  position: relative;
}
.reset-moment:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-image: url(../png/bg-logo-full-2x-yacep.png);
  background-position: right;
  background-position: right -100px top -24px;
  background-size: 100%;
}
@media (min-width: 480px) {
  .reset-moment:before {
    background-position: right -190px top -24px;
  }
}
@media (min-width: 768px) {
  .reset-moment:before {
    background-position: right -260px top -84px;
    background-size: 60%;
  }
}
.reset-moment .reset-moment-header h1 {
  text-align: center;
  color: white;
  padding-bottom: 0;
  margin: 10px 0 25px;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .reset-moment .reset-moment-header h1 {
    font-size: 33px;
    line-height: 46px;
  }
}
.reset-moment .reset-moment-container {
  margin: 40px auto 20px auto;
  max-width: 680px;
  position: relative;
  z-index: 1;
}
.reset-moment .reset-moment-container h1 {
  text-align: center;
  color: white;
  padding-bottom: 0;
  margin: 10px 0 25px;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .reset-moment .reset-moment-container h1 {
    font-size: 33px;
    line-height: 46px;
  }
}
.reset-moment .reset-moment-container h3 {
  text-align: center;
  color: white;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .reset-moment .reset-moment-container h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 45px;
  }
}
.reset-moment .reset-moment-container h5 {
  color: white;
  text-transform: uppercase;
  font-family: ProximaNova-Bold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.reset-moment .reset-moment-container .downloads {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .reset-moment .reset-moment-container .downloads .span4 {
    margin-bottom: 60px;
  }
}
.reset-moment .reset-moment-container .downloads .download-btn {
  border: 2px solid #ffffff;
  border-radius: 4px;
  width: 118px;
  height: 45px;
  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;
  color: white;
  margin: 15px auto;
  font-size: 16px;
  font-family: ProximaNova-Bold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.reset-moment .reset-moment-container .downloads .download-btn:hover {
  text-decoration: none;
  background-color: #f36f22;
  border-color: #f36f22;
}
.reset-moment .reset-moment-container #home-player {
  -webkit-box-shadow: 8px 6px 19px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 8px 6px 19px -2px rgba(0, 0, 0, 0.3);
}
.reset-moment .reset-moment-container .columns {
  margin: 30px 0 0;
}
@media (min-width: 480px) {
  .reset-moment .reset-moment-container .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 870px) {
  .reset-moment .reset-moment-container .columns {
    margin: 30px 0;
  }
}
.reset-moment .reset-moment-container .columns .column {
  padding: 7px;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
.reset-moment .reset-moment-container .columns .column h4 {
  color: white;
  margin-top: 25px;
}
.reset-moment .reset-moment-container .columns .column h4 a {
  color: white;
}
@media (max-width: 479px) {
  .reset-moment .reset-moment-container .columns .column {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) {
  .reset-moment .reset-moment-container .columns .column {
    width: 33%;
  }
}
.reset-moment .reset-moment-container .call-to-action {
  border: 2px solid #ffffff;
  border-radius: 4px;
  width: 118px;
  height: 45px;
  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;
  color: white;
  margin: 15px auto;
  font-size: 16px;
  font-family: ProximaNova-Bold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.reset-moment .reset-moment-container .call-to-action:hover {
  text-decoration: none;
  background-color: #f36f22;
  border-color: #f36f22;
}

.top-bar {
  background-color: #42414d;
  color: #f7ca2f;
  padding: 15px;
  display: table;
  width: 100%;
  min-height: 75px;
}
.top-bar > div {
  width: 100%;
  min-height: 75px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.top-bar a {
  color: #f7ca2f;
  text-decoration: underline;
}
.top-bar a:hover {
  color: #f7ca2f;
}

.top-bar {
  background-color: #e6e6de;
  font-family: ProximaNova-Bold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  color: #717171;
  font-size: 16px;
  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;
  min-height: 60px;
}

#ya-password-checker {
  float: left;
  width: 100%;
  position: relative;
}
#ya-password-checker .ya-help {
  position: absolute;
  right: -25px;
  top: 5px;
}
#ya-password-checker div[id$=oldPasswordRow],
#ya-password-checker #ulpasswordactions,
#ya-password-checker div[id$=ctlPassword_pnlReset],
#ya-password-checker div[id$=ctlPassword_pnlQA],
#ya-password-checker ul.dnnActions {
  display: none;
}
#ya-password-checker .dnnFormItem p {
  margin: 0;
}
#ya-password-checker .dnnFormItem .dnnLabel {
  display: none;
}

.password-confirm {
  width: 95% !important;
}

.panel-change .new-password-confirm::before {
  display: none;
}
.panel-change .new-password-confirm::after {
  display: none;
}

.new-password-confirm {
  position: relative;
}
.new-password-confirm input {
  margin-bottom: 0 !important;
}
.new-password-confirm::before {
  content: "Confirm Password";
  position: absolute;
  left: -142px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  top: 7px;
}
.new-password-confirm::after {
  content: "*";
  position: absolute;
  left: -26px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  top: 7px;
  color: #B4341D;
  font-size: 20px;
}
@media (max-width: 480px) {
  .new-password-confirm::after {
    content: "*";
    position: absolute;
    left: 117px;
    font-family: ProximaNova-Semibold, arial, sans-sarif;
    top: 1px;
    color: #b4341d;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .new-password-confirm {
    padding-top: 28px;
  }
  .new-password-confirm::before {
    left: 0;
    top: 2px;
    font-family: ProximaNova-Semibold, arial, sans-sarif;
  }
}

.password-strength-container {
  width: 95%;
}

.ya-reset-password .ya-page-title {
  border-bottom: 1px solid #bababa;
  margin-bottom: 25px !important;
}
.ya-reset-password .dnnLabel label {
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
.ya-reset-password #ya-password-checker .dnnFormItem .dnnLabel {
  display: block;
  text-align: left;
}
.ya-reset-password #ya-password-checker .ya-help {
  left: 100px;
  right: auto;
  top: 4px;
  display: none;
}
.ya-reset-password .new-password-confirm::before {
  display: none;
}

.edit-user-password .new-password-confirm::before {
  display: none;
}

.phone-number-control,
.date-of-birth-control {
  position: relative;
}
.phone-number-control input,
.date-of-birth-control input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
}
.phone-number-control .ya-help,
.date-of-birth-control .ya-help {
  position: absolute;
  right: -25px;
  top: 5px;
}
@media (max-width: 767px) {
  .phone-number-control .span6,
  .date-of-birth-control .span6 {
    margin-bottom: 20px;
  }
  .phone-number-control .span6:last-child,
  .date-of-birth-control .span6:last-child {
    margin-bottom: 0;
  }
  .phone-number-control .span6 input,
  .phone-number-control .span6 select,
  .date-of-birth-control .span6 input,
  .date-of-birth-control .span6 select {
    height: 35px;
  }
}

.join-form .RadPicker {
  width: 100% !important;
  margin-bottom: 0;
}
.join-form .riTextBox {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font: 14px ProximaNova-Regular, arial, sans-sarif !important;
  line-height: 20px;
}
.join-form .riTextBox.riEmpty {
  font-family: ProximaNova-RegularIt, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 599px) {
  .join-form {
    padding-right: 40px !important;
  }
}
.join-form .control-group:last-child {
  margin-top: 5px;
}

/* MANAGE USER */
.manage-user-id {
  margin-top: 15px;
}

#DivUserAccountSetting p {
  margin-bottom: 11px;
}
#DivUserAccountSetting .ya-datepicker {
  width: 100% !important;
}

.ya-forgot-password .ya-page-title {
  border-bottom: 1px solid #bababa;
  margin-bottom: 25px !important;
}

.ya-login-error {
  margin-bottom: 30px;
  padding: 10px 15px;
  border-radius: 5px;
}

.login-page-title {
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #bababa !important;
}

@media (min-width: 481px) {
  .ya-login-form.form-horizontal .control-label {
    text-align: left;
    width: 100px;
  }
  .ya-login-form.form-horizontal .controls {
    margin-left: 100px;
  }
}

.recovery-options-table {
  margin: 20px 0 10px;
}
.recovery-options-table td {
  color: #333;
  padding-bottom: 10px;
}
.recovery-options-table td input[type=radio] {
  margin: -3px 10px 0 0;
}
.recovery-options-table td .aspNetDisabled {
  color: #909090;
}

.recovery-cant-access-emailphone {
  margin-top: 20px;
}

#LoginBox .ya-login-form .ya-validation-message {
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}

.password-reset-email-sent h3,
.password-reset-phone h3 {
  font-size: 18px;
}

.password-reset-phone input[type=submit] {
  margin: 20px 0 25px;
}

.ya_wrapper-datepicker .ya-datepicker {
  width: 100% !important;
}

.ya_wrapper-datepicker .rcTable {
  float: left;
  width: 100% !important;
}

.accept-terms-form {
  margin-top: 20px;
}
.accept-terms-form .form-container > .row-fluid {
  margin: 10px 0;
}
.accept-terms-form .form-container > .row-fluid.form-start {
  margin-top: 20px;
}

.ya-reset-password #ya-password-checker .dnnForm .dnnFormItem .dnnLabel {
  width: 100%;
}
.ya-reset-password #ya-password-checker .ya_validation-message-wrapper {
  margin-top: 15px;
}

/* INPUT FIELDS STYLES */
html body .RadInput_Default .riTextBox,
html body .RadInputMgr_Default {
  font-family: ProximaNova-Regular, arial, sans-sarif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a.hero-button,
a.hero-button:link,
a.hero-button:visited {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid #f37021;
  border-radius: 4px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  min-height: 2em;
  color: #f37021;
  text-align: center;
  line-height: 1.2em;
}
a.hero-button:hover,
a.hero-button:link:hover,
a.hero-button:visited:hover {
  color: white;
  background-color: #f37021;
  text-decoration: none;
}

.member-block {
  padding: 20px 0 0 20px;
}
.member-block:first-child {
  padding-top: 0;
}
.member-block:last-child {
  margin-bottom: 15px;
}

.discount-block {
  margin: 5px 0 0;
  padding: 20px;
  text-align: center;
}
.discount-block.hero {
  background-color: #f6f6f3;
}

hr.heavy {
  margin: 5px 0;
  border-bottom: 4px solid #f6f6f3;
}

.ya_list-unstyled.list-with-icons {
  margin-left: 20px !important;
}
.ya_list-unstyled.list-with-icons li {
  margin-bottom: 0.3em;
}
.ya_list-unstyled.list-with-icons li > * {
  vertical-align: middle;
}

.ya-credential-track-row {
  margin-bottom: 20px;
}
.ya-credential-track-row p {
  margin-bottom: 8px;
}
.ya-credential-track-row h3 {
  font-size: 18px;
}

.ya-credential-designation-row {
  margin-bottom: 20px;
}

#CredentialingDocuments .accordion-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#CredentialingDocuments .ya-tracks-row-outer {
  margin-top: 30px;
}

section div.span3 div.RadListBox {
  width: 145px !important;
}

.category-badge-standalone {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #979797;
  padding: 2px 7px 2px 7px;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 0.5em;
  color: #979797;
}

@media (min-width: 768px) {
  .control-group .controls.controls-wide {
    margin-left: 150px;
    margin-right: -50px !important;
  }
}

#top-bar {
  padding: 20px;
  background-color: #cb4600;
  text-align: center;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: white;
}

.ya-default-margin-top {
  margin-top: 10px;
}

.ya-margin-record-track {
  margin-top: 30px;
}

.ya-outline-btn {
  text-shadow: none;
  color: #f37021 !important;
  background-color: transparent;
  background-image: none;
  border-color: #f37021 !important;
}
.ya-outline-btn:hover {
  color: #fff !important;
  background-color: #f37021;
  border-color: #f37021;
}

.ya-btn-primary {
  color: #fff !important;
  background: transparent;
  background-color: #f37021;
  border-color: #f37021;
}
.ya-btn-primary:hover {
  background-color: #f37021;
  border-color: #f37021;
}

/* ASP NATIVE CONTROLS SUPPORT CLASSES */
.asp-radio-list input[type=radio] {
  vertical-align: baseline;
  margin-right: 5px;
}

td > input[type=radio] {
  vertical-align: baseline;
}
td > input[type=radio] + label {
  margin-left: 10px;
}

.checkboxlist-table td label {
  margin-left: 10px;
}

.checkboxlist-table td {
  padding: 3px;
}

ul.checkboxlist {
  margin: 0;
  padding: 0;
}
ul.checkboxlist li {
  position: relative;
  padding-left: 24px;
  margin: 0;
  list-style: none;
}
ul.checkboxlist li input {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
}

.PnlUserOptIn .btn-orange-success {
  background-color: #F37021 !important;
  background-image: none;
  border: solid 1px #F37021 !important;
  color: white !important;
  padding: 6px 36px !important;
  text-shadow: none;
}

#dvSubscriptionTopics input[type=checkbox] {
  float: left;
  height: 16px;
}
#dvSubscriptionTopics label {
  display: block !important;
  margin-left: 25px;
}
#dvSubscriptionTopics label:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  ul.checkboxlist {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  ul.checkboxlist.two-column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.checkboxlist.two-column li {
    width: 45%;
  }
}
.ya_other input + span {
  float: left;
  margin-right: 8px;
}

.ya_fee-table .ya_table-entry.ya_total {
  display: block !important;
}
/*# sourceMappingURL=screen.css.map */
