/* CSS crunched with Crunch - http://crunchapp.net/ */
@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheros/texgyreheros-regular-webfont.eot');
  src: url('../fonts/texgyreheros/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreheros/texgyreheros-regular-webfont.woff') format('woff'), url('../fonts/texgyreheros/texgyreheros-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreheros/texgyreheros-regular-webfont.svg#texgyreheros-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TexgyreherosBold';
  src: url('../fonts/texgyreheros/texgyreheros-bold-webfont.eot');
  src: url('../fonts/texgyreheros/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreheros/texgyreheros-bold-webfont.woff') format('woff'), url('../fonts/texgyreheros/texgyreheros-bold-webfont.ttf') format('truetype'), url('../fonts/texgyreheros/texgyreheros-bold-webfont.svg#texgyreheros-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texgyreBold';
  src: url('../fonts/texgyre/texgyreadventor-bold-webfont.eot');
  src: url('../fonts/texgyre/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyre/texgyreadventor-bold-webfont.woff') format('woff'), url('../fonts/texgyre/texgyreadventor-bold-webfont.ttf') format('truetype'), url('../fonts/texgyre/texgyreadventor-bold-webfont.svg#texgyreadventor-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texgyreReg';
  src: url('../fonts/texgyre/texgyreadventor-regular-webfont.eot');
  src: url('../fonts/texgyre/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyre/texgyreadventor-regular-webfont.woff') format('woff'), url('../fonts/texgyre/texgyreadventor-regular-webfont.ttf') format('truetype'), url('../fonts/texgyre/texgyreadventor-regular-webfont.svg#texgyreadventor-regular-webfont') format('svg');
  font-weight: normal !important;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/muli/muli-regular-webfont.eot');
  src: url('../fonts/muli/muli-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/muli-regular-webfont.woff') format('woff'), url('../fonts/muli/muli-regular-webfont.ttf') format('truetype'), url('../fonts/muli/muli-regular-webfont.svg#muli-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuliBold';
  src: url('../fonts/muli/muli-bold-webfont.eot');
  src: url('../fonts/muli/muli-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/muli-bold-webfont.woff') format('woff'), url('../fonts/muli/muli-bold-webfont.ttf') format('truetype'), url('../fonts/muli/muli-bold-webfont.svg#muli-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.hero-badge-section-inner label{
  font-weight: normal !important;
}
.expand-inner ul li a{
  font-family: 'Muli',sans-serif !important;
}
.hero-badge-section-inner label.label-content{
    font-family: 'texgyreBold',sans-serif !important;
    line-height: 1.1;
}

.btn,
.success-story-title,
.newsletter-wrap .input-group .newsletter-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 797px;
  }
}
@media (min-width: 999px) {
  .container {
    width: 1029px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 1030px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 999px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1000px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.listnone {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*textarea:focus,
input:focus,
select:focus {
border-color: rgba(87, 142, 190, 0.8) !important;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(87, 142, 190, 0.6) !important;
outline: 0 none !important;
}*/
/*textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}
.form-control:focus,
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: transparent;
box-shadow: none;
outline: 0;
}*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2);
}
/*.grid > div > span {
	display: block;
	background-color: rgba(86,61,124,.15);
}*/
.container {
  padding-left: 0;
  padding-right: 0;
}
.container > .row {
  margin-left: 0;
  margin-right: 0;
}
.container > .row > .col-left {
  padding-left: 0;
}
.container > .row > .col-right {
  padding-right: 0;
}
@media screen and (min-width: 1199px) {
  .ie9 .container {
    width: 1180px !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .ie9 .container {
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 999px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.page {
  position: relative;
}
.column {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.content-row.no-banner {
  padding-top: 80px;
  padding-bottom: 40px;
}
.content-row.no-banner .content-mid-wrap {
  padding-top: 0;
}
.content-row.no-banner .content-mid-wrap .content-mid-col .section-title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .content-row.no-banner {
    padding-top: 20px;
  }
}
.content-left-col {
  display: inline-block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}
.content-mid-wrap {
  float: right;
  width: 80%;
  padding-top: 40px;
}
.content-mid-col {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 70%;
  padding-top: 0;
  padding-bottom: 40px;
}
.content-right-col {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 30%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
.content-no-nav .content-mid-col {
  width: 76%;
}
.content-no-nav .content-right-col {
  width: 24%;
}
@media screen and (max-width: 999px) {
  .content-no-nav .content-mid-col {
    width: 66.66666667%;
  }
  .content-no-nav .content-right-col {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .content-no-nav .content-mid-col {
    width: 100%;
  }
  .content-no-nav .content-right-col {
    width: 100%;
  }
}
.ie8 .content-left-col {
  width: 20%;
}
.ie8 .content-mid-col {
  width: 70%;
}
.ie8 .content-right-col {
  width: 30%;
}
.container {
  padding-left: 0px;
}
@media screen and (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .content-row.no-banner .content-mid-col .section-title {
    margin-bottom: 30px;
  }
  .content-mid-wrap {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .content-mid-col {
    padding-left: 15px;
  }
  .content-left-col {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .content-mid-col {
    width: 66.66666667%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-right-col {
    width: 33.33333333%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container > .row > .col-left,
  .container > .row > .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-mid-col {
    width: 100%;
    padding-right: 15px;
  }
  .content-right-col {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}
.content-full-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-full-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  .content-full-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .content-full-col {
    float: left;
    width: 100%;
  }
}
.col12 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  .col12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .col12 {
    float: left;
    width: 100%;
  }
}
.col9 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col9 {
    float: left;
    width: 75%;
  }
}
@media (min-width: 999px) {
  .col9 {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1000px) {
  .col9 {
    float: left;
    width: 75%;
  }
}
.col8 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col8 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 999px) {
  .col8 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1000px) {
  .col8 {
    float: left;
    width: 66.66666667%;
  }
}
.col7 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col7 {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 999px) {
  .col7 {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1000px) {
  .col7 {
    float: left;
    width: 58.33333333%;
  }
}
.col6 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col6 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 999px) {
  .col6 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .col6 {
    float: left;
    width: 50%;
  }
}
.col5 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col5 {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 999px) {
  .col5 {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1000px) {
  .col5 {
    float: left;
    width: 41.66666667%;
  }
}
.col4 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 999px) {
  .col4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1000px) {
  .col4 {
    float: left;
    width: 33.33333333%;
  }
}
.col3 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col3 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 999px) {
  .col3 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .col3 {
    float: left;
    width: 25%;
  }
}
.col2 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2 {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 999px) {
  .col2 {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1000px) {
  .col2 {
    float: left;
    width: 16.66666667%;
  }
}
.ie8 .col12 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.ie8 .col9 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ie8 .col8 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66666667%;
}
.ie8 .col7 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ie8 .col6 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.ie8 .col5 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.ie8 .col4 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
}
.ie8 .col3 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
.ie8 .col2 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ie8 .col1 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 8.33333333%;
}
@font-face {
  font-family: 'BellGothicSTDBlack';
  src: url('/Master/Design002/assets/fonts/bellgothic/bellgothic-black-webfont.eot');
  src: url('/Master/Design002/assets/fonts/bellgothic/bellgothic-black-webfont.eot?#iefix') format('embedded-opentype'), url('/Master/Design002/assets/fonts/bellgothic/bellgothic-black-webfont.woff') format('woff'), url('/Master/Design002/assets/fonts/bellgothic/bellgothic-black-webfont.ttf') format('truetype'), url('/Master/Design002/assets/fonts/bellgothic/bellgothic-black-webfont.svg#bellgothic-black-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BellGothicSTDBold';
  src: url('/Master/Design002/assets/fonts/bellgothic/bellgothic-bold-webfont.eot');
  src: url('/Master/Design002/assets/fonts/bellgothic/bellgothic-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Master/Design002/assets/fonts/bellgothic/bellgothic-bold-webfont.woff') format('woff'), url('/Master/Design002/assets/fonts/bellgothic/bellgothic-bold-webfont.ttf') format('truetype'), url('/Master/Design002/assets/fonts/bellgothic/bellgothic-bold-webfont.svg#bellgothic-bold-webfont') format('svg');
  font-weight: normal !important;
  font-style: normal;
}
/*@font-face {
    font-family:'SentinelMed';
    src: url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-webfont.eot');
    src: url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-webfont.woff') format('woff'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-webfont.ttf') format('truetype'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-webfont.svg#sentinel-medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
    font-family:'SentinelSemiBold';
    src: url('/Master/Design002/assets/fonts/sentinel/sentinel-semibold-webfont.eot');
    src: url('/Master/Design002/assets/fonts/sentinel/sentinel-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-semibold-webfont.woff') format('woff'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-semibold-webfont.ttf') format('truetype'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-semibold-webfont.svg#sentinel-semibold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family:'SentinelMedItalic';
    src: url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-italic-webfont.eot');
    src: url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-italic-webfont.woff') format('woff'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-italic-webfont.ttf') format('truetype'),
         url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-italic-webfont.svg#sentinel-medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*@font-face {
    font-family:'HelveticaNeue';
    src: url('/Master/Design002/assets/fonts/helvetica/helveticaneue-webfont.eot');
    src: url('/Master/Design002/assets/fonts/helvetica/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-webfont.woff') format('woff'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-webfont.ttf') format('truetype'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-webfont.svg#helveticaneue-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'HelveticaNeueMed';
    src: url('/Master/Design002/assets/fonts/helvetica/helveticaneue-medium-webfont.eot');
    src: url('/Master/Design002/assets/fonts/helvetica/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-medium-webfont.woff') format('woff'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-medium-webfont.svg#sentinel-medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'HelveticaNeueBold';
    src: url('/Master/Design002/assets/fonts/helvetica/helveticaneue-bold-webfont.eot');
    src: url('/Master/Design002/assets/fonts/helvetica/helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-bold-webfont.woff') format('woff'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-bold-webfont.ttf') format('truetype'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-bold-webfont.svg#helveticaneue-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'HelveticaNeueLight';
    src: url('/Master/Design002/assets/fonts/helvetica/helveticaneue-light-webfont.eot');
    src: url('/Master/Design002/assets/fonts/helvetica/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-light-webfont.woff') format('woff'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-light-webfont.ttf') format('truetype'),
         url('/Master/Design002/assets/fonts/helvetica/helveticaneue-light-webfont.svg#sentinel-medium-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@media all and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'FontAwesome';
    src: url('/Master/Design002/assets/fonts/FontAwesome/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  }
  @font-face {
    font-family: 'SentinelMed';
    src: url('/Master/Design002/assets/fonts/sentinel/sentinel-medium-webfont.svg#sentinel-medium-webfont') format('svg');
  }
}
.sansReg {
  font-family: Arial, sans-serif;
}
.sansMed {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.sansBold {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.sansLight {
  font-family: Arial, sans-serif;
}
html,
body {
  color: #3f3f3f;
  font-family: 'Muli', serif;
  font-size: 17px;
  line-height: 25px;
}
a {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
a:link,
a:visited {
  color: #229de2;
}
a:link:hover,
a:visited:hover,
a:link:active,
a:visited:active,
a:link:focus,
a:visited:focus {
  color: #371155;
  text-decoration: none;
}
.desktop a:hover,
.desktop a:active,
.desktop a:focus {
  color: #371155;
  text-decoration: none;
}
.trans {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.content-row a:link,
.content-row a:visited {
  color: #229de2;
  font-family: 'MuliBold',sans-serif;
  font-weight: normal;
  text-transform: none;
}
.content-row a:hover,
.content-row a:active,
.content-row a:focus {
  color: #371155;
  text-decoration: none;
  font-family: 'MuliBold',sans-serif;
  font-weight: normal;
}
.section-title {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #3f3f3f;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
 
}
h1.section-title{
  font-size: 36px;
}
h2.section-title{
  font-size: 28px;
}
@media (min-width: 768px) {
  .section-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  .section-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .section-title {
    float: left;
    width: 100%;
  }
}
.section-title a:link,
.section-title a:visited {
  position: absolute;
  height: 34px;
  padding: 6px 4px;
  margin: 9px 0 0 14px;
  font-size: 16px;
  line-height: 21px;
  border: 2px solid #229de2;
  color: #229de2;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-title a:link:before,
.section-title a:visited:before {
  font-family: "SSStandard";
  content: '▻';
  font-size: 12px;
  position: relative;
  top:-3px;
}
@media screen and (max-width: 999px) {
  .section-title {
    padding-left: 15px;
    paddin-right: 15px;
  }
  .section-title a:link,
  .section-title a:visited {
    font-size: 14px;
    height: 24px;
    padding: 2px 2px;
    border: 1px solid #229de2;
    margin: 4px 0 0 12px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
hr {
  border: none;
  height: 1px;
  color: #eaeaea;
  background-color: #eaeaea;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
.content ul li {
  position: relative;
  padding-left: 40px;
/*  padding-top: 12px;
  padding-bottom: 12px;*/
  font-size: 17px;
  line-height: 25px;
}
.content ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  content: "•";
  font-size: 26px;
  color: #cdcdcd;
  /*padding-top: 12px;
  padding-bottom: 12px;*/
}
.content ol {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
.content ol li {
  position: relative;
  counter-increment: step-counter;
  padding-left: 40px;
  /*padding-top: 12px;
  padding-bottom: 12px;*/
  font-size: 17px;
  line-height: 25px;
}
.content ol li:before {
  content: counter(step-counter) ".";
  font-family: Arial, sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17px;
  color: #8a8a8a;
  /*padding-top: 12px;
  padding-bottom: 12px;*/
}
blockquote {
  position: relative;
  color: #939598;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 0px;
}
blockquote:before {
  position: absolute;
  left: -44px;
  top: 44px;
  display: inline-block;
  color: #46166b;
  content: "“";
  font-size: 74px;
  line-height: 0;
}
blockquote cite {
  width: 100%;
  text-align: right;
  float: right;
  font-size: 18px;
  font-style: italic;
  color: #3f3f3f;
}
blockquote cite:before,
blockquote cite:after {
  content: " ";
  display: table;
}
blockquote cite:after {
  clear: both;
}
@media screen and (max-width: 999px) {
  blockquote {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  blockquote {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.Link-Heading-1 {
  font-family: Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
}
.Link-Heading-2 {
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
}
.Link-Heading-3,
.tag,
.tagdate {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
}
.Link-Heading-4 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MuliBold', sans-serif;
  text-transform: none;
}
.content-row h1,
.content-row h2,
.content-row h3,
.content-row h4,
.content-row h5,
.content-row h6 {
  text-transform: none;
}
.content-row h2{
  font-size: 28px;
  line-height: 36px;
}
.content-row h3{
  font-size: 20px;
  font-family: Arial;
    font-weight: bold;
}
.content-row h4{
  font-family: Arial;
  font-weight: bold;
}
h1 {
  font-size: 52px;
  line-height: 52px;
}
h2 {
  font-size: 37px;
  line-height: 48px;
}
h3 {
  font-size: 21px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
h5 {
  font-size: 15px;
  line-height: 17px;
}
h6 {
  font-size: 13px;
  line-height: 18px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
  h2 {
    font-size: 27px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
    line-height: 23px;
  }
  h4 {
    font-size: 15px;
    line-height: 20px;
  }
  h5 {
    font-size: 11px;
    line-height: 13px;
  }
  h6 {
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  h3 {
    font-size: 19px;
    line-height: 21px;
  }
  h4 {
    font-size: 15px;
    line-height: 20px;
  }
  h5 {
    font-size: 11px;
    line-height: 13px;
  }
  h6 {
    font-size: 10px;
    line-height: 15px;
  }
}
p {
  font-size: 16px;
  line-height: 22px;
}
.subheading {
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
}
.pull-quotes {
  font-size: 15px;
}
label,
.label {
  font-size: 15px !important;
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  color: #3f3f3f;
}
input,
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 {
  font-size: 14px;
  border: 1px solid #ccc;
}
.dropdown-menu > li > a:focus,
input:focus,
select:focus,
textarea:focus,
input[type="radio"]: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: #ccc !important;
  box-shadow: none !important;
  outline: 0 none !important;
}
:selection {
  background: #cfe6e0;
}
.form-control.drop-down {
  background: #fff !important;
}
.form-control.drop-down:focus {
  border: none;
}
input,
select {
  font-family: 'Muli', sans-serif !important;
}
input[type=submit]{
  letter-spacing: 1px;
  font-family: 'MuliBold', sans-serif !important;
  font-size: 15px !important;
}
.custom-select {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
.custom-select .arrow-down {
  position: absolute;
  pointer-events: none;
  height: 20px;
  right: 5px;
  top: 5px;
}
.custom-select .arrow-down:before {
  font-size: 32px;
  color: #676767;
}
.custom-select select {
  width: 120%;
  max-width: 120%;
  min-width: 120%;
  -webkit-appearance: none;
  -moz-appearance: window;
  -o-appearance: none;
  appearance: none;
  border: none;
}
.custom-select select::-ms-expand {
  display: none;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.check-label {
  font-family: Arial, sans-serif;
  font-weight: normal;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: 'SSStandard';
  content: '✓';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 12px;
  color: #000;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
/* hover style just for information */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  line-height: 17px;
  font-family: Arial, sans-serif;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  -webkit-transition: all border 0.15s ease-in-out ease-out;
  -moz-transition: all border 0.15s ease-in-out ease-out;
  -o-transition: all border 0.15s ease-in-out ease-out;
  transition: all border 0.15s ease-in-out ease-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  left: 6px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
input[type="checkbox"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after {
  color: #fff;
}
.imgbox {
  display: inline-block;
  border: 1px solid #e9e9e9;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 40px;
}
.imgbox .imgbox-txt {
  padding: 20px;
}
.imgbox .imgbox-txt .caption {
  margin: 0;
}
.imgbox .imgbox-txt .caption .caption-credit {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #a9a9a9;
  font-style: italic;
}
.imgbox .imgbox-txt .caption .caption-credit:before,
.imgbox .imgbox-txt .caption .caption-credit:after {
  content: " ";
  display: table;
}
.imgbox .imgbox-txt .caption .caption-credit:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .imgbox {
    margin-left: 0;
  }
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.form-label {
  font-size: 15px;
  font-family: Arial, sans-serif;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.pagination-row {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.pagination-row .pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-row .pagination li {
  display: inline-block;
}
.pagination-row .pagination li a:link,
.pagination-row .pagination li a:visited {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 22px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #229de2;
}
.pagination-row .pagination li a:link .ss-icon,
.pagination-row .pagination li a:visited .ss-icon,
.pagination-row .pagination li a:link .custom-select .arrow-down,
.pagination-row .pagination li a:visited .custom-select .arrow-down,
.pagination-row .pagination li a:link .phone-toggle:link,
.pagination-row .pagination li a:visited .phone-toggle:link,
.pagination-row .pagination li a:link .phone-toggle:visited,
.pagination-row .pagination li a:visited .phone-toggle:visited {
  font-size: 14px;
  line-height: 0;
}
.pagination-row .pagination li a:hover,
.pagination-row .pagination li a:active,
.pagination-row .pagination li a:focus {
  color: #46166b;
}
.pagination-row .pagination li.active a:link,
.pagination-row .pagination li.active a:visited {
  border: 1px solid #e9e9e9;
  color: #3f3f3f;
  pointer-events: none;
  cursor: default;
  background: #fff;
}
.pagination-row .pagination li.disabled a:link,
.pagination-row .pagination li.disabled a:visited {
  color: #ebebeb;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .pagination-row .pagination li a:link,
  .pagination-row .pagination li a:visited {
    padding: 10px 14px;
    font-size: 14px;
  }
  .pagination-row .pagination li a:link .ss-icon,
  .pagination-row .pagination li a:link .custom-select .arrow-down,
  .pagination-row .pagination li a:link .phone-toggle:link,
  .pagination-row .pagination li a:link .phone-toggle:visited {
    font-size: 11px;
  }
}
.related-links-box {
  display: inline-block;
}
.related-links-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-links-box ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}
.related-links-box ul li a:link,
.related-links-box ul li a:visited {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.related-resources-tag {
  /*background: @Yellow;*/
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 2px 8px 1px 2px;
  font-size: 16px;
  margin-bottom: 14px;
}
.related-resources-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.related-resources-txt ul li {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.related-resources-txt ul li a:link,
.related-resources-txt ul li a:visited {
  font-size: 13px;
  line-height: 17px;
  padding: 4px;
  color: #46166b;
  display: block;
}
.related-resources-txt ul li a:hover,
.related-resources-txt ul li a:active,
.related-resources-txt ul li a:focus {
  color: #229de2;
}
/*.related-resources-list {
	margin-bottom: 20px;
	.related-resources-row {
		display: table;
		width: 100%;
		.sansBold;
		
		
		.related-resources-txt {
			display: inline-block;
			vertical-align: top;
			padding-left: 0;
			font-size: 14px;
			line-height: 18px;
			ul {
			    list-style: none;
			    padding: 0;
			    margin: 0;
			    li {
			        padding-left: 8px;
			    }
			}
				.related-resources-tag {
					background: @Yellow;
					font-family: @BellBlack;
					text-transform: uppercase;
					padding: 2px 8px 1px 8px;
					font-size: 16px
					margin-bottom: 14px;
				}
				a:link,
				a:visited {
					font-size: 13px;
					padding: 4px 0;
					color: @MediumPurple;
					display: block;
				}
				a:hover,
				a:active,
				a:focus {
					color: @DarkPurple;
				}
		}
	
		
	}
}*/
.related-resources-box-img .related-resources-list {
  margin-bottom: 20px;
}
.related-resources-box-img .related-resources-list .related-resources-row {
  display: table;
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-img {
  display: table-cell;
  width: 107px;
}
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-img img {
  width: 100%;
  height: auto;
}
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
}
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt ul li {
  padding-left: 8px;
}
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt .related-resources-tag {
  display: inline-block;
  /*background: @Yellow;*/
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 2px 8px 1px 2px;
  font-size: 12px;
  margin: 0;
}
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt a:link,
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt a:visited {
  font-size: 13px;
  padding: 4px 0;
  color: #46166b;
  display: block;
}
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt a:hover,
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt a:active,
.related-resources-box-img .related-resources-list .related-resources-row .related-resources-txt a:focus {
  color: #371155;
}
.related-resources-articles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-resources-articles ul li a:link,
.related-resources-articles ul li a:visited {
  font-size: 14px;
  line-height: 17px;
  padding: 4px;
  color: #46166b;
  display: block;
}
.related-resources-articles ul li a:hover,
.related-resources-articles ul li a:active,
.related-resources-articles ul li a:focus {
  color: #229de2;
}
.content-rotator-row {
  background: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 80px;
}
.content-rotator-row .content-full-col {
  overflow: hidden;
}
.content-rotator-wrap {
  position: relative;
  width: 100%;
}
.content-rotator-wrap h2 {
  text-transform: uppercase;
  margin-left: 0;
}
.content-full-col > .content-rotator-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.content-rotator {
  position: relative;
}
.content-rotator .owl-stage-outer {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 20px;
}
.content-rotator .owl-stage-outer .owl-stage .item {
  width: 100%;
}
.content-rotator .owl-stage-outer .owl-stage .item h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.content-rotator .owl-stage-outer .owl-stage .item h6 {
  text-transform: uppercase;
}
.content-rotator .owl-stage-outer .owl-stage .item a:link,
.content-rotator .owl-stage-outer .owl-stage .item a:visited {
  color: #229de2;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.content-rotator .owl-stage-outer .owl-stage .item a:hover,
.content-rotator .owl-stage-outer .owl-stage .item a:active,
.content-rotator .owl-stage-outer .owl-stage .item a:focus {
  color: #371155;
  text-decoration: none;
}
.content-rotator .owl-controls {
  margin-top: 20px;
}
.no-js .owl-carousel {
  display: inline-block;
}
.content-rotator-wrap .rotator-thumb {
  float: left;
  width: 30%;
}
.content-rotator-wrap .rotator-thumb img {
  max-width: 100%;
  height: auto;
}
.content-rotator-wrap .rotator-txt {
  float: left;
  width: 60%;
  padding-left: 20px;
  padding-right: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .content-rotator-wrap .owl-carousel .owl-stage-outer {
    margin-left: 40px;
    margin-right: 40px;
  }
  .content-rotator-wrap .rotator-thumb {
    width: 20%;
    margin-right: 20px;
  }
  .content-rotator-wrap .rotator-txt {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .content-rotator-wrap .owl-stage-outer .owl-stage .item p {
    display: inline-block;
    float: left;
  }
  .content-rotator-wrap .owl-stage-outer .owl-stage .item p:before,
  .content-rotator-wrap .owl-stage-outer .owl-stage .item p:after {
    content: " ";
    display: table;
  }
  .content-rotator-wrap .owl-stage-outer .owl-stage .item p:after {
    clear: both;
  }
  .content-rotator-wrap .owl-stage-outer .owl-stage .item a:link,
  .content-rotator-wrap .owl-stage-outer .owl-stage .item a:visited {
    float: left;
  }
}
.content-rotator-wrap .owl-prev,
.content-rotator-wrap .owl-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
}
.content-rotator-wrap .owl-prev:before,
.content-rotator-wrap .owl-next:before {
  margin: auto;
  position: absolute;
  top: 45%;
  color: #229de2;
}
.content-rotator-wrap .owl-prev {
  left: -16px;
}
.content-rotator-wrap .owl-prev:before {
  font-family: "SSStandard";
  content: '◅';
  left: 0;
  font-size: 14px;
}
.content-rotator-wrap .owl-next {
  right: -16px;
}
.content-rotator-wrap .owl-next:before {
  font-family: "SSStandard";
  content: '▻';
  right: 0;
  font-size: 14px;
}
.content-rotator-wrap .owl-nav > div:before,
.content-rotator-wrap .owl-nav > div:visited:before {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.content-rotator-wrap .owl-nav > div:hover:before,
.content-rotator-wrap .owl-nav > div:active:before,
.content-rotator-wrap .owl-nav > div:focus:before {
  color: #371155;
}
.content-rotator-wrap .owl-dots {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 40px;
  text-align: center;
}
.content-rotator-wrap .owl-dots .owl-dot {
  display: inline-block;
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 4px;
}
.content-rotator-wrap .owl-dots .owl-dot span {
  display: inline-block;
  width: 14px;
  height: 14px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #229de2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.content-rotator-wrap .owl-dots .owl-dot span:hover,
.content-rotator-wrap .owl-dots .owl-dot span:active,
.content-rotator-wrap .owl-dots .owl-dot span:focus {
  background: #371155;
}
.content-rotator-wrap .owl-dots .owl-dot.active {
  margin-top: 0;
}
.content-rotator-wrap .owl-dots .owl-dot.active span {
  width: 22px;
  height: 22px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 5px solid #cdcdcd;
  background: none;
}
.ie8 .content-rotator-wrap .owl-stage-outer {
  width: 1024px !important;
}
.content-rotator {
  border-left: 3px solid #cdcdcd;
  border-right: 3px solid #cdcdcd;
}
.success-story-title {
  padding: 8px 12px 6px 12px;
  margin-left: 38px;
}
.content-rotator-item {
  height: 100%;
}
.content-rotator-full {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 38px;
  padding-right: 38px;
  width: 100%;
}
.content-rotator-full h3 {
  margin-top: 0;
}
.content-rotator-left,
.content-rotator-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
}
.content-rotator-left {
  padding-left: 38px;
  padding-right: 15px;
}
.content-rotator-right {
  float: right;
  padding-left: 15px;
  padding-right: 38px;
}
.content-rotator-left .lead {
  font-style: italic;
}
.content-rotator-right {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .content-rotator-full {
    padding-left: 8px;
    padding-right: 8px;
  }
  .content-rotator {
    padding-left: 8px;
    padding-right: 8px;
  }
  .content-rotator-wrap .owl-carousel .owl-stage-outer {
    margin-left: 0;
    margin-right: 0;
  }
  .content-rotator-wrap .owl-dots {
    margin-top: 20px;
    position: relative;
  }
  .content-rotator-left,
  .content-rotator-right {
    width: 100%;
  }
  .content-rotator-left {
    padding-right: 20px;
  }
  .content-rotator-right {
    float: none;
    padding: 0;
  }
  .success-story-title {
    margin-left: 12px;
    margin-bottom: 20px;
  }
}
.ie8 .content-rotator-left,
.ie8 .content-rotator-right {
  width: 50%;
}
/* must come first */
.btn,
.success-story-title,
.newsletter-wrap .input-group .newsletter-submit {
  position: relative;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
}
.btn:link,
.btn:visited {
  position: relative;
}
.btn:link .ss-navigateright,
.btn:visited .ss-navigateright,
.btn:link .RadTreeView ul li > div > .rtPlus:before,
.btn:visited .RadTreeView ul li > div > .rtPlus:before {
  vertical-align: bottom;
  font-size: 11px;
  line-height: 11px;
  margin-left: 10px;
}
.btn:link .ss-navigateleft,
.btn:visited .ss-navigateleft {
  vertical-align: bottom;
  font-size: 11px;
  line-height: 11px;
  margin-right: 10px;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
}
.btn:link,
.btn:visited,
.btn.btn-block:link,
.btn.btn-block:visited {
  /*.ss-navigateleft {
		left: 10px;
	}
	.ss-navigateright {
		right: 10px;
	}*/
}
.btn:link .ss-navigateleft,
.btn:visited .ss-navigateleft,
.btn.btn-block:link .ss-navigateleft,
.btn.btn-block:visited .ss-navigateleft,
.btn:link .ss-navigateright,
.btn:visited .ss-navigateright,
.btn.btn-block:link .ss-navigateright,
.btn.btn-block:visited .ss-navigateright,
.btn:link .RadTreeView ul li > div > .rtPlus:before,
.btn:visited .RadTreeView ul li > div > .rtPlus:before,
.btn.btn-block:link .RadTreeView ul li > div > .rtPlus:before,
.btn.btn-block:visited .RadTreeView ul li > div > .rtPlus:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 11px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
  float: left;
}
.btn-xl,
.btn-xl:visited {
  padding: 14px 20px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #371155;
  border-color: #371155;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:link:hover,
.btn-primary:visited:hover,
.btn-primary:active,
.btn-primary:link:active,
.btn-primary:visited:active,
.btn-primary:focus,
.btn-primary:link:focus,
.btn-primary:visited:focus {
  background: #229de2;
  border-color: #229de2;
  color: #fff !important;
}
.btn-primary .arrow,
.btn-primary:link .arrow,
.btn-primary:visited .arrow {
  color: #fff !important;
}
.btn-icon-left {
  padding-left: 30px;
}
.btn-icon-left .ss-icon,
.btn-icon-left .custom-select .arrow-down,
.btn-icon-left .phone-toggle:link,
.btn-icon-left .phone-toggle:visited {
  left: 10px;
  margin-left: 0 !important;
  margin-right: 10px;
}
.btn-icon-right {
  padding-right: 30px;
}
.btn-icon-right .ss-icon,
.btn-icon-right .custom-select .arrow-down,
.btn-icon-right .phone-toggle:link,
.btn-icon-right .phone-toggle:visited {
  right: 10px;
  margin-left: 10px;
}
.btn-secondary,
.btn-secondary:visited,
.success-story-title {
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #fff201;
  border-color: #fff201;
  color: #371155;
}
.btn-secondary:hover,
.btn-secondary:visited:hover,
.btn-secondary:active,
.btn-secondary:visited:active,
.btn-secondary:focus,
.btn-secondary:visited:focus {
  background: #371155 !important;
  border-color: #371155 !important;
  color: #fff !important;
}
.btn-secondary.btn-md,
.btn-secondary.btn-md:visited {
  padding: 8px 10px 4px 10px;
}
.btn-white,
.btn-white:visited {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  background: #fff;
  border-color: #fff;
  color: #229de2 !important;
}
.btn-white:hover,
.btn-white:visited:hover,
.btn-white:active,
.btn-white:visited:active,
.btn-white:focus,
.btn-white:visited:focus {
  background: #229de2;
  border-color: #229de2;
  color: #fff !important;
}
.btn-link,
.btn-link:visited {
  background: none;
  border: 0px;
  color: #229de2;
  text-decoration: none;
}
.btn-link:hover,
.btn-link:visited:hover,
.btn-link:active,
.btn-link:visited:active,
.btn-link:focus,
.btn-link:visited:focus {
  color: #371155;
  text-decoration: none;
}
.btn-follow {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #371155;
  border-color: #371155;
  padding: 14px 20px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 34px 15px 14px;
  position: relative;
  text-align: left;
  margin-bottom: 7px;
  border: 1px solid #371155 !important;
  color: #fff !important;
}
.btn-follow:focus,
.btn-follow:active:focus,
.btn-follow.active:focus,
.btn-follow.focus,
.btn-follow:active.focus,
.btn-follow.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-follow:hover,
.btn-follow:focus,
.btn-follow.focus {
  color: #333333;
  text-decoration: none;
}
.btn-follow:active,
.btn-follow.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-follow.disabled,
.btn-follow[disabled],
fieldset[disabled] .btn-follow {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-follow:hover,
.btn-follow:focus,
.btn-follow.focus,
.btn-follow:active,
.btn-follow.active,
.open > .dropdown-toggle.btn-follow {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-follow:active,
.btn-follow.active,
.open > .dropdown-toggle.btn-follow {
  background-image: none;
}
.btn-follow.disabled,
.btn-follow[disabled],
fieldset[disabled] .btn-follow,
.btn-follow.disabled:hover,
.btn-follow[disabled]:hover,
fieldset[disabled] .btn-follow:hover,
.btn-follow.disabled:focus,
.btn-follow[disabled]:focus,
fieldset[disabled] .btn-follow:focus,
.btn-follow.disabled.focus,
.btn-follow[disabled].focus,
fieldset[disabled] .btn-follow.focus,
.btn-follow.disabled:active,
.btn-follow[disabled]:active,
fieldset[disabled] .btn-follow:active,
.btn-follow.disabled.active,
.btn-follow[disabled].active,
fieldset[disabled] .btn-follow.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-follow .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-follow:hover,
.btn-follow:active,
.btn-follow:focus {
  background: #229de2;
  border-color: #229de2;
  color: #fff !important;
}
.btn-follow .arrow {
  color: #fff !important;
}
.btn-follow:hover,
.btn-follow:active,
.btn-follow:focus {
  background: #229de2 !important;
  border: 1px solid #229de2 !important;
  color: #fff !important;
}
.btn-follow .ss-navigateright,
.btn-follow .RadTreeView ul li > div > .rtPlus:before {
  font-size: 11px;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-submit,
.btn-submit:visited,
.newsletter-wrap .input-group .newsletter-submit,
.newsletter-wrap .input-group .newsletter-submit:visited {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  font-size: 13px;
  padding-top: 8px;
  background: none;
  border: none;
  text-transform: uppercase;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
}
.btn-submit:focus,
.btn-submit:visited:focus,
.btn-submit:active:focus,
.btn-submit:visited:active:focus,
.btn-submit.active:focus,
.btn-submit:visited.active:focus,
.btn-submit.focus,
.btn-submit:visited.focus,
.btn-submit:active.focus,
.btn-submit:visited:active.focus,
.btn-submit.active.focus,
.btn-submit:visited.active.focus,
.newsletter-wrap .input-group .newsletter-submit:focus,
.newsletter-wrap .input-group .newsletter-submit:visited:focus,
.newsletter-wrap .input-group .newsletter-submit:active:focus,
.newsletter-wrap .input-group .newsletter-submit:visited:active:focus,
.newsletter-wrap .input-group .newsletter-submit.active:focus,
.newsletter-wrap .input-group .newsletter-submit:visited.active:focus,
.newsletter-wrap .input-group .newsletter-submit.focus,
.newsletter-wrap .input-group .newsletter-submit:visited.focus,
.newsletter-wrap .input-group .newsletter-submit:active.focus,
.newsletter-wrap .input-group .newsletter-submit:visited:active.focus,
.newsletter-wrap .input-group .newsletter-submit.active.focus,
.newsletter-wrap .input-group .newsletter-submit:visited.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-submit:hover,
.btn-submit:visited:hover,
.btn-submit:focus,
.btn-submit:visited:focus,
.btn-submit.focus,
.btn-submit:visited.focus,
.newsletter-wrap .input-group .newsletter-submit:hover,
.newsletter-wrap .input-group .newsletter-submit:visited:hover,
.newsletter-wrap .input-group .newsletter-submit:focus,
.newsletter-wrap .input-group .newsletter-submit:visited:focus,
.newsletter-wrap .input-group .newsletter-submit.focus,
.newsletter-wrap .input-group .newsletter-submit:visited.focus {
  color: #333333;
  text-decoration: none;
}
.btn-submit:active,
.btn-submit:visited:active,
.btn-submit.active,
.btn-submit:visited.active,
.newsletter-wrap .input-group .newsletter-submit:active,
.newsletter-wrap .input-group .newsletter-submit:visited:active,
.newsletter-wrap .input-group .newsletter-submit.active,
.newsletter-wrap .input-group .newsletter-submit:visited.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-submit.disabled,
.btn-submit:visited.disabled,
.btn-submit[disabled],
.btn-submit:visited[disabled],
fieldset[disabled] .btn-submit,
fieldset[disabled] .btn-submit:visited,
.newsletter-wrap .input-group .newsletter-submit.disabled,
.newsletter-wrap .input-group .newsletter-submit:visited.disabled,
.newsletter-wrap .input-group .newsletter-submit[disabled],
.newsletter-wrap .input-group .newsletter-submit:visited[disabled],
fieldset[disabled] .newsletter-wrap .input-group .newsletter-submit,
fieldset[disabled] .newsletter-wrap .input-group .newsletter-submit:visited {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-submit:hover,
.btn-submit:visited:hover,
.btn-submit:active,
.btn-submit:visited:active,
.btn-submit:focus,
.btn-submit:visited:focus,
.newsletter-wrap .input-group .newsletter-submit:hover,
.newsletter-wrap .input-group .newsletter-submit:visited:hover,
.newsletter-wrap .input-group .newsletter-submit:active,
.newsletter-wrap .input-group .newsletter-submit:visited:active,
.newsletter-wrap .input-group .newsletter-submit:focus,
.newsletter-wrap .input-group .newsletter-submit:visited:focus {
  background: none;
  border-color: none;
  color: #229de2 !important;
}
.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus,
.newsletter-wrap .input-group .newsletter-submit:hover,
.newsletter-wrap .input-group .newsletter-submit:active,
.newsletter-wrap .input-group .newsletter-submit:focus {
  color: #46166b !important;
}
.btn-back-search {
  margin-bottom: 20px;
}
.ani-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ani-menu-list li {
  display: table;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 999px) {
  .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
.ani-menu-list li a:link,
.ani-menu-list li a:visited {
  display: table-cell;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #46166b;
  font-family: 'MuliBold', Arial, sans-serif;
  text-transform: none;
  padding: 20px 10px;
  background: #fff;
  border: none;
  width: 100%;
  vertical-align: middle;
  height: 112px;
}
.ani-menu-list li a:link,
.ani-menu-list li a:visited {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.ani-menu-list li a:link i,
.ani-menu-list li a:visited i {
  display: inline-block;
  padding: 2px;
  width: 14px;
  height: 21px;
  font-style: normal;
  float: right;
  display: none;
}
.ani-menu-list li a:link i:before,
.ani-menu-list li a:visited i:before {
  font-family: "SSStandard";
  content: '▻';
  font-size: 12px;
}
.ani-menu-list li a:hover,
.ani-menu-list li a:active,
.ani-menu-list li a:focus {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: none;
  background: url('img/purple-fade.jpg') right 0;
}
.ani-menu-list li a:hover,
.ani-menu-list li a:active,
.ani-menu-list li a:focus {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: none;
  color: #fff;
  background: url('img/purple-fade.jpg') right 0;
}
@media screen and (max-width: 767px) {
  .ani-menu-list li a:hover,
  .ani-menu-list li a:active,
  .ani-menu-list li a:focus {
    color: #229de2;
    background: none;
    filter: none;
  }
}
.ani-menu-list.reverse li a:link,
.ani-menu-list.reverse li a:visited {
  background: #fff;
}
.ani-menu-list.reverse li a:hover,
.ani-menu-list.reverse li a:active,
.ani-menu-list.reverse li a:focus {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border: none;
  background: url(img/purple-fade.jpg);
  /*background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(56,17,85,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(56,17,85,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(56,17,85,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(56,17,85,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(56,17,85,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(56,17,85,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#381155', GradientType=1 );*/
}
.ani-menu-list li a.viewall:link,
.ani-menu-list li a.viewall:visited {
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #fff201;
  color: #3f3f3f;
}
.ani-menu-list li a.viewall:link span,
.ani-menu-list li a.viewall:visited span {
  display: inline-block;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 999px) {
  .ani-menu-list li a:link,
  .ani-menu-list li a:visited {
    font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  html:not(.ie8) .ani-menu-list li {
    margin-bottom: 0;
  }
  html:not(.ie8) .ani-menu-list li a:link,
  html:not(.ie8) .ani-menu-list li a:visited {
    height: auto;
    background: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    text-align: left;
    padding: 12px 0 12px 0;
  }
  html:not(.ie8) .ani-menu-list li a:link i,
  html:not(.ie8) .ani-menu-list li a:visited i {
    display: inline-block;
  }
  html:not(.ie8) .ani-menu-list li a.viewall:link,
  html:not(.ie8) .ani-menu-list li a.viewall:visited {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 38px;
    background: #fff201;
  }
  html:not(.ie8) .ani-menu-list li a.viewall:link span,
  html:not(.ie8) .ani-menu-list li a.viewall:visited span {
    display: inline-block;
    width: 50px;
    clear: none;
    margin-left: 10px;
    background: #3f3f3f;
    padding: 4px 10px;
    color: #fff;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.ie8 .ani-menu-list li {
  width: 25%;
}
.ie8 .ani-menu-list li a:link,
.ie8 .ani-menu-list li a:visited {
  border: 1px solid #ccc;
  font-size: 17px;
}
.ie8 .ani-menu-list li a:hover,
.ie8 .ani-menu-list li a:active,
.ie8 .ani-menu-list li a:focus {
  border: 1px solid #ccc;
}
.ie8 .ani-menu-list li a.viewall:link,
.ie8 .ani-menu-list li a.viewall:visited {
  border: none;
}
header {
  border-top: 4px solid #46166b;
}
.header-left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .header-left {
    float: left;
    width: 50%;
  }
    .header-rightend {
    float: left;
    width: 10%;
  }
}
@media (min-width: 999px) {
  .header-left {
    float: left;
    width: 50%;
  }
  .header-rightend {
    float: none;
    width: 0%;
  }
}
@media (min-width: 1000px) {
  .header-left {
    float: left;
    width: 50%;
  }
    .header-rightend {
    float: none;
    width: 0%;
	display: none;
  }
}
.header-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 999px) {
  .header-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .header-right {
    float: left;
    width: 50%;
  }
}
.header-right .tel {
  display: inline-block;
  float: left;
  font-family: 'texgyreBold', Arial, sans-serif;
  font-size: 21px;
  line-height: 44px;
  text-transform: uppercase;
  color: #371155;
  padding: 0 12px;
}
#header-logo {
  display: inline-block;
  margin-top: 36px;
  margin-bottom: 32px;
}
.header-contact {
  display: inline-block;
  float: right;
  margin-top: 74px;
}
.topNav li{
  font-family: 'Muli', sans-serif !important;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  header {
    display: none;
  }
}
.btn-contactus,
.btn-contactus:visited {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  font-family: 'texgyreBold',Arial, sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  background: #fff201;
  border-color: #fff201;
  color: #371155 !important;
  padding: 4px 12px 7px 12px;
}
.btn-contactus:focus,
.btn-contactus:visited:focus,
.btn-contactus:active:focus,
.btn-contactus:visited:active:focus,
.btn-contactus.active:focus,
.btn-contactus:visited.active:focus,
.btn-contactus.focus,
.btn-contactus:visited.focus,
.btn-contactus:active.focus,
.btn-contactus:visited:active.focus,
.btn-contactus.active.focus,
.btn-contactus:visited.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-contactus:hover,
.btn-contactus:visited:hover,
.btn-contactus:focus,
.btn-contactus:visited:focus,
.btn-contactus.focus,
.btn-contactus:visited.focus {
  color: #333333;
  text-decoration: none;
}
.btn-contactus:active,
.btn-contactus:visited:active,
.btn-contactus.active,
.btn-contactus:visited.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-contactus.disabled,
.btn-contactus:visited.disabled,
.btn-contactus[disabled],
.btn-contactus:visited[disabled],
fieldset[disabled] .btn-contactus,
fieldset[disabled] .btn-contactus:visited {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-contactus:hover,
.btn-contactus:visited:hover,
.btn-contactus:active,
.btn-contactus:visited:active,
.btn-contactus:focus,
.btn-contactus:visited:focus {
  background: #371155;
  border-color: #371155;
  color: #fff !important;
}
.ie8 .header-left {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .header-left {
    float: left;
    width: 50%;
  }
}
@media (min-width: 999px) {
  .ie8 .header-left {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .ie8 .header-left {
    float: left;
    width: 50%;
  }
}
.ie8 .header-right {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .header-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 999px) {
  .ie8 .header-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .ie8 .header-right {
    float: left;
    width: 50%;
  }
}
.main-nav-row {
  background: #371155;
}
.main-nav-row > .main-nav-container {
  display: table !important;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.main-nav-row > .main-nav-container > .main-nav-container-row {
  display: table-row;
  width: 100%;
}
.nav-logo-col {
  display: table-cell;
  vertical-align: top;
  width: auto;
  display: none;
}
.nav-logo-col #nav-logo {
  display: block;
  padding: 12px 15px 0 15px;
  border-top: 4px solid #371155;
}
.nav-btns-col {
  display: table;
  width: 1180px;
  margin: 0 auto;
}
.nav-wrap {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .nav-logo-col #nav-logo {
    padding: 12px 15px 0 25px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav-logo-col #nav-logo {
    padding: 12px 15px 0 18px;
  }
}
.menu-toggle {
  position: relative;
  width: 58px;
  height: 60px;
  padding: 14px !important;
}
.menu-toggle {
  background: #371155;
  color: #fff;
}
.menu-toggle span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  -moz-border-radius-topright: 1px;
  -moz-border-radius-bottomright: 1px;
  -moz-border-radius-bottomleft: 1px;
  -moz-border-radius-topleft: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
  left: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-left: 12px;
}
.menu-toggle span:nth-child(1) {
  top: 22px;
}
.menu-toggle span:nth-child(2) {
  top: 30px;
}
.menu-toggle span:nth-child(3) {
  top: 38px;
}
.menu-toggle.open span:nth-child(1) {
  top: 28px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.open span:nth-child(2) {
  width: 0%;
  left: 50%;
}
.menu-toggle.open span:nth-child(3) {
  top: 28px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-wrap {
  float: right;
  display: table-cell;
  margin: 0;
  position: relative;
  /*width: 44px;
    height: 48px;*/
  width: 58px;
  height: 60px;
  text-align: center;
}
.search-wrap .search-dropdown {
  direction: ltr;
  display: inline-block;
  width: 320px;
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 0;
  padding: 16px;
  clear: both;
  background: #5b307c;
  display: none;
}
.search-wrap .search-dropdown input,
.search-wrap .search-dropdown input:focus {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-wrap .search-dropdown.search-open {
  display: inline-block;
}
.search-wrap:before {
  display: inline-block;
  padding-top: 4px !important;
}
.btn-search {
  color: #229de2;
  text-transform: uppercase;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: none;
  padding: 7px 12px 5px 12px;
}
.btn-search:hover,
.btn-search:active,
.btn-search:focus {
  color: #371155;
  background: #fff;
}
.search-toggle:link,
.search-toggle:visited {
  display: inline-block;
  /*width: 44px;
    height: 48px;*/
  width: 58px;
  height: 60px;
  padding: 14px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-toggle:link:before,
.search-toggle:visited:before {
  font-family: "SSStandard";
  content: '🔎';
  color: #fff !important;
}
.search-toggle:link:hover,
.search-toggle:visited:hover,
.search-toggle:link:active,
.search-toggle:visited:active,
.search-toggle:link:focus,
.search-toggle:visited:focus {
  background: #5b307c;
  text-decoration: none;
  color: #fff !important;
}
.search-toggle:before {
  display: inline-block;
  padding-top: 8px;
}
.search-toggle.toggle-open {
  background: #5b307c;
}
.phone-toggle-wrap {
  display: table-cell;
  display: none;
  width: 58px;
  height: 60px;
}
.phone-toggle {
  display: inline-block;
  width: 58px;
  height: 60px;
  padding: 14px;
}
.phone-toggle:before {
  font-family: "SSStandard";
  content: '📞';
}
.phone-toggle:link,
.phone-toggle:visited {
  border-top: 4px solid #371155;
  cursor: pointer;
  background: #fff201;
  color: #371155;
  font-size: 21px;
  text-align: center;
}
.phone-toggle:hover,
.phone-toggle:active,
.phone-toggle:focus {
  text-decoration: none;
}
.phone-toggle:before {
  display: inline-block;
  padding-top: 2px !important;
}
#menu,
#menudesktop {
  z-index: 11;
}
#menu > ul,
#menudesktop > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
#menu > ul > li,
#menudesktop > ul > li {
  display: table-cell;
  text-align: center;
}
#menu > ul > li:after,
#menudesktop > ul > li:after {
  position: absolute;
  top: 18px;
  right: 0;
  height: 25px;
  display: inline-block;
  border: 1px solid #5f4177;
  content: " ";
}
#menu > ul > li > span > a,
#menudesktop > ul > li > span > a {
  display: inline-block;
  width: 100%;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'TexgyreherosBold', sans-serif;
}
.desktop #menu > ul > li > span > a:hover,
.desktop #menudesktop > ul > li > span > a:hover,
.desktop #menu > ul > li > span > a:active,
.desktop #menudesktop > ul > li > span > a:active,
.desktop #menu > ul > li > span > a:focus,
.desktop #menudesktop > ul > li > span > a:focus {
  background: #5b307c;
}
#menu > ul > li > span > a,
#menudesktop > ul > li > span > a {
  padding: 20px;
}
#menu ul ul > li > span > a {
  padding: 20px 30px;
  text-transform: uppercase;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
}
#menu ul ul ul > li > span > a {
  padding: 20px 40px;
  text-transform: uppercase;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
}
#menu ul ul ul ul > li > span > a {
  padding: 20px 50px;
  text-transform: uppercase;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
}
#menu > ul > li > span > a:link,
#menu > ul > li > span > a:visited,
#menudesktop > ul > li > span > a:link,
#menudesktop > ul > li > span > a:visited {
  font-size: 18px;
  line-height: 20px;
  background: #371155;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  #menu {
    display: none;
  }
}
a.menu-toggle {
  display: none;
}
.js .menu,
.js .menu > ul ul {
  display: none;
  overflow: visible;
  background: none;
}
.js .menu > ul ul {
  display: none;
}
@media screen and (min-width: 1000px) {
  .nav-wrap > .menu {
    display: block;
  }
  .js .menu > ul li:hover > ul {
    display: none;
  }
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  text-align: left;
}
.menu li a {
  border: 0;
}
.menu > ul li {
  margin: 0;
}
.menu > ul > li {
  display: inline-block;
  position: relative;
}
.menu > ul ul {
  position: absolute;
  top: 0;
  left: 260px;
  width: 260px;
}
.menu > ul ul li {
  position: relative;
}
.menu > ul ul.level-2 {
  top: 44px;
  left: 0;
}
.has-subnav a:link,
.has-subnav a:visited {
  font-size: 18px;
  line-height: 20px;
  background: #371155;
  color: #fff;
  text-decoration: none;
}
.has-subnav li a:link,
.has-subnav li a:visited {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  background: #5b307c;
  color: #fff;
  text-decoration: none;
}
.has-subnav li li a:link,
.has-subnav li li a:visited {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  background: #744d93;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .nav-btns-col {
    width: 100% !important;
  }
}
@media screen and (max-width: 999px) {
  html:not(.ie8) .main-nav-row {
    background: #fff;
  }
  html:not(.ie8) .nav-btns-col {
    display: table-cell;
    width: 174px;
    direction: ltr;
  }
  html:not(.ie8) .nav-logo-col {
    display: table-cell;
  }
  html:not(.ie8) .search-wrap {
    float: none;
  }
  html:not(.ie8) .nav-wrap {
    width: 58px;
    height: 60px;
  }
  html:not(.ie8) .search-toggle:link,
  html:not(.ie8) .search-toggle:visited {
    border-top: 4px solid #371155;
    font-size: 21px !important;
    background: #5b307c !important;
  }
  html:not(.ie8) .search-toggle:before {
    padding-top: 2px !important;
  }
  html:not(.ie8) .nav-wrap {
    overflow: visible;
    width: 58px;
  }
  html:not(.ie8) .menu {
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 0;
    width: 378px;
    display: none;
  }
  html:not(.ie8) .menu-toggle.active {
    background: #371155;
  }
  html:not(.ie8) #menu > ul {
    display: block;
  }
  html:not(.ie8) #menu > ul li {
    display: block;
    text-align: left;
  }
  html:not(.ie8) .js .menu > ul li > ul {
    display: none;
  }
  html:not(.ie8) .menu > ul > li {
    display: block;
  }
  html:not(.ie8) .menu > ul ul {
    position: relative;
    width: 100%;
    left: initial;
  }
  html:not(.ie8) .menu > ul ul li {
    position: relative;
  }
  html:not(.ie8) .menu > ul ul.level-2 {
    top: initial;
    left: 0;
  }
  html:not(.ie8) a.menu-toggle {
    float: right;
    display: inline-block;
    padding: 12px;
  }
  html:not(.ie8) .menu,
  html:not(.ie8) .menu > ul ul {
    list-style: none;
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  html:not(.ie8) .js .menu,
  html:not(.ie8) .js .menu > ul ul {
    overflow: hidden;
    display: none;
    background: #3f3f3f;
  }
  html:not(.ie8) .menu.active,
  html:not(.ie8) .js .menu > ul ul.active {
    display: block;
  }
  html:not(.ie8) .menu > ul {
    list-style: none;
  }
  html:not(.ie8) .menu li a {
    display: block;
    padding: 12px;
    position: relative;
  }
  html:not(.ie8) .menu li.has-subnav > .tog:after {
    content: 'MORE';
    position: absolute;
    width: 52px;
    height: 25px;
    line-height: 14px;
    text-align: center;
    top: 17px;
    right: 20px;
    display: block;
    padding: 5px 10px 4px 10px;
    font-family: "Helvetica";
    font-size: 10px;
    color: #fff;
  }
  html:not(.ie8) .menu li.has-subnav > .tog.active:after {
    content: "LESS";
  }
  html:not(.ie8) .menu ul li.has-subnav > .tog:after {
    background: #5b307c;
  }
  html:not(.ie8) .menu ul ul li.has-subnav > .tog:after {
    background: #371155;
  }
  html:not(.ie8) .menu ul ul li.has-subnav > .tog:after {
    background: #371155;
  }
  html:not(.ie8) .menu ul ul li.has-subnav > .tog:after {
    background: #371155;
  }
  html:not(.ie8) #menu > ul > li:after {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  html:not(.ie8) #pattern {
    float: right;
  }
  html:not(.ie8) .phone-toggle-wrap {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  html:not(.ie8) .search-wrap .search-dropdown {
    width: 230px;
  }
  html:not(.ie8) .menu {
    width: 100% !important;
  }
}
.ie8 .main-nav-row {
  height: 60px !important;
}
.ie8 .main-nav-container-row {
  display: inline-block !important;
}
.ie8 .nav-btns-col {
  width: 1024px !important;
}
.ie8 #menu > ul {
  display: table !important;
  width: 100% !important;
}
.ie8 #menu > UL > LI {
  display: table-cell !important;
}
footer {
  background: #fff;
}
.footer-row {
  padding-top: 30px;
  padding-bottom: 44px;
}
.footer-left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer-left {
    float: left;
    width: 75%;
  }
}
@media (min-width: 999px) {
  .footer-left {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1000px) {
  .footer-left {
    float: left;
    width: 75%;
  }
}
.footer-left ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.footer-left ul li {
  float: left;
  margin-right: 20px;
}
.footer-left ul li a:link,
.footer-left ul li a:visited {
  font-size: 16px;
  line-height: 25px;
  color: #46166b;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
}
.footer-left ul li:last-child {
  margin-right: 0;
}
.footer-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer-right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 999px) {
  .footer-right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .footer-right {
    float: left;
    width: 25%;
  }
}
footer small {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 768px) {
  footer small {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  footer small {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  footer small {
    float: left;
    width: 100%;
  }
}
footer small a:link,
footer small a:visited {
  text-decoration: underline;
  color: #3f3f3f;
}
footer small a:hover,
footer small a:active,
footer small a:focus {
  text-decoration: underline;
  color: #3f3f3f;
}
@media screen and (max-width: 999px) {
  html:not(.ie8) .footer-left ul li {
    margin-right: 20px;
  }
  html:not(.ie8) .footer-left ul li a:link,
  html:not(.ie8) .footer-left ul li a:visited {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  html:not(.ie8) .footer-left ul li a:link,
  html:not(.ie8) .footer-left ul li a:visited {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
  }
  html:not(.ie8) .footer-right {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
  html:not(.ie8) .footer-right .mod-social-icons ul {
    float: left;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  html:not(.ie8) .footer-right {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) and (min-width: 999px) {
  html:not(.ie8) .footer-right {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) and (min-width: 1000px) {
  html:not(.ie8) .footer-right {
    float: left;
    width: 25%;
  }
}
.ie8 .footer-left {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .footer-left {
    float: left;
    width: 75%;
  }
}
@media (min-width: 999px) {
  .ie8 .footer-left {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1000px) {
  .ie8 .footer-left {
    float: left;
    width: 75%;
  }
}
.ie8 .footer-right {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .footer-right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 999px) {
  .ie8 .footer-right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .ie8 .footer-right {
    float: left;
    width: 25%;
  }
}
.ie8 .footer-left ul li a {
  font-size: 16px !important;
}
.home-rotator-wrap {
  overflow: hidden;
  max-height: 606px;
}
.home-rotator-wrap .container {
  height: 606px;
}
.home-rotator-wrap .home-rotator .item {
  float: left;
  width: 100%;
  height: 606px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .home-rotator-content {
    margin-left: 30px;
  }
  .home-rotator-wrap {
    max-height: 430px;
  }
  .home-rotator-wrap .container {
    height: 430px;
  }
  .home-rotator-wrap .home-rotator .item {
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .home-rotator-wrap {
    max-height: 330px;
  }
  .home-rotator-wrap .container {
    height: 330px;
  }
  .home-rotator-wrap .home-rotator .item {
    height: 330px;
    background-position: 60% !important;
  }
}
.home-rotator-content {
  display: table;
  width: 50%;
  height: 100%;
}
.home-rotator-content .home-rotator-txt {
  display: table-cell;
  vertical-align: middle;
}
.home-rotator-content .home-rotator-txt .home-rotator-intro {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3f3f3f;
}
.home-rotator-content .home-rotator-txt h1 {
  display: inline-block;
  position: relative;
  color: #46166b;
}
@media screen and (max-width: 999px) {
  .home-rotator-content {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .home-rotator-txt-bg {
    padding: 0 !important;
  }
  .home-rotator-content .home-rotator-txt .home-rotator-intro {
    font-size: 14px;
    line-height: 16px;
  }
  .home-rotator-content {
    width: 70%;
  }
  .home-rotator-content .home-rotator-txt h1 {
    font-size: 18px;
    line-height: 21px;
  }
}
.home-rotator-txt-bg {
  display: inline-block;
  overflow: hidden;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  text-decoration: none;
  border: none;
}
.home-rotator-txt-bg .grad {
  display: inline-block;
  padding: 60px 40px 60px 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-8 */
}
.arrow-right-box {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 2px;
  vertical-align: middle;
  margin-left: 20px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #229de2;
  width: 29px;
  height: 34px;
}
.arrow-right-box:before {
  padding: 0 6px 0 6px;
  font-family: "SSStandard";
  content: '▻';
  font-size: 14px;
  line-height: 34px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .arrow-right-box {
    vertical-align: baseline;
    width: 20px;
    height: 24px;
  }
  .arrow-right-box:before {
    font-size: 12px;
    padding: 2px;
    margin: 0;
    line-height: 24px;
  }
}
.home-rotator-wrap .owl-prev,
.home-rotator-wrap .owl-next {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
}
.home-rotator-wrap .owl-prev:before,
.home-rotator-wrap .owl-next:before {
  margin: auto;
  position: absolute;
  top: 45%;
  color: #229de2;
}
.home-rotator-wrap .owl-prev {
  left: 15px;
}
.home-rotator-wrap .owl-prev:before {
  font-family: "SSStandard";
  content: '◅';
  left: 0;
  font-size: 14px;
}
.home-rotator-wrap .owl-next {
  right: 15px;
}
.home-rotator-wrap .owl-next:before {
  font-family: "SSStandard";
  content: '▻';
  right: 0;
  font-size: 14px;
}
.home-rotator-wrap .owl-nav > div:before,
.home-rotator-wrap .owl-nav > div:visited:before {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.home-rotator-wrap .owl-nav > div:hover:before,
.home-rotator-wrap .owl-nav > div:active:before,
.home-rotator-wrap .owl-nav > div:focus:before {
  color: #371155;
}
.home-rotator-wrap .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 24px;
  text-align: center;
}
.home-rotator-wrap .owl-dots .owl-dot {
  display: inline-block;
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 4px;
}
.home-rotator-wrap .owl-dots .owl-dot span {
  display: inline-block;
  width: 14px;
  height: 14px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #229de2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.home-rotator-wrap .owl-dots .owl-dot span:hover,
.home-rotator-wrap .owl-dots .owl-dot span:active,
.home-rotator-wrap .owl-dots .owl-dot span:focus {
  background: #371155;
}
.home-rotator-wrap .owl-dots .owl-dot.active {
  margin-top: 0;
}
.home-rotator-wrap .owl-dots .owl-dot.active span {
  width: 22px;
  height: 22px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 5px solid #cdcdcd;
  background: none;
}
.services-section {
  background: #d7d7d7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.services-col .ani-menu-list li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .services-col .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 999px) {
  .services-col .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .services-col .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
.ie8 .services-col .ani-menu-list li {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .services-col .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 999px) {
  .ie8 .services-col .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .ie8 .services-col .ani-menu-list li {
    float: left;
    width: 25%;
  }
}
.services-section .section-title {
  text-align: center;
}
.services-col .section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .services-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  html:not(.ie8) .services-col .section-title {
    text-align: left;
  }
  html:not(.ie8) .section-title a:link,
  html:not(.ie8) .section-title a:visited {
    margin: 2px 0 0 12px;
  }
  html:not(.ie8) .services-col .section-title {
    margin-bottom: 20px;
  }
  html:not(.ie8) .ani-menu-list {
    display: inline-block;
  }
  html:not(.ie8) .ani-menu-list li {
    padding: 0;
  }
  html:not(.ie8) .ani-menu-list li a:link,
  html:not(.ie8) .ani-menu-list li a:visited {
    font-size: 14px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
  /*.ani-menu-list li a:link,
	.ani-menu-list li a:visited {
		font-size: 18px;
		line-height: 21px;
	}*/
  .Link-Heading-3,
  .tag,
  .tagdate,
  .tag,
  .tagdate {
    font-size: 14px;
  }
}
.newsevents-section {
  padding-top: 50px;
  padding-bottom: 60px;
}
.newsevents-section .section-title {
  margin-bottom: 50px;
  text-align: center;
}
.newsevents-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .newsevents-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 999px) {
  .newsevents-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1000px) {
  .newsevents-col {
    float: left;
    width: 33.33333333%;
  }
}
.ie8 .newsevents-col {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .newsevents-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 999px) {
  .ie8 .newsevents-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1000px) {
  .ie8 .newsevents-col {
    float: left;
    width: 33.33333333%;
  }
}
.newsbox {
  background: #fff;
  border: 1px solid #e9e9e9;
}
.newsbox .newsbox-img {
  border-bottom: 4px solid #fff201;
}
.newsbox .newsbox-img img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 200px !important;
  width: 100%;
}
.newsbox .newsbox-txt {
  padding: 20px 20px 20px 20px;
  background: #fff;
}
.newsDateTime{
  display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}
.newsDateTime a{
  color: #4E008E;
  background-color: #F8F06E;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: bold;
}
.newsDateTime .tagdate{
  font-size: 12px;
    text-transform: uppercase;
    color: #7E7E7E;
    margin-bottom: 0px;
}
.timeImg {
  width: 13px;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -2px;
}
.timeImg img {
  width: 100%;
}
.newsContent{
  font-size: 16px;
    word-wrap: break-word;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    height: auto;
    overflow-y: hidden;
    font-family: 'Muli',sans-serif;
}
.newsbox .newsbox-txt h3 {
  display: inline-block;
  float: left;
  text-transform: none;
  font-family: MuliBold, Sans-Serif;
}
.newsbox .newsbox-txt h3:before,
.newsbox .newsbox-txt h3:after {
  content: " ";
  display: table;
}
.newsbox .newsbox-txt h3:after {
  clear: both;
}
.newsbox .newsbox-txt h3 a{
  color:#000 !important;
}

.newsbox .newsbox-txt p {
  display: inline-block;
}
/*.tag {
  display: inline-block;
  float: left;
  padding: 10px 16px 8px 16px;
  background: #fff201;
  color: #3f3f3f;
  font-family: 'Muli', Arial, sans-serif;
  text-transform: none;
}
.tagdate {
  display: inline-block;
  padding: 10px 16px 8px 16px;
  background: #3f3f3f;
  font-family: 'Muli',Arial, sans-serif;
  text-transform: none;
  color: #fff;
}
.tagdate > .month {
  color: #fff201;
}*/
@media screen and (max-width: 999px) {
  .tag {
    padding: 10px 10px 8px 10px;
  }
  .newsbox .newsbox-img img {
    max-height: 162px !important;
  }
}
@media screen and (max-width: 767px) {
  .newsevents-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .newsevents-section .section-title {
    text-align: left;
  }
  .newsbox {
    max-width: 366px;
    border: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-banner {
  position: relative;
}
.page-banner-header {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-bottom: 20px;
}
.page-banner-header h1 {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  text-transform: none !important;
}
.page-banner-left {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
.page-banner-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 80%;
}
.page-banner-right-withnav {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 380px;
  padding-right: 15px;
  /*padding-left: 0;
  padding-right: 0;*/
}
.page-banner-img-wrap {
  height: 477px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size:100% 100%;
}
.mobile-banner-img-txt {
  display: none;
}
.page-banner-img-wrap {
  position: relative;
}
.mobile-banner-img-txt {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.mobile-banner-img-txt > h1 {
  margin-top: 22px;
  margin-bottom: 18px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .page-banner-header h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 999px) {
  .page-banner-img-wrap {
    height: 644px;
    height: 322px;
  }
  .page-banner-header {
    position: relative;
    padding: 0;
  }
  .page-banner-header > .container {
    padding: 0;
  }
  .page-banner-header .page-banner-left {
    display: none;
  }
  .page-banner-header .page-banner-right {
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    color: #3f3f3f;
  }
  .page-banner-header h1 {
    display: none;
  }
  .mobile-banner-img-txt {
    display: inline-block;
  }
  .page-banner-header h1 {
    font-size: 30px;
    line-height: 28px;
  }
  .page-banner-full {
    display: inline-block;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #3f3f3f;
    background: #fff;
  }
  .page-banner {
    padding-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner-img-wrap {
    height: 427px;
    height: 214px;
  }
  .page-banner {
    padding-top: 0;
  }
  .mobile-banner-img-txt > h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.trail .ss-standard{
	font-size:10px !important;
}
.trail > .container {
  width: 100%;
}
.trail {
 position: absolute;
  height: auto;
  width: 100%;
  z-index: 1;

  padding-top: 0px;
  padding-bottom: 0px;
}
.trail .container {
	max-width:100%;
  padding-left: 0;
  padding-right: 0;
}
.trail .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.trail .trail-toggle {
  position: absolute;
  z-index: 9;
  display: none;
}
.trail ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;

}
.trail ul li {
  display: inline-block;
  height: auto;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  padding: 4px 0 4px 0;
  text-transform: none;
  /*&:after {
                display: inline-block;
                padding: 0 16px;
                &:extend(.ss-standard all);
               	content:'▻';
                font-size: 8px;
                color: @Grey4;
            }*/
}
.trail ul li:last-child:after {
  display: none;
}
.trail ul li a:link,
.trail ul li a:visited {
   color: #000;
  font-size: 16px;
}
.trail ul li:hover,
.trail ul li:active,
.trail ul li:focus {
  color: #371155;
}
.trail ul li .ss-icon,
.trail ul li .custom-select .arrow-down,
.trail ul li .phone-toggle:link,
.trail ul li .phone-toggle:visited {
  padding-left: 10px;
  padding-right: 6px;
  font-size: 8px;
  color: #cdcdcd;
}
.trail ul li .ss-icon{
  position: relative;
  font-size: 14px;
  color: #000;
}

.trail ul.closed {
  padding-left: 0px;
    padding-left: 40px;
  padding-right: 20px;
  background-color: #f6f6f6;
  width:auto;
}
.trail-toggle {
  float: left;
  padding: 8px 20px 3px 20px;
  background-position: 0px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-right: 10px;
  text-decoration: none !important;
  color: #371155 !important;
}
.trail-toggle .ss-icon,
.trail-toggle .custom-select .arrow-down,
.trail-toggle .phone-toggle:link,
.trail-toggle .phone-toggle:visited {
  font-family: "SSStandard";
  content: '…';
}
.trail-toggle {
  background: linear-gradient(to right, #939598, #bebfbf);
}
.ie8 .trail > .container {
  width: 100% !important;
}
@media screen and (max-width: 1159px) {
  .trail ul.closed {
    padding-left: 40px;
  }
}
@media screen and (max-width: 999px) {
  .trail {
    width: 100% ;
    background: #939598;
  }
  .trail ul.closed {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .trail {
    display: none;
  }
  .trail .trail-toggle {
    display: inline-block;
  }
  .trail ul li {
    display: inline-block;
  }
  .trail ul.closed {
    padding-left: 70px;
  }
  .trail ul.closed li {
    display: none;
  }
  .trail ul.closed li:last-child {
    display: inline-block;
  }
}
/*

RadTreeView base css

* Notes on some CSS class names *

class  --  HTML element  --  description 

rtUL  --  <ul>  --  multiple nodes container
rtLI  --  <li>  --  one node 
rtFirst  --  <li>  -- TreeView's first node
rtLast  --  <li>  -- last node in a given node group (<ul>)
rtTop,rtMid,rtBot  --  <div>  -- a wrapper (<div>) inside a node (<li>) - can be in a top, middle or bottom node in a given node group
rtIn  --  <span> or <div>  -- the inner container inside a node - contains text (<span> rendering) or template (<div> rendering)
rtSp  --  <span>  -- holds a dummy element for adjustment of node heights (should be an even number if the skin node lines are dotted)
rtChk  --  <input>  -- holds a node's checkbox
rtImg  --  <img>  -- holds a node's icon
rtPlus,rtMinus -- <span> -- holds a node's expand / collapse buttons (plus / minus signs)

*/
/* <general styles> */
.RadTreeView {
  white-space: nowrap;
  cursor: default;
}
.RadTreeView .rtTop,
.RadTreeView .rtMid,
.RadTreeView .rtBot,
.RadTreeView .rtUL {
  zoom: 1;
}
.RadTreeView .rtSp,
.RadTreeView .rtImg,
.RadTreeView .rtIn,
.RadTreeView .rtChk {
  vertical-align: middle;
}
.RadTreeView .rtUL {
  margin: 0;
  padding: 0;
  -moz-user-select: -moz-none;
}
.RadTreeView .rtLI {
  list-style-image: none;
  list-style-position: outside;
  list-style: none;
}
.RadTreeView .rtUL .rtLI .rtUL {
  padding-left: 20px;
}
.RadTreeView .rtTop,
.RadTreeView .rtMid,
.RadTreeView .rtBot {
  padding: 1px 0 1px 20px;
}
/* <expand/collapse images> */
.RadTreeView .rtPlus,
.RadTreeView .rtMinus {
  font-size: 0;
  padding: 0;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 6px 7px 0 -18px;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
}
* html .RadTreeView .rtPlus,
* html .RadTreeView .rtMinus {
  margin-right: 1px;
}
* + html .RadTreeView .rtPlus,
* + html .RadTreeView .rtMinus {
  margin-right: 1px;
}
.RadTreeView .rtPlus {
  background-position: 0 0;
}
.RadTreeView .rtPlus:hover {
  background-position: 0 -22px;
}
.RadTreeView .rtMinus {
  background-position: 0 -11px;
}
.RadTreeView .rtMinus:hover {
  background-position: 0 -33px;
}
/* </expand/collapse images> */
/* <tristate checkboxes> */
.RadTreeView .rtChecked,
.RadTreeView .rtUnchecked,
.RadTreeView .rtIndeterminate {
  display: -moz-inline-box;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin: 0 3px 0 0;
  line-height: 0;
  font-size: 0;
}
.RadTreeView .rtChecked {
  background-position: 0 0;
}
.RadTreeView .rtUnchecked {
  background-position: 0 -13px;
}
.RadTreeView .rtIndeterminate {
  background-position: 0 -26px;
}
/* </tristate checkboxes> */
.RadTreeView .rtSp {
  display: -moz-inline-box;
  display: inline-block;
  width: 1px;
  margin-left: -1px;
  height: 22px;
}
.RadTreeView .rtChk {
  margin: 0 2px;
  padding: 0;
  width: 12px;
  height: 12px;
}
.RadTreeView .rtIn {
  margin-left: 1px;
  padding: 4px 3px 3px;
  text-decoration: none;
}
/* <navigation link> */
.RadTreeView a.rtIn {
  cursor: pointer;
}
/* </navigation link> */
/* <templates> */
.RadTreeView div.rtIn {
  display: -moz-inline-block;
  display: inline-block;
  vertical-align: top;
}
/* <massage> */
* + html .RadTreeView_rtl .rtIn {
  padding: 2px 3px;
}
* html .RadTreeView_rtl .rtIn {
  padding: 2px 3px;
}
* html .RadTreeView div.rtIn {
  display: inline-block;
}
* html .RadTreeView div.rtIn {
  display: inline;
}
* + html .RadTreeView div.rtIn {
  display: inline-block;
}
* + html .RadTreeView div.rtIn {
  display: inline;
}
/* </massage> */
.RadTreeView .rtTemplate,
.RadTreeView input {
  -moz-user-select: text;
}
/* </templates> */
/* <loading messages> */
.RadTreeView .rtLoadingIcon {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: text-top;
  width: 21px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background: url('Common/AliasedLoading.gif') no-repeat 2px 0;
}
.RadTreeView .rtLoadingBelow {
  display: block;
}
* + html .RadTreeView_rtl .rtLoadingIcon {
  text-indent: 0;
}
* html .RadTreeView_rtl .rtLoadingIcon {
  text-indent: 0;
}
/* </loading messages> */
/* </general styles> */
/* <node states> */
.RadTreeView .rtHover .rtIn,
.RadTreeView .rtSelected .rtIn {
  padding: 3px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-repeat: repeat-x;
  background-position: 0 100%;
}
* + html .RadTreeView_rtl .rtHover .rtIn,
* + html .RadTreeView_rtl .rtSelected .rtIn {
  padding: 1px 2px;
}
* html .RadTreeView_rtl .rtHover .rtIn,
* html .RadTreeView_rtl .rtSelected .rtIn {
  padding: 1px 2px;
}
/* <in-line editing> */
/* editing of wrapped nodes should add white-space nowrap to make the input box stay on the same line;
   if the white-space: normal is added through inline styles (on a per-node basis), it can be overriden only by using !important */
.RadTreeView .rtEdit * {
  white-space: nowrap !important;
}
.RadTreeView .rtEdit .rtIn,
.RadTreeView .rtEdit .rtIn input {
  outline: 0;
  /* disable safari glow effect - RadTreeView look consistency */
  cursor: text;
}
.RadTreeView .rtLI .rtEdit .rtIn {
  border-width: 1px;
  border-style: solid;
  padding: 2px 1px 1px;
  height: 1.4em;
  text-decoration: none;
  vertical-align: middle;
}
* html .RadTreeView .rtLI .rtEdit .rtIn {
  padding: 0 1px;
}
.RadTreeView .rtEdit .rtIn input {
  height: 1.4em;
  line-height: 1.4em;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
/* </in-line editing> */
/* </node states> */
/* <node lines> */
.RadTreeView .rtLines .rtLI,
.RadTreeView .rtLines .rtFirst .rtUL {
  background-repeat: repeat-y;
  background-position: 0 0;
}
.RadTreeView_rtl .rtLines .rtLI,
.RadTreeView_rtl .rtLines .rtFirst .rtUL {
  background-repeat: repeat-y;
  background-position: 100% 0;
}
.RadTreeView .rtLines .rtFirst {
  background-repeat: no-repeat;
  background-position: 0 1.273em;
}
.RadTreeView_rtl .rtLines .rtFirst {
  background-repeat: no-repeat;
  background-position: 100% 1.273em;
}
.RadTreeView .rtLines .rtFirst .rtUL {
  background-repeat: repeat-y;
  background-position: 0 1.273em;
}
.RadTreeView_rtl .rtLines .rtFirst .rtUL {
  background-repeat: repeat-y;
  background-position: 100% 1.273em;
}
.RadTreeView .rtLines .rtLast,
.RadTreeView .rtLines .rtLast .rtUL {
  background: none;
}
.RadTreeView .rtLines .rtTop,
.RadTreeView .rtLines .rtMid,
.RadTreeView .rtLines .rtBot {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.RadTreeView_rtl .rtLines .rtTop,
.RadTreeView_rtl .rtLines .rtMid,
.RadTreeView_rtl .rtLines .rtBot {
  background-repeat: no-repeat;
  background-position: 100% 0;
}
/* </node lines> */
/* <drop targets> */
.rtDropAbove,
.rtDropBelow {
  border: 1px dotted black;
  font-size: 3px;
  line-height: 3px;
  height: 3px;
  margin-top: -1px;
}
.rtDropAbove {
  border-bottom: 0;
}
.rtDropBelow {
  border-top: 0;
}
/* </drop targets> */
/* <RTL support> */
.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus {
  position: relative;
}
/* reverts the above rule to fix the position:relative + overflow:auto bug under IE6&7 */
* html .RadTreeView_rtl .rtPlus,
* html .RadTreeView_rtl .rtMinus {
  position: static;
}
* + html .RadTreeView_rtl .rtPlus,
* + html .RadTreeView_rtl .rtMinus {
  position: static;
}
/* fixes IE6/7 "disappearing content" bug */
* + html .RadTreeView_rtl .rtLI,
* + html .RadTreeView_rtl .rtIn {
  zoom: 1;
}
* html .RadTreeView_rtl .rtLI,
* html .RadTreeView_rtl .rtIn {
  zoom: 1;
}
* html .RadTreeView_rtl .rtIn {
  margin-top: -1px;
}
.RadTreeView_rtl .rtUL .rtLI .rtUL {
  padding-right: 15px;
  padding-left: 0;
}
.RadTreeView_rtl .rtTop,
.RadTreeView_rtl .rtMid,
.RadTreeView_rtl .rtBot {
  padding: 0 15px 0 0;
  margin: 0;
}
.RadTreeView_rtl .rtPlus {
  background-position: -11px 0;
}
.RadTreeView_rtl .rtPlus:hover {
  background-position: -11px -22px;
}
.RadTreeView_rtl .rtMinus {
  background-position: -11px -11px;
}
.RadTreeView_rtl .rtMinus:hover {
  background-position: -11px -33px;
}
.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus {
  margin-right: 7px;
  right: -20px;
}
/* firefox 2 */
.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus,
x:-moz-any-link {
  margin-right: -11px;
  right: -8px;
}
/* firefox 3 */
.RadTreeView_rtl .rtPlus,
.RadTreeView_rtl .rtMinus,
x:-moz-any-link,
x:default {
  margin-right: 7px;
  right: -20px;
}
/* ie 6 */
* html .RadTreeView_rtl .rtPlus,
* html .RadTreeView_rtl .rtMinus {
  margin-right: -13px;
  right: 0;
}
/* ie 7 */
* + html .RadTreeView_rtl .rtPlus,
* + html .RadTreeView_rtl .rtMinus {
  margin-right: -13px;
  right: 0;
  width: 0;
  padding-left: 11px;
}
/* safari & opera */
@media screen and (min-width: 50px) {
  .RadTreeView .rtPlus,
  .RadTreeView .rtMinus {
    margin-right: 7px;
    margin-left: -18px;
  }
  /* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
  :root .RadTreeView_rtl .rtPlus,
  :root .RadTreeView_rtl .rtMinus {
    right: 0;
    margin-right: -13px;
    margin-left: 2px;
  }
}
/* opera */
@media all and (-webkit-max-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  :root .RadTreeView_rtl .rtPlus,
  :root .RadTreeView_rtl .rtMinus {
    position: relative;
    margin-left: 2px;
    margin-right: -13px;
    right: -15px;
  }
}
/* </RTL support> */
/* <design-time support> */
div.RadTreeView_designtime .rtTop,
div.RadTreeView_designtime .rtMid,
div.RadTreeView_designtime .rtBot {
  position: relative;
}
div.RadTreeView_designtime .rtPlus,
div.RadTreeView_designtime .rtMinus {
  margin: 0;
  position: absolute;
  left: 3px;
  top: 4px;
}
/* </design-time support> */
.sub-nav-wrap {
  background: #fff;
  border: 2px solid #ebebeb;
}
.sub-nav-banner {
  margin-top: -188px;
}
.RadTreeView {
  margin-bottom: 0;
  white-space: normal !important;
}
.RadTreeView ul {
  padding: 0 !important;
}
.RadTreeView ul {
  /*background: #ececec !important;*/
}
.RadTreeView ul li {
  font-size: 13px;
  border-bottom: 2px solid #ebebeb;
}
.RadTreeView ul li > div {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.RadTreeView ul li > div:hover {
  cursor: pointer;
  /*background: #f5f5f5;*/
}
.RadTreeView ul li:last-child {
  border-bottom: none;
}
.RadTreeView ul li a:link,
.RadTreeView ul li a:visited {
  display: inline-block;
  max-width: 220px;
  font-size: 15px;
  line-height: 21px;
  font-family: Arial, sans-serif;
  color: #5b307c !important;
  text-transform: none;
  font-weight: bold;
}
.RadTreeView ul li > div {
  margin-left: 0 !important;
  padding: 8px !important;
  position: relative;
}
.RadTreeView ul li > div > .rtPlus:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #fff !important;
}
.RadTreeView ul li > div:hover,
.RadTreeView ul li > div:active,
.RadTreeView ul li > div:focus {
  background-color: #46166b !important;
}
.RadTreeView ul li > div:hover > .rtPlus,
.RadTreeView ul li > div:active > .rtPlus,
.RadTreeView ul li > div:focus > .rtPlus {
  background-position: 0 -28px !important;
  color: #fff !important;
}
.RadTreeView ul li > div:hover > .rtMinus,
.RadTreeView ul li > div:active > .rtMinus,
.RadTreeView ul li > div:focus > .rtMinus {
  background-position: 0 -42px !important;
  color: #fff !important;
}
.RadTreeView ul li > div:hover > a,
.RadTreeView ul li > div:active > a,
.RadTreeView ul li > div:focus > a {
  color: #fff !important;
}
.RadTreeView > ul:first-child > li:last-child > div {
  border-bottom: none;
}
.RadTreeView li li div {
  padding-left: 20px !important;
}
.RadTreeView li li li div {
  padding-left: 30px !important;
}
.RadTreeView li li li li div {
  padding-left: 40px !important;
}
.RadTreeView li li li li li div {
  padding-left: 50px !important;
}
.RadTreeView li li li li li li div {
  padding-left: 60px !important;
}
.RadTreeView li > ul > li > ul {
  background: #f8f8f8;
}
.RadTreeView_Design .rtSp {
  display: none;
}
.RadTreeView_Design .rtPlus,
.RadTreeView_Design .rtMinus {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('img/PlusMinus.png');
}
.RadTreeView .rtPlus {
  background-position: 0 0;
}
.RadTreeView .rtPlus:hover,
.RadTreeView .rtPlus:active,
.RadTreeView .rtPlus:focus {
  background-position: 0 0;
}
.RadTreeView .rtMinus {
  background-position: 0 -14px;
}
.RadTreeView .rtMinus:hover,
.RadTreeView .rtMinus:active,
.RadTreeView .rtMinus:focus {
  background-position: 0 -14px;
}
.RadTreeView .rtHover .rtIn,
.RadTreeView .rtSelected .rtIn {
  border: none !important;
  color: #fff !important;
}
@media screen and (max-width: 999px) {
  .sub-nav-wrap {
    margin-top: 0;
  }
  .RadTreeView ul li a:link,
  .RadTreeView ul li a:visited {
    max-width: 100%;
  }
}
/*.RadTreeView,
.RadTreeView a.rtIn
{
	width: auto;
	white-space: normal;
}
.RadTreeView .rtIn,
.RadTreeView .rtHover .rtIn,
.RadTreeView .rtSelected .rtIn
{
    padding: 0;
    margin: 0;
}

.RadTreeView_Design .rtPlus, 
.RadTreeView_Design .rtMinus
{
	background-image: url('images/PlusMinus.png');
	margin: 4px 7px 4px -18px;
}

.RadTreeView_Design .rtHover .rtIn,
.RadTreeView_Design .rtSelected .rtIn
{
	border: none;
}
.RadTreeView .rtTop
{
    margin: 0;
    padding: 0 0 0 20px;
}
.RadTreeView .rtSp
{
    width: 1px;
    height: 19px;
}

.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot {
  padding: 5px 0 5px 20px;
}

.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn {
  background-position: 0 100%;
  background-repeat: repeat-x;
  color: #fff;
}

.RadTreeView .rtLI {
  list-style: none outside none;
  padding: 3px 0;
}
.RadTreeView .rtLines .rtTop:hover, .RadTreeView .rtLines .rtMid:hover, .RadTreeView .rtLines:hover .rtBot:hover {
  background: #ababab;
}*/
.newsroom-feat {
  display: table;
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
.newsroom-feat > .newsroom-feat-left,
.newsroom-feat > .newsroom-feat-right {
  display: table-cell;
  width: 50%;
}
.newsroom-feat > .newsroom-feat-left {
  display: table-cell;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.newsroom-feat > .newsroom-feat-left img {
  width: 100%;
  height: auto;
}
.newsroom-feat > .newsroom-feat-right {
  padding: 20px;
}
@media screen and (max-width: 999px) {
  .newsroom-feat {
    display: inline-block;
  }
  .newsroom-feat > .newsroom-feat-left,
  .newsroom-feat > .newsroom-feat-right {
    display: inline-block;
    width: 100%;
  }
  .newsroom-feat > .newsroom-feat-left {
    background-position: left;
    min-height: 238px;
  }
}
.newsroom-box-row {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.newsroom-box-row div[class^="newsroom-box-col"] {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.newsroom-box-row .newsroom-box-col1 {
  padding-left: 0 !important;
}
.newsroom-box-row .newsroom-box-col3 {
  padding-right: 0 !important;
}
.newsroom-box {
  display: inline-block;
  border: 1px solid #e9e9e9;
  margin: 0;
}
.newsroom-box {
  max-width: 200px;
}
.newsroom-box img {
  max-width: 100%;
  height: auto;
}
.newsroom-box .newsroom-box-img {
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
}
.newsroom-box .newsroom-box-txt {
  padding: 10px;
}
.newsroom-box .newsroom-box-txt h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-family: 'MuliBold',Arial, sans-serif;
}
.newsroom-box .newsroom-box-txt a:link,
.newsroom-box .newsroom-box-txt a:visited {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
  color: #5b307c;
}
.newsroom-box .newsroom-box-txt a:hover,
.newsroom-box .newsroom-box-txt a:active,
.newsroom-box .newsroom-box-txt a:focus {
  color: #229de2;
}
@media screen and (max-width: 767px) {
  .newsroom-box-row div[class^="newsroom-box-col"] {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .newsroom-box {
    display: table;
    width: 100%;
    max-width: 100%;
    border: none;
    min-height: 70px;
  }
  .newsroom-box .newsroom-box-img,
  .newsroom-box .newsroom-box-txt {
    vertical-align: top;
    display: table-cell;
  }
  .newsroom-box .newsroom-box-img a:link,
  .newsroom-box .newsroom-box-txt a:link,
  .newsroom-box .newsroom-box-img a:visited,
  .newsroom-box .newsroom-box-txt a:visited {
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
  }
  .newsroom-box .newsroom-box-img {
    vertical-align: top;
    width: 120px;
    height: initial;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top !important;
  }
  .newsroom-box .newsroom-box-txt {
    padding: 2px 10px 2px 10px;
  }
}
.newsroom-filter {
  padding: 20px;
  margin-bottom: 40px;
  background: #ebebeb;
}
.newsroom-filter hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #c9c9c9;
  background-color: #c9c9c9;
}
.newsroom-filter h4 {
  margin-top: 0;
}
.newsroom-filter .ps-title-sm {
  font-size: 15px;
}
.newsroom-filter .input-group {
  padding: 2px 0 2px 0;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.newsroom-filter .form-control {
  font-family: Arial, sans-serif;
  border: none;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: none;
}
.newsroom-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  text-transform: uppercase;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-top: 8px;
  background: none;
  border: none;
}
.newsroom-submit:focus,
.newsroom-submit:active:focus,
.newsroom-submit.active:focus,
.newsroom-submit.focus,
.newsroom-submit:active.focus,
.newsroom-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.newsroom-submit:hover,
.newsroom-submit:focus,
.newsroom-submit.focus {
  color: #333333;
  text-decoration: none;
}
.newsroom-submit:active,
.newsroom-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.newsroom-submit.disabled,
.newsroom-submit[disabled],
fieldset[disabled] .newsroom-submit {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.newsroom-submit:focus,
.newsroom-submit:active:focus,
.newsroom-submit.active:focus,
.newsroom-submit.focus,
.newsroom-submit:active.focus,
.newsroom-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.newsroom-submit:hover,
.newsroom-submit:focus,
.newsroom-submit.focus {
  color: #333333;
  text-decoration: none;
}
.newsroom-submit:active,
.newsroom-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.newsroom-submit.disabled,
.newsroom-submit[disabled],
fieldset[disabled] .newsroom-submit {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.newsroom-submit:hover,
.newsroom-submit:active,
.newsroom-submit:focus {
  background: none;
  border-color: none;
  color: #229de2 !important;
}
.search-options-box {
  font-family: Arial, sans-serif;
}
.search-options-box .search-options-toggle {
  padding-top: 8px;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.media-contacts-list {
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.media-contacts-list > ul {
  margin-bottom: 20px !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.media-contacts-list > ul > li {
  padding: 2px 0 2px 0;
}
.media-contacts-list > ul > li.name {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.media-contacts-list > ul > li > a:link,
.media-contacts-list > ul > li > a:visited {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.newsroom-share-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.mod-twitter-aside {
  font-family: Arial, sans-serif;
  margin-bottom: 40px;
}
.mod-twitter-aside blockquote {
  padding: 0;
  margin: 0;
  color: #3f3f3f;
  font-style: initial;
}
.mod-twitter-aside blockquote:before {
  display: none;
}
.mod-twitter-aside blockquote .e-entry-title {
  margin-top: 0px;
  font-size: 15px;
  line-height: 22px;
}
.mod-twitter-aside blockquote .dateline {
  font-size: 13px;
  line-height: 17px;
}
.mod-twitter-aside blockquote .dateline a:link,
.mod-twitter-aside blockquote .dateline a:visited {
  color: #939598;
}
.mod-twitter-aside blockquote .Tweet-actions {
  display: none;
}
.content-newsletter-box {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #ebebeb;
  margin-bottom: 40px;
}
.content-newsletter-box h4 span {
  color: #229de2;
}
.content-newsletter-box .content-newsletter-col1,
.content-newsletter-box .content-newsletter-col2 {
  display: inline-block;
  float: left;
}
.content-newsletter-box .content-newsletter-col1 a:link,
.content-newsletter-box .content-newsletter-col2 a:link,
.content-newsletter-box .content-newsletter-col1 a:visited,
.content-newsletter-box .content-newsletter-col2 a:visited {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.content-newsletter-box .content-newsletter-col1 {
  width: 60%;
  padding-right: 6px;
}
.content-newsletter-box .content-newsletter-col2 {
  width: 40%;
  padding-left: 6px;
}
.content-newsletter-box .input-group {
  padding: 2px 0 2px 0;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.content-newsletter-box .form-control {
  font-family: Arial, sans-serif;
  border: none;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: none;
}
@media screen and (max-width: 767px) {
  .newsroom-box-row {
    margin-bottom: 0 !important;
  }
  .content-newsletter-box h4 {
    margin-top: 0px !important;
  }
  .content-newsletter-box .content-newsletter-col1 {
    width: 100% !important;
  }
  .content-newsletter-box .content-newsletter-col1 a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px;
  }
  .content-newsletter-box .content-newsletter-col2 {
    width: 100% !important;
    padding: 0 !important;
  }
}
.blog-feat {
  display: table;
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
.blog-feat > .blog-feat-left,
.blog-feat > .blog-feat-right {
  display: table-cell;
  width: 50%;
}
.blog-feat > .blog-feat-left {
  display: table-cell;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-feat > .blog-feat-left img {
  width: 100%;
  height: auto;
}
.blog-feat > .blog-feat-right {
  padding: 20px;
}
@media screen and (max-width: 999px) {
  .blog-feat {
    display: inline-block;
  }
  .blog-feat > .blog-feat-left,
  .blog-feat > .blog-feat-right {
    display: inline-block;
    width: 100%;
  }
  .blog-feat > .blog-feat-left {
    background-position: left;
    min-height: 238px;
  }
}
.blog-post-date {
  display: inline-block;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 12px;
}
.blog-archive-box .blog-archive-row {
  margin-bottom: 20px;
}
.blog-archive-box .blog-archive-row .label {
  padding-left: 0;
}
.blog-archive-box .blog-archive-row select {
  width: 80%;
}
.blog-box-row {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.blog-box-row div[class^="blog-box-col"] {
  display: inline-block;
  float: left;
  width: 33.33333333333333%;
  padding-right: 24px;
}
.blog-box-row .blog-box-col1 {
  padding-left: 0 !important;
}
.blog-box-row .blog-box-col3 {
  padding-right: 0 !important;
}
.blog-box {
  display: inline-block;
  border: 1px solid #e9e9e9;
  margin: 0;
}
.blog-box img {
  width: 100%;
  height: auto;
}
.blog-box .blog-box-txt {
  padding: 10px;
}
.blog-box .blog-box-txt h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
}
.blog-box .blog-box-txt a:link,
.blog-box .blog-box-txt a:visited {
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #5b307c;
}
.blog-box .blog-box-txt a:hover,
.blog-box .blog-box-txt a:active,
.blog-box .blog-box-txt a:focus {
  color: #229de2;
}
.blog-box-col3 {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .blog-box-row div[class^="blog-box-col"] {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .blog-box {
    display: table;
    width: 100%;
    max-width: 100%;
  }
  .blog-box .blog-box-img,
  .blog-box .blog-box-txt {
    vertical-align: top;
    display: table-cell;
  }
  .blog-box .blog-box-img {
    width: 30%;
  }
}
.blog-filter {
  padding: 20px;
  margin-top: 62px;
  margin-bottom: 40px;
  background: #ebebeb;
}
.blog-filter hr {
  color: #c9c9c9;
  background-color: #c9c9c9;
}
.blog-filter h4 {
  margin-top: 0;
}
.blog-filter .ps-title-sm {
  font-size: 15px;
}
.blog-filter .input-group {
  padding: 2px 0 2px 0;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.blog-filter .form-control {
  font-family: Arial, sans-serif;
  border: none;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: none;
}
.blog-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  text-transform: uppercase;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-top: 8px;
  background: none;
  border: none;
}
.blog-submit:focus,
.blog-submit:active:focus,
.blog-submit.active:focus,
.blog-submit.focus,
.blog-submit:active.focus,
.blog-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.blog-submit:hover,
.blog-submit:focus,
.blog-submit.focus {
  color: #333333;
  text-decoration: none;
}
.blog-submit:active,
.blog-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.blog-submit.disabled,
.blog-submit[disabled],
fieldset[disabled] .blog-submit {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog-submit:focus,
.blog-submit:active:focus,
.blog-submit.active:focus,
.blog-submit.focus,
.blog-submit:active.focus,
.blog-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.blog-submit:hover,
.blog-submit:focus,
.blog-submit.focus {
  color: #333333;
  text-decoration: none;
}
.blog-submit:active,
.blog-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.blog-submit.disabled,
.blog-submit[disabled],
fieldset[disabled] .blog-submit {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog-submit:hover,
.blog-submit:active,
.blog-submit:focus {
  background: none;
  border-color: none;
  color: #229de2 !important;
}
.media-contacts-list {
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  font-family: 'MuliBold', sans-serif;
  margin-bottom: 20px;
  font-weight:normal; 
}
.media-contacts-list > ul {
  margin-bottom: 20px !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.media-contacts-list > ul > li {
  padding: 2px 0 2px 0;
}
.media-contacts-list > ul > li.name {
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
}
.media-contacts-list > ul > li > a:link,
.media-contacts-list > ul > li > a:visited {
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
}
.blog-share-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.mod-twitter-aside {
  font-family: Arial, sans-serif;
  margin-bottom: 40px;
}
.mod-twitter-aside blockquote {
  padding: 0;
  margin: 0;
  color: #3f3f3f;
  font-style: initial;
}
.mod-twitter-aside blockquote:before {
  display: none;
}
.mod-twitter-aside blockquote .e-entry-title {
  margin-top: 0px;
  font-size: 15px;
  line-height: 22px;
}
.mod-twitter-aside blockquote .dateline {
  font-size: 13px;
  line-height: 17px;
}
.mod-twitter-aside blockquote .dateline a:link,
.mod-twitter-aside blockquote .dateline a:visited {
  color: #939598;
}
.mod-twitter-aside blockquote .Tweet-actions {
  display: none;
}
.content-newsletter-box {
  display: inline-block;
  width: 100%;
  padding: 40px;
  background: #ebebeb;
  margin-bottom: 0px;
}
.content-newsletter-box h4 span {
  color: #229de2;
}
.content-newsletter-box .content-newsletter-col1,
.content-newsletter-box .content-newsletter-col2 {
  display: inline-block;
  float: left;
}
.content-newsletter-box .content-newsletter-col1 a:link,
.content-newsletter-box .content-newsletter-col2 a:link,
.content-newsletter-box .content-newsletter-col1 a:visited,
.content-newsletter-box .content-newsletter-col2 a:visited {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.content-newsletter-box .content-newsletter-col1 {
  width: 60%;
  padding-right: 6px;
}
.content-newsletter-box .content-newsletter-col2 {
  width: 40%;
  padding-left: 6px;
}
.content-newsletter-box .input-group {
  padding: 2px 0 2px 0;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.content-newsletter-box .form-control {
  font-family: Arial, sans-serif;
  border: none;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: none;
}
.whatsnext-wrap {
  padding: 30px 0 60px 0;
}
.whatsnext-wrap .whatsnext-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .whatsnext-wrap .whatsnext-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  .whatsnext-wrap .whatsnext-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .whatsnext-wrap .whatsnext-col {
    float: left;
    width: 100%;
  }
}
.whatsnext-wrap .whatsnext-col h2 {
  color: #fff;
  text-transform: uppercase;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 60%;
  background: #229de2;
  color: #fff;
  padding: 30px;
  /*a:hover,
            a:active,
            a:focus {
                color: #fff;
            }*/
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left,
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left,
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 999px) {
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left,
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left,
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
    float: left;
    width: 50%;
  }
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left > h2 {
  margin-top: 0;
  display: none;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left p {
  margin-top: 0;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right a:link,
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right a:visited {
  border: 1px solid #fff;
  font-size: 14px;
  padding: 15px 14px;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right a:hover,
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right a:active,
.whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right a:focus {
  color: #229de2 !important;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box a:link,
.whatsnext-wrap .whatsnext-col .whatsnext-box a:visited {
  color: #fff;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-lg {
  font-family: 'TexgyreherosBold',Arial, sans-serif;
  font-size: 37px;
  text-transform: uppercase;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-lg span {
  float: left;
  font-size: 21px;
  width: 100%;
  margin-bottom: 4px;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-lg span:before,
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-lg span:after {
  content: " ";
  display: table;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-lg span:after {
  clear: both;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-sm {
  display: inline-block;
  width: 100%;
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-sm:before,
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-sm:after {
  content: " ";
  display: table;
}
.whatsnext-wrap .whatsnext-col .whatsnext-box .phone-sm:after {
  clear: both;
}
.whatsnext-home {
  background: url('../img/whats-next-home.jpg') no-repeat center center;
}
.whatsnext-about {
  background: url('../img/whats-next-about.jpg') no-repeat center center;
}
.whatsnext-about {
  background: url('../img/whats-next-services1.jpg') no-repeat center center;
}
.whatsnext-wrap {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .whatsnext-wrap {
    padding: 30px 0 30px 0;
  }
  .whatsnext-wrap .whatsnext-col .whatsnext-box {
    width: 66.66666667%;
  }
}
@media screen and (max-width: 767px) {
  .whatsnext-wrap {
    padding: 0;
    background: none;
  }
  .whatsnext-wrap > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .whatsnext-wrap .whatsnext-col {
    padding-left: 0;
    padding-right: 0;
  }
  .whatsnext-wrap .whatsnext-col .whatsnext-box {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .whatsnext-wrap .whatsnext-col .whatsnext-box > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left {
    padding-left: 0;
    padding-right: 0;
  }
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
    padding-left: 0;
    padding-right: 0;
  }
  .whatsnext-wrap .whatsnext-col h2 {
    display: none;
  }
  .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left > h2 {
    display: block;
  }
  .whatsnext-wrap .whatsnext-col .whatsnext-box .phone-lg {
    font-size: 21px;
  }
  .whatsnext-wrap .whatsnext-col .whatsnext-box .phone-lg span {
    width: initial;
  }
}
.btn-contact-mossrehab {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #371155;
  border-color: #371155;
  padding: 14px 20px;
  font-size: 18px;
  font-family: "MuliBold", sans-serif;
  font-weight: normal;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 15px 14px;
  position: relative;
  text-align: left;
  margin-bottom: 7px;
  border: 1px solid #371155 !important;
  color: #fff !important;
}
.btn-contact-mossrehab:focus,
.btn-contact-mossrehab:active:focus,
.btn-contact-mossrehab.active:focus,
.btn-contact-mossrehab.focus,
.btn-contact-mossrehab:active.focus,
.btn-contact-mossrehab.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-contact-mossrehab:hover,
.btn-contact-mossrehab:focus,
.btn-contact-mossrehab.focus {
  color: #333333;
  text-decoration: none;
}
.btn-contact-mossrehab:active,
.btn-contact-mossrehab.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-contact-mossrehab.disabled,
.btn-contact-mossrehab[disabled],
fieldset[disabled] .btn-contact-mossrehab {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-contact-mossrehab:hover,
.btn-contact-mossrehab:focus,
.btn-contact-mossrehab.focus,
.btn-contact-mossrehab:active,
.btn-contact-mossrehab.active,
.open > .dropdown-toggle.btn-contact-mossrehab {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-contact-mossrehab:active,
.btn-contact-mossrehab.active,
.open > .dropdown-toggle.btn-contact-mossrehab {
  background-image: none;
}
.btn-contact-mossrehab.disabled,
.btn-contact-mossrehab[disabled],
fieldset[disabled] .btn-contact-mossrehab,
.btn-contact-mossrehab.disabled:hover,
.btn-contact-mossrehab[disabled]:hover,
fieldset[disabled] .btn-contact-mossrehab:hover,
.btn-contact-mossrehab.disabled:focus,
.btn-contact-mossrehab[disabled]:focus,
fieldset[disabled] .btn-contact-mossrehab:focus,
.btn-contact-mossrehab.disabled.focus,
.btn-contact-mossrehab[disabled].focus,
fieldset[disabled] .btn-contact-mossrehab.focus,
.btn-contact-mossrehab.disabled:active,
.btn-contact-mossrehab[disabled]:active,
fieldset[disabled] .btn-contact-mossrehab:active,
.btn-contact-mossrehab.disabled.active,
.btn-contact-mossrehab[disabled].active,
fieldset[disabled] .btn-contact-mossrehab.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-contact-mossrehab .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-contact-mossrehab:hover,
.btn-contact-mossrehab:active,
.btn-contact-mossrehab:focus {
  background: #229de2;
  border-color: #229de2;
  color: #fff !important;
}
.btn-contact-mossrehab .arrow {
  color: #fff !important;
}
.btn-contact-mossrehab:hover,
.btn-contact-mossrehab:active,
.btn-contact-mossrehab:focus {
  background: #371155 !important;
  color: #fff !important;
}
.btn-whatsnext-white {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  background: #fff;
  border-color: #fff;
  color: #229de2 !important;
  padding: 14px 20px;
  font-size: 18px;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
.btn-whatsnext-white:focus,
.btn-whatsnext-white:active:focus,
.btn-whatsnext-white.active:focus,
.btn-whatsnext-white.focus,
.btn-whatsnext-white:active.focus,
.btn-whatsnext-white.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-whatsnext-white:hover,
.btn-whatsnext-white:focus,
.btn-whatsnext-white.focus {
  color: #333333;
  text-decoration: none;
}
.btn-whatsnext-white:active,
.btn-whatsnext-white.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-whatsnext-white.disabled,
.btn-whatsnext-white[disabled],
fieldset[disabled] .btn-whatsnext-white {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-whatsnext-white:hover,
.btn-whatsnext-white:active,
.btn-whatsnext-white:focus {
  background: #229de2;
  border-color: #229de2;
  color: #fff !important;
}
.btn-whatsnext-white:hover,
.btn-whatsnext-white:active,
.btn-whatsnext-white:focus {
  background: #fff !important;
  color: #229de2 !important;
}
.whatsnext-box .ss-navigateright,
.whatsnext-box .RadTreeView ul li > div > .rtPlus:before {
  font-size: 11px;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box {
  float: left;
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 999px) {
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1000px) {
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box {
    float: left;
    width: 58.33333333%;
  }
}
.ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left,
.ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left,
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 999px) {
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left,
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-left,
  .ie8 .whatsnext-wrap .whatsnext-col .whatsnext-box .whatsnext-box-right {
    float: left;
    width: 50%;
  }
}
.ie8 .whatsnext-wrap {
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
}
.locations-row {
  background: #46166b;
  padding-top: 74px;
  padding-bottom: 74px;
}
.locations-left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .locations-left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 999px) {
  .locations-left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1000px) {
  .locations-left {
    float: left;
    width: 33.33333333%;
  }
}
.locations-left .locations-left-wrap {
  max-width: 290px;
}
.locations-left .locations-left-wrap .badges {
  display: inline-block;
  margin-bottom: 14px;
}
.locations-left p {
  font-size: 17px;
  color: #229de2;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
}
.locations-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .locations-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 999px) {
  .locations-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1000px) {
  .locations-right {
    float: left;
    width: 66.66666667%;
  }
}
.newsletter-wrap {
  font-weight: normal;
  border-top: 1px solid #84649c;
  margin-top: 40px;
  padding-top: 14px;
}
.newsletter-wrap p {
  color: #fff;
}
.newsletter-wrap .input-group {
  background: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.newsletter-wrap .input-group .form-control {
  margin-top: 3px;
  font-family: Arial, sans-serif;
  border: none;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.newsletter-wrap .input-group .newsletter-submit {
  font-size: 17px;
  padding-top: 8px;
  background: none;
  border: none;
}
.location-finder {
  position: relative;
  height: 328px;
  background: url("../img/location-finder-bg.jpg");
}
.location-finder .location-finder-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: 'Muli', sans-serif;
}
.location-finder .location-finder-box .open > .dropdown-menu {
  margin-top: 0;
}
.location-finder .location-finder-box .open > .dropdown-menu a {
  width: 100%;
}
.location-finder-box {
  position: relative;
  text-align: left;
}
.location-finder-box h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 4px 0;
}
.location-finder-box address,
.location-finder-box .address {
  margin: 0 0 4px 0;
  font-size: 16px;
}
.location-finder-box a:link,
.location-finder-box a:visited {
  color: #fff;
  color: #229de2;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin-right: 30px;
}
.location-finder-box a:link span,
.location-finder-box a:visited span {
  color: #fff;
  font-size: 13px;
  margin-right: 4px;
}
.location-finder-box a:hover,
.location-finder-box a:active,
.location-finder-box a:focus {
  color: #fff;
  text-decoration: none;
}
.location-finder-box-col h3 {
  text-transform: inherit;
}
.location-finder-box-col .dropdown:before,
.location-finder-box-col .dropdown:after {
  content: " ";
  display: table;
}
.location-finder-box-col .dropdown:after {
  clear: both;
}
.btn-find-dropdown {
  display: inline-block;
  float: left;
  margin-top: 12px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 14px 18px;
  background: #fff;
  font-size: 17px;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  border: 2px solid #e4e4e4;
}
.btn-find-dropdown:hover,
.btn-find-dropdown:active,
.btn-find-dropdown:focus {
  color: #000 !important;
  text-decoration: none;
}
.btn-find-dropdown .caret {
  margin-left: 6px;
  color: #676767;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.btn-find-dropdown .ss-dropdown,
.btn-find-dropdown .custom-select .arrow-down {
  font-size: 12px;
  margin-left: 10px;
  color: #676767;
}
.link-directions,
.link-virtualtours,
.link-alllocations {
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .locations-left p {
    font-size: 14px;
  }
  .btn-find-dropdown {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .locations-row {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .locations-row > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .locations-left .locations-left-wrap {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .locations-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .locations-right {
    padding-left: 0;
    padding-right: 0;
  }
  .location-finder-box-col h3 {
    margin-top: 20px;
  }
  .btn-find-dropdown {
    padding: 8px;
    font-size: 13px;
  }
  .btn-find-dropdown .ss-dropdown,
  .btn-find-dropdown .custom-select .arrow-down,
  .btn-find-dropdown .custom-select .arrow-down {
    margin-left: 4px;
  }
}
.ie8 .locations-left {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .locations-left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 999px) {
  .ie8 .locations-left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1000px) {
  .ie8 .locations-left {
    float: left;
    width: 33.33333333%;
  }
}
.ie8 .locations-right {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ie8 .locations-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 999px) {
  .ie8 .locations-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1000px) {
  .ie8 .locations-right {
    float: left;
    width: 66.66666667%;
  }
}
/* LESS Document */
.physician-staff-row {
  padding-top: 45px;
  padding-bottom: 60px;
}
.physician-staff-row .section-title {
  margin-bottom: 28px;
}
.physician-staff-list li {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
.physician-staff-list li a {
  height: 86px !important;
}
@media screen and (min-width: 1000px) and (max-width: 1070px) {
  html:not(.ie8) .physician-staff-list li a:link,
  html:not(.ie8) .physician-staff-list li a:visited {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  html:not(.ie8) .physician-staff-row {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  html:not(.ie8) .physician-staff-list li {
    width: 100%;
  }
  html:not(.ie8) .physician-staff-list li:before,
  html:not(.ie8) .physician-staff-list li:after {
    content: " ";
    display: table;
  }
  html:not(.ie8) .physician-staff-list li:after {
    clear: both;
  }
  html:not(.ie8) .physician-staff-list li a {
    height: auto !important;
  }
}
.content-ps-row {
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.content-ps-row > .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.content-ps-row .section-title {
  margin-bottom: 20px;
}
.content-ps-col1,
.content-ps-col2 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-ps-col1,
  .content-ps-col2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 999px) {
  .content-ps-col1,
  .content-ps-col2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .content-ps-col1,
  .content-ps-col2 {
    float: left;
    width: 50%;
  }
}
.content-ps-col1 .ps-row,
.content-ps-col2 .ps-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 14px;
}
.content-ps-col1 .ps-row > div[class^="col-"],
.content-ps-col2 .ps-row > div[class^="col-"] {
  padding-left: 0;
}
.content-ps-col1 {
  padding-left: 0;
}
.content-ps-col2 {
  padding-right: 0;
}
.ps-title {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.ps-title-sm {
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
}
.adv-search {
  padding-left: 0;
  padding-right: 30px;
  float: right;
}
@media screen and (max-width: 999px) {
  .content-ps-row {
    padding-top: 0;
  }
  .ps-search-wrap > .content-ps-col:first-child {
    padding-left: 0;
  }
  .ps-search-wrap > .content-ps-col:last-child {
    padding-right: 0;
  }
  .section-title,
  .content-ps-row div[class^="col-"] {
    padding-left: 0;
  }
  .ps-first-name {
    margin-bottom: 10px;
  }
  .ps-zipcode {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .content-ps-col2 {
    padding-left: 0;
  }
  .ps-search-wrap > .content-ps-col:last-child {
    padding-left: 0;
  }
}
.ie8 .ps-search-wrap .content-ps-col {
  width: 50%;
}
.ps-box-general,
.ps-box-alpha,
.ps-box-specialty {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f8f8f8;
}
.ps-box-general,
.ps-box-alpha {
  border-top: 1px solid #f8f8f8;
}
.ps-box-alpha,
.ps-box-specialty {
  margin-bottom: 20px;
}
.ps-box-general > div[class^="col-"] {
  padding-left: 0;
}
.physicians_alphabet_container a:link,
.physicians_alphabet_container a:visited {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #371155;
  border-color: #371155;
  color: #fff !important;
  width: 34px;
  height: 34px;
  text-transform: uppercase;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
  margin: 4px;
  text-align: center;
  font-size: 14px;
  padding: 6px 0 4px 0;
}
.physicians_alphabet_container a:link:focus,
.physicians_alphabet_container a:visited:focus,
.physicians_alphabet_container a:link:active:focus,
.physicians_alphabet_container a:visited:active:focus,
.physicians_alphabet_container a:link.active:focus,
.physicians_alphabet_container a:visited.active:focus,
.physicians_alphabet_container a:link.focus,
.physicians_alphabet_container a:visited.focus,
.physicians_alphabet_container a:link:active.focus,
.physicians_alphabet_container a:visited:active.focus,
.physicians_alphabet_container a:link.active.focus,
.physicians_alphabet_container a:visited.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.physicians_alphabet_container a:link:hover,
.physicians_alphabet_container a:visited:hover,
.physicians_alphabet_container a:link:focus,
.physicians_alphabet_container a:visited:focus,
.physicians_alphabet_container a:link.focus,
.physicians_alphabet_container a:visited.focus {
  color: #333333;
  text-decoration: none;
}
.physicians_alphabet_container a:link:active,
.physicians_alphabet_container a:visited:active,
.physicians_alphabet_container a:link.active,
.physicians_alphabet_container a:visited.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.physicians_alphabet_container a:link.disabled,
.physicians_alphabet_container a:visited.disabled,
.physicians_alphabet_container a:link[disabled],
.physicians_alphabet_container a:visited[disabled],
fieldset[disabled] .physicians_alphabet_container a:link,
fieldset[disabled] .physicians_alphabet_container a:visited {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.physicians_alphabet_container a:link:hover,
.physicians_alphabet_container a:visited:hover,
.physicians_alphabet_container a:link:focus,
.physicians_alphabet_container a:visited:focus,
.physicians_alphabet_container a:link.focus,
.physicians_alphabet_container a:visited.focus,
.physicians_alphabet_container a:link:active,
.physicians_alphabet_container a:visited:active,
.physicians_alphabet_container a:link.active,
.physicians_alphabet_container a:visited.active,
.open > .dropdown-toggle.physicians_alphabet_container a:link,
.open > .dropdown-toggle.physicians_alphabet_container a:visited {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.physicians_alphabet_container a:link:active,
.physicians_alphabet_container a:visited:active,
.physicians_alphabet_container a:link.active,
.physicians_alphabet_container a:visited.active,
.open > .dropdown-toggle.physicians_alphabet_container a:link,
.open > .dropdown-toggle.physicians_alphabet_container a:visited {
  background-image: none;
}
.physicians_alphabet_container a:link.disabled,
.physicians_alphabet_container a:visited.disabled,
.physicians_alphabet_container a:link[disabled],
.physicians_alphabet_container a:visited[disabled],
fieldset[disabled] .physicians_alphabet_container a:link,
fieldset[disabled] .physicians_alphabet_container a:visited,
.physicians_alphabet_container a:link.disabled:hover,
.physicians_alphabet_container a:visited.disabled:hover,
.physicians_alphabet_container a:link[disabled]:hover,
.physicians_alphabet_container a:visited[disabled]:hover,
fieldset[disabled] .physicians_alphabet_container a:link:hover,
fieldset[disabled] .physicians_alphabet_container a:visited:hover,
.physicians_alphabet_container a:link.disabled:focus,
.physicians_alphabet_container a:visited.disabled:focus,
.physicians_alphabet_container a:link[disabled]:focus,
.physicians_alphabet_container a:visited[disabled]:focus,
fieldset[disabled] .physicians_alphabet_container a:link:focus,
fieldset[disabled] .physicians_alphabet_container a:visited:focus,
.physicians_alphabet_container a:link.disabled.focus,
.physicians_alphabet_container a:visited.disabled.focus,
.physicians_alphabet_container a:link[disabled].focus,
.physicians_alphabet_container a:visited[disabled].focus,
fieldset[disabled] .physicians_alphabet_container a:link.focus,
fieldset[disabled] .physicians_alphabet_container a:visited.focus,
.physicians_alphabet_container a:link.disabled:active,
.physicians_alphabet_container a:visited.disabled:active,
.physicians_alphabet_container a:link[disabled]:active,
.physicians_alphabet_container a:visited[disabled]:active,
fieldset[disabled] .physicians_alphabet_container a:link:active,
fieldset[disabled] .physicians_alphabet_container a:visited:active,
.physicians_alphabet_container a:link.disabled.active,
.physicians_alphabet_container a:visited.disabled.active,
.physicians_alphabet_container a:link[disabled].active,
.physicians_alphabet_container a:visited[disabled].active,
fieldset[disabled] .physicians_alphabet_container a:link.active,
fieldset[disabled] .physicians_alphabet_container a:visited.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.physicians_alphabet_container a:link .badge,
.physicians_alphabet_container a:visited .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.physicians_alphabet_container a:link:hover,
.physicians_alphabet_container a:visited:hover,
.physicians_alphabet_container a:link:active,
.physicians_alphabet_container a:visited:active,
.physicians_alphabet_container a:link:focus,
.physicians_alphabet_container a:visited:focus {
  background: #229de2;
  border-color: #229de2;
  color: #fff !important;
}
.physicians_alphabet_container a:link .arrow,
.physicians_alphabet_container a:visited .arrow {
  color: #fff !important;
}
.ps-box-specialty {
  width: 100%;
}
.ps-box-specialty select {
  margin-bottom: 10px;
}
.ps-box-specialty .ps-box-col {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ps-box-specialty .ps-box-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 999px) {
  .ps-box-specialty .ps-box-col {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .adv-search {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .ps-box-specialty .ps-box-col {
    padding-left: 0;
  }
}
.content-psresults-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ps-filter {
  padding: 20px;
  margin-bottom: 20px;
  background: #ebebeb;
}
.ps-filter hr {
  border: none;
  height: 1px;
  color: #c9c9c9;
  background-color: #c9c9c9;
}
.ps-filter > h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: none;;
}
.ps-filter .ps-title-sm {
  font-size: 15px;
}
.ps-filter .panel-title {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.ps-filter .panel-title a:link,
.ps-filter .panel-title a:visited {
  color: #3f3f3f;
}
.ps-filter .panel-title a:link .glyphicon,
.ps-filter .panel-title a:visited .glyphicon {
  color: #229de2;
}
.psresults-col {
  display: inline-block;
  float: left;
  width: 150px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.psresults-col .ps-result-box {
  width: 150px;
  border: 1px solid #e9e9e9;
  margin-bottom: 40px;
}
.psresults-col .ps-result-box a:link img,
.psresults-col .ps-result-box a:visited img {
  width: 150px;
  height: auto;
}
.psresults-col .ps-result-box a:link .ps-result-box-txt,
.psresults-col .ps-result-box a:visited .ps-result-box-txt {
  border-top: 3px solid #fff201;
  padding: 10px;
}
.psresults-col .ps-result-box a:link .ps-result-box-txt h5,
.psresults-col .ps-result-box a:visited .ps-result-box-txt h5 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #229de2;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.psresults-col .ps-result-box a:link .ps-result-box-txt p,
.psresults-col .ps-result-box a:visited .ps-result-box-txt p {
  font-family: 'BellGothicSTDBold', Helvetica, Arial, sans-serif;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.psresults-col .ps-result-box a:hover .ps-result-box-txt h5,
.psresults-col .ps-result-box a:active .ps-result-box-txt h5,
.psresults-col .ps-result-box a:focus .ps-result-box-txt h5 {
  color: #371155;
}
.ps-filter-col,
.ps-filter-right-col {
  float: left;
}
.ps-filter-col {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
.ps-filter-right-col {
  width: 80%;
}
@media screen and (max-width: 999px) {
  .psresults-col .ps-result-box a:link .ps-result-box-txt h5,
  .psresults-col .ps-result-box a:visited .ps-result-box-txt h5 {
    font-size: 15px;
    line-height: 17px;
  }
  .content-psresults-row {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .ps-filter-col {
    width: 30%;
  }
  .ps-filter-right-col {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .content-psresults-row {
    padding-top: 0;
  }
  .content-psresults-row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .ps-filter-right-col {
    width: 100%;
  }
  .ps-filter-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .psresults-col {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .psresults-col .ps-result-box {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
  }
  .psresults-col .ps-result-box a:link img,
  .psresults-col .ps-result-box a:visited img {
    float: left;
  }
  .ps-result-box a {
    display: table;
    width: 100%;
  }
  .ps-result-box-img {
    display: table-cell;
    width: 150px;
  }
  .psresults-col .ps-result-box a:link .ps-result-box-txt,
  .psresults-col .ps-result-box a:visited .ps-result-box-txt {
    display: table-cell;
    vertical-align: top;
    height: 150px;
    border-top: 0px;
    border-left: 3px solid #fff201;
  }
}
.ie8 .psresults-col {
  width: 20%;
  margin-left: 10px;
}
.staff-img-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .staff-img-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 999px) {
  .staff-img-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .staff-img-col {
    float: left;
    width: 25%;
  }
}
.staff-img-col .staff-img {
  width: 150px;
  border: 1px solid #e9e9e9;
}
.staff-img-col .staff-img img {
  max-width: 150px;
  height: auto;
}
.staff-img-col .staff-img .staff-img-txt {
  padding: 10px;
  font-style: italic;
}
.staff-summary-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .staff-summary-col {
    float: left;
    width: 75%;
  }
}
@media (min-width: 999px) {
  .staff-summary-col {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1000px) {
  .staff-summary-col {
    float: left;
    width: 75%;
  }
}
.staff-details-col {
  float: left;
  margin-left: 20%;
  width: 80%;
}
@media screen and (max-width: 999px) {
  .staff-details-col {
    margin-left: 0;
    width: 100%;
  }
  .staff-img-col .staff-img {
    width: 100%;
  }
  .staff-img-col .staff-img > img {
    max-width: 100%;
    height: auto;
  }
}
.content-psresults-row > .container > .row > .col8 {
  padding-left: 0;
}
.ie8 .staff-img-col {
  width: 30%;
}
.ie8 .staff-summary-col {
  width: 70%;
}
.doc-img {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .doc-img {
    float: left;
    width: 25%;
  }
}
@media (min-width: 999px) {
  .doc-img {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .doc-img {
    float: left;
    width: 25%;
  }
}
.doc-detail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .doc-detail {
    float: left;
    width: 75%;
  }
}
@media (min-width: 999px) {
  .doc-detail {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1000px) {
  .doc-detail {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .doc-detail {
    padding-left: 0;
  }
}
.physicians_moduleSubtitle3 {
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: none;
  font-family: 'MuliBold',sans-serif;
  font-weight: normal;
}
.physicians_docProfile_details {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.physicians_docProfile_details_left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
  padding-left: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .physicians_docProfile_details_left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 999px) {
  .physicians_docProfile_details_left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1000px) {
  .physicians_docProfile_details_left {
    float: left;
    width: 33.33333333%;
  }
}
.physicians_docProfile_details_right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Muli', sans-serif;
  padding-left: 0;
  font-size:16px;
}
@media (min-width: 768px) {
  .physicians_docProfile_details_right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 999px) {
  .physicians_docProfile_details_right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1000px) {
  .physicians_docProfile_details_right {
    float: left;
    width: 66.66666667%;
  }
}
.docDetails-list-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.docDetails-list-wrap ul:first-child {
  padding-top: 0;
}
.aside-location-wrap {
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 20px;
}
.aside-location-wrap .aside-location .aside-location-title {
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
}
.aside-location-wrap .aside-location .aside-location-map {
  font-family: 'MuliBold', sans-serif;
  font-weight: normal;
}
.aside-location-wrap .aside-location .aside-location-website {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.emp-result-row {
  padding-left: 15px;
  padding-right: 15px;
}
.result-card {
  display: inline-block;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 20px 5px;
  margin-bottom: 20px;
  /*.emp-title {
		display: block;
		font-style: italic;
		margin-bottom: 10px;
	}*/
}
.result-card .result-col:first-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .result-card .result-col:first-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  .result-card .result-col:first-child {
    float: left;
    width: 25%;
  }
}
.result-card .result-col:first-child img {
  max-width: 100%;
  height: auto;
}
.result-card .result-col:last-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .result-card .result-col:last-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  .result-card .result-col:last-child {
    float: left;
    width: 75%;
  }
}
.result-card .emp-name {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.result-card .emp-data {
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  width: 100%;
  border-top: 1px solid #f8f8f8;
}
.result-card .emp-data span:first-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .result-card .emp-data span:first-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  .result-card .emp-data span:first-child {
    float: left;
    width: 33.33333333%;
  }
}
.result-card .emp-data span:last-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, sans-serif;
}
@media (min-width: 768px) {
  .result-card .emp-data span:last-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 999px) {
  .result-card .emp-data span:last-child {
    float: left;
    width: 66.66666667%;
  }
}
@media screen and (max-width: 999px) {
  .result-card .result-col:first-child img {
    margin-bottom: 20px;
  }
}
/* LESS Document */
.locations-aside .locations-aside-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e9e9e9;
}
.locations-aside .locations-aside-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.locations-aside .locations-aside-row ul li {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin-right: 30px;
}
.locations-aside .locations-aside-row ul li a {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.locations-aside .locations-aside-row ul li a span {
  color: #949494;
}
.locations-aside .locations-aside-row ul li:last-child {
  margin-right: 0;
}
.locations-aside-row:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.box-gray {
  background: #fafafa;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .staff-img-col {
    display: none;
  }
}
.banner-locations {
  background: #46166b;
  height: auto;
}
.location-banner-txt {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 70%;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.location-banner-txt a:hover,
.location-banner-txt a:active,
.location-banner-txt a:focus {
  color: #229de2;
}
.banner-locations-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
}
.banner-locations-wrap .banner-locations-left,
.banner-locations-wrap .banner-locations-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  padding-right: 0;
}
.banner-locations-wrap .banner-locations-left {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-locations-wrap .banner-locations-left .column-left,
.banner-locations-wrap .banner-locations-left .column-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.banner-locations-wrap .banner-locations-left label {
  color: #fff;
}
.banner-locations-wrap h1 {
  color: #fff;
}
.banner-locations-wrap .lead {
  font-size: 24px;
  font-style: italic;
}
.banner-locations-wrap select,
.banner-locations-wrap input {
  margin-bottom: 20px;
}
.banner-locations-wrap .google-maps {
  height: 535px;
}
.banner-locations-wrap hr {
  border: none;
  height: 1px;
  color: #74558c;
  background-color: #74558c;
}
@media screen and (max-width: 999px) {
  .location-banner-txt {
    width: 100%;
    padding-left: 20px;
  }
  .banner-locations-wrap {
    padding-top: 80px;
  }
  .banner-locations-wrap .google-maps {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .banner-locations-wrap .banner-locations-left,
  .banner-locations-wrap .banner-locations-right {
    width: 100%;
  }
  .banner-locations-wrap .banner-locations-left .column-left,
  .banner-locations-wrap .banner-locations-left .column-right {
    width: 100%;
  }
  .banner-locations {
    height: auto;
  }
  .banner-locations-wrap {
    padding-top: 60px;
  }
  .banner-locations-wrap .google-maps {
    display: none;
  }
}
.locations-content-row {
  padding-top: 10px;
}
.location-box {
  margin-bottom: 10px;
  padding-top: 44px;
  padding-bottom: 66px;
  background: #ebebeb;
}
.location-box-left {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 46%;
  padding-left: 0;
}
.location-box-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 54%;
  padding-right: 0;
}
.location-img {
  height: 306px;
  position: relative;
}
.location-img-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  padding: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: table;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.location-img-box h4 {
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
}
.location-img-box address,
.location-img-box .address {
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin: 0;
  font-weight: normal;
}
.location-img-links {
  display: inline-block;
  float: left;
}
.location-img-links a:link,
.location-img-links a:visited {
  font-size: 15px;
  padding-right: 10px;
}
.location-img-links a:link .ss-icon,
.location-img-links a:visited .ss-icon,
.location-img-links a:link .custom-select .arrow-down,
.location-img-links a:visited .custom-select .arrow-down,
.location-img-links a:link .phone-toggle:link,
.location-img-links a:visited .phone-toggle:link,
.location-img-links a:link .phone-toggle:visited,
.location-img-links a:visited .phone-toggle:visited {
  color: #fff !important;
}
.location-img-links a:hover,
.location-img-links a:active,
.location-img-links a:focus {
  color: #fff;
}
.location-img-pin {
  display: inline-block;
  margin-top: 14px;
  margin-right: 10px;
  float: left;
  width: 46px;
  height: 50px;
  text-align: center;
  background-image: url('../img/pin.png');
  color: #fff;
}
.location-img-pin > span {
  padding-top: 2px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .location-img-box .address,
  .location-img-box address {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .location-img-pin {
    margin-top: 0;
  }
  .location-img-box address,
  .location-img-box .address {
    font-size: 16px;
  }
  .location-img-links a:link,
  .location-img-links a:visited {
    font-weight: normal;
  }
  .location-img-links a:link .ss-icon,
  .location-img-links a:visited .ss-icon,
  .location-img-links a:link .custom-select .arrow-down,
  .location-img-links a:visited .custom-select .arrow-down,
  .location-img-links a:link .phone-toggle:link,
  .location-img-links a:visited .phone-toggle:link,
  .location-img-links a:link .phone-toggle:visited,
  .location-img-links a:visited .phone-toggle:visited {
    color: #229de2 !important;
  }
}
.location-address-box {
  width: 100%;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: table;
}
.location-address-box h4 {
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
}
.location-address-box address,
.location-address-box .address {
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin: 0;
}
.location-address-links {
  display: inline-block;
  float: left;
}
.location-address-links a:link,
.location-address-links a:visited {
  font-size: 15px;
  padding-right: 10px;
}
.location-address-links a:link .ss-icon,
.location-address-links a:visited .ss-icon,
.location-address-links a:link .custom-select .arrow-down,
.location-address-links a:visited .custom-select .arrow-down,
.location-address-links a:link .phone-toggle:link,
.location-address-links a:visited .phone-toggle:link,
.location-address-links a:link .phone-toggle:visited,
.location-address-links a:visited .phone-toggle:visited {
  color: #371155;
}
.location-address-links a:hover,
.location-address-links a:active,
.location-address-links a:focus {
  color: #371155;
}
.location-address-pin {
  display: inline-block;
  float: left;
  width: 46px;
  height: 50px;
  text-align: center;
  background-image: url('../img/pin.png');
  color: #fff;
}
@media screen and (max-width: 767px) {
  .location-address-links {
    font-family: Arial, sans-serif;
  }
}
.view-all-staff {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  float: right;
  margin: 6px 0;
}
.location-viewall {
  display: inline-block;
}
.location-viewall a:link,
.location-viewall a:visited {
  display: inline-block;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #371155;
}
.location-viewall a:link span,
.location-viewall a:visited span {
  border: 2px solid #371155;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: 26px;
  height: 21px;
  line-height: 20px;
  text-align: center;
}
.location-viewall a:link span:before,
.location-viewall a:visited span:before {
  font-family: "SSStandard";
  content: '';
  font-size: 12px;
  color: #229de2;
}
.location-viewall a:hover,
.location-viewall a:active,
.location-viewall a:focus {
  color: #229de2;
}
.location-box-right .accordion-toggle {
  color: #3f3f3f;
  pointer-events: none;
  cursor: default;
}
.location-box-right .accordion-toggle span {
  display: none;
  color: #229de2;
  margin-right: 10px;
}
.location-box-right .panel-default,
.location-box-right .panel-body {
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .location-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .location-box-left {
    width: 100%;
  }
  .location-box-right {
    width: 100%;
    padding-left: 0;
  }
  .location-box-right .panel.panel-default:first-child {
    border-top: 1px solid #c3c3c3;
  }
  .location-box-right .panel.panel-default {
    border-bottom: 1px solid #c3c3c3;
  }
  .location-img {
    background: none !important;
    height: auto;
  }
  .location-img-box {
    position: relative;
    background: none;
    padding: 20px 0;
  }
  .location-img-box h4 {
    color: #229de2;
    font-size: 18px;
    line-height: 24px;
  }
  .view-all-staff {
    display: none;
  }
  .location-img-box address,
  .location-img-box .address {
    float: left;
    width: 100%;
    color: #229de2;
    font-family: 'SentinelMed', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  }
  .location-img-box address:before,
  .location-img-box .address:before,
  .location-img-box address:after,
  .location-img-box .address:after {
    content: " ";
    display: table;
  }
  .location-img-box address:after,
  .location-img-box .address:after {
    clear: both;
  }
  .location-img-links a:link,
  .location-img-links a:visited {
    color: #3f3f3f;
    font-family: Arial, sans-serif !important;
  }
  .location-img-links a:link span,
  .location-img-links a:visited span {
    color: #229de2 !important;
  }
  .location-box-right .accordion-toggle {
    color: #3f3f3f;
    pointer-events: initial;
    cursor: pointer;
  }
  .location-box-right .accordion-toggle span {
    display: inline-block;
  }
}
.banner-location-detail {
  background-image: url('../img/banner-location-detail.jpg');
  min-height: 600px;
}
.banner-location-detail p {
  color: #fff;
  width: 70%;
}
.banner-location-detail a:hover,
.banner-location-detail a:active,
.banner-location-detail a:focus {
  color: #fff;
}
.banner-location-detail .banner-left {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-location-detail .banner-left {
  width: 100%;
}
/*.find-a-location {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 20px;
    display: inline-block;
        a:link,
        a:visited {
            display: inline-block;
            font-size: 17px;
            background: @DarkPurple;
            color: #fff;
            font-family: @BellBlack;
            text-transform: uppercase;
            padding: 20px 20px 16px 20px;
			.transition;
            .ss-icon {
                padding-left: 10px;
                font-size: 16px;
            }
        }
        a:hover,
        a:active,
        a:focus {
            color: #fff;
			background: @Blue;
        }
}*/
.find-a-location {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: inline-block;
}
.find-a-location a:link,
.find-a-location a:visited {
  display: inline-block;
  font-size: 17px;
  background: #371155;
  color: #fff;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 20px 20px 16px 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.find-a-location a:link .ss-icon,
.find-a-location a:visited .ss-icon,
.find-a-location a:link .custom-select .arrow-down,
.find-a-location a:visited .custom-select .arrow-down,
.find-a-location a:link .phone-toggle:link,
.find-a-location a:visited .phone-toggle:link,
.find-a-location a:link .phone-toggle:visited,
.find-a-location a:visited .phone-toggle:visited {
  padding-left: 10px;
  font-size: 16px;
}
.find-a-location a:hover,
.find-a-location a:active,
.find-a-location a:focus {
  color: #fff;
  background: #229de2;
}
@media screen and (max-width: 999px) {
  .find-a-location a:link,
  .find-a-location a:visited {
    font-size: 15px;
    padding: 12px 10px 10px 10px;
  }
  .find-a-location a:link .ss-icon,
  .find-a-location a:visited .ss-icon,
  .find-a-location a:link .custom-select .arrow-down,
  .find-a-location a:visited .custom-select .arrow-down,
  .find-a-location a:link .phone-toggle:link,
  .find-a-location a:visited .phone-toggle:link,
  .find-a-location a:link .phone-toggle:visited,
  .find-a-location a:visited .phone-toggle:visited {
    font-size: 12px;
  }
  /*.find-a-location {
          top: 3px;
        
        a:link,
        a:visited {
            padding: 10px 20px 8px 20px;
            font-size: 18px;
            .ss-icon {
                font-size: 14px;
            }
        }

    }*/
  .find-a-location {
    position: relative !important;
    top: initial;
    right: initial;
    bottom: initial;
    margin-top: 20px;
    margin-left: 20px;
  }
  .banner-left {
    display: inline-block;
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-left p {
    width: 100%;
    color: #3f3f3f;
  }
}
.page-banner-img img {
  width: 100% !important;
}
/*.banner-img {
    img {
        width: 100%;
        height: auto;
    }
}*/
.location-detail-services-row {
  background: #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.location-detail-services-intro,
.location-detail-services-btn {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.location-detail-services-intro {
  padding-left: 0;
}
.location-detail-services-intro {
  width: 75%;
}
.location-detail-services-intro p {
  font-size: 24px;
  line-height: 30px;
}
.location-detail-services-btn {
  margin-top: 20px;
  padding-right: 0;
  width: 25%;
  text-align: right;
  float: right;
}
.location-detail-services-left,
.location-detail-services-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.location-detail-services-left {
  padding-left: 0;
}
.location-detail-services-left .box-white h3 {
  margin-top: 0;
}
.location-detail-services-right a:link,
.location-detail-services-right a:visited {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .location-detail-services-intro,
  .location-detail-services-btn {
    text-align: left;
    width: 100%;
  }
  .location-detail-services-left,
  .location-detail-services-right {
    width: 100%;
  }
}
.location-detail-row {
  padding-top: 50px;
  padding-bottom: 70px;
}
.location-detail-row .location-detail-left,
.location-detail-row .location-detail-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.location-detail-row .location-detail-left {
  padding-left: 0;
}
.location-detail-row .location-detail-left .address-box {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  border: 1px solid #e9e9e9;
  padding: 20px 5px 20px 5px;
}
.location-detail-row .location-detail-left .address-box .address-box-left {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 60%;
}
.location-detail-row .location-detail-left .address-box .address-box-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 40%;
}
.location-detail-row .location-detail-left .address-box .address-box-right a:link,
.location-detail-row .location-detail-left .address-box .address-box-right a:visited {
  display: inline-block;
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.location-detail-row .location-detail-left .address-box .address-box-right a:link .ss-icon,
.location-detail-row .location-detail-left .address-box .address-box-right a:visited .ss-icon,
.location-detail-row .location-detail-left .address-box .address-box-right a:link .custom-select .arrow-down,
.location-detail-row .location-detail-left .address-box .address-box-right a:visited .custom-select .arrow-down,
.location-detail-row .location-detail-left .address-box .address-box-right a:link .phone-toggle:link,
.location-detail-row .location-detail-left .address-box .address-box-right a:visited .phone-toggle:link,
.location-detail-row .location-detail-left .address-box .address-box-right a:link .phone-toggle:visited,
.location-detail-row .location-detail-left .address-box .address-box-right a:visited .phone-toggle:visited {
  color: #6e6f72;
  margin-right: 8px;
}
.location-detail-row .location-detail-left .address-box .address-link {
  display: table;
}
.location-detail-row .location-detail-left .address-box .address-link .address-link-pin {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
.location-detail-row .location-detail-left .address-box .address-link .address-link-title {
  display: table-cell;
  width: 44px;
  vertical-align: top;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: none;
}
.location-detail-row .location-detail-left .address-box .address-link address,
.location-detail-row .location-detail-left .address-box .address-link .address {
  display: inline-block;
  width: 100%;
}
.location-detail-row .location-detail-right {
  padding-right: 0;
}
.location-detail-right .map-box {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  border: 1px solid #e9e9e9;
  padding: 20px;
}
.location-detail-right .map-box .map-box-addition {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #371155;
  color: #fff;
}
.location-detail-right .map-box .map-box-addition h3 {
  position: relative;
  margin-top: 0;
}
.location-detail-right .map-box .map-box-addition h3 span {
  position: absolute;
  margin-top: -2px;
  margin-left: 10px;
  border: 2px solid #229de2;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: 21px;
  height: 26px;
  line-height: 20px;
  text-align: center;
}
.location-detail-right .map-box .map-box-addition h3 span:before {
  font-family: "SSStandard";
  content: '▻';
  font-size: 11px;
  color: #fff;
}
.location-detail-right .map-box .map-box-addition .map-box-addition-txt {
  display: table;
}
.location-detail-right .map-box .map-box-addition .map-box-addition-txt .ss-icon,
.location-detail-right .map-box .map-box-addition .map-box-addition-txt .custom-select .arrow-down,
.location-detail-right .map-box .map-box-addition .map-box-addition-txt .phone-toggle:link,
.location-detail-right .map-box .map-box-addition .map-box-addition-txt .phone-toggle:visited {
  display: table-cell;
  padding-right: 10px;
}
.location-detail-right .map-box .map-box-addition .map-box-addition-txt p {
  display: table-cell;
}
.location-detail-right .view-google-maps {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  float: right;
  margin: 10px 0;
}
@media screen and (max-width: 999px) {
  .location-detail-row .location-detail-left .address-box .address-box-left,
  .location-detail-row .location-detail-left .address-box .address-box-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .location-detail-row {
    padding-bottom: 0;
  }
  .location-detail-row .location-detail-left,
  .location-detail-row .location-detail-right {
    width: 100%;
  }
  .location-detail-row .location-detail-left .address-box .address-link .address-link-pin {
    display: inline-block;
    width: 54px;
    margin-bottom: 20px;
  }
  .location-detail-row .location-detail-left .address-box .address-link .address-link-title {
    display: inline-block;
    width: 60%;
  }
  .location-detail-row .location-detail-left .address-box .address-link address,
  .location-detail-row .location-detail-left .address-box .address-link .address {
    display: inline-block;
  }
  .location-detail-row .location-detail-left .address-box .address-box-right {
    width: 100%;
  }
  .location-detail-row .location-detail-left .address-box .address-box-right a:link,
  .location-detail-row .location-detail-left .address-box .address-box-right a:visited {
    color: #3f3f3f;
  }
  .location-detail-row .location-detail-left .address-box .address-box-right a:link .ss-icon,
  .location-detail-row .location-detail-left .address-box .address-box-right a:visited .ss-icon,
  .location-detail-row .location-detail-left .address-box .address-box-right a:link .custom-select .arrow-down,
  .location-detail-row .location-detail-left .address-box .address-box-right a:visited .custom-select .arrow-down,
  .location-detail-row .location-detail-left .address-box .address-box-right a:link .phone-toggle:link,
  .location-detail-row .location-detail-left .address-box .address-box-right a:visited .phone-toggle:link,
  .location-detail-row .location-detail-left .address-box .address-box-right a:link .phone-toggle:visited,
  .location-detail-row .location-detail-left .address-box .address-box-right a:visited .phone-toggle:visited {
    color: #229de2;
  }
  .location-detail-row .location-detail-right {
    padding-left: 0;
    padding-right: 0;
  }
  .location-detail-right .map-box {
    border: 0px;
    padding: 0;
  }
  .location-detail-right .map-box .google-maps,
  .location-detail-right .map-box .view-google-maps {
    display: none;
  }
}
.location-virtual-row {
  background: #ebebeb;
  padding-top: 38px;
  padding-bottom: 58px;
}
.location-virtual-left,
.location-virtual-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.location-virtual-left a:link,
.location-virtual-left a:visited {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.location-virtual-left a:link .ss-icon,
.location-virtual-left a:visited .ss-icon,
.location-virtual-left a:link .custom-select .arrow-down,
.location-virtual-left a:visited .custom-select .arrow-down,
.location-virtual-left a:link .phone-toggle:link,
.location-virtual-left a:visited .phone-toggle:link,
.location-virtual-left a:link .phone-toggle:visited,
.location-virtual-left a:visited .phone-toggle:visited {
  color: #6e6f72;
  margin-right: 8px;
}
.location-virtual-right img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .location-virtual-left {
    width: 100%;
  }
  .location-virtual-right {
    display: none;
  }
}
.location-allservices-row {
  padding-top: 40px;
  padding-bottom: 60px;
}
.location-allservices-row h2 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.location-allservices-row ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 21px;
}
.location-allservices-row ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.location-allservices-left {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 40%;
  border-right: 2px solid #eee;
}
.location-allservices-left ul {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.location-allservices-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 60%;
}
.location-allservices-right ul {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .location-allservices-left,
  .location-allservices-right {
    width: 100%;
  }
  .location-allservices-left {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .location-allservices-left ul,
  .location-allservices-right ul {
    width: 100%;
  }
}
.location-events-row {
  padding-top: 40px;
  padding-bottom: 60px;
}
.location-events-row .section-title {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-bottom: 20px;
}
.location-events-col {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333333333%;
}
@media screen and (max-width: 767px) {
  .location-events-row {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .location-events-col {
    width: 100%;
  }
}
.footer-services-wrap {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #ebebeb;
}
.footer-services-col1 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 30%;
  padding-left: 0;
}
.footer-services-col1 .services-all-list {
  width: 100%;
}
.footer-services-col2 {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 70%;
  padding-left: 30px;
  padding-right: 0;
  border-left: 2px solid #eee;
}
.footer-services-col2 .services-all-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer-services-col1,
  .footer-services-col2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .footer-services-col1 .services-all-list,
  .footer-services-col2 .services-all-list {
    width: 100%;
  }
}
/* .trail .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.services-core-row {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #d7d7d7;
}
.services-core-row .ani-menu-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.services-core-row .ani-menu-list li {
  padding-left: 0;
  padding-right: 20px;
}
.services-core-row .ani-menu-list li a:link,
.services-core-row .ani-menu-list li a:visited {
  height: 100px;
}
.services-all-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.services-check-wrap p {
  margin: 0;
}
.services-all-wrap {
  display: table;
  width: 100%;
  padding-bottom: 40px;
}
.services-all-wrap hr {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  border: none;
  height: 1px;
  color: #ebebeb;
  background-color: #ebebeb;
}
.services-all-wrap .services-all-left,
.services-all-wrap .services-all-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.services-all-wrap .services-all-left {
  width: 25%;
  display: table-cell;
  padding-left: 0;
}
.services-all-wrap .services-all-right {
  width: 75%;
  display: table-cell;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .services-all-wrap .services-all-left {
    width: 30%;
  }
  .services-all-wrap .services-all-right {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .services-all-wrap .services-all-left {
    width: 100%;
    padding-right: 0;
  }
  .services-all-wrap .services-all-right {
    width: 100%;
  }
}
.ie8 .services-all-left {
  width: 25%;
}
.ie8 .services-all-right {
  width: 75%;
}
.services-all-right h2 {
  margin-top: 0;
}
.services-all-right .results-msg {
  font-family: 'SentinelMed', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 20px;
}
.services-all-sort {
  background: #ebebeb;
  padding: 20px;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
  width: 230px;
}
.services-all-sort h4 {
  margin-top: 0;
}
.services-all-sort label,
.services-all-sort .label {
  margin-bottom: 8px;
}
.services-all-sort .input-group {
  background: #fff;
  -webkit-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.services-all-sort .input-group .form-control {
  margin-top: 3px;
  font-family: Arial, sans-serif;
  border: none;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 6px 0 4px 2px;
}
.services-all-sort .input-group .services-search-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  font-size: 13px;
  padding-top: 8px;
  background: none;
  border: none;
  text-transform: uppercase;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding-top: 9px;
  background: none !important;
  border: none !important;
  color: #229de2;
}
.services-all-sort .input-group .services-search-submit:focus,
.services-all-sort .input-group .services-search-submit:active:focus,
.services-all-sort .input-group .services-search-submit.active:focus,
.services-all-sort .input-group .services-search-submit.focus,
.services-all-sort .input-group .services-search-submit:active.focus,
.services-all-sort .input-group .services-search-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.services-all-sort .input-group .services-search-submit:hover,
.services-all-sort .input-group .services-search-submit:focus,
.services-all-sort .input-group .services-search-submit.focus {
  color: #333333;
  text-decoration: none;
}
.services-all-sort .input-group .services-search-submit:active,
.services-all-sort .input-group .services-search-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.services-all-sort .input-group .services-search-submit.disabled,
.services-all-sort .input-group .services-search-submit[disabled],
fieldset[disabled] .services-all-sort .input-group .services-search-submit {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.services-all-sort .input-group .services-search-submit:focus,
.services-all-sort .input-group .services-search-submit:active:focus,
.services-all-sort .input-group .services-search-submit.active:focus,
.services-all-sort .input-group .services-search-submit.focus,
.services-all-sort .input-group .services-search-submit:active.focus,
.services-all-sort .input-group .services-search-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.services-all-sort .input-group .services-search-submit:hover,
.services-all-sort .input-group .services-search-submit:focus,
.services-all-sort .input-group .services-search-submit.focus {
  color: #333333;
  text-decoration: none;
}
.services-all-sort .input-group .services-search-submit:active,
.services-all-sort .input-group .services-search-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.services-all-sort .input-group .services-search-submit.disabled,
.services-all-sort .input-group .services-search-submit[disabled],
fieldset[disabled] .services-all-sort .input-group .services-search-submit {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.services-all-sort .input-group .services-search-submit:hover,
.services-all-sort .input-group .services-search-submit:active,
.services-all-sort .input-group .services-search-submit:focus {
  background: none;
  border-color: none;
  color: #229de2 !important;
}
.service-alpha-wrap {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #c9c9c9;
}
.services-alpha-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-alpha-list li {
  display: inline-block;
}
.services-alpha-list li a:link,
.services-alpha-list li a:visited {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  color: #fff;
  background: #371155;
  font-size: 15px;
  text-transform: uppercase;
  padding: 6px 8px;
  margin-right: 3px;
  margin-bottom: 10px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.services-alpha-list li a:nth-child(4n) {
  margin-right: 0;
}
.services-alpha-list li a:hover,
.services-alpha-list li a:active,
.services-alpha-list li a:focus {
  background: #229de2;
  color: #fff;
}
.services-alpha-list li a.chosen {
  background: #3f3f3f;
  color: #fff;
}
.services-alpha-list li a.disabled {
  pointer-events: none;
  cursor: default;
  background: #dcdcdc;
  color: #939598;
}
.services-alpha-list li.last a {
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .services-alpha-list li a:link,
  .services-alpha-list li a:visited {
    /*margin-right: 0;
        margin-bottom: 4px;
        padding: 10px 8px;
        width: 43px;
        height: 43px;*/
  }
}
@media screen and (max-width: 767px) {
  .services-all-sort {
    width: 100%;
  }
}
.services-all-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333333333%;
  padding-left: 0;
}
.services-all-list li {
  line-height: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.services-all-list li a:link,
.services-all-list li a:visited {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .services-all-list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .services-all-list {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .service-detail-page .page-banner .page-banner-header .subheading p {
    width: 66.66666667%;
  }
  .service-detail-page .sub-nav-wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-nav-wrap {
    display: none;
  }
  .service-detail-page .page-banner .page-banner-header .subheading p {
    width: 100%;
  }
  .service-detail-page .content-right-col {
    margin-top: 0;
  }
}
.treatment-box {
  display: inline-block;
  margin-bottom: 20px;
}
.treatment-box .Link-Heading-1 {
  font-family: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif;
  color: #229de2;
  text-transform: uppercase;
}
.treatment-box-left,
.treatment-box-right {
  display: inline-block;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.treatment-box-left {
  padding-left: 0;
  padding-right: 30px;
  width: 30%;
}
.treatment-box-left img {
  max-width: 100%;
  height: auto;
}
.treatment-box-right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .content-right-col {
    margin-top: 0;
  }
}
.footer .mod-social-icons ul {
  float: right;
}
.mod-social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-social-icons ul li {
  float: left;
}
.mod-social-icons ul li a:link,
.mod-social-icons ul li a:visited {
  color: #46166b;
  font-size: 21px;
  margin: 0 8px 0 8px;
}
.mod-social-icons ul li a:link:hover,
.mod-social-icons ul li a:visited:hover,
.mod-social-icons ul li a:link:active,
.mod-social-icons ul li a:visited:active,
.mod-social-icons ul li a:link:focus,
.mod-social-icons ul li a:visited:focus {
  color: #371155;
}
.mod-social-icons ul li:first-child a {
  margin-left: 0;
}
.mod-social-icons ul li:last-child a {
  margin-right: 0;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-content {
  display: none;
}
.accordion-content.default {
  display: block;
}
.mod-accordion {
  border-top: 1px solid #d9d9d9;
}
.mod-accordion .accordion-toggle {
  display: block;
  margin: 0;
  padding: 15px 20px;
  color: #229de2;
  text-transform: none;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  font-family: Arial,sans-serif;
  font-weight: bold;
}
.mod-accordion .accordion-toggle:before {
  font-size: 14px;
  margin-right: 10px;
  font-family: "SSStandard";
  content: '+';
}
.mod-accordion .accordion-toggle:hover,
.mod-accordion .accordion-toggle:active,
.mod-accordion .accordion-toggle:visited {
  color: #371155 !important;
}
.mod-accordion .accordion-toggle.icon-open {
  color: #3f3f3f;
}
.mod-accordion .accordion-toggle.icon-open:before {
  font-family: "SSStandard";
  content: "-";
}
.mod-accordion .accordion-content {
  padding: 15px;
}
.content-row table {
  width: 100%;
  font-family: 'Muli', sans-serif;
  font-weight: normal;
  margin: 20px 0 20px 0;
}
.content-row table th {
  background: #efefef;
  padding: 10px;
  border: 2px solid #efefef;
}
.content-row table td {
  padding: 10px;
  border: 2px solid #efefef;
}
.mod-share-icons {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.mod-share-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-share-icons ul li {
  float: left;
}
.mod-share-icons ul li a:link,
.mod-share-icons ul li a:visited {
  color: #46166b;
  font-size: 28px;
  margin: 0 6px 0 6px;
}
.mod-share-icons ul li a:link:hover,
.mod-share-icons ul li a:visited:hover,
.mod-share-icons ul li a:link:active,
.mod-share-icons ul li a:visited:active,
.mod-share-icons ul li a:link:focus,
.mod-share-icons ul li a:visited:focus {
  color: #371155;
}
.mod-share-icons ul li:first-child a {
  margin-left: 0;
}
.mod-share-icons ul li:last-child a {
  margin-right: 0;
}
/* @media screen and (max-width: 999px) {
.trail ul.closed {
        padding-left: 70px;
}
.nav-logo-col #nav-logo {
    padding: 12px 15px 0 25px;
}
}


@media screen and (max-width: 767px) {
    .nav-logo-col #nav-logo {
        padding: 12px 15px 0 18px;
    }
} */
/*section {
    .make-row();
}
.col-left {
    .make-xs-column(6);
    .make-sm-column(6);
    .make-md-column(6);
}
.col-right {
    .make-md-column(6);
}

    .make-column(3,3,3,12);
*/
/*
@LightPurple: #5B307C;
@DarkPurple: #371155;
@Blue: #229DE2;
@Yellow: #FFF201;
@Grey5: #939598;
@DarkGrey: #3F3F3F;


@MediumPurple: #46166B;
@Grey1: #F8F8F8;
@Grey2: #E9E9E9;
@Grey3: #EBEBEB;
@Grey4: #CDCDCD;
@Red: #E11212;*/
/*
        a:link,
        a:visited {
        }
        a:hover,
        a:active,
        a:focus {
        }
        */
/*
&:before {
            	font-family: "SSStandard";
            	content:'📞';
            }
}*/
/*
transition: color 0.5s;
   -webkit-transition: color 0.5s;
   -moz-transition: color 0.5s;
   */
/*
@BellBlack: 'BellGothicSTDBlack', Helvetica, Arial, sans-serif; 
@BellBold: 'BellGothicSTDBold', Helvetica, Arial, sans-serif; 

@SentinelMed: 'SentinelMed', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
@SentinelSemiBold: 'SentinelSemiBold', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
@SentinelMedItalic: 'SentinelMed', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;


@HelveticaNeue: 'HelveticaNeue', Helvetica, Arial, sans-serif;
@HelveticaNeueMed: 'HelveticaNeueMed', Helvetica, Arial, sans-serif;
@HelveticaNeueBold: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
@HelveticaNeueLight: 'HelveticaNeueLight', Helvetica, Arial, sans-serif;

*/
/* columns

.address-box-left {
    .column;
    .width: 60%;
}
            
            
            
*/
.content-mid-wrap.article-wrap {
  padding-left: 44px;
  float: left;
  width: 100%;
}
/*.content-row.no-banner {
    .content-left-col {
        width: 20%;
        padding-right: 0;
    }
    .content-mid-wrap {
        width: 80%;
        
        >.content-mid-col {
            width: 75%;
            padding-left: 30px !important;
            padding-right: 30px !important;
            img {
                max-width: 100%;
                height: auto;
            }
        }
        >.content-right-col {
            padding: 0 !important;
            width: 25%;
        }
    }

}

@media screen and (max-width: 999px) {
    .content-row.no-banner {
        padding-top: 0;
    }
}*/
.listnone {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tel {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .tel {
    pointer-events: initial;
    cursor: pointer;
  }
}
.box-white {
  display: block;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.container {
  width: 1180px;
}
@media screen and (min-width: 1000px) and (max-width: 1196px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
/*Make iframes responsive*/
.responsive-iframe-container {
  position: relative;
  height: 0;
  padding-bottom: 70.25%;
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.globle-emergency-row .globle-emergency-box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
    font-family: 'MuliBold', sans-serif;
}

.globle-emergency-row {
    background: #f7f3d7;
}

.globle-emergency-row .globle-emergency-box .globle-ss-delete {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 0;
}
/* i::before {
    font-family: "SSStandard";
    content: '▻';
    font-size: 12px;
} */
.quicklinks a.accordion-toggle i {
  font-size: 18px;
}
.RadTabStrip_Default .rtsLevel .rtsLink{
  color:#333 !important;
}
.RadGrid_Default .rgRow td div{
  font-size: 13px;
}
.RadGrid_Default .rgAltRow td div{
  font-size: 13px;
}
.card-img {
    height: 150px;
    overflow: hidden;
}
.card-txt h5 {
    font-size: 16px !important;
}

.btn-moss-schedule, .btn-moss-schedule:visited {
	background: #371155;
	color: #FFF !important;
    cursor: pointer;
	display: inline-block;
	font-family: 'texgyreBold',Arial, sans-serif;
    font-size: 21px;
	font-weight: bold; 
	line-height: 1.42857143;	
	padding: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    vertical-align: middle;
}
	.btn-moss-schedule:hover {
		opacity: 0.9;
}
