* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #b4b6b8;
  color: #363636;
  font-family: Raleway;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
  overflow-x: hidden;
  padding: 0;
  z-index: 0
}
.body {
  overflow: hidden
}
section .primary-overlay,
div .primary-overlay {
  z-index: 1
}
section .primary-overlay .overlay,
div .primary-overlay .overlay {
  background-color: #1e5082;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}
section .primary-overlay > .rspbld-row-title,
div .primary-overlay > .rspbld-row-title,
section .primary-overlay > .rspbld-row-subtitle,
div .primary-overlay > .rspbld-row-subtitle,
section .primary-overlay > .rspbld-column-title,
div .primary-overlay > .rspbld-column-title,
section .primary-overlay > .rspbld-column-subtitle,
div .primary-overlay > .rspbld-column-subtitle {
  color: #ffffff
}
section .secondary-overlay,
div .secondary-overlay {
  z-index: 1
}
section .secondary-overlay .overlay,
div .secondary-overlay .overlay {
  background-color: #cdd741;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}
section .secondary-overlay > .rspbld-row-title,
div .secondary-overlay > .rspbld-row-title,
section .secondary-overlay > .rspbld-row-subtitle,
div .secondary-overlay > .rspbld-row-subtitle,
section .secondary-overlay > .rspbld-column-title,
div .secondary-overlay > .rspbld-column-title,
section .secondary-overlay > .rspbld-column-subtitle,
div .secondary-overlay > .rspbld-column-subtitle {
  color: #ffffff
}
section .ternary-overlay,
div .ternary-overlay {
  z-index: 1
}
section .ternary-overlay .overlay,
div .ternary-overlay .overlay {
  background-color: #46484a;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}
section .ternary-overlay > .rspbld-row-title,
div .ternary-overlay > .rspbld-row-title,
section .ternary-overlay > .rspbld-row-subtitle,
div .ternary-overlay > .rspbld-row-subtitle,
section .ternary-overlay > .rspbld-column-title,
div .ternary-overlay > .rspbld-column-title,
section .ternary-overlay > .rspbld-column-subtitle,
div .ternary-overlay > .rspbld-column-subtitle {
  color: #ffffff
}
hr {
  border-color: #000
}
a {
  color: #cdd741;
  outline: 0;
  -webkit-transition: color .2s linear 0s;
  -moz-transition: color .2s linear 0s;
  -o-transition: color .2s linear 0s;
  transition: color .2s linear 0s
}
a:hover,
a:active,
a:focus {
  color: #9fa823;
  outline: 0;
  text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e5082;
  font-family: Playfair Display;
  font-weight: 400;
  line-height: 1.2;
  margin: 40px 0
}
h1 {
  font-size: 28px
}
h2 {
  font-size: 36px
}
h3 {
  font-size: 32px
}
h4 {
  font-size: 28px
}
h5 {
  font-size: 24px
}
h6 {
  font-size: 20px
}
p {
  margin: 0 0 20px 0
}
::selection {
  background: #1e5082;
  color: #ffffff;
  text-shadow: none
}
::-moz-selection {
  background: #1e5082;
  color: #ffffff;
  text-shadow: none
}
strong {
  text-transform: uppercase
}
.highlight {
  background-color: #1e5082;
  color: #ffffff;
  font-weight: 900;
  padding: 0 4px
}
.label,
.badge {
  background-color: #f6b324;
  border-radius: 0px;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
  transition: all .1s linear 0s
}
.label p,
.badge p {
  color: #ffffff
}
.label.label-success,
.badge.label-success,
.label.badge-success,
.badge.badge-success {
  background-color: #9fc61e
}
.label.label-info,
.badge.label-info,
.label.badge-info,
.badge.badge-info {
  background-color: #2287b5
}
.label.label-error,
.badge.label-error,
.label.badge-error,
.badge.badge-error {
  background-color: #e70329
}
.label.label-inverse,
.badge.label-inverse,
.label.badge-inverse,
.badge.badge-inverse {
  background-color: #000;
  color: #ffffff
}
.muted {
  color: #000
}
.text-warning {
  color: #f6b324
}
.text-error {
  color: #e70329
}
.text-info {
  color: #2287b5
}
.text-success {
  color: #9fc61e
}
blockquote,
q {
  quotes: "" "";
  background-color: #f2f2f2;
  border: none;
  display: block;
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  padding: 40px;
  width: 100%
}
blockquote > p,
q > p {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px 0
}
blockquote > p:first-of-type,
q > p:first-of-type {
  position: relative;
  z-index: 1
}
blockquote > p:first-of-type:before,
q > p:first-of-type:before {
  content: "\f10d";
  color: rgba(0,0,0,0.1);
  font-family: 'FontAwesomeRSTemplate';
  font-size: 4em;
  position: absolute;
  left: 0;
  top: 0;
  height: 1em;
  width: 1em;
  z-index: -1
}
blockquote > p + *:not(p),
q > p + *:not(p) {
  color: #1e5082;
  position: relative;
  z-index: 1
}
@media (max-width: 480px) {
  blockquote,
  q {
    padding: 40px 15px
  }
}
.text-left blockquote > p + *:not(p),
.text-center blockquote > p + *:not(p),
.text-left q > p + *:not(p),
.text-center q > p + *:not(p) {
  margin-left: 40px
}
.text-right blockquote > p:first-of-type:before,
.text-right q > p:first-of-type:before {
  left: auto;
  right: 0
}
.text-right blockquote > p + *:not(p),
.text-right q > p + *:not(p) {
  margin-right: 40px
}
code {
  background-color: #f2f2f2;
  border-radius: 0px;
  border: none;
  font-weight: 600;
  color: #e70329;
  padding: 4px 6px
}
dl {
  margin-bottom: 20px;
  margin-top: 0
}
dt {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px
}
dd {
  margin-left: 20px;
  margin-bottom: 15px
}
dfn,
cite,
em {
  font-style: italic
}
pre {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 20px
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 3px 0 0 3px
}
.input-prepend .add-on:last-child,
.input-prepend .btn:last-child {
  border-radius: 0 3px 3px 0
}
.background-primary {
  background-color: #1e5082 !important
}
.background-primary blockquote,
.background-primary q {
  background-color: #1e5082
}
.background-primary blockquote > p + *:not(p),
.background-primary q > p + *:not(p) {
  color: #ffffff
}
.background-secondary {
  background-color: #cdd741 !important
}
.background-secondary blockquote,
.background-secondary q {
  background-color: #cdd741
}
.background-secondary blockquote > p + *:not(p),
.background-secondary q > p + *:not(p) {
  color: #ffffff
}
.background-ternary {
  background-color: #46484a !important
}
.background-ternary blockquote,
.background-ternary q {
  background-color: #46484a
}
.background-ternary blockquote > p + *:not(p),
.background-ternary q > p + *:not(p) {
  color: #ffffff
}
.background-primary,
.background-secondary,
.background-ternary {
  color: #ffffff
}
.background-primary h1,
.background-secondary h1,
.background-ternary h1,
.background-primary h2,
.background-secondary h2,
.background-ternary h2,
.background-primary h3,
.background-secondary h3,
.background-ternary h3,
.background-primary h4,
.background-secondary h4,
.background-ternary h4,
.background-primary h5,
.background-secondary h5,
.background-ternary h5,
.background-primary h6,
.background-secondary h6,
.background-ternary h6 {
  color: #ffffff
}
.background-black {
  background-color: #000000
}
.background-white {
  background-color: #ffffff
}
.background-inherit {
  background-color: #fff
}
.background-light {
  background-color: #f2f2f2
}
.background-dark {
  background-color: #bfbfbf
}
.color-primary {
  color: #1e5082
}
.color-secondary {
  color: #cdd741
}
.color-ternary {
  color: #46484a
}
.color-black {
  color: #000000
}
.color-white {
  color: #ffffff
}
.pull-center {
  display: block;
  margin: 0 auto
}
h1.rstpl-title,
h2.rstpl-title,
h3.rstpl-title {
  margin-top: 0
}
.rstpl-icon-list [class*="span"] {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5em;
  overflow: hidden
}
.rstpl-icon-list [class*="icon-"] {
  font-size: 1.5em;
  width: 100%;
  text-align: center
}
.rstpl-icon-list .rstpl-icon-label {
  display: block;
  font-size: .8em;
  text-align: center;
  width: 100%
}
.rstpl-arrow-simple-bullet,
.rstpl-arrow-circle-bullet {
  list-style-type: none;
  margin: 0
}
.rstpl-arrow-simple-bullet > li:before {
  content: "\f054";
  font-family: "FontAwesomeRSTemplate";
  font-size: .8em;
  font-weight: 600;
  margin-right: 10px;
  color: #cdd741
}
.rstpl-arrow-simple-bullet > li,
.rstpl-arrow-circle-bullet > li {
  line-height: 2em
}
.rstpl-arrow-circle-bullet > li:before {
  content: "\f138";
  font-family: "FontAwesomeRSTemplate";
  font-size: 1em;
  font-weight: 300;
  margin-right: 10px;
  vertical-align: 0
}
.rs_clear {
  height: 0 !important;
  line-height: 0 !important
}
.rs_table [id*="rscalendarmonth"] {
  font-weight: 900
}
.rs_calendar_arrows_module {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 8px !important;
  width: 10px
}
.table-bordered {
  border-radius: 0px
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #000;
  max-width: 100%;
  margin-bottom: 20px
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 15px;
  vertical-align: top;
  border: 0px solid #000
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #000
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0
}
table > tbody + tbody {
  border-top: 2px solid #000
}
button {
  background-color: #a7a9ac;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #ced0d1 0%, #9a9c9f 60%);
  background-image: -moz-linear-gradient(-52 deg, #ced0d1 0%, #9a9c9f 60%);
  background-image: linear-gradient(128deg, #ced0d1 0%, #9a9c9f 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
button:hover,
button:focus {
  background-color: #8d9093;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #333;
  background-image: -webkit-linear-gradient(-52 deg, #9a9c9f 0%, #ced0d1 60%);
  background-image: -moz-linear-gradient(-52 deg, #9a9c9f 0%, #ced0d1 60%);
  background-image: linear-gradient(128deg, #9a9c9f 0%, #ced0d1 60%)
}
.btn {
  background-color: #b1b3b6;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #d9dadb 0%, #a4a7a9 60%);
  background-image: -moz-linear-gradient(-52 deg, #d9dadb 0%, #a4a7a9 60%);
  background-image: linear-gradient(128deg, #d9dadb 0%, #a4a7a9 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn:hover,
.btn:focus {
  background-color: #979a9d;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #333;
  background-image: -webkit-linear-gradient(-52 deg, #a4a7a9 0%, #d9dadb 60%);
  background-image: -moz-linear-gradient(-52 deg, #a4a7a9 0%, #d9dadb 60%);
  background-image: linear-gradient(128deg, #a4a7a9 0%, #d9dadb 60%)
}
.btn.btn-default {
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #fff 0%, #f2f2f2 60%);
  background-image: -moz-linear-gradient(-52 deg, #fff 0%, #f2f2f2 60%);
  background-image: linear-gradient(128deg, #fff 0%, #f2f2f2 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #e6e6e6;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #333;
  background-image: -webkit-linear-gradient(-52 deg, #f2f2f2 0%, #fff 60%);
  background-image: -moz-linear-gradient(-52 deg, #f2f2f2 0%, #fff 60%);
  background-image: linear-gradient(128deg, #f2f2f2 0%, #fff 60%)
}
.btn.btn-primary {
  background-color: #1e5082;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: -moz-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: linear-gradient(128deg, #2c76c0 0%, #19436d 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #143659;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: -moz-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: linear-gradient(128deg, #19436d 0%, #2c76c0 60%)
}
.btn.btn-secondary {
  background-color: #46484a;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #6b6e71 0%, #3a3b3d 60%);
  background-image: -moz-linear-gradient(-52 deg, #6b6e71 0%, #3a3b3d 60%);
  background-image: linear-gradient(128deg, #6b6e71 0%, #3a3b3d 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #2d2e30;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #3a3b3d 0%, #6b6e71 60%);
  background-image: -moz-linear-gradient(-52 deg, #3a3b3d 0%, #6b6e71 60%);
  background-image: linear-gradient(128deg, #3a3b3d 0%, #6b6e71 60%)
}
.btn.btn-warning {
  background-color: #f6b324;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #f9cd6d 0%, #f5ab0c 60%);
  background-image: -moz-linear-gradient(-52 deg, #f9cd6d 0%, #f5ab0c 60%);
  background-image: linear-gradient(128deg, #f9cd6d 0%, #f5ab0c 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #de9a09;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #f5ab0c 0%, #f9cd6d 60%);
  background-image: -moz-linear-gradient(-52 deg, #f5ab0c 0%, #f9cd6d 60%);
  background-image: linear-gradient(128deg, #f5ab0c 0%, #f9cd6d 60%)
}
.btn.btn-danger {
  background-color: #e70329;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #fc3a5a 0%, #ce0325 60%);
  background-image: -moz-linear-gradient(-52 deg, #fc3a5a 0%, #ce0325 60%);
  background-image: linear-gradient(128deg, #fc3a5a 0%, #ce0325 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #b50220;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #ce0325 0%, #fc3a5a 60%);
  background-image: -moz-linear-gradient(-52 deg, #ce0325 0%, #fc3a5a 60%);
  background-image: linear-gradient(128deg, #ce0325 0%, #fc3a5a 60%)
}
.btn.btn-info {
  background-color: #2287b5;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #47aedc 0%, #1e77a0 60%);
  background-image: -moz-linear-gradient(-52 deg, #47aedc 0%, #1e77a0 60%);
  background-image: linear-gradient(128deg, #47aedc 0%, #1e77a0 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #1a678a;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #1e77a0 0%, #47aedc 60%);
  background-image: -moz-linear-gradient(-52 deg, #1e77a0 0%, #47aedc 60%);
  background-image: linear-gradient(128deg, #1e77a0 0%, #47aedc 60%)
}
.btn.btn-success {
  background-color: #9fc61e;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #c1e44d 0%, #8db01b 60%);
  background-image: -moz-linear-gradient(-52 deg, #c1e44d 0%, #8db01b 60%);
  background-image: linear-gradient(128deg, #c1e44d 0%, #8db01b 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: #7b9a17;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #8db01b 0%, #c1e44d 60%);
  background-image: -moz-linear-gradient(-52 deg, #8db01b 0%, #c1e44d 60%);
  background-image: linear-gradient(128deg, #8db01b 0%, #c1e44d 60%)
}
.btn.btn-inverse {
  background-color: #000;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #262626 0%, #000 60%);
  background-image: -moz-linear-gradient(-52 deg, #262626 0%, #000 60%);
  background-image: linear-gradient(128deg, #262626 0%, #000 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  background-color: #000;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #000 0%, #262626 60%);
  background-image: -moz-linear-gradient(-52 deg, #000 0%, #262626 60%);
  background-image: linear-gradient(128deg, #000 0%, #262626 60%)
}
.btn.btn-link {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #cdd741;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, rgba(38,38,38,0) 0%, rgba(0,0,0,0) 60%);
  background-image: -moz-linear-gradient(-52 deg, rgba(38,38,38,0) 0%, rgba(0,0,0,0) 60%);
  background-image: linear-gradient(128deg, rgba(38,38,38,0) 0%, rgba(0,0,0,0) 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background-color: rgba(0,0,0,0);
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #cdd741;
  background-image: -webkit-linear-gradient(-52 deg, rgba(0,0,0,0) 0%, rgba(38,38,38,0) 60%);
  background-image: -moz-linear-gradient(-52 deg, rgba(0,0,0,0) 0%, rgba(38,38,38,0) 60%);
  background-image: linear-gradient(128deg, rgba(0,0,0,0) 0%, rgba(38,38,38,0) 60%)
}
.btn.btn-link:hover {
  color: #9fa823;
  text-decoration: none
}
.btn.dropdown-toggle {
  background-color: #f5f5f5;
  border-radius: 0px
}
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
  background-color: #dcdcdc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.btn.btn-mini {
  font-size: 14px;
  padding: 4px 8px
}
.btn.btn-small {
  padding: 6px 12px
}
.btn.btn-large {
  font-size: 19px;
  padding: 14px 28px
}
.btn .caret {
  margin-bottom: 4px;
  margin-top: 5px
}
.btn-group .btn {
  border-radius: 0;
  font-size: 12px
}
.btn-group .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.btn-group .btn:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}
.btn-group .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active .btn-group .btn.active {
  z-index: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.btn-group.open > .btn.dropdown-toggle,
.icons.open > .btn.dropdown-toggle {
  background-color: #2869ab
}
.btn-group > .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary,
.btn-group > .dropdown-toggle.btn,
.dropdown-toggle.btn {
  background-color: #1e5082;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 10px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: -moz-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: linear-gradient(128deg, #2c76c0 0%, #19436d 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  color: #ffffff
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  background-color: #143659;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #333;
  background-image: -webkit-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: -moz-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: linear-gradient(128deg, #19436d 0%, #2c76c0 60%)
}
.btn-group > .dropdown-toggle.btn-primary .caret,
.dropdown-toggle.btn-primary .caret,
.btn-group > .dropdown-toggle.btn .caret,
.dropdown-toggle.btn .caret {
  border-top-color: #ffffff
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-group > .dropdown-toggle.btn:active,
.dropdown-toggle.btn:active,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  background-color: #2869ab;
  color: #ffffff
}
.btn-group > .dropdown-toggle.btn-mini,
.dropdown-toggle.btn-mini {
  padding: 3px 7px;
  font-size: 12px
}
.btn-group > .dropdown-toggle.btn-small,
.dropdown-toggle.btn-small {
  padding: 5px 10px
}
.btn-group > .dropdown-toggle.btn-large,
.dropdown-toggle.btn-large {
  padding: 15px 25px
}
.btn-toolbar .btn {
  font-size: 12px
}
.btn-floating {
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 37px;
  width: 37px;
  line-height: 37px;
  padding: 0;
  transition: .3s;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.25);
  box-shadow: 0 0 5px rgba(0,0,0,0.25)
}
.btn-floating i {
  color: #000;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: inherit
}
.btn-floating:hover {
  -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 9px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 9px rgba(0,0,0,0.5);
  box-shadow: 0 0 9px rgba(0,0,0,0.5)
}
.btn-floating:before {
  border-radius: 0
}
.btn-floating.large {
  width: 52px;
  height: 52px;
  line-height: 52px
}
.btn-floating.floating-primary {
  background-color: #1e5082;
  color: #ffffff
}
.btn-floating.floating-primary i {
  color: #ffffff
}
.btn-floating.floating-secondary {
  background-color: #cdd741;
  color: #ffffff
}
.btn-floating.floating-secondary i {
  color: #ffffff
}
.btn-floating.floating-red {
  background-color: #e70329;
  color: #ffffff
}
.btn-floating.floating-red i {
  color: #ffffff
}
.btn-floating.floating-green {
  background-color: #9fc61e;
  color: #ffffff
}
.btn-floating.floating-green i {
  color: #ffffff
}
.btn-floating.floating-blue {
  background-color: #2287b5;
  color: #ffffff
}
.btn-floating.floating-blue i {
  color: #ffffff
}
.btn-floating.facebook {
  background-color: #3B5998;
  color: #ffffff
}
.btn-floating.facebook i {
  color: #ffffff
}
.btn-floating.twitter {
  background-color: #55ACEE;
  color: #ffffff
}
.btn-floating.twitter i {
  color: #ffffff
}
.btn-floating.linkedin {
  background-color: #1984BC;
  color: #ffffff
}
.btn-floating.linkedin i {
  color: #ffffff
}
.btn-floating.youtube {
  background-color: #B00;
  color: #ffffff
}
.btn-floating.youtube i {
  color: #ffffff
}
.btn-floating.vimeo {
  background-color: #46B5FE;
  color: #ffffff
}
.btn-floating.vimeo i {
  color: #ffffff
}
.btn-floating.flickr {
  background-color: #FF0084;
  color: #ffffff
}
.btn-floating.flickr i {
  color: #ffffff
}
.btn-floating.pinterest {
  background-color: #CB2027;
  color: #ffffff
}
.btn-floating.pinterest i {
  color: #ffffff
}
.btn-floating.instagram {
  background-color: #bb31a8;
  color: #ffffff
}
.btn-floating.instagram i {
  color: #ffffff
}
.btn-floating.skype {
  background-color: #00AFF0;
  color: #ffffff
}
.btn-floating.skype i {
  color: #ffffff
}
.fixed-action-btn {
  bottom: 40px;
  position: fixed;
  z-index: 998
}
.fixed-action-btn.float-right {
  right: 100px;
  left: auto
}
@media (max-width: 767px) {
  .fixed-action-btn.float-right {
    right: 20px;
    bottom: 20px
  }
}
.fixed-action-btn.float-left {
  left: 100px;
  right: auto
}
@media (max-width: 767px) {
  .fixed-action-btn.float-left {
    left: 20px;
    bottom: 20px
  }
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  list-style-type: none;
  bottom: 64px;
  margin: 0;
  display: none
}
.fixed-action-btn ul li {
  margin-bottom: 10px
}
.fixed-action-btn ul a.btn-floating {
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0)
}
.fixed-action-btn.active a.btn-floating {
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rstpl-tags.inline > li {
  margin: 0;
  padding-left: 0;
  margin-right: 10px
}
.rstpl-tags .label {
  background-color: #1e5082;
  font-size: 13px;
  padding: 5px;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}
.rstpl-tags .label:hover {
  background-color: #cdd741;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}
.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block
}
.tagspopular ul li {
  display: inline-block;
  float: left;
  background-color: #1e5082;
  padding: 5px 10px;
  font-size: small;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}
.tagspopular ul li:hover {
  background-color: #cdd741;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}
.tagspopular ul li a {
  color: #ffffff
}
.btn.jmodedit {
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.btn.jmodedit [class^="icon-"],
.btn.jmodedit [class*=" icon-"] {
  line-height: 30px
}
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"],
select,
textarea,
.uneditable-input {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  line-height: 20px;
  min-height: 32px;
  width: 300px;
  padding: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
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,
select:focus,
textarea:focus,
.uneditable-input:focus {
  background-color: #f2f2f2;
  border-color: #000;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
input[type="text"][class*="span"],
input[type="password"][class*="span"],
input[type="datetime"][class*="span"],
input[type="datetime-local"][class*="span"],
input[type="date"][class*="span"],
input[type="month"][class*="span"],
input[type="time"][class*="span"],
input[type="week"][class*="span"],
input[type="number"][class*="span"],
input[type="email"][class*="span"],
input[type="url"][class*="span"],
input[type="search"][class*="span"],
input[type="tel"][class*="span"],
input[type="color"][class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"] {
  min-height: 32px
}
.popover input,
.popover select,
.popover textarea,
.popover .uneditable-input {
  min-width: 0
}
select option {
  padding: 6px 12px
}
select:not([size]):not([multiple]),
select[size="1"] {
  height: 32px !important;
  line-height: 20px !important
}
textarea {
  height: auto;
  min-width: 312px
}
.input-append .add-on,
.input-append .btn {
  border: 1px solid #000;
  height: 32px;
  padding: 4px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.input-append .add-on:first-child,
.input-append .btn:first-child {
  border-radius: 3px 0 0 3px
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  border-radius: 0 3px 3px 0
}
.full-width-form form input[type="text"],
.full-width-form form input[type="password"],
.full-width-form form input[type="datetime"],
.full-width-form form input[type="datetime-local"],
.full-width-form form input[type="date"],
.full-width-form form input[type="month"],
.full-width-form form input[type="time"],
.full-width-form form input[type="week"],
.full-width-form form input[type="number"],
.full-width-form form input[type="email"],
.full-width-form form input[type="url"],
.full-width-form form input[type="search"],
.full-width-form form input[type="tel"],
.full-width-form form input[type="color"],
.full-width-form form select,
.full-width-form form textarea,
.full-width-form form .uneditable-input {
  min-width: 150px;
  width: 100%
}
form [id*="captcha_image"] {
  margin-bottom: 15px !important
}
.form-actions {
  background-color: #fff;
  border: none;
  padding: 20px
}
.rstpl-navigation {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}
.rstpl-navigation .menu_left .rstpl-template-menu {
  text-align: left
}
.rstpl-navigation .menu_center .rstpl-template-menu {
  text-align: center
}
.rstpl-navigation .menu_right .rstpl-template-menu {
  text-align: right
}
.rstpl-navigation .nav-collapse {
  display: flex;
  position: static
}
.rstpl-navigation .navbar {
  margin: 0
}
.rstpl-navigation .navbar .rstpl-brand {
  padding: 0 30px;
  text-transform: uppercase
}
.rstpl-navigation .navbar .rstpl-brand.pull-center {
  padding: 25px 25px 0 25px;
  position: relative;
  left: 50%;
  text-align: center;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}
.rstpl-navigation .navbar .rstpl-brand.pull-center ~ .nav-collapse {
  padding: 0 25px
}
.rstpl-navigation .navbar .rstpl-brand.pull-left {
  margin-right: 25px;
  padding: 25px 0 25px 90px
}
.rstpl-navigation .navbar .rstpl-brand.pull-right {
  margin-left: 25px;
  padding: 25px 90px 25px 0
}
.rstpl-navigation .navbar .rstpl-brand.image {
  height: 80px;
}
.rstpl-navigation .navbar .rstpl-brand.image img {
  height: 127%;
}
.rstpl-navigation .navbar .rstpl-brand a:hover,
.rstpl-navigation .navbar .rstpl-brand a:focus,
.rstpl-navigation .navbar .rstpl-brand a:active {
  color: inherit
}
.rstpl-navigation .navbar .rstpl-brand h1 {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin: 0
}
.rstpl-navigation .navbar .rstpl-brand h2 {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin: 0
}
.rstpl-navigation .navbar .rstpl-brand h3 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0
}
.rstpl-navigation .navbar .navbar-inner {
  border: none;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  min-height: 40px;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
  float: none;
  margin-right: 0;
  position: static;
  width: 100%
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
  float: none;
  display: inline-block;
  padding: 20px 1px;
  vertical-align: top
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"].active > a > span.menu-icon {
  color: #ffffff
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"].parent > a:before {
  padding: 10px 25px 10px 35px
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"].parent > a > span.menu-slide {
  padding: 10px 25px 10px 35px
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"].rstpl-mega-menu > a:before {
  padding: 10px 25px 10px 35px
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"].rstpl-mega-menu > a > span.menu-slide {
  padding: 10px 25px 10px 35px
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a {
  position: relative
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a:hover > span.menu-icon,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a:focus > span.menu-icon,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a:active > span.menu-icon {
  color: #ffffff
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a:before {
  padding: 10px 10px 10px 35px
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a > span.menu-slide {
  padding: 10px 10px 10px 35px
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a > span.menu-icon {
  margin: 0;
  position: absolute;
  left: 10px;
  top: 12px;
  -webkit-transition: linear color .2s 0s;
  -moz-transition: linear color .2s 0s;
  -o-transition: linear color .2s 0s;
  transition: linear color .2s 0s
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent:hover > a:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent:hover > a:after {
  color: #ffffff
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent:hover > a > span.menu-slide {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a {
  display: block
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
  content: '\f0d7';
  font-family: 'FontAwesomeRSTemplate';
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: linear color .2s 0s;
  -moz-transition: linear color .2s 0s;
  -o-transition: linear color .2s 0s;
  transition: linear color .2s 0s
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:hover:after,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:focus:after,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:active:after {
  color: #ffffff
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a > span.menu-slide {
  padding: 10px 25px 10px 10px
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > .dropdown-menu {
  top: 100%
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu:hover > a:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu:hover > a:after {
  color: #ffffff
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu:hover > a > span.menu-slide {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu:hover .rstpl-mega-menu-container {
  text-align: left;
  visibility: visible;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu > a {
  display: block
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu > a:after {
  content: '\f0d7';
  font-family: 'FontAwesomeRSTemplate';
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: linear color .2s 0s;
  -moz-transition: linear color .2s 0s;
  -o-transition: linear color .2s 0s;
  transition: linear color .2s 0s
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu > a:hover:after,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu > a:focus:after,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu > a:active:after {
  color: #ffffff
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu > a > span.menu-slide {
  padding: 10px 25px 10px 10px
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-navbar-login {
  float: right
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-navbar-search {
  float: right
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a {
  color: #1e5082;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
  text-align: left;
  z-index: 1
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:before {
  background-color: #1e5082;
  color: #ffffff;
  content: attr(data-slide);
  padding: 10px;
  position: absolute;
  line-height: 17px;
  left: 0;
  top: 0;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: -1;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a > span.menu-slide {
  background-color: #fff;
  display: inline-block;
  line-height: 17px;
  padding: 10px;
  z-index: 1;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover:before,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus:before,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover > span.menu-slide,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus > span.menu-slide,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active > span.menu-slide {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a.open-login,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a.open-search {
  padding: 10px;
  color: #000000
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a .menu-icon {
  margin-right: 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a {
  background: none;
  color: #1e5082;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a:after {
  color: #ffffff
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a > span.menu-slide {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%)
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a.open-login,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a.open-search {
  background-color: transparent;
  color: #000000
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li {
  width: 100%
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
  font-weight: 700;
  text-transform: uppercase
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
  background-color: #fff;
  background-image: none;
  color: #102a44
}
.rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  margin: 0 auto
}
@media (min-width: 1600px) {
  .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
    width: 1480px
  }
}
@media (max-width: 1599px) {
  .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
    width: 1170px
  }
}
@media (max-width: 1199px) {
  .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
    width: 940px
  }
}
@media (max-width: 979px) {
  .rstpl-navigation .menu_right {
    float: initial
  }
  .rstpl-navigation .menu_left {
    float: initial
  }
  .rstpl-navigation .menu_center {
    text-align: left
  }
  .rstpl-navigation .menu_center .nav {
    display: block
  }
  .rstpl-navigation .navbar {
    margin: 0
  }
  .rstpl-navigation .navbar .rstpl-brand {
    display: inline-block
  }
  .rstpl-navigation .navbar .rstpl-brand.image {
    height: 80px
  }
  .rstpl-navigation .navbar .rstpl-brand.pull-left {
    margin-right: 0;
    padding: 25px 0 25px 25px
  }
  .rstpl-navigation .navbar .rstpl-brand.pull-right {
    margin-left: 0;
    padding: 25px 25px 25px 0
  }
  .rstpl-navigation .navbar .rstpl-brand.pull-right + .btn-navbar {
    float: left;
    margin: 25px 0 25px 25px
  }
  .rstpl-navigation .navbar .rstpl-brand.pull-center {
    padding: 25px 0 25px 25px;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
  .rstpl-navigation .navbar .rstpl-brand.pull-center ~ .nav-collapse {
    padding: 0
  }
  .rstpl-navigation .navbar .btn-navbar {
    background-color: transparent;
    background-image: none;
    border: none;
    margin: 25px 25px 25px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar {
    background-color: #1e5082;
    margin: 5px 0;
    left: 0;
    top: 0;
    position: relative;
    height: 3px;
    width: 30px;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar.top-bar {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar.middle-bar {
    left: 60px
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar.bottom-bar {
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar + .icon-bar {
    margin: 5px 0
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
    margin: 0
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
    border: none;
    display: block;
    margin: 0;
    padding: 0
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type {
    border-right: none
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"].active > a > span.menu-icon {
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"].parent > a > span.menu-slide {
    padding: 0 0 0 30px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"].rstpl-mega-menu > a > span.menu-slide {
    padding: 0 0 0 30px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a {
    position: relative
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a:hover > span.menu-icon,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a:focus > span.menu-icon,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a:active > span.menu-icon {
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a > span.menu-slide {
    padding: 0 0 0 30px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li[data-icon^="icon"] > a > span.menu-icon {
    left: 15px;
    top: 18px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-navbar-login,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-navbar-search {
    float: none
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active {
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover:before,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus:before,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active:before {
    content: none
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover:after,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus:after,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active:after {
    color: #1e5082
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover > span.menu-slide,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus > span.menu-slide,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active > span.menu-slide {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button {
    background-color: transparent;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
    height: 50px;
    width: 50px;
    z-index: 10;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button:before {
    background-color: #1e5082;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button:after {
    background-color: #1e5082;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button.opened {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a {
    border-radius: 0;
    font-weight: 700;
    margin: 0;
    max-height: 50px;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:before {
    content: none
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:active {
    background-color: #b4b6b8;
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.open-login,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.open-search {
    display: block;
    padding: 15px 25px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.open-login:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.open-search:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.open-login:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.open-search:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.open-login:active,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.open-search:active {
    background-color: transparent;
    color: #000000
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a > span.menu-slide {
    background-color: transparent;
    padding: 0
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:first-of-type a {
    padding-left: 25px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent:hover > a {
    background-color: #b4b6b8;
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent:hover > a > span.menu-slide {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
    content: none
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a > span.menu-slide {
    padding: 0
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
    position: relative
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu:hover > a {
    background-color: #b4b6b8;
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu:hover > a > span.menu-slide {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu:hover .rstpl-mega-menu-container {
    display: none;
    position: static;
    visibility: visible;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu > a:after {
    content: none
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu > a > span.menu-slide {
    padding: 0
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
    display: none;
    position: static;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container.slide {
    display: block
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a {
    background-color: #b4b6b8;
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a > span.menu-slide {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    background-color: #f2f2f2;
    margin: 0;
    overflow: hidden
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu.slide {
    display: block
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li {
    border-bottom: none
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
    background-color: transparent;
    color: #1e5082;
    padding-left: 30px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:active {
    background-color: #b4b6b8;
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
    background-color: #b4b6b8;
    color: #102a44
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li > a {
    padding-left: 45px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li > a {
    padding-left: 60px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li > a {
    padding-left: 75px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li li > a {
    padding-left: 90px
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li li li > a {
    padding-left: 105px
  }
}
.full-width-menu .rstpl-navigation .navbar .navbar-inner {
  padding: 0 80px
}
@media (max-width: 1199px) {
  .full-width-menu .rstpl-navigation .navbar .navbar-inner {
    padding: 0 40px
  }
}
@media (max-width: 979px) {
  .full-width-menu .rstpl-navigation .navbar .navbar-inner {
    padding: 0 15px 0 40px
  }
}
@media (max-width: 767px) {
  .full-width-menu .rstpl-navigation .navbar .navbar-inner {
    padding: 0 0 0 40px
  }
}
.full-width-menu .rstpl-navigation .navbar .rstpl-brand.pull-left,
.full-width-menu .rstpl-navigation .navbar .rstpl-brand.pull-right {
  padding: 25px 0 25px 0
}
.full-width-menu .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  width: 100%
}
.rstpl-mega-menu .rstpl-mega-menu-container {
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 1;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}
.rstpl-mega-menu .rstpl-mega-menu-container.container {
  padding: 40px
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] {
  border-right: 1px solid #ccc
}
@media (max-width: 767px) {
  .rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
    padding-bottom: 15px
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] .rstpl-template-menu {
  padding-right: 15px;
  margin: 0
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] .rstpl-template-menu > li {
  border: none;
  display: block;
  margin: 0;
  padding: 0
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] .rstpl-template-menu > li > a {
  display: block;
  font-size: 13px;
  padding: 10px
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] .rstpl-template-menu > li > a:hover,
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] .rstpl-template-menu > li > a:focus {
  background-color: #fff;
  color: #102a44
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] .rstpl-template-menu > li > a:before {
  content: none
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] .rstpl-template-menu > li.active > a {
  background-color: #fff;
  color: #102a44
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"] .rstpl-template-menu > li:last-of-type {
  border-right: none
}
.rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class*="span"]:last-of-type {
  border: none
}
.rstpl-template-menu {
  line-height: 1
}
.rstpl-template-menu .nav-header {
  color: #1e5082;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px
}
.rstpl-template-menu .dropdown .nav-header {
  color: #1e5082;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  padding: 10px
}
.dropdown-menu,
.rstpl-mega-menu-container {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3)
}
.dropdown-menu.tap-open,
.rstpl-mega-menu-container.tap-open {
  visibility: visible;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
@media (max-width: 979px) {
  .nav-collapse .rstpl-template-menu .nav-header {
    color: #1e5082;
    display: block;
    padding: 15px 25px
  }
  .nav-collapse .rstpl-template-menu .dropdown .nav-header {
    color: #1e5082;
    font-size: 12px
  }
  .nav-collapse .rstpl-template-menu .dropdown .dropdown-menu li > .nav-header {
    padding-left: 30px
  }
  .nav-collapse .rstpl-template-menu .dropdown .dropdown-menu li li > .nav-header {
    padding-left: 45px
  }
  .nav-collapse .rstpl-template-menu .dropdown .dropdown-menu li li li > .nav-header {
    padding-left: 60px
  }
  .nav-collapse .rstpl-template-menu .dropdown .dropdown-menu li li li li > .nav-header {
    padding-left: 75px
  }
  .nav-collapse .rstpl-template-menu .dropdown .dropdown-menu li li li li li > .nav-header {
    padding-left: 90px
  }
}
section[class^="rstpl-"][class*="-position"]:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position) > .container,
section[class^="rstpl-"][class*="-position"]:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position) > .row-fluid {
  background-color: #fff;
}
.container section > .row-fluid {
  padding: 80px 60px 0 60px
}
.container section > .row-fluid.primary-overlay,
.container section > .row-fluid.secondary-overlay,
.container section > .row-fluid.ternary-overlay,
.container section > .row-fluid.background-primary,
.container section > .row-fluid.background-secondary,
.container section > .row-fluid.background-ternary {
  padding: 80px 60px
}
@media (max-width: 979px) {
  .container section > .row-fluid {
    padding: 80px 40px 0 40px
  }
  .container section > .row-fluid.primary-overlay,
  .container section > .row-fluid.secondary-overlay,
  .container section > .row-fluid.ternary-overlay,
  .container section > .row-fluid.background-primary,
  .container section > .row-fluid.background-secondary,
  .container section > .row-fluid.background-ternary {
    padding: 80px 40px
  }
}
@media (max-width: 480px) {
  .container section > .row-fluid {
    padding: 60px 15px 0 15px
  }
  .container section > .row-fluid.primary-overlay,
  .container section > .row-fluid.secondary-overlay,
  .container section > .row-fluid.ternary-overlay,
  .container section > .row-fluid.background-primary,
  .container section > .row-fluid.background-secondary,
  .container section > .row-fluid.background-ternary {
    padding: 60px 15px
  }
}
#column-right > [class*="rstpl-"],
#column-left > [class*="rstpl-"] {
  background-color: #ffffff;
  margin: 0 0 40px 0;
  padding: 40px
}
#column-right > [class*="rstpl-"]:last-of-type,
#column-left > [class*="rstpl-"]:last-of-type {
  margin: 0
}
#column-right > [class*="rstpl-"] h1.rstpl-title,
#column-left > [class*="rstpl-"] h1.rstpl-title,
#column-right > [class*="rstpl-"] h2.rstpl-title,
#column-left > [class*="rstpl-"] h2.rstpl-title,
#column-right > [class*="rstpl-"] h3.rstpl-title,
#column-left > [class*="rstpl-"] h3.rstpl-title,
#column-right > [class*="rstpl-"] h4.rstpl-title,
#column-left > [class*="rstpl-"] h4.rstpl-title,
#column-right > [class*="rstpl-"] h5.rstpl-title,
#column-left > [class*="rstpl-"] h5.rstpl-title,
#column-right > [class*="rstpl-"] h6.rstpl-title,
#column-left > [class*="rstpl-"] h6.rstpl-title {
  margin: 0 0 20px 0
}
#column-right > [class*="rstpl-"] form,
#column-left > [class*="rstpl-"] form {
  margin: 0;
  width: 100%;
  z-index: 1111
}
#column-right > [class*="rstpl-"] form .input-prepend,
#column-left > [class*="rstpl-"] form .input-prepend {
  width: 100%
}
#column-right > [class*="rstpl-"] form input[type="text"],
#column-left > [class*="rstpl-"] form input[type="text"],
#column-right > [class*="rstpl-"] form input[type="password"],
#column-left > [class*="rstpl-"] form input[type="password"],
#column-right > [class*="rstpl-"] form input[type="datetime"],
#column-left > [class*="rstpl-"] form input[type="datetime"],
#column-right > [class*="rstpl-"] form input[type="datetime-local"],
#column-left > [class*="rstpl-"] form input[type="datetime-local"],
#column-right > [class*="rstpl-"] form input[type="date"],
#column-left > [class*="rstpl-"] form input[type="date"],
#column-right > [class*="rstpl-"] form input[type="month"],
#column-left > [class*="rstpl-"] form input[type="month"],
#column-right > [class*="rstpl-"] form input[type="time"],
#column-left > [class*="rstpl-"] form input[type="time"],
#column-right > [class*="rstpl-"] form input[type="week"],
#column-left > [class*="rstpl-"] form input[type="week"],
#column-right > [class*="rstpl-"] form input[type="number"],
#column-left > [class*="rstpl-"] form input[type="number"],
#column-right > [class*="rstpl-"] form input[type="email"],
#column-left > [class*="rstpl-"] form input[type="email"],
#column-right > [class*="rstpl-"] form input[type="url"],
#column-left > [class*="rstpl-"] form input[type="url"],
#column-right > [class*="rstpl-"] form input[type="search"],
#column-left > [class*="rstpl-"] form input[type="search"],
#column-right > [class*="rstpl-"] form input[type="tel"],
#column-left > [class*="rstpl-"] form input[type="tel"],
#column-right > [class*="rstpl-"] form input[type="color"],
#column-left > [class*="rstpl-"] form input[type="color"],
#column-right > [class*="rstpl-"] form select,
#column-left > [class*="rstpl-"] form select,
#column-right > [class*="rstpl-"] form textarea,
#column-left > [class*="rstpl-"] form textarea,
#column-right > [class*="rstpl-"] form .uneditable-input,
#column-left > [class*="rstpl-"] form .uneditable-input {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 25px
}
@media (max-width: 979px) {
  #column-right > [class*="rstpl-"],
  #column-left > [class*="rstpl-"] {
    padding: 20px
  }
}
.rstpl-main-menu-position ::-moz-selection {
  background: #cdd741;
  color: #ffffff;
  text-shadow: none
}
.rstpl-main-menu-position ::selection {
  background: #cdd741;
  color: #ffffff;
  text-shadow: none
}
.rstpl-main-menu-position .container {
  padding: 0;
}
.rstpl-main-menu-position .container .rstpl-navigation .navbar .navbar-inner {
  position: relative
}
.rstpl-main-menu-position .container .rstpl-navigation .navbar .navbar-inner:before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 200%;
  z-index: -1
}
@media (max-width: 767px) {
  .rstpl-main-menu-position {
    padding: 0
  }
}
@supports (-ms-ime-align: auto) {
  .rstpl-main-menu-position .container .rstpl-navigation .navbar .navbar-inner:before {
    height: 82px
  }
}
.rstpl-footer-position,
.rstpl-after-footer-position {
  background-attachment: fixed;
  background-size: cover;
  background-color: #cdd741;
  background-image: url('/templates/rscora/images/sampledata/images/1920x1080-4.jpg');
  background-position: center center;
  padding: 240px 0
}
.rstpl-footer-position input,
.rstpl-after-footer-position input,
.rstpl-footer-position select,
.rstpl-after-footer-position select,
.rstpl-footer-position textarea,
.rstpl-after-footer-position textarea {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  min-height: 44px;
  padding: 12px;
  width: 100%
}
.rstpl-footer-position input:focus,
.rstpl-after-footer-position input:focus,
.rstpl-footer-position select:focus,
.rstpl-after-footer-position select:focus,
.rstpl-footer-position textarea:focus,
.rstpl-after-footer-position textarea:focus {
  background-color: rgba(0,0,0,0.05);
  border-color: #fff
}
.rstpl-footer-position input::-webkit-input-placeholder,
.rstpl-after-footer-position input::-webkit-input-placeholder,
.rstpl-footer-position textarea::-webkit-input-placeholder,
.rstpl-after-footer-position textarea::-webkit-input-placeholder {
  color: #fff;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80)
}
.rstpl-footer-position input::-moz-placeholder,
.rstpl-after-footer-position input::-moz-placeholder,
.rstpl-footer-position textarea::-moz-placeholder,
.rstpl-after-footer-position textarea::-moz-placeholder {
  color: #fff;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80)
}
.rstpl-footer-position input::-ms-input-placeholder,
.rstpl-after-footer-position input::-ms-input-placeholder,
.rstpl-footer-position textarea::-ms-input-placeholder,
.rstpl-after-footer-position textarea::-ms-input-placeholder {
  color: #fff;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80)
}
.rstpl-footer-position ::-moz-selection,
.rstpl-after-footer-position ::-moz-selection {
  background: #cdd741;
  color: #fff;
  text-shadow: none
}
.rstpl-footer-position ::selection,
.rstpl-after-footer-position ::selection {
  background: #cdd741;
  color: #fff;
  text-shadow: none
}
.rstpl-footer-position h1,
.rstpl-after-footer-position h1,
.rstpl-footer-position h2,
.rstpl-after-footer-position h2,
.rstpl-footer-position h3,
.rstpl-after-footer-position h3,
.rstpl-footer-position h4,
.rstpl-after-footer-position h4,
.rstpl-footer-position h5,
.rstpl-after-footer-position h5,
.rstpl-footer-position h6,
.rstpl-after-footer-position h6 {
  margin-bottom: 20px
}
.rstpl-footer-position h1.rstpl-title,
.rstpl-after-footer-position h1.rstpl-title,
.rstpl-footer-position h2.rstpl-title,
.rstpl-after-footer-position h2.rstpl-title,
.rstpl-footer-position h3.rstpl-title,
.rstpl-after-footer-position h3.rstpl-title,
.rstpl-footer-position h4.rstpl-title,
.rstpl-after-footer-position h4.rstpl-title,
.rstpl-footer-position h5.rstpl-title,
.rstpl-after-footer-position h5.rstpl-title,
.rstpl-footer-position h6.rstpl-title,
.rstpl-after-footer-position h6.rstpl-title {
  color: #fff
}
.rstpl-footer-position > .row-fluid > [class^="span"] > div,
.rstpl-after-footer-position > .row-fluid > [class^="span"] > div {
  margin-top: 40px
}
.rstpl-footer-position > .row-fluid > [class^="span"] > div:first-of-type,
.rstpl-after-footer-position > .row-fluid > [class^="span"] > div:first-of-type {
  margin-top: 0
}
@media (max-width: 480px) {
  .rstpl-footer-position > .row-fluid > [class^="span"] > div,
  .rstpl-after-footer-position > .row-fluid > [class^="span"] > div {
    margin-top: 30px
  }
}
.rstpl-footer-position .background-primary,
.rstpl-after-footer-position .background-primary {
  background-color: rgba(30,80,130,0.8);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.rstpl-footer-position .background-secondary,
.rstpl-after-footer-position .background-secondary {
  background-color: rgba(205,215,65,0.8);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.rstpl-footer-position .background-ternary,
.rstpl-after-footer-position .background-ternary {
  background-color: rgba(70,72,74,0.8);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
@media (max-width: 979px) {
  .rstpl-footer-position,
  .rstpl-after-footer-position {
    padding: 120px 0
  }
}
@media (max-width: 767px) {
  .rstpl-footer-position,
  .rstpl-after-footer-position {
    padding: 100px 0
  }
}
.rstpl-copyright-position {
  position: relative;
  z-index: 1
}
.rstpl-copyright-position:before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1
}
.rstpl-copyright-position .rstpl-template-menu {
  list-style: none;
  margin: 0;
  text-transform: uppercase
}
.rstpl-copyright-position .rstpl-template-menu > li {
  display: inline-block;
  padding: 20px 0;
  line-height: 1
}
.rstpl-copyright-position .rstpl-template-menu > li > a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px
}
@media (max-width: 979px) {
  .rstpl-copyright-position .rstpl-template-menu {
    text-align: center
  }
}
.rstpl-copyright-position .nav-inner {
  display: none
}
.rstpl-copyright-position .rstpl-copyright {
  font-weight: 600;
  line-height: 30px;
  padding: 25px 40px 25px 0
}
.rstpl-copyright-position .rstpl-copyright p {
  display: inline-block;
  margin: 0
}
@media (max-width: 979px) {
  .rstpl-copyright-position .row-fluid > [class*="span"] {
    margin: 0;
    width: 100%
  }
  .rstpl-copyright-position .rstpl-copyright {
    padding: 0 0 20px 0;
    text-align: center
  }
}
.copyright-link {
  background-color: #cdd741;
  color: #ffffff;
  line-height: 50px
}
.copyright-link a {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: color .2s linear 0s;
  -moz-transition: color .2s linear 0s;
  -o-transition: color .2s linear 0s;
  transition: color .2s linear 0s
}
.copyright-link a:hover {
  color: #d9d9d9;
  -webkit-transition: color .2s linear 0s;
  -moz-transition: color .2s linear 0s;
  -o-transition: color .2s linear 0s;
  transition: color .2s linear 0s
}
.copyright-link + .rstpl-go-top {
  bottom: 50px
}
.accordion {
  margin-bottom: 0
}
.accordion-group {
  background-color: #ffffff;
  border: 2px solid #000;
  border-radius: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.accordion-group .accordion-heading .accordion-toggle {
  color: #1e5082;
  background-color: #ffffff;
  margin: 0;
  padding: 20px 40px 20px 20px;
  position: relative;
  text-decoration: none
}
.accordion-group .accordion-heading .accordion-toggle:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1e5082;
  content: '';
  position: absolute;
  right: 20px;
  top: 30px;
  height: 0;
  width: 0;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.accordion-group .accordion-heading .accordion-toggle i {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #1e5082;
  text-decoration: none
}
.accordion-group .accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.accordion-group .accordion-heading .accordion-toggle.collapsed i {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.accordion-group .accordion-heading > a {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.accordion-group a {
  color: #cdd741
}
.accordion-group a:hover {
  color: #d8e06b
}
.accordion-inner {
  background-color: #ffffff;
  border-top: 0;
  padding: 0 20px 20px 20px
}
.accordion-inner a {
  color: #1e5082
}
.accordion-inner a:hover {
  color: #1e5082
}
.accordion-inner p:last-of-type {
  margin-bottom: 0
}
.accordion-inner legend {
  color: inherit
}
.accordion-inner .add-on,
.accordion-inner .popover-content {
  color: #000
}
.accordion-inner .form-actions {
  background-color: #19436d
}
.accordion-inner .rspbld-image {
  margin: 0 15px 0 0
}
.accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > td,
.accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #000
}
.accordion-inner .well {
  background-color: #19436d;
  border-color: #143659
}
.primary-overlay .accordion,
.secondary-overlay .accordion,
.ternary-overlay .accordion,
.background-primary .accordion,
.background-secondary .accordion,
.background-ternary .accordion {
  color: #000
}
.alert {
  background-color: #f6b324;
  border: none;
  color: #ffffff;
  padding: 20px;
  margin: 0;
  text-shadow: none;
  -webkit-transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
  transition: all .1s linear 0s
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: #ffffff;
  margin: 0 0 10px 0
}
.alert p {
  color: #ffffff
}
.alert p:last-of-type {
  margin-bottom: 0
}
.alert .alert-heading {
  color: #ffffff
}
.alert.alert-success {
  background-color: #9fc61e
}
.alert.alert-info {
  background-color: #2287b5
}
.alert.alert-danger,
.alert.alert-error {
  background-color: #e70329
}
.alert .close {
  background-color: transparent;
  background-image: none;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  right: -12px;
  top: -16px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.alert .close:hover {
  background-color: transparent;
  background-image: none
}
.rsdir-contact-modal {
  min-height: initial !important
}
.carousel {
  margin: 0
}
.carousel-indicators.center-bottom,
.carousel-indicators.left-bottom,
.carousel-indicators.right-bottom {
  bottom: 24px
}
.carousel-indicators.center-bottom + .carousel-inner .item-container,
.carousel-indicators.left-bottom + .carousel-inner .item-container,
.carousel-indicators.right-bottom + .carousel-inner .item-container {
  padding-bottom: 80px
}
@media (max-width: 979px) {
  .carousel-indicators.center-bottom + .carousel-inner .item-container,
  .carousel-indicators.left-bottom + .carousel-inner .item-container,
  .carousel-indicators.right-bottom + .carousel-inner .item-container {
    padding-bottom: 60px
  }
}
.carousel-indicators.center-top,
.carousel-indicators.left-top,
.carousel-indicators.right-top {
  top: 24px
}
.carousel-indicators.center-top + .carousel-inner .item-container,
.carousel-indicators.left-top + .carousel-inner .item-container,
.carousel-indicators.right-top + .carousel-inner .item-container {
  padding-top: 80px
}
@media (max-width: 979px) {
  .carousel-indicators.center-top + .carousel-inner .item-container,
  .carousel-indicators.left-top + .carousel-inner .item-container,
  .carousel-indicators.right-top + .carousel-inner .item-container {
    padding-top: 60px
  }
}
.carousel-inner {
  background-color: #f2f2f2;
  width: calc(100% - 160px);
  margin: 0 auto
}
.carousel-inner .item.horizontal-image .image.pull-left {
  margin: 0 40px 0 0
}
.carousel-inner .item.horizontal-image .image.pull-right {
  margin: 0 0 0 40px
}
.carousel-inner .item-container {
  padding: 60px
}
.carousel-inner .item-container .btn {
  margin-top: 20px
}
.carousel-inner .item-content > p:last-of-type {
  margin-bottom: 0
}
.item-title {
  margin-top: 0
}
.item-content-container {
  line-height: 1.75
}
.carousel-control {
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 36px;
  height: 120px;
  width: 80px;
  background-image: -webkit-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: -moz-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: linear-gradient(128deg, #2c76c0 0%, #19436d 60%);
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.carousel-control:hover {
  background-image: -webkit-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: -moz-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: linear-gradient(128deg, #19436d 0%, #2c76c0 60%)
}
.carousel-control.left {
  left: 0
}
.carousel-control.right {
  right: 0
}
@media (max-width: 979px) {
  .carousel-inner .item-container {
    padding-left: 40px;
    padding-right: 40px
  }
}
@media (max-width: 767px) {
  .carousel-inner .item.horizontal-image .image.pull-left,
  .carousel-inner .item.horizontal-image .image.pull-right {
    float: none;
    margin: 0 0 20px 0;
    width: 100%
  }
}
@media (max-width: 480px) {
  .carousel-inner .item-container {
    padding-left: 15px;
    padding-right: 15px
  }
}
.container .carousel .carousel-inner {
  width: 100%
}
.container .carousel .carousel-control.left {
  left: -80px
}
.container .carousel .carousel-control.right {
  right: -80px
}
@media (max-width: 1330px) {
  .container .carousel .carousel-control {
    width: 60px
  }
  .container .carousel .carousel-control.left {
    left: -20px
  }
  .container .carousel .carousel-control.right {
    right: -20px
  }
}
@media (max-width: 767px) {
  .container .carousel .carousel-control {
    font-size: 26px;
    height: 40px;
    width: 40px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  .container .carousel .carousel-control.left {
    left: auto;
    right: 40px
  }
  .container .carousel .carousel-control.right {
    right: 0
  }
}
.primary-overlay .carousel .carousel-inner,
.secondary-overlay .carousel .carousel-inner,
.ternary-overlay .carousel .carousel-inner {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.background-primary .carousel .carousel-inner,
.background-secondary .carousel .carousel-inner,
.background-ternary .carousel .carousel-inner {
  background-color: #fff;
  color: #000
}
.background-primary .carousel .carousel-inner h1,
.background-secondary .carousel .carousel-inner h1,
.background-ternary .carousel .carousel-inner h1,
.background-primary .carousel .carousel-inner h2,
.background-secondary .carousel .carousel-inner h2,
.background-ternary .carousel .carousel-inner h2,
.background-primary .carousel .carousel-inner h3,
.background-secondary .carousel .carousel-inner h3,
.background-ternary .carousel .carousel-inner h3,
.background-primary .carousel .carousel-inner h4,
.background-secondary .carousel .carousel-inner h4,
.background-ternary .carousel .carousel-inner h4,
.background-primary .carousel .carousel-inner h5,
.background-secondary .carousel .carousel-inner h5,
.background-ternary .carousel .carousel-inner h5,
.background-primary .carousel .carousel-inner h6,
.background-secondary .carousel .carousel-inner h6,
.background-ternary .carousel .carousel-inner h6 {
  color: #1e5082
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  border: none;
  content: ""
}
.dropdown-menu {
  background-color: #f2f2f2;
  border-radius: 0px;
  border: none;
  padding: 0;
  margin: 0;
  top: 100%;
  -webkit-transition: opacity .2s ease-in 0s;
  -moz-transition: opacity .2s ease-in 0s;
  -o-transition: opacity .2s ease-in 0s;
  transition: opacity .2s ease-in 0s
}
.dropdown-menu.right-edge {
  left: 0;
  top: 115% !important
}
.dropdown-menu li:first-of-type > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px
}
.dropdown-menu li:last-of-type > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none
}
.dropdown-menu li > a {
  font-size: 13px;
  padding: 10px;
  color: #1e5082
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:active {
  background: #fff;
  color: #102a44
}
.dropdown-menu .dropdown-submenu {
  border-radius: 0px
}
.dropdown-menu .dropdown-submenu:hover > a,
.dropdown-menu .dropdown-submenu:focus > a,
.dropdown-menu .dropdown-submenu:active > a {
  background: #fff;
  color: #102a44
}
.dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
.dropdown-menu .dropdown-submenu:focus > .dropdown-menu,
.dropdown-menu .dropdown-submenu:active > .dropdown-menu {
  -webkit-transition: opacity .2s ease-in 0s;
  -moz-transition: opacity .2s ease-in 0s;
  -o-transition: opacity .2s ease-in 0s;
  transition: opacity .2s ease-in 0s;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible
}
.dropdown-menu .dropdown-submenu > a {
  padding: 10px 20px 10px 10px;
  position: relative
}
.dropdown-menu .dropdown-submenu > a:after {
  border-color: transparent transparent transparent #1e5082;
  position: absolute;
  right: 20px;
  top: 10px
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 15%;
  border-radius: 0px
}
.dropdown-menu .divider {
  border-bottom: 1px solid #000
}
li > .dropdown-menu {
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block
}
@media (max-width: 979px) {
  li > .dropdown-menu {
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
    visibility: visible;
    margin: 0
  }
  li > .dropdown-menu > li > a {
    border-radius: 0;
    border-bottom: none;
    padding: 15px 25px
  }
  li > .dropdown-menu > li > a:hover,
  li > .dropdown-menu > li > a:focus,
  li > .dropdown-menu > li > a:active {
    background: transparent
  }
  li > .dropdown-menu .dropdown-submenu:hover > a,
  li > .dropdown-menu .dropdown-submenu:focus > a {
    background: transparent
  }
  li > .dropdown-menu .dropdown-submenu:hover > a:hover,
  li > .dropdown-menu .dropdown-submenu:focus > a:hover,
  li > .dropdown-menu .dropdown-submenu:hover > a:focus,
  li > .dropdown-menu .dropdown-submenu:focus > a:focus,
  li > .dropdown-menu .dropdown-submenu:hover > a:active,
  li > .dropdown-menu .dropdown-submenu:focus > a:active {
    background: transparent
  }
  li > .dropdown-menu .dropdown-submenu > a:after {
    border: none
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
    margin: 0;
    visibility: visible;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 35px
  }
}
@media (min-width: 768px) {
  li:hover > .dropdown-menu {
    -webkit-transition: opacity .2s ease-in 0s;
    -moz-transition: opacity .2s ease-in 0s;
    -o-transition: opacity .2s ease-in 0s;
    transition: opacity .2s ease-in 0s;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible
  }
}
@media (min-width: 1600px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1480px
  }
}
.row-fluid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.row-fluid:before,
.row-fluid:after {
  content: none
}
.row-fluid [class*="span"] {
  float: none;
  min-height: 0;
  position: relative
}
@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    margin-bottom: 30px
  }
  .row-fluid [class*="span"]:last-of-type {
    margin-bottom: 0
  }
}
.row-fluid.rstpl-no-space-columns [class*="span"] {
  margin-left: 0
}
.row-fluid.rstpl-no-space-columns .span1 {
  width: 8.333333%
}
.row-fluid.rstpl-no-space-columns .span2 {
  width: 16.666666%
}
.row-fluid.rstpl-no-space-columns .span3 {
  width: 25%
}
.row-fluid.rstpl-no-space-columns .span4 {
  width: 33.333333%
}
.row-fluid.rstpl-no-space-columns .span5 {
  width: 41.666666%
}
.row-fluid.rstpl-no-space-columns .span6 {
  width: 50%
}
.row-fluid.rstpl-no-space-columns .span7 {
  width: 58.333333%
}
.row-fluid.rstpl-no-space-columns .span8 {
  width: 66.666666%
}
.row-fluid.rstpl-no-space-columns .span9 {
  width: 75%
}
.row-fluid.rstpl-no-space-columns .span10 {
  width: 83.333333%
}
.row-fluid.rstpl-no-space-columns .span11 {
  width: 91.666666%
}
.row-fluid.rstpl-no-space-columns .span12 {
  width: 100%
}
@media (max-width: 767px) {
  .row-fluid.rstpl-no-space-columns [class*="span"] {
    margin-bottom: 0;
    width: 100%
  }
}
@media (max-width: 767px) {
  .row-fluid.primary-overlay [class*="span"]:nth-last-child(2),
  .row-fluid.secondary-overlay [class*="span"]:nth-last-child(2),
  .row-fluid.ternary-overlay [class*="span"]:nth-last-child(2) {
    margin-bottom: 0
  }
}
.hero-unit {
  border-radius: 0px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 60px
}
.hero-unit h1,
.hero-unit h2,
.hero-unit h3,
.hero-unit h4,
.hero-unit h5,
.hero-unit h6 {
  color: #1e5082;
  margin: 0 0 20px 0
}
@media (max-width: 480px) {
  .hero-unit {
    padding: 40px 15px
  }
}
.pager {
  margin: 0 0 20px 0
}
.pager li a {
  background-color: #1e5082;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: -moz-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: linear-gradient(128deg, #2c76c0 0%, #19436d 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  color: #ffffff
}
.pager li a:hover,
.pager li a:focus {
  background-color: #143659;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #333;
  background-image: -webkit-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: -moz-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: linear-gradient(128deg, #19436d 0%, #2c76c0 60%)
}
.pager li a:hover,
.pager li a:focus,
.pager li a:active {
  background-color: #2869ab;
  color: #ffffff
}
.pagination {
  margin: 80px 0 0 0
}
.pagination li a > i {
  text-align: center
}
.progress {
  height: 35px;
  margin: 0 0 20px 0;
  background-color: #f7f7f7;
  border-radius: 0px;
  overflow: hidden;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.progress .bar {
  font-size: 19px;
  color: #fff;
  text-align: left;
  text-shadow: none;
  background-color: #1e5082;
  background-image: none;
  float: left;
  width: 0;
  height: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}
.progress.progress-info .bar {
  background-color: #2287b5
}
.progress.progress-success .bar {
  background-color: #9fc61e
}
.progress.progress-warning .bar {
  background-color: #f6b324
}
.progress.progress-danger .bar {
  background-color: #e70329
}
.nav-tabs {
  border-color: #000;
  border-width: 2px;
  font-size: 0;
  text-align: center
}
.nav-tabs > li {
  display: inline-block;
  float: none;
  font-size: 16px;
  margin: 0 -2px -2px 0
}
.nav-tabs > li > a {
  background-color: #1e5082;
  border-color: #000;
  border-radius: 0;
  border-width: 2px;
  color: #ffffff;
  font-weight: 600;
  margin-right: 0;
  padding: 10px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.nav-tabs > li > a:hover {
  background-color: #ffffff;
  border-color: #000;
  color: #1e5082;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.nav-tabs > li > a > i {
  vertical-align: baseline
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #ffffff;
  border-color: #000 #000 transparent #000;
  border-width: 2px;
  color: #1e5082
}
.tab-content {
  background-color: #ffffff;
  border-color: #000;
  border-width: 2px;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.tab-content a {
  color: #cdd741
}
.tab-content a:hover {
  color: #d8e06b
}
.tab-content p:last-of-type {
  margin-bottom: 0
}
.tab-content legend {
  color: inherit
}
.tab-content .add-on,
.tab-content .popover-content {
  color: #000
}
.tab-content .form-actions {
  background-color: #19436d
}
.tab-content .table.table-striped tbody > tr:nth-child(2n+1) > td,
.tab-content .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #000
}
.tab-content .well {
  background-color: #19436d;
  border-color: #143659
}
@media (max-width: 979px) {
  .nav-tabs > li > a {
    font-size: 14px;
    padding: 4px
  }
}
@media (max-width: 767px) {
  .nav-tabs li:first-child:nth-last-child(1) {
    width: 100%
  }
  .nav-tabs li:first-child:nth-last-child(2),
  .nav-tabs li:first-child:nth-last-child(2) ~ li {
    width: 50%
  }
  .nav-tabs li:first-child:nth-last-child(3),
  .nav-tabs li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%
  }
  .nav-tabs li:first-child:nth-last-child(4),
  .nav-tabs li:first-child:nth-last-child(4) ~ li {
    width: 25%
  }
  .nav-tabs li:first-child:nth-last-child(5),
  .nav-tabs li:first-child:nth-last-child(5) ~ li {
    width: 20%
  }
}
.primary-overlay .tab-content,
.secondary-overlay .tab-content,
.ternary-overlay .tab-content,
.background-primary .tab-content,
.background-secondary .tab-content,
.background-ternary .tab-content {
  color: #000
}
.thumbnail {
  background-color: #ffffff;
  border-color: #000;
  border-radius: 0px;
  padding: 20px
}
.tooltip {
  font-size: 14px;
  font-weight: 600;
  border: none
}
.tooltip .tooltip-inner {
  border: none
}
.tooltip.top .tooltip-arrow {
  border-top-color: transparent
}
.tooltip.right .tooltip-arrow {
  border-right-color: transparent
}
.tooltip.left .tooltip-arrow {
  border-left-color: transparent
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: transparent
}
.well {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0px;
  margin: 0;
  padding: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.well p:last-of-type {
  margin-bottom: 0
}
@media (max-width: 480px) {
  .well {
    padding: 15px
  }
}
.icons {
  position: relative
}
.article-info {
  display: block
}
.article-info .article-info-term {
  display: inline-block;
  margin-right: 10px
}
.article-info dd {
  display: inline;
  margin-left: 0;
  margin-right: 15px;
  line-height: 25px
}
.article-info dd:last-of-type {
  margin-right: 0
}
.article-info dd.createdby img {
  width: 40px;
  border-radius: 50%
}
.item-image.pull-left,
.item-image.pull-right {
  float: none;
  width: 100%
}
.item-image img {
  width: 100%
}
div[itemprop="blogPost"] {
  margin: 80px 0;
  position: relative
}
div[itemprop="blogPost"]:last-of-type {
  margin-bottom: 0
}
div[itemprop="blogPost"] .page-header {
  margin: 0
}
div[itemprop="blogPost"] .page-header .rstpl-title {
  margin: 10px
}
div[itemprop="blogPost"] .item-image {
  margin-bottom: 20px
}
div[itemprop="blogPost"] .item-image img {
  width: 100%
}
div[itemprop="blogPost"] .item-image > a {
  display: block;
  overflow: hidden;
  position: relative
}
div[itemprop="blogPost"] .item-image > a > img {
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s
}
div[itemprop="blogPost"] .item-image > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -moz-opacity: .15;
  opacity: .15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23fff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
div[itemprop="blogPost"] .item-image > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -moz-opacity: .15;
  opacity: .15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23fff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
div[itemprop="blogPost"] .item-image:hover > a > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.2, 1.2) rotate(-3deg);
  -moz-transform: scale(1.2, 1.2) rotate(-3deg);
  -ms-transform: scale(1.2, 1.2) rotate(-3deg);
  -o-transform: scale(1.2, 1.2) rotate(-3deg);
  transform: scale(1.2, 1.2) rotate(-3deg)
}
div[itemprop="blogPost"] .item-image:hover > a:after {
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
div[itemprop="blogPost"] .item-image:hover > a:before {
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
div[itemprop="blogPost"] .readmore {
  margin: 0
}
div[itemprop="blogPost"] .readmore a.btn {
  background-color: #1e5082;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: -moz-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: linear-gradient(128deg, #2c76c0 0%, #19436d 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
div[itemprop="blogPost"] .readmore a.btn:hover,
div[itemprop="blogPost"] .readmore a.btn:focus {
  background-color: #143659;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: -moz-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: linear-gradient(128deg, #19436d 0%, #2c76c0 60%)
}
.items-leading div[itemprop="blogPost"]:first-of-type {
  margin-top: 0
}
.items-leading div[itemprop="blogPost"]:last-of-type {
  margin-bottom: 0
}
div[itemprop="articleBody"] {
  margin: 0 0 20px 0
}
div[itemprop="articleBody"] p {
  margin-bottom: 20px
}
.page-header {
  border-bottom: 0;
  margin: 0;
  padding: 0
}
.rstpl-article-container .icons {
  display: inline-block;
  float: right;
  position: relative
}
.blog .item {
  position: relative
}
.blog .icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}
.blog .icons .dropdown-toggle.btn-mini {
  display: block;
  padding: 6px;
  margin: 0
}
#rstpl-com_contact .dl-horizontal dt {
  width: 15px
}
#rstpl-com_contact .dl-horizontal dd {
  margin: 0 0 15px 35px
}
@media (min-width: 768px) and (max-width: 980px) {
  #rstpl-com_contact .contact .row-fluid .span7 {
    width: 100%;
    margin-left: 0
  }
}
.newsfeed ol {
  counter-reset: rstpl-newsfeed-counter;
  list-style: none;
  margin: 0
}
.newsfeed ol li {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 24px 30px
}
.newsfeed .feed-item-description p {
  margin-bottom: 10px
}
.rspbld-icon * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
.body:not(.padded) .rspbld-pages {
  padding: 80px 60px
}
.body:not(.padded) .rspbld-pages .rspbld-page-container {
  margin: 0 0 60px 0
}
.body:not(.padded) .rspbld-pages .rspbld-page-container:last-of-type {
  margin: 0
}
@media (max-width: 979px) {
  .body:not(.padded) .rspbld-pages {
    padding: 80px 60px
  }
}
@media (max-width: 767px) {
  .body:not(.padded) .rspbld-pages {
    padding: 60px 15px
  }
}
.rspbld-row-title,
.rspbld-row-subtitle,
.rspbld-column-title,
.rspbld-column-subtitle {
  margin: 0 0 60px 0;
  width: 100%
}
@media (max-width: 480px) {
  .rspbld-row-title,
  .rspbld-row-subtitle,
  .rspbld-column-title,
  .rspbld-column-subtitle {
    margin: 0 0 40px 0
  }
}
.rspbld-title,
.rspbld-subtitle {
  margin: 0 0 30px 0
}
.section-title > .rspbld-row-title,
.section-title > .rspbld-column-title,
.section-title > .rspbld-title,
.section-title > .rspbld-content-container > .rspbld-title {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px
}
.background-primary .section-title > .rspbld-row-title,
.background-secondary .section-title > .rspbld-row-title,
.background-ternary .section-title > .rspbld-row-title,
.background-primary.section-title > .rspbld-row-title,
.background-secondary.section-title > .rspbld-row-title,
.background-ternary.section-title > .rspbld-row-title,
.background-primary .section-title > .rspbld-column-title,
.background-secondary .section-title > .rspbld-column-title,
.background-ternary .section-title > .rspbld-column-title,
.background-primary.section-title > .rspbld-column-title,
.background-secondary.section-title > .rspbld-column-title,
.background-ternary.section-title > .rspbld-column-title,
.background-primary .section-title > .rspbld-title,
.background-secondary .section-title > .rspbld-title,
.background-ternary .section-title > .rspbld-title,
.background-primary.section-title > .rspbld-title,
.background-secondary.section-title > .rspbld-title,
.background-ternary.section-title > .rspbld-title,
.background-primary .section-title > .rspbld-content-container > .rspbld-title,
.background-secondary .section-title > .rspbld-content-container > .rspbld-title,
.background-ternary .section-title > .rspbld-content-container > .rspbld-title,
.background-primary.section-title > .rspbld-content-container > .rspbld-title,
.background-secondary.section-title > .rspbld-content-container > .rspbld-title,
.background-ternary.section-title > .rspbld-content-container > .rspbld-title {
  color: #ffffff
}
.background-primary .rspbld-icon,
.background-secondary .rspbld-icon,
.background-ternary .rspbld-icon {
  color: #ffffff !important
}
.background-primary .rspbld-button.btn-link,
.background-secondary .rspbld-button.btn-link,
.background-ternary .rspbld-button.btn-link {
  color: #333333
}
.background-primary .rspbld-button.btn-link:hover,
.background-secondary .rspbld-button.btn-link:hover,
.background-ternary .rspbld-button.btn-link:hover {
  color: #4d4d4d
}
.rspbld-accordion .accordion {
  margin-bottom: 0
}
.rspbld-accordion .accordion-group {
  background-color: #ffffff;
  border: 0px solid #000;
  border-radius: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle {
  color: #1e5082;
  background-color: #ffffff;
  margin: 0;
  padding: 20px 40px 20px 20px;
  position: relative;
  text-decoration: none
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1e5082;
  content: '';
  position: absolute;
  right: 20px;
  top: 30px;
  height: 0;
  width: 0;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle i {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #1e5082;
  text-decoration: none
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed i {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-accordion .accordion-group .accordion-heading > a {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-accordion .accordion-group a {
  color: #cdd741
}
.rspbld-accordion .accordion-group a:hover {
  color: #d8e06b
}
.rspbld-accordion .accordion-inner {
  background-color: #ffffff;
  border-top: 0;
  padding: 0 20px 20px 20px
}
.rspbld-accordion .accordion-inner a {
  color: #1e5082
}
.rspbld-accordion .accordion-inner a:hover {
  color: #1e5082
}
.rspbld-accordion .accordion-inner p:last-of-type {
  margin-bottom: 0
}
.rspbld-accordion .accordion-inner legend {
  color: inherit
}
.rspbld-accordion .accordion-inner .add-on,
.rspbld-accordion .accordion-inner .popover-content {
  color: #000
}
.rspbld-accordion .accordion-inner .form-actions {
  background-color: #19436d
}
.rspbld-accordion .accordion-inner .rspbld-image {
  margin: 0 15px 0 0
}
.rspbld-accordion .accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > td,
.rspbld-accordion .accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #000
}
.rspbld-accordion .accordion-inner .well {
  background-color: #19436d;
  border-color: #143659
}
.primary-overlay .rspbld-accordion,
.secondary-overlay .rspbld-accordion,
.ternary-overlay .rspbld-accordion,
.background-primary .rspbld-accordion,
.background-secondary .rspbld-accordion,
.background-ternary .rspbld-accordion {
  color: #000
}
.rspbld-alert .alert {
  background-color: #f6b324;
  border: none;
  color: #ffffff;
  padding: 20px;
  margin: 0;
  text-shadow: none;
  -webkit-transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
  transition: all .1s linear 0s
}
.rspbld-alert .alert h1,
.rspbld-alert .alert h2,
.rspbld-alert .alert h3,
.rspbld-alert .alert h4,
.rspbld-alert .alert h5,
.rspbld-alert .alert h6 {
  color: #ffffff;
  margin: 0 0 10px 0
}
.rspbld-alert .alert p {
  color: #ffffff
}
.rspbld-alert .alert p:last-of-type {
  margin-bottom: 0
}
.rspbld-alert .alert .alert-heading {
  color: #ffffff
}
.rspbld-alert .alert.alert-success {
  background-color: #9fc61e
}
.rspbld-alert .alert.alert-info {
  background-color: #2287b5
}
.rspbld-alert .alert.alert-danger,
.rspbld-alert .alert.alert-error {
  background-color: #e70329
}
.rspbld-alert .alert .close {
  background-color: transparent;
  background-image: none;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  right: -12px;
  top: -16px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.rspbld-alert .alert .close:hover {
  background-color: transparent;
  background-image: none
}
.rspbld-animated-number .rspbld-number {
  background-color: transparent;
  color: #b3b3b3;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: center
}
.rspbld-animated-number .rspbld-number + .rspbld-title {
  margin-bottom: 0
}
.rspbld-animated-number .rspbld-title {
  margin-top: 30px
}
.primary-overlay .rspbld-animated-number .rspbld-number,
.secondary-overlay .rspbld-animated-number .rspbld-number,
.ternary-overlay .rspbld-animated-number .rspbld-number,
.background-primary .rspbld-animated-number .rspbld-number,
.background-secondary .rspbld-animated-number .rspbld-number,
.background-ternary .rspbld-animated-number .rspbld-number {
  color: #ffffff
}
.primary-overlay .rspbld-animated-number .rspbld-title,
.secondary-overlay .rspbld-animated-number .rspbld-title,
.ternary-overlay .rspbld-animated-number .rspbld-title,
.background-primary .rspbld-animated-number .rspbld-title,
.background-secondary .rspbld-animated-number .rspbld-title,
.background-ternary .rspbld-animated-number .rspbld-title {
  color: #ffffff
}
.rspbld-button.btn {
  background-color: #b1b3b6;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #d9dadb 0%, #a4a7a9 60%);
  background-image: -moz-linear-gradient(-52 deg, #d9dadb 0%, #a4a7a9 60%);
  background-image: linear-gradient(128deg, #d9dadb 0%, #a4a7a9 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn:hover,
.rspbld-button.btn:focus {
  background-color: #979a9d;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #333;
  background-image: -webkit-linear-gradient(-52 deg, #a4a7a9 0%, #d9dadb 60%);
  background-image: -moz-linear-gradient(-52 deg, #a4a7a9 0%, #d9dadb 60%);
  background-image: linear-gradient(128deg, #a4a7a9 0%, #d9dadb 60%)
}
.rspbld-button.btn.btn-default {
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #fff 0%, #f2f2f2 60%);
  background-image: -moz-linear-gradient(-52 deg, #fff 0%, #f2f2f2 60%);
  background-image: linear-gradient(128deg, #fff 0%, #f2f2f2 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-default:hover,
.rspbld-button.btn.btn-default:focus {
  background-color: #e6e6e6;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #333;
  background-image: -webkit-linear-gradient(-52 deg, #f2f2f2 0%, #fff 60%);
  background-image: -moz-linear-gradient(-52 deg, #f2f2f2 0%, #fff 60%);
  background-image: linear-gradient(128deg, #f2f2f2 0%, #fff 60%)
}
.rspbld-button.btn.btn-primary {
  background-color: #1e5082;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: -moz-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: linear-gradient(128deg, #2c76c0 0%, #19436d 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-primary:hover,
.rspbld-button.btn.btn-primary:focus {
  background-color: #143659;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: -moz-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: linear-gradient(128deg, #19436d 0%, #2c76c0 60%)
}
.rspbld-button.btn.btn-secondary {
  background-color: #46484a;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #6b6e71 0%, #3a3b3d 60%);
  background-image: -moz-linear-gradient(-52 deg, #6b6e71 0%, #3a3b3d 60%);
  background-image: linear-gradient(128deg, #6b6e71 0%, #3a3b3d 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-secondary:hover,
.rspbld-button.btn.btn-secondary:focus {
  background-color: #2d2e30;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #3a3b3d 0%, #6b6e71 60%);
  background-image: -moz-linear-gradient(-52 deg, #3a3b3d 0%, #6b6e71 60%);
  background-image: linear-gradient(128deg, #3a3b3d 0%, #6b6e71 60%)
}
.rspbld-button.btn.btn-warning {
  background-color: #f6b324;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #f9cd6d 0%, #f5ab0c 60%);
  background-image: -moz-linear-gradient(-52 deg, #f9cd6d 0%, #f5ab0c 60%);
  background-image: linear-gradient(128deg, #f9cd6d 0%, #f5ab0c 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus {
  background-color: #de9a09;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #f5ab0c 0%, #f9cd6d 60%);
  background-image: -moz-linear-gradient(-52 deg, #f5ab0c 0%, #f9cd6d 60%);
  background-image: linear-gradient(128deg, #f5ab0c 0%, #f9cd6d 60%)
}
.rspbld-button.btn.btn-danger {
  background-color: #e70329;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #fc3a5a 0%, #ce0325 60%);
  background-image: -moz-linear-gradient(-52 deg, #fc3a5a 0%, #ce0325 60%);
  background-image: linear-gradient(128deg, #fc3a5a 0%, #ce0325 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus {
  background-color: #b50220;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #ce0325 0%, #fc3a5a 60%);
  background-image: -moz-linear-gradient(-52 deg, #ce0325 0%, #fc3a5a 60%);
  background-image: linear-gradient(128deg, #ce0325 0%, #fc3a5a 60%)
}
.rspbld-button.btn.btn-info {
  background-color: #2287b5;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #47aedc 0%, #1e77a0 60%);
  background-image: -moz-linear-gradient(-52 deg, #47aedc 0%, #1e77a0 60%);
  background-image: linear-gradient(128deg, #47aedc 0%, #1e77a0 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus {
  background-color: #1a678a;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #1e77a0 0%, #47aedc 60%);
  background-image: -moz-linear-gradient(-52 deg, #1e77a0 0%, #47aedc 60%);
  background-image: linear-gradient(128deg, #1e77a0 0%, #47aedc 60%)
}
.rspbld-button.btn.btn-success {
  background-color: #9fc61e;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #c1e44d 0%, #8db01b 60%);
  background-image: -moz-linear-gradient(-52 deg, #c1e44d 0%, #8db01b 60%);
  background-image: linear-gradient(128deg, #c1e44d 0%, #8db01b 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus {
  background-color: #7b9a17;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #8db01b 0%, #c1e44d 60%);
  background-image: -moz-linear-gradient(-52 deg, #8db01b 0%, #c1e44d 60%);
  background-image: linear-gradient(128deg, #8db01b 0%, #c1e44d 60%)
}
.rspbld-button.btn.btn-inverse {
  background-color: #000;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, #262626 0%, #000 60%);
  background-image: -moz-linear-gradient(-52 deg, #262626 0%, #000 60%);
  background-image: linear-gradient(128deg, #262626 0%, #000 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus {
  background-color: #000;
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #fff;
  background-image: -webkit-linear-gradient(-52 deg, #000 0%, #262626 60%);
  background-image: -moz-linear-gradient(-52 deg, #000 0%, #262626 60%);
  background-image: linear-gradient(128deg, #000 0%, #262626 60%)
}
.rspbld-button.btn.btn-link {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #cdd741;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  background-image: -webkit-linear-gradient(-52 deg, rgba(38,38,38,0) 0%, rgba(0,0,0,0) 60%);
  background-image: -moz-linear-gradient(-52 deg, rgba(38,38,38,0) 0%, rgba(0,0,0,0) 60%);
  background-image: linear-gradient(128deg, rgba(38,38,38,0) 0%, rgba(0,0,0,0) 60%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-button.btn.btn-link:hover,
.rspbld-button.btn.btn-link:focus {
  background-color: rgba(0,0,0,0);
  background-image: none;
  background-position: 0 center;
  border: none;
  color: #cdd741;
  background-image: -webkit-linear-gradient(-52 deg, rgba(0,0,0,0) 0%, rgba(38,38,38,0) 60%);
  background-image: -moz-linear-gradient(-52 deg, rgba(0,0,0,0) 0%, rgba(38,38,38,0) 60%);
  background-image: linear-gradient(128deg, rgba(0,0,0,0) 0%, rgba(38,38,38,0) 60%)
}
.rspbld-button.btn.btn-link:hover {
  color: #9fa823;
  text-decoration: none
}
.rspbld-button.btn.dropdown-toggle {
  background-color: #f5f5f5;
  border-radius: 0px
}
.rspbld-button.btn.dropdown-toggle:active,
.rspbld-button.btn.dropdown-toggle:focus,
.rspbld-button.btn.dropdown-toggle:hover {
  background-color: #dcdcdc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.rspbld-button.btn.btn-mini {
  font-size: 14px;
  padding: 4px 8px
}
.rspbld-button.btn.btn-small {
  padding: 6px 12px
}
.rspbld-button.btn.btn-large {
  font-size: 19px;
  padding: 14px 28px
}
.rspbld-carousel .carousel {
  margin: 0
}
.rspbld-carousel .carousel-indicators.center-bottom,
.rspbld-carousel .carousel-indicators.left-bottom,
.rspbld-carousel .carousel-indicators.right-bottom {
  bottom: 24px
}
.rspbld-carousel .carousel-indicators.center-bottom + .carousel-inner .rspbld-item-container,
.rspbld-carousel .carousel-indicators.left-bottom + .carousel-inner .rspbld-item-container,
.rspbld-carousel .carousel-indicators.right-bottom + .carousel-inner .rspbld-item-container {
  padding-bottom: 80px
}
@media (max-width: 979px) {
  .rspbld-carousel .carousel-indicators.center-bottom + .carousel-inner .rspbld-item-container,
  .rspbld-carousel .carousel-indicators.left-bottom + .carousel-inner .rspbld-item-container,
  .rspbld-carousel .carousel-indicators.right-bottom + .carousel-inner .rspbld-item-container {
    padding-bottom: 60px
  }
}
.rspbld-carousel .carousel-indicators.center-top,
.rspbld-carousel .carousel-indicators.left-top,
.rspbld-carousel .carousel-indicators.right-top {
  top: 24px
}
.rspbld-carousel .carousel-indicators.center-top + .carousel-inner .rspbld-item-container,
.rspbld-carousel .carousel-indicators.left-top + .carousel-inner .rspbld-item-container,
.rspbld-carousel .carousel-indicators.right-top + .carousel-inner .rspbld-item-container {
  padding-top: 80px
}
@media (max-width: 979px) {
  .rspbld-carousel .carousel-indicators.center-top + .carousel-inner .rspbld-item-container,
  .rspbld-carousel .carousel-indicators.left-top + .carousel-inner .rspbld-item-container,
  .rspbld-carousel .carousel-indicators.right-top + .carousel-inner .rspbld-item-container {
    padding-top: 60px
  }
}
.rspbld-carousel .carousel-inner {
  background-color: #f2f2f2;
  width: calc(100% - 160px);
  margin: 0 auto
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-left {
  margin: 0 40px 0 0
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-right {
  margin: 0 0 0 40px
}
.rspbld-carousel .carousel-inner .item.active,
.rspbld-carousel .carousel-inner .item.left,
.rspbld-carousel .carousel-inner .item.right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.rspbld-carousel .carousel-inner .rspbld-item-container {
  padding: 60px
}
.rspbld-carousel .carousel-inner .rspbld-item-container .rspbld-button {
  margin-top: 20px
}
.rspbld-carousel .carousel-inner .rspbld-item-content > p:last-of-type {
  margin-bottom: 0
}
.rspbld-carousel .rspbld-item-title {
  margin-top: 0
}
.rspbld-carousel .rspbld-item-content-container {
  line-height: 1.75
}
.rspbld-carousel .carousel-control {
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 36px;
  height: 120px;
  width: 80px;
  background-image: -webkit-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: -moz-linear-gradient(-52 deg, #2c76c0 0%, #19436d 60%);
  background-image: linear-gradient(128deg, #2c76c0 0%, #19436d 60%);
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rspbld-carousel .carousel-control:hover {
  color: #ffffff;
  background-image: -webkit-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: -moz-linear-gradient(-52 deg, #19436d 0%, #2c76c0 60%);
  background-image: linear-gradient(128deg, #19436d 0%, #2c76c0 60%)
}
.rspbld-carousel .carousel-control:focus {
  color: #ffffff
}
.rspbld-carousel .carousel-control.left {
  left: 0
}
.rspbld-carousel .carousel-control.right {
  right: 0
}
@media (max-width: 979px) {
  .rspbld-carousel .carousel-inner .rspbld-item-container {
    padding-left: 40px;
    padding-right: 40px
  }
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-left,
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-right {
    float: none;
    margin: 0 0 20px 0;
    width: 100%
  }
}
@media (max-width: 480px) {
  .rspbld-carousel .carousel-inner .rspbld-item-container {
    padding-left: 15px;
    padding-right: 15px
  }
}
.rspbld-carousel.rspbld-one-item .carousel-inner > .item > [class^="span"] {
  padding: 0
}
@media (max-width: 979px) {
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-2"] .item.horizontal-image .rspbld-image,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-3"] .item.horizontal-image .rspbld-image,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-4"] .item.horizontal-image .rspbld-image,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-6"] .item.horizontal-image .rspbld-image,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-12"] .item.horizontal-image .rspbld-image {
    width: 100%
  }
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-2"] .item.horizontal-image .rspbld-image.pull-left,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-3"] .item.horizontal-image .rspbld-image.pull-left,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-4"] .item.horizontal-image .rspbld-image.pull-left,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-6"] .item.horizontal-image .rspbld-image.pull-left,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-12"] .item.horizontal-image .rspbld-image.pull-left,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-2"] .item.horizontal-image .rspbld-image.pull-right,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-3"] .item.horizontal-image .rspbld-image.pull-right,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-4"] .item.horizontal-image .rspbld-image.pull-right,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-6"] .item.horizontal-image .rspbld-image.pull-right,
  .rspbld-carousel.rspbld-one-item[class*="items-per-slide-12"] .item.horizontal-image .rspbld-image.pull-right {
    float: none;
    margin: 0 0 20px 0
  }
}
.rspbld-carousel.featured .carousel {
  margin: 0
}
.rspbld-carousel.featured .carousel-inner > .item.horizontal-image .rspbld-image {
  width: 100%
}
.rspbld-carousel.featured .carousel-inner > .item.horizontal-image .rspbld-image.pull-left,
.rspbld-carousel.featured .carousel-inner > .item.horizontal-image .rspbld-image.pull-right {
  float: none;
  margin: 0
}
.rspbld-carousel.featured .carousel-inner > .item > [class^="span"] {
  position: relative;
  overflow: hidden
}
.rspbld-carousel.featured .carousel-inner > .item > [class^="span"]:hover .rspbld-image > img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.1, 1.1) rotate(-3deg);
  -moz-transform: scale(1.1, 1.1) rotate(-3deg);
  -ms-transform: scale(1.1, 1.1) rotate(-3deg);
  -o-transform: scale(1.1, 1.1) rotate(-3deg);
  transform: scale(1.1, 1.1) rotate(-3deg)
}
.rspbld-carousel.featured .carousel-inner > .item > [class^="span"]:hover .rspbld-item-content-container {
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1)
}
.rspbld-carousel.featured .carousel-inner .rspbld-item-container {
  padding: 0
}
.rspbld-carousel.featured .carousel-inner .rspbld-item-container .rspbld-button {
  margin-top: 15px
}
.rspbld-carousel.featured .carousel-inner .rspbld-image > img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1.2, 1.2) rotate(0);
  -moz-transform: scale(1.2, 1.2) rotate(0);
  -ms-transform: scale(1.2, 1.2) rotate(0);
  -o-transform: scale(1.2, 1.2) rotate(0);
  transform: scale(1.2, 1.2) rotate(0);
  -webkit-transition: transform .2s linear 0s;
  -moz-transition: transform .2s linear 0s;
  -o-transition: transform .2s linear 0s;
  transition: transform .2s linear 0s
}
.rspbld-carousel.featured .carousel-inner .rspbld-item-content-container {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
  -o-box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%) scale(.9, .9);
  -moz-transform: translate(-50%, -50%) scale(.9, .9);
  -ms-transform: translate(-50%, -50%) scale(.9, .9);
  -o-transform: translate(-50%, -50%) scale(.9, .9);
  transform: translate(-50%, -50%) scale(.9, .9);
  -webkit-transition: transform .2s linear 0s;
  -moz-transition: transform .2s linear 0s;
  -o-transition: transform .2s linear 0s;
  transition: transform .2s linear 0s
}
.rspbld-carousel.featured .carousel-inner .rspbld-item-title {
  margin: 0 0 15px 0
}
.rspbld-carousel.featured .carousel-inner .rspbld-item-content > p {
  margin-bottom: 15px
}
.rspbld-carousel.featured .carousel-inner .rspbld-item-content > p:last-of-type {
  margin-bottom: 0
}
.rspbld-carousel.featured.rspbld-one-item .carousel-inner > .item > [class^="span"] {
  padding: 0
}
.rspbld-carousel.testimonials .carousel-inner {
  background-color: #fff
}
.rspbld-carousel.testimonials .carousel-inner .item .rspbld-item-container {
  padding: 15px 40px
}
.rspbld-carousel.testimonials .carousel-inner .item:not(.horizontal-image) .rspbld-image {
  display: block;
  margin: 0 auto 20px auto
}
.rspbld-carousel.testimonials .carousel-inner .item .rspbld-image {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3)
}
.container .rspbld-carousel .carousel-inner {
  width: 100%
}
.container .rspbld-carousel .carousel-control.left {
  left: -80px
}
.container .rspbld-carousel .carousel-control.right {
  right: -80px
}
@media (max-width: 1330px) {
  .container .rspbld-carousel .carousel-control {
    width: 60px
  }
  .container .rspbld-carousel .carousel-control.left {
    left: -20px
  }
  .container .rspbld-carousel .carousel-control.right {
    right: -20px
  }
}
@media (max-width: 767px) {
  .container .rspbld-carousel .carousel-control {
    font-size: 26px;
    height: 40px;
    width: 40px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  .container .rspbld-carousel .carousel-control.left {
    left: auto;
    right: 40px
  }
  .container .rspbld-carousel .carousel-control.right {
    right: 0
  }
}
.primary-overlay .rspbld-carousel .carousel-inner,
.secondary-overlay .rspbld-carousel .carousel-inner,
.ternary-overlay .rspbld-carousel .carousel-inner {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.background-primary .rspbld-carousel .carousel-inner,
.background-secondary .rspbld-carousel .carousel-inner,
.background-ternary .rspbld-carousel .carousel-inner {
  background-color: #fff;
  color: #000
}
.background-primary .rspbld-carousel .carousel-inner h1,
.background-secondary .rspbld-carousel .carousel-inner h1,
.background-ternary .rspbld-carousel .carousel-inner h1,
.background-primary .rspbld-carousel .carousel-inner h2,
.background-secondary .rspbld-carousel .carousel-inner h2,
.background-ternary .rspbld-carousel .carousel-inner h2,
.background-primary .rspbld-carousel .carousel-inner h3,
.background-secondary .rspbld-carousel .carousel-inner h3,
.background-ternary .rspbld-carousel .carousel-inner h3,
.background-primary .rspbld-carousel .carousel-inner h4,
.background-secondary .rspbld-carousel .carousel-inner h4,
.background-ternary .rspbld-carousel .carousel-inner h4,
.background-primary .rspbld-carousel .carousel-inner h5,
.background-secondary .rspbld-carousel .carousel-inner h5,
.background-ternary .rspbld-carousel .carousel-inner h5,
.background-primary .rspbld-carousel .carousel-inner h6,
.background-secondary .rspbld-carousel .carousel-inner h6,
.background-ternary .rspbld-carousel .carousel-inner h6 {
  color: #1e5082
}
.rstpl-slideshow-position .rspbld-carousel .carousel {
  margin: 0
}
.rstpl-slideshow-position .rspbld-carousel .carousel-inner {
  width: 100%
}
.rstpl-slideshow-position .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
  float: none;
  margin: 0;
  width: 100%
}
.rstpl-slideshow-position .rspbld-carousel .carousel-inner.text-left .rspbld-item-content-container {
  padding-left: 15%
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-inner.text-left .rspbld-item-content-container {
    padding-left: 10%
  }
}
@media (max-width: 979px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-inner.text-left .rspbld-item-content-container {
    padding-left: 5%
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-inner.text-left .rspbld-item-content-container {
    padding-left: 15px
  }
}
.rstpl-slideshow-position .rspbld-carousel .carousel-inner.text-right .rspbld-item-content-container {
  padding-right: 15%
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-inner.text-right .rspbld-item-content-container {
    padding-right: 10%
  }
}
@media (max-width: 979px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-inner.text-right .rspbld-item-content-container {
    padding-right: 5%
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-inner.text-right .rspbld-item-content-container {
    padding-right: 15px
  }
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-item-content {
  margin-top: 30px
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-item-content > p {
  margin-bottom: 30px
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-item-content > p:last-of-type {
  margin-bottom: 0
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content {
    margin-top: 15px
  }
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content > p {
    margin-bottom: 15px
  }
}
@media (max-width: 979px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content {
    line-height: 1.25
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content {
    font-size: 14px;
    margin-top: 10px
  }
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content > p {
    margin-bottom: 10px
  }
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-item-title {
  color: #ffffff;
  line-height: 1;
  margin: 0
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container {
  background-color: rgba(30,80,130,0.8);
  color: #ffffff;
  padding: 60px;
  left: 0;
  top: 50%;
  position: absolute;
  width: 52.5%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container .rspbld-button {
  margin-top: 20px
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container .rspbld-button.btn-link {
  color: #333333
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container .rspbld-button.btn-link:hover {
  color: #4d4d4d
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container {
    padding: 40px
  }
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container .rspbld-button {
    margin-top: 15px
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container {
    padding: 15px;
    width: 80%
  }
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container .rspbld-button {
    margin-top: 10px
  }
}
@media (max-width: 480px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-item-content-container {
    display: none
  }
}
.rstpl-slideshow-position .rspbld-carousel .rspbld-pagination {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  right: 252px;
  top: 50%;
  width: 80px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-pagination {
    font-size: 32px;
    right: 82px
  }
}
@media (max-width: 979px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-pagination {
    font-size: 28px;
    right: 40px
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rspbld-carousel .rspbld-pagination {
    display: none
  }
}
.rstpl-slideshow-position .rspbld-carousel .carousel-indicators {
  display: none
}
.rstpl-slideshow-position .rspbld-carousel .carousel-indicators.center-bottom + .carousel-inner .rspbld-item-container,
.rstpl-slideshow-position .rspbld-carousel .carousel-indicators.left-bottom + .carousel-inner .rspbld-item-container,
.rstpl-slideshow-position .rspbld-carousel .carousel-indicators.right-bottom + .carousel-inner .rspbld-item-container {
  padding: 0
}
.rstpl-slideshow-position .rspbld-carousel .carousel-control {
  background-color: transparent;
  background-image: none;
  left: auto;
  right: 312px;
  height: 170px;
  width: 72px;
  z-index: 3
}
.rstpl-slideshow-position .rspbld-carousel .carousel-control:before {
  background-image: url('../../images/prev-light.png');
  background-position: left top;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%
}
.rstpl-slideshow-position .rspbld-carousel .carousel-control > i {
  display: none
}
.rstpl-slideshow-position .rspbld-carousel .carousel-control:hover {
  background-color: transparent
}
.rstpl-slideshow-position .rspbld-carousel .carousel-control.right {
  right: 200px
}
.rstpl-slideshow-position .rspbld-carousel .carousel-control.right:before {
  background-image: url('../../images/next-light.png')
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-control.right {
    right: 60px
  }
}
@media (max-width: 979px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-control.right {
    right: 30px
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-control.right {
    right: 10px
  }
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-control {
    right: 142px;
    height: 100px;
    width: 42px
  }
}
@media (max-width: 979px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-control {
    right: 100px;
    height: 72px;
    width: 30px
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rspbld-carousel .carousel-control {
    right: 60px
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container .rspbld-carousel .carousel-control {
  font-size: 24px;
  height: 90px;
  width: 40px
}
.rstpl-mega-menu .rstpl-mega-menu-container .rspbld-carousel .carousel-control.left {
  left: 0
}
.rstpl-mega-menu .rstpl-mega-menu-container .rspbld-carousel .carousel-control.right {
  right: 0
}
.element-preview .rspbld-carousel .carousel-inner {
  width: calc(100% - 80px)
}
.element-preview .rspbld-carousel .carousel-control {
  font-size: 26px;
  height: 60px;
  width: 40px
}
.element-preview .rspbld-carousel.featured .carousel-inner .rspbld-item-content-container {
  padding: 10px
}
.rspbld-countdown-timer .rspbld-inner {
  font-size: 0;
  width: 100%
}
.rspbld-countdown-timer .rspbld-inner .wrapper {
  background-color: #1e5082;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  margin: 0 2%;
  padding: 2%;
  width: 19%
}
.rspbld-countdown-timer .rspbld-inner .wrapper .countdown {
  font-size: 40px
}
.rspbld-countdown-timer .rspbld-inner .wrapper .detail {
  font-size: 24px
}
@media (max-width: 767px) {
  .rspbld-countdown-timer .rspbld-inner .wrapper {
    margin: 15px 0;
    width: 100%
  }
  .rspbld-countdown-timer .rspbld-inner .wrapper:first-of-type {
    margin-top: 0
  }
  .rspbld-countdown-timer .rspbld-inner .wrapper:last-of-type {
    margin-bottom: 0
  }
}
.primary-overlay .rspbld-countdown-timer .rspbld-inner .wrapper,
.secondary-overlay .rspbld-countdown-timer .rspbld-inner .wrapper,
.ternary-overlay .rspbld-countdown-timer .rspbld-inner .wrapper,
.background-primary .rspbld-countdown-timer .rspbld-inner .wrapper,
.background-secondary .rspbld-countdown-timer .rspbld-inner .wrapper,
.background-ternary .rspbld-countdown-timer .rspbld-inner .wrapper {
  background-color: #fff;
  color: #000
}
.primary-overlay .rspbld-countdown-timer .rspbld-inner .wrapper .countdown,
.secondary-overlay .rspbld-countdown-timer .rspbld-inner .wrapper .countdown,
.ternary-overlay .rspbld-countdown-timer .rspbld-inner .wrapper .countdown,
.background-primary .rspbld-countdown-timer .rspbld-inner .wrapper .countdown,
.background-secondary .rspbld-countdown-timer .rspbld-inner .wrapper .countdown,
.background-ternary .rspbld-countdown-timer .rspbld-inner .wrapper .countdown {
  color: #1e5082
}
.rspbld-google-map {
  position: relative
}
.rspbld-google-map.section-title .rspbld-content-container {
  background-color: #fff;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 40px;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
.rspbld-google-map.section-title .rspbld-subtitle {
  margin-bottom: 0
}
.rspbld-google-map .rspbld-infowindow .rspbld-title {
  color: #1e5082;
  margin-bottom: 10px;
  text-shadow: none
}
.rspbld-google-map .rspbld-infowindow .rspbld-content {
  margin-bottom: 0
}
@media (max-width: 767px) {
  .rspbld-google-map.section-title .rspbld-content-container {
    width: calc(100% - 40px)
  }
}
.gm-style .gm-style-iw-c {
  border-radius: 0
}
.gm-ui-hover-effect {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.primary-overlay .rspbld-google-map,
.secondary-overlay .rspbld-google-map,
.ternary-overlay .rspbld-google-map,
.background-primary .rspbld-google-map,
.background-secondary .rspbld-google-map,
.background-ternary .rspbld-google-map {
  color: #000
}
.primary-overlay .rspbld-google-map.section-title .rspbld-title,
.secondary-overlay .rspbld-google-map.section-title .rspbld-title,
.ternary-overlay .rspbld-google-map.section-title .rspbld-title,
.background-primary .rspbld-google-map.section-title .rspbld-title,
.background-secondary .rspbld-google-map.section-title .rspbld-title,
.background-ternary .rspbld-google-map.section-title .rspbld-title {
  color: #000
}
.primary-overlay .rspbld-google-map.section-title .rspbld-subtitle,
.secondary-overlay .rspbld-google-map.section-title .rspbld-subtitle,
.ternary-overlay .rspbld-google-map.section-title .rspbld-subtitle,
.background-primary .rspbld-google-map.section-title .rspbld-subtitle,
.background-secondary .rspbld-google-map.section-title .rspbld-subtitle,
.background-ternary .rspbld-google-map.section-title .rspbld-subtitle {
  color: #1e5082
}
.rspbld-horizontal-icon-box {
  background-color: #f2f2f2;
  padding: 40px
}
.rspbld-horizontal-icon-box .rspbld-icon {
  background-color: transparent;
  color: #1e5082;
  font-size: 75px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-horizontal-icon-box .rspbld-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  -moz-opacity: .05;
  opacity: .05;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23000;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
.rspbld-horizontal-icon-box .rspbld-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -moz-opacity: .05;
  opacity: .05;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23000;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
.rspbld-horizontal-icon-box .rspbld-icon.pull-left {
  margin: 0 20px 0 0
}
.rspbld-horizontal-icon-box:hover .rspbld-icon:before {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%)
}
.rspbld-horizontal-icon-box:hover .rspbld-icon:after {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%)
}
.rspbld-horizontal-icon-box p:last-of-type {
  margin-bottom: 0
}
.rspbld-horizontal-icon-box .rspbld-button {
  margin-top: 20px
}
@media (max-width: 480px) {
  .rspbld-horizontal-icon-box {
    padding: 60px 15px
  }
  .rspbld-horizontal-icon-box .rspbld-icon.pull-left,
  .rspbld-horizontal-icon-box .rspbld-icon.pull-right {
    display: inline-block;
    float: none;
    margin: 0 0 15px 0
  }
}
.primary-overlay .rspbld-horizontal-icon-box,
.secondary-overlay .rspbld-horizontal-icon-box,
.ternary-overlay .rspbld-horizontal-icon-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.primary-overlay .rspbld-horizontal-icon-box .rspbld-icon,
.secondary-overlay .rspbld-horizontal-icon-box .rspbld-icon,
.ternary-overlay .rspbld-horizontal-icon-box .rspbld-icon {
  color: #1e5082
}
.background-primary .rspbld-horizontal-icon-box,
.background-secondary .rspbld-horizontal-icon-box,
.background-ternary .rspbld-horizontal-icon-box {
  background-color: #fff;
  color: #000
}
.rspbld-horizontal-image-box .rspbld-image {
  overflow: hidden;
  position: relative
}
.rspbld-horizontal-image-box .rspbld-image.pull-left {
  margin: 0 20px 0 0
}
.rspbld-horizontal-image-box .rspbld-image.pull-right {
  margin: 0 0 0 20px
}
.rspbld-horizontal-image-box .rspbld-image > img {
  background-color: #fff;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-horizontal-image-box .rspbld-image:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -moz-opacity: .15;
  opacity: .15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23fff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.rspbld-horizontal-image-box .rspbld-image:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -moz-opacity: .15;
  opacity: .15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23fff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.rspbld-horizontal-image-box .rspbld-content > p:last-of-type {
  margin-bottom: 0
}
.rspbld-horizontal-image-box .rspbld-content + .btn {
  margin-top: 20px
}
.rspbld-horizontal-image-box.featured {
  display: table;
  overflow: hidden
}
.rspbld-horizontal-image-box.featured .rspbld-image {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 40%;
  z-index: 0
}
.rspbld-horizontal-image-box.featured .rspbld-image.pull-left,
.rspbld-horizontal-image-box.featured .rspbld-image.pull-right {
  float: none;
  margin: 0
}
.rspbld-horizontal-image-box.featured .rspbld-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1)
}
.rspbld-horizontal-image-box.featured .rspbld-content-container {
  display: table-cell;
  padding: 80px 60px;
  vertical-align: top;
  width: 60%
}
@media (max-width: 1199px) {
  .rspbld-horizontal-image-box.featured .rspbld-image > img {
    height: 100%;
    max-width: none;
    width: auto
  }
}
@media (max-width: 979px) {
  .rspbld-horizontal-image-box.featured .rspbld-content-container {
    padding: 60px 40px
  }
}
@media (max-width: 767px) {
  .rspbld-horizontal-image-box.featured.featured {
    display: block
  }
  .rspbld-horizontal-image-box.featured.featured .rspbld-image {
    display: block;
    height: 30vh;
    width: 100%
  }
  .rspbld-horizontal-image-box.featured.featured .rspbld-image > img {
    height: auto;
    width: 100%
  }
}
@media (max-width: 480px) {
  .rspbld-horizontal-image-box.featured.featured .rspbld-content-container {
    padding: 60px 15px
  }
}
.rspbld-horizontal-image-box.thumb .rspbld-image {
  border: 20px solid #fff;
  height: 175px;
  width: 175px;
  margin: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-horizontal-image-box.thumb .rspbld-image:before,
.rspbld-horizontal-image-box.thumb .rspbld-image:after {
  content: none
}
.rspbld-horizontal-image-box.thumb .rspbld-image.pull-left {
  margin: 15px 20px 15px 15px
}
.rspbld-horizontal-image-box.thumb .rspbld-image.pull-right {
  margin: 15px 15px 15px 20px
}
.rspbld-horizontal-image-box.thumb .rspbld-image > img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1)
}
.rspbld-horizontal-image-box.thumb .rspbld-title {
  margin: 15px 0
}
.rspbld-horizontal-image-box.thumb .rspbld-content + .btn {
  margin-top: 10px
}
.rspbld-horizontal-image-box.thumb:hover .rspbld-image {
  border-width: 0
}
.rspbld-horizontal-image-box.thumb:hover .rspbld-image > img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}
@media (max-width: 1199px) {
  .rspbld-horizontal-image-box.thumb .rspbld-image {
    height: 150px;
    width: 150px
  }
}
@media (max-width: 979px) {
  .rspbld-horizontal-image-box.thumb .rspbld-image {
    border: 10px solid #fff;
    height: 90px;
    width: 90px
  }
  .rspbld-horizontal-image-box.thumb .rspbld-content-container {
    display: inline-block;
    padding: 0 15px
  }
}
@media (max-width: 767px) {
  .rspbld-horizontal-image-box.thumb .rspbld-image {
    height: 120px;
    width: 120px
  }
  .rspbld-horizontal-image-box.thumb .rspbld-image.pull-left,
  .rspbld-horizontal-image-box.thumb .rspbld-image.pull-right {
    float: none;
    margin: 15px
  }
}
.rspbld-horizontal-image-box:hover .rspbld-image > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.1, 1.1) rotate(-3deg);
  -moz-transform: scale(1.1, 1.1) rotate(-3deg);
  -ms-transform: scale(1.1, 1.1) rotate(-3deg);
  -o-transform: scale(1.1, 1.1) rotate(-3deg);
  transform: scale(1.1, 1.1) rotate(-3deg)
}
.rspbld-horizontal-image-box:hover .rspbld-image:before {
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
.rspbld-horizontal-image-box:hover .rspbld-image:after {
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
.rspbld-horizontal-image-box:hover.featured .rspbld-image > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1) rotate(-3deg);
  -moz-transform: translate(-50%, -50%) scale(1.1, 1.1) rotate(-3deg);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.1) rotate(-3deg);
  -o-transform: translate(-50%, -50%) scale(1.1, 1.1) rotate(-3deg);
  transform: translate(-50%, -50%) scale(1.1, 1.1) rotate(-3deg)
}
.element-preview .rspbld-horizontal-image-box.featured .rspbld-image {
  width: 30%
}
.element-preview .rspbld-horizontal-image-box.featured .rspbld-image > img {
  height: 100%;
  max-width: none;
  width: auto
}
.element-preview .rspbld-horizontal-image-box.featured .rspbld-content-container {
  padding: 20px 0 20px 20px;
  width: 70%
}
.rspbld-icon {
  background-color: transparent;
  border-radius: 0;
  color: #1e5082;
  font-size: 48px;
  line-height: 1;
  padding: 20px
}
.rspbld-icon i {
  width: auto
}
.primary-overlay .rspbld-icon,
.secondary-overlay .rspbld-icon,
.ternary-overlay .rspbld-icon,
.background-primary .rspbld-icon,
.background-secondary .rspbld-icon,
.background-ternary .rspbld-icon {
  color: #ffffff
}
.rspbld-image.featured {
  position: relative;
  z-index: 0;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-image.featured:before {
  content: '';
  position: absolute;
  background-color: transparent;
  border: 30px solid #fff;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  max-height: calc(100% - 60px);
  max-width: calc(100% - 60px);
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}
.rspbld-image.featured:hover {
  z-index: 1
}
.rspbld-image.featured:hover:before {
  max-height: 100%;
  max-width: 100%;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rspbld-image.featured img {
  width: 100%
}
.rspbld-image.featured .rspbld-magnific-popup:after,
.rspbld-image.featured .rspbld-magnific-popup:before {
  content: none
}
@media (max-width: 767px) {
  .rspbld-image.featured {
    padding: 0 40px
  }
  .rspbld-image.featured:before {
    border: 20px solid #fff;
    max-height: calc(100% - 40px);
    max-width: calc(100% - 120px)
  }
  .rspbld-image.featured:hover:before {
    max-height: 100%;
    max-width: calc(100% - 80px)
  }
}
@media (max-width: 480px) {
  .rspbld-image.featured {
    padding: 0 20px
  }
  .rspbld-image.featured:before {
    border: 15px solid #fff;
    max-height: calc(100% - 30px);
    max-width: calc(100% - 70px)
  }
  .rspbld-image.featured:hover:before {
    max-height: 100%;
    max-width: calc(100% - 40px)
  }
}
.rspbld-image .rspbld-magnific-popup:after {
  color: #ffffff
}
.rspbld-image .rspbld-magnific-popup:before {
  background-color: #46484a
}
.rspbld-image .rspbld-image-caption {
  background-color: #46484a;
  color: #ffffff;
  font-weight: normal;
  padding: 5px
}
.mfp-wrap.mfp-gallery button {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.element-preview .rspbld-image.featured {
  margin: 40px 0;
  width: 60%
}
.rspbld-list ul > li {
  line-height: 1.4
}
.rspbld-list .rspbld-icon {
  font-size: 19px
}
.rspbld-list .rspbld-content {
  margin: 0
}
.rspbld-list .rspbld-content p {
  margin: 0 0 15px 0
}
.rspbld-list .rspbld-icon-container.left .rspbld-icon {
  color: #1e5082;
  margin-right: 10px
}
.rspbld-list .rspbld-icon-container.right .rspbld-icon {
  color: #1e5082;
  margin-left: 10px
}
.primary-overlay .rspbld-list,
.secondary-overlay .rspbld-list,
.ternary-overlay .rspbld-list,
.background-primary .rspbld-list,
.background-secondary .rspbld-list,
.background-ternary .rspbld-list {
  color: #ffffff
}
.primary-overlay .rspbld-list .rspbld-icon-container.left .rspbld-icon,
.secondary-overlay .rspbld-list .rspbld-icon-container.left .rspbld-icon,
.ternary-overlay .rspbld-list .rspbld-icon-container.left .rspbld-icon,
.background-primary .rspbld-list .rspbld-icon-container.left .rspbld-icon,
.background-secondary .rspbld-list .rspbld-icon-container.left .rspbld-icon,
.background-ternary .rspbld-list .rspbld-icon-container.left .rspbld-icon {
  color: #ffffff
}
.primary-overlay .rspbld-list .rspbld-icon-container.right .rspbld-icon,
.secondary-overlay .rspbld-list .rspbld-icon-container.right .rspbld-icon,
.ternary-overlay .rspbld-list .rspbld-icon-container.right .rspbld-icon,
.background-primary .rspbld-list .rspbld-icon-container.right .rspbld-icon,
.background-secondary .rspbld-list .rspbld-icon-container.right .rspbld-icon,
.background-ternary .rspbld-list .rspbld-icon-container.right .rspbld-icon {
  color: #ffffff
}
.rspbld-masonry-boxes .rspbld-image {
  position: relative;
  left: 50%;
  top: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.rspbld-masonry-boxes .rspbld-image img {
  height: 100%;
  width: 100%;
  object-fit: cover
}
@media (max-width: 979px) {
  .rspbld-masonry-boxes .boxes-container .box {
    width: 100% !important
  }
  .rspbld-masonry-boxes .boxes-container .box:last-of-type {
    margin-bottom: 0 !important
  }
}
@media (max-width: 767px) {
  .rspbld-masonry-boxes .rspbld-image {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}
.primary-overlay .rspbld-masonry-boxes,
.secondary-overlay .rspbld-masonry-boxes,
.ternary-overlay .rspbld-masonry-boxes {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
@media (max-width: 480px) {
  .primary-overlay .rspbld-masonry-boxes,
  .secondary-overlay .rspbld-masonry-boxes,
  .ternary-overlay .rspbld-masonry-boxes {
    padding: 15px
  }
}
.background-primary .rspbld-masonry-boxes,
.background-secondary .rspbld-masonry-boxes,
.background-ternary .rspbld-masonry-boxes {
  background-color: #fff;
  padding: 40px
}
.rspbld-personal-box {
  position: relative
}
.rspbld-personal-box .rspbld-image {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0
}
.rspbld-personal-box .rspbld-image:before {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: 33.3333%;
  z-index: 1;
  background-image: -webkit-linear-gradient(0 deg, transparent 0%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(0 deg, transparent 0%, #f2f2f2 100%);
  background-image: linear-gradient(180deg, transparent 0%, #f2f2f2 100%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-personal-box .rspbld-image > img {
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  -webkit-transform: rotate(0deg) scale(1, 1);
  -moz-transform: rotate(0deg) scale(1, 1);
  -ms-transform: rotate(0deg) scale(1, 1);
  -o-transform: rotate(0deg) scale(1, 1);
  transform: rotate(0deg) scale(1, 1);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-personal-box .rspbld-content-container {
  background-color: #f2f2f2;
  padding: 0 20px 20px 20px
}
.rspbld-personal-box .rspbld-title {
  margin: 0 0 10px 0
}
.rspbld-personal-box .rspbld-subtitle {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0
}
.rspbld-personal-box .rspbld-content {
  margin: 0
}
.rspbld-personal-box .rspbld-content > p:last-of-type {
  margin-bottom: 0
}
.rspbld-personal-box .rspbld-social-icons {
  margin: 0 0 5px 0;
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  transform: translate(0, -15px)
}
.rspbld-personal-box .rspbld-social-icons > li i {
  background-color: transparent;
  color: #1e5082;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-personal-box .rspbld-social-icons > li i:hover {
  color: #102a44
}
.rspbld-personal-box:hover .rspbld-image:before {
  max-height: 20%
}
.rspbld-personal-box:hover .rspbld-image > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: rotate(-3deg) scale(1.1, 1.1);
  -moz-transform: rotate(-3deg) scale(1.1, 1.1);
  -ms-transform: rotate(-3deg) scale(1.1, 1.1);
  -o-transform: rotate(-3deg) scale(1.1, 1.1);
  transform: rotate(-3deg) scale(1.1, 1.1)
}
@media (max-width: 979px) {
  .rspbld-personal-box .rspbld-content-container {
    padding: 0 15px 15px 15px
  }
}
.primary-overlay .rspbld-personal-box,
.secondary-overlay .rspbld-personal-box,
.ternary-overlay .rspbld-personal-box {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.primary-overlay .rspbld-personal-box .rspbld-image:before,
.secondary-overlay .rspbld-personal-box .rspbld-image:before,
.ternary-overlay .rspbld-personal-box .rspbld-image:before {
  background-image: -webkit-linear-gradient(0 deg, transparent 0%, #fff 100%);
  background-image: -moz-linear-gradient(0 deg, transparent 0%, #fff 100%);
  background-image: linear-gradient(180deg, transparent 0%, #fff 100%)
}
.primary-overlay .rspbld-personal-box .rspbld-content-container,
.secondary-overlay .rspbld-personal-box .rspbld-content-container,
.ternary-overlay .rspbld-personal-box .rspbld-content-container {
  background-color: #fff
}
.background-primary .rspbld-personal-box .rspbld-image:before,
.background-secondary .rspbld-personal-box .rspbld-image:before,
.background-ternary .rspbld-personal-box .rspbld-image:before {
  background-image: -webkit-linear-gradient(0 deg, transparent 0%, #fff 100%);
  background-image: -moz-linear-gradient(0 deg, transparent 0%, #fff 100%);
  background-image: linear-gradient(180deg, transparent 0%, #fff 100%)
}
.background-primary .rspbld-personal-box .rspbld-content-container,
.background-secondary .rspbld-personal-box .rspbld-content-container,
.background-ternary .rspbld-personal-box .rspbld-content-container {
  background-color: #fff
}
.element-preview .rspbld-personal-box {
  margin-left: auto;
  margin-right: auto;
  width: 50%
}
.rspbld-portfolio-filtering .rspbld-filter {
  margin: 0 0 20px 0;
  display: block;
  font-size: 0;
  text-align: center
}
.rspbld-portfolio-filtering .rspbld-filter > li {
  background-color: #bfbfbf;
  font-size: 16px;
  font-weight: 400;
  margin: 0 2px;
  padding: 8px 10px
}
.rspbld-portfolio-filtering .rspbld-filter > li:first-of-type {
  margin-left: 0
}
.rspbld-portfolio-filtering .rspbld-filter > li:last-of-type {
  margin-right: 0
}
.rspbld-portfolio-filtering .rspbld-filter > li.active {
  background-color: #1e5082;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rspbld-portfolio-filtering-container .filtr-item {
  padding: 10px
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner {
  background-color: #f2f2f2
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image {
  position: relative;
  overflow: hidden;
  z-index: 0
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image:before {
  border: 40px solid #f2f2f2;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  max-height: calc(100% - 2 * 20px);
  max-width: calc(100% - 2 * 20px);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image > img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-title {
  padding: 20px 40px
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner > a {
  padding: 0
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-content {
  padding: 0 40px 40px 40px
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-content p:last-of-type {
  margin-bottom: 0
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner:hover .rspbld-image:before {
  border-width: 0;
  max-height: 100%;
  max-width: 100%
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner:hover .rspbld-image > img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
@media (max-width: 979px) {
  .rspbld-portfolio-filtering-container .filtr-item {
    padding: 10px
  }
  .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image:before {
    max-height: calc(100% - 2 * 15px);
    max-width: calc(100% - 2 * 15px)
  }
  .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-title {
    padding: 15px 20px
  }
  .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-content {
    padding: 0 20px 20px 20px
  }
}
@media (max-width: 767px) {
  .rspbld-portfolio-filtering-container [class*="grid_"] {
    width: 100%
  }
}
.primary-overlay .rspbld-portfolio-filtering .rspbld-filter > li,
.secondary-overlay .rspbld-portfolio-filtering .rspbld-filter > li,
.ternary-overlay .rspbld-portfolio-filtering .rspbld-filter > li {
  background-color: #fff;
  color: #000
}
.primary-overlay .rspbld-portfolio-filtering .rspbld-filter > li.active,
.secondary-overlay .rspbld-portfolio-filtering .rspbld-filter > li.active,
.ternary-overlay .rspbld-portfolio-filtering .rspbld-filter > li.active {
  color: #46484a
}
.primary-overlay .rspbld-portfolio-filtering .filtr-item-inner,
.secondary-overlay .rspbld-portfolio-filtering .filtr-item-inner,
.ternary-overlay .rspbld-portfolio-filtering .filtr-item-inner {
  color: #000
}
.primary-overlay .rspbld-portfolio-filtering h1,
.secondary-overlay .rspbld-portfolio-filtering h1,
.ternary-overlay .rspbld-portfolio-filtering h1,
.primary-overlay .rspbld-portfolio-filtering h2,
.secondary-overlay .rspbld-portfolio-filtering h2,
.ternary-overlay .rspbld-portfolio-filtering h2,
.primary-overlay .rspbld-portfolio-filtering h3,
.secondary-overlay .rspbld-portfolio-filtering h3,
.ternary-overlay .rspbld-portfolio-filtering h3,
.primary-overlay .rspbld-portfolio-filtering h4,
.secondary-overlay .rspbld-portfolio-filtering h4,
.ternary-overlay .rspbld-portfolio-filtering h4,
.primary-overlay .rspbld-portfolio-filtering h5,
.secondary-overlay .rspbld-portfolio-filtering h5,
.ternary-overlay .rspbld-portfolio-filtering h5,
.primary-overlay .rspbld-portfolio-filtering h6,
.secondary-overlay .rspbld-portfolio-filtering h6,
.ternary-overlay .rspbld-portfolio-filtering h6 {
  color: #1e5082
}
.primary-overlay .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner,
.secondary-overlay .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner,
.ternary-overlay .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.primary-overlay .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image:before,
.secondary-overlay .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image:before,
.ternary-overlay .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image:before {
  border-color: #fff
}
.background-primary .rspbld-portfolio-filtering .rspbld-filter > li,
.background-secondary .rspbld-portfolio-filtering .rspbld-filter > li,
.background-ternary .rspbld-portfolio-filtering .rspbld-filter > li {
  background-color: #fff;
  color: #000
}
.background-primary .rspbld-portfolio-filtering .rspbld-filter > li.active,
.background-secondary .rspbld-portfolio-filtering .rspbld-filter > li.active,
.background-ternary .rspbld-portfolio-filtering .rspbld-filter > li.active {
  color: #46484a
}
.background-primary .rspbld-portfolio-filtering .filtr-item-inner,
.background-secondary .rspbld-portfolio-filtering .filtr-item-inner,
.background-ternary .rspbld-portfolio-filtering .filtr-item-inner {
  color: #000
}
.background-primary .rspbld-portfolio-filtering h1,
.background-secondary .rspbld-portfolio-filtering h1,
.background-ternary .rspbld-portfolio-filtering h1,
.background-primary .rspbld-portfolio-filtering h2,
.background-secondary .rspbld-portfolio-filtering h2,
.background-ternary .rspbld-portfolio-filtering h2,
.background-primary .rspbld-portfolio-filtering h3,
.background-secondary .rspbld-portfolio-filtering h3,
.background-ternary .rspbld-portfolio-filtering h3,
.background-primary .rspbld-portfolio-filtering h4,
.background-secondary .rspbld-portfolio-filtering h4,
.background-ternary .rspbld-portfolio-filtering h4,
.background-primary .rspbld-portfolio-filtering h5,
.background-secondary .rspbld-portfolio-filtering h5,
.background-ternary .rspbld-portfolio-filtering h5,
.background-primary .rspbld-portfolio-filtering h6,
.background-secondary .rspbld-portfolio-filtering h6,
.background-ternary .rspbld-portfolio-filtering h6 {
  color: #1e5082
}
.background-primary .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner,
.background-secondary .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner,
.background-ternary .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner {
  background-color: #fff
}
.background-primary .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image:before,
.background-secondary .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image:before,
.background-ternary .rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image:before {
  border-color: #fff
}
.rspbld-price-box {
  background-color: #f2f2f2
}
.rspbld-price-box .rspbld-icon {
  background-color: transparent;
  color: #1e5082;
  font-size: 64px;
  margin: 0 0 30px 0;
  padding: 0
}
.rspbld-price-box .rspbld-price {
  color: #ffffff;
  font-size: 48px;
  margin: 0
}
.rspbld-price-box .rspbld-price-tag {
  border-radius: 50%;
  display: inline-block;
  height: 170px;
  width: 170px;
  line-height: 150px;
  position: relative
}
.rspbld-price-box .rspbld-price-tag:before {
  background-color: #1e5082;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0
}
.rspbld-price-box .rspbld-price-tag:after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  margin: 11px;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 22px);
  width: calc(100% - 22px);
  z-index: 1
}
.rspbld-price-box .rspbld-price-tag > span {
  backface-visibility: hidden;
  border-radius: 50%;
  display: block;
  margin: 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 150px;
  -webkit-perspective: 150px;
  -moz-perspective: 150px;
  perspective: 150px;
  -webkit-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s
}
.rspbld-price-box .rspbld-price-tag > span.front {
  z-index: 3;
  background-color: #1e5082;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg)
}
.rspbld-price-box .rspbld-price-tag > span.back {
  z-index: 2;
  background-color: #0097c6;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg)
}
.rspbld-price-box .rspbld-content {
  font-size: 14px;
  margin: 0 0 30px 0
}
.rspbld-price-box .rspbld-content > p:last-of-type {
  margin: 0
}
.rspbld-price-box .table {
  border: none;
  margin-bottom: 0
}
.rspbld-price-box .table td,
.rspbld-price-box .table th {
  border: none;
  padding: 15px 60px
}
.rspbld-price-box .table tr:first-of-type > td,
.rspbld-price-box .table tr:last-of-type > td {
  padding: 40px
}
.rspbld-price-box .table tr:nth-of-type(2n) > td {
  background-color: #fff;
  font-weight: 600;
  text-align: left
}
.rspbld-price-box .table tr:nth-of-type(2n) > td > i {
  color: #0097c6;
  margin-right: 15px
}
.rspbld-price-box .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td {
  background-color: #f2f2f2;
  font-weight: 600;
  text-align: left
}
.rspbld-price-box .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td > i {
  color: #0097c6;
  margin-right: 15px
}
.rspbld-price-box .rspbld-button {
  margin: 0
}
.rspbld-price-box:hover .rspbld-price-tag > span.front {
  z-index: 2;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}
.rspbld-price-box:hover .rspbld-price-tag > span.back {
  z-index: 3;
  -webkit-box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.25);
  -o-box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.25);
  box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.25);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg)
}
.rspbld-price-box.background-primary .rspbld-price-tag {
  color: #1e5082
}
.rspbld-price-box.background-primary .rspbld-price-tag:before {
  background-color: #fff
}
.rspbld-price-box.background-primary .rspbld-price-tag:after {
  background-color: #1e5082
}
.rspbld-price-box.background-primary .rspbld-price-tag > span.front {
  background-color: #fff
}
.rspbld-price-box.background-primary .rspbld-price-tag > span.back {
  background-color: #fff
}
.rspbld-price-box.background-primary .table tr:nth-of-type(2n) > td {
  background-color: #19436d
}
.rspbld-price-box.background-primary .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td {
  background-color: #1e5082
}
.rspbld-price-box.background-secondary .rspbld-price-tag {
  color: #1e5082
}
.rspbld-price-box.background-secondary .rspbld-price-tag:before {
  background-color: #fff
}
.rspbld-price-box.background-secondary .rspbld-price-tag:after {
  background-color: #cdd741
}
.rspbld-price-box.background-secondary .rspbld-price-tag > span.front {
  background-color: #fff
}
.rspbld-price-box.background-secondary .rspbld-price-tag > span.back {
  background-color: #fff
}
.rspbld-price-box.background-secondary .table tr:nth-of-type(2n) > td {
  background-color: #c7d22c
}
.rspbld-price-box.background-secondary .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td {
  background-color: #cdd741
}
.rspbld-price-box.background-ternary .rspbld-price-tag {
  color: #1e5082
}
.rspbld-price-box.background-ternary .rspbld-price-tag:before {
  background-color: #fff
}
.rspbld-price-box.background-ternary .rspbld-price-tag:after {
  background-color: #46484a
}
.rspbld-price-box.background-ternary .rspbld-price-tag > span.front {
  background-color: #fff
}
.rspbld-price-box.background-ternary .rspbld-price-tag > span.back {
  background-color: #fff
}
.rspbld-price-box.background-ternary .table tr:nth-of-type(2n) > td {
  background-color: #3a3b3d
}
.rspbld-price-box.background-ternary .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td {
  background-color: #46484a
}
@media (max-width: 979px) {
  .rspbld-price-box .rspbld-price-tag {
    height: 125px;
    width: 125px;
    line-height: 105px
  }
  .rspbld-price-box .rspbld-price-tag > span {
    height: 105px;
    width: 105px;
    -webkit-perspective: 105px;
    -moz-perspective: 105px;
    perspective: 105px
  }
  .rspbld-price-box .table td,
  .rspbld-price-box .table th {
    padding: 15px 20px
  }
  .rspbld-price-box .table tr:first-of-type > td,
  .rspbld-price-box .table tr:last-of-type > td {
    padding: 40px 15px
  }
}
@media (max-width: 767px) {
  .rspbld-price-box .rspbld-price-tag {
    height: 150px;
    width: 150px;
    line-height: 130px
  }
  .rspbld-price-box .rspbld-price-tag > span {
    height: 130px;
    width: 130px;
    -webkit-perspective: 130px;
    -moz-perspective: 130px;
    perspective: 130px
  }
}
.primary-overlay .rspbld-price-box,
.secondary-overlay .rspbld-price-box,
.ternary-overlay .rspbld-price-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.primary-overlay .rspbld-price-box .table tr:nth-of-type(2n) > td,
.secondary-overlay .rspbld-price-box .table tr:nth-of-type(2n) > td,
.ternary-overlay .rspbld-price-box .table tr:nth-of-type(2n) > td {
  background-color: #f2f2f2
}
.primary-overlay .rspbld-price-box .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td,
.secondary-overlay .rspbld-price-box .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td,
.ternary-overlay .rspbld-price-box .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td {
  background-color: #fff
}
.background-primary .rspbld-price-box,
.background-secondary .rspbld-price-box,
.background-ternary .rspbld-price-box {
  background-color: #fff;
  color: #000
}
.background-primary .rspbld-price-box .rspbld-icon,
.background-secondary .rspbld-price-box .rspbld-icon,
.background-ternary .rspbld-price-box .rspbld-icon {
  color: #1e5082 !important
}
.background-primary .rspbld-price-box h1,
.background-secondary .rspbld-price-box h1,
.background-ternary .rspbld-price-box h1,
.background-primary .rspbld-price-box h2,
.background-secondary .rspbld-price-box h2,
.background-ternary .rspbld-price-box h2,
.background-primary .rspbld-price-box h3,
.background-secondary .rspbld-price-box h3,
.background-ternary .rspbld-price-box h3,
.background-primary .rspbld-price-box h4,
.background-secondary .rspbld-price-box h4,
.background-ternary .rspbld-price-box h4,
.background-primary .rspbld-price-box h5,
.background-secondary .rspbld-price-box h5,
.background-ternary .rspbld-price-box h5,
.background-primary .rspbld-price-box h6,
.background-secondary .rspbld-price-box h6,
.background-ternary .rspbld-price-box h6 {
  color: #1e5082
}
.background-primary .rspbld-price-box .table tr:nth-of-type(2n) > td,
.background-secondary .rspbld-price-box .table tr:nth-of-type(2n) > td,
.background-ternary .rspbld-price-box .table tr:nth-of-type(2n) > td {
  background-color: #f2f2f2
}
.background-primary .rspbld-price-box .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td,
.background-secondary .rspbld-price-box .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td,
.background-ternary .rspbld-price-box .table tr:nth-of-type(2n + 1):not(:first-of-type):not(:last-of-type) > td {
  background-color: #fff
}
.element-preview .rspbld-price-box {
  margin-left: auto;
  margin-right: auto;
  width: 60%
}
.rspbld-progress-bars .progress {
  border-radius: 0;
  height: 35px
}
.rspbld-progress-bars .progress:nth-of-type(3n) .bar {
  background-color: #46484a
}
.rspbld-progress-bars .progress:nth-of-type(3n+1) .bar {
  background-color: #1e5082
}
.rspbld-progress-bars .progress:nth-of-type(3n+2) .bar {
  background-color: #cdd741
}
.rspbld-progress-bars .progress .bar .rspbld-item-title {
  font-size: 19px;
  margin: 0 15px;
  font-weight: 400;
  line-height: 35px;
  text-align: left
}
.rspbld-progress-bars .progress .bar i {
  vertical-align: baseline
}
.rspbld-progress-circles .progress-circle {
  margin: 0 10% 0 0
}
.rspbld-progress-circles .progress-circle:last-of-type {
  margin: 0
}
.rspbld-progress-circles .progress-circle .item-wrapper {
  background-color: #e6e6e6;
  height: 200px;
  width: 200px
}
.rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper {
  height: 200px;
  width: 200px
}
.rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper .bar,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="51"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="52"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="53"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="54"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="55"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="56"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="57"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="58"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="59"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="60"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="61"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="62"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="63"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="64"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="65"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="66"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="67"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="68"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="69"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="70"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="71"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="72"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="73"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="74"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="75"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="76"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="77"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="78"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="79"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="80"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="81"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="82"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="83"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="84"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="85"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="86"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="87"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="88"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="89"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="90"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="91"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="92"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="93"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="94"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="95"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="96"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="97"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="98"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="99"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="100"] .fill {
  border-color: #1e5082;
  border-width: 30px;
  clip: rect(0px, 100px, 200px, 0px);
  height: 200px;
  width: 200px
}
.rspbld-progress-circles .progress-circle .item-wrapper span {
  background-color: #fff;
  color: #1e5082;
  font-weight: 600;
  font-size: 36px;
  line-height: 140px;
  height: 140px;
  width: 140px
}
.rspbld-progress-circles .progress-circle .rspbld-item-title {
  color: #1e5082;
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 0 0
}
@media (max-width: 979px) {
  .rspbld-progress-circles .progress-circle {
    margin: 0 8% 0 0;
    width: 160px
  }
  .rspbld-progress-circles .progress-circle .item-wrapper {
    height: 160px;
    width: 160px
  }
  .rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper {
    height: 160px;
    width: 160px
  }
  .rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper .bar,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="51"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="52"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="53"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="54"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="55"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="56"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="57"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="58"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="59"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="60"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="61"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="62"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="63"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="64"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="65"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="66"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="67"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="68"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="69"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="70"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="71"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="72"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="73"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="74"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="75"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="76"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="77"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="78"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="79"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="80"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="81"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="82"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="83"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="84"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="85"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="86"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="87"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="88"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="89"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="90"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="91"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="92"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="93"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="94"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="95"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="96"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="97"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="98"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="99"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="100"] .fill {
    clip: rect(0px, 80px, 160px, 0px);
    height: 160px;
    width: 160px
  }
  .rspbld-progress-circles .progress-circle .item-wrapper span {
    line-height: 120px;
    height: 120px;
    width: 120px
  }
}
@media (max-width: 767px) {
  .rspbld-progress-circles .progress-circle {
    margin: 0 0 40px 0;
    width: 100%
  }
  .rspbld-progress-circles .progress-circle .item-wrapper {
    margin: 0 auto;
    height: 160px;
    width: 160px
  }
  .rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper {
    height: 160px;
    width: 160px
  }
  .rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper .bar,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="51"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="52"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="53"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="54"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="55"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="56"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="57"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="58"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="59"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="60"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="61"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="62"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="63"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="64"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="65"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="66"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="67"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="68"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="69"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="70"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="71"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="72"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="73"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="74"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="75"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="76"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="77"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="78"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="79"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="80"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="81"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="82"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="83"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="84"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="85"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="86"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="87"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="88"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="89"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="90"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="91"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="92"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="93"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="94"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="95"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="96"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="97"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="98"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="99"] .fill,
  .rspbld-progress-circles .progress-circle .item-wrapper[data-width="100"] .fill {
    clip: rect(0px, 80px, 160px, 0px);
    height: 160px;
    width: 160px
  }
  .rspbld-progress-circles .progress-circle .item-wrapper span {
    line-height: 120px;
    height: 120px;
    width: 120px
  }
}
.primary-overlay .rspbld-progress-circles .progress-circle .rspbld-item-title,
.secondary-overlay .rspbld-progress-circles .progress-circle .rspbld-item-title,
.ternary-overlay .rspbld-progress-circles .progress-circle .rspbld-item-title,
.background-primary .rspbld-progress-circles .progress-circle .rspbld-item-title,
.background-secondary .rspbld-progress-circles .progress-circle .rspbld-item-title,
.background-ternary .rspbld-progress-circles .progress-circle .rspbld-item-title {
  color: #ffffff
}
.element-preview .rspbld-progress-circles .progress-circle {
  margin: 0 5% 0 0
}
.element-preview .rspbld-progress-circles .progress-circle:last-of-type {
  margin: 0
}
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper {
  background-color: #d9d9d9;
  margin: 0 auto;
  height: 160px;
  width: 160px
}
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper {
  height: 160px;
  width: 160px
}
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper .bar,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="51"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="52"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="53"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="54"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="55"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="56"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="57"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="58"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="59"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="60"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="61"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="62"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="63"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="64"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="65"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="66"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="67"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="68"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="69"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="70"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="71"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="72"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="73"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="74"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="75"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="76"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="77"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="78"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="79"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="80"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="81"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="82"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="83"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="84"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="85"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="86"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="87"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="88"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="89"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="90"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="91"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="92"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="93"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="94"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="95"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="96"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="97"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="98"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="99"] .fill,
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper[data-width="100"] .fill {
  clip: rect(0px, 80px, 160px, 0px);
  height: 160px;
  width: 160px
}
.element-preview .rspbld-progress-circles .progress-circle .item-wrapper span {
  line-height: 120px;
  height: 120px;
  width: 120px
}
.rspbld-tab .nav-tabs {
  border-color: #000;
  border-width: 2px;
  font-size: 0;
  text-align: center
}
.rspbld-tab .nav-tabs > li {
  display: inline-block;
  float: none;
  font-size: 16px;
  margin: 0 -2px -2px 0
}
.rspbld-tab .nav-tabs > li > a {
  background-color: #1e5082;
  border-color: #000;
  border-radius: 0;
  border-width: 2px;
  color: #ffffff;
  font-weight: 600;
  margin-right: 0;
  padding: 10px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-tab .nav-tabs > li > a:hover {
  background-color: #ffffff;
  border-color: #000;
  color: #1e5082;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-tab .nav-tabs > li > a > i {
  vertical-align: baseline
}
.rspbld-tab .nav-tabs > .active > a,
.rspbld-tab .nav-tabs > .active > a:hover,
.rspbld-tab .nav-tabs > .active > a:focus {
  background-color: #ffffff;
  border-color: #000 #000 transparent #000;
  border-width: 2px;
  color: #1e5082
}
.rspbld-tab .tab-content {
  background-color: #ffffff;
  border-color: #000;
  border-width: 2px;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.rspbld-tab .tab-content a {
  color: #cdd741
}
.rspbld-tab .tab-content a:hover {
  color: #d8e06b
}
.rspbld-tab .tab-content p:last-of-type {
  margin-bottom: 0
}
.rspbld-tab .tab-content legend {
  color: inherit
}
.rspbld-tab .tab-content .add-on,
.rspbld-tab .tab-content .popover-content {
  color: #000
}
.rspbld-tab .tab-content .form-actions {
  background-color: #19436d
}
.rspbld-tab .tab-content .rspbld-image {
  margin: 0 15px 0 0
}
.rspbld-tab .tab-content .table.table-striped tbody > tr:nth-child(2n+1) > td,
.rspbld-tab .tab-content .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #000
}
.rspbld-tab .tab-content .well {
  background-color: #19436d;
  border-color: #143659
}
@media (max-width: 979px) {
  .rspbld-tab .nav-tabs > li > a {
    font-size: 14px;
    padding: 4px
  }
}
@media (max-width: 767px) {
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(1) {
    width: 100%
  }
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(2),
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(2) ~ li {
    width: 50%
  }
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(3),
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%
  }
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(4),
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(4) ~ li {
    width: 25%
  }
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(5),
  .rspbld-tab .nav-tabs li:first-child:nth-last-child(5) ~ li {
    width: 20%
  }
}
.primary-overlay .rspbld-tab .tab-content,
.secondary-overlay .rspbld-tab .tab-content,
.ternary-overlay .rspbld-tab .tab-content,
.background-primary .rspbld-tab .tab-content,
.background-secondary .rspbld-tab .tab-content,
.background-ternary .rspbld-tab .tab-content {
  color: #000
}
.rspbld-testimonial-box .rspbld-inner {
  background-color: #f2f2f2;
  padding: 40px;
  position: relative
}
.rspbld-testimonial-box .rspbld-avatar {
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.75);
  -moz-box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.75);
  -o-box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.75);
  box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.75);
  -webkit-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s
}
.rspbld-testimonial-box .rspbld-avatar.pull-left {
  margin: 0 20px 0 0;
  height: 125px;
  width: 125px
}
.rspbld-testimonial-box .rspbld-avatar.pull-right {
  margin: 0 0 0 20px;
  height: 125px;
  width: 125px
}
.rspbld-testimonial-box .rspbld-avatar:before {
  background-color: #f2f2f2;
  border-radius: 50%;
  content: '';
  margin: 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 105px;
  width: 105px
}
.rspbld-testimonial-box .rspbld-avatar-image {
  background-size: 125px;
  background-position: center center;
  border-radius: 50%;
  margin: 10px;
  position: relative;
  height: 105px;
  width: 105px;
  -webkit-perspective: 125px;
  -moz-perspective: 125px;
  perspective: 125px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s
}
.rspbld-testimonial-box .rspbld-content {
  color: #000;
  font-style: italic
}
.rspbld-testimonial-box .rspbld-content .fa-quote-left,
.rspbld-testimonial-box .rspbld-content .fa-quote-right {
  display: none
}
.rspbld-testimonial-box .rspbld-details {
  color: #1e5082;
  margin-top: 20px
}
.rspbld-testimonial-box.rspbld-avatar-bottom {
  padding-bottom: 85px
}
.rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar {
  left: 50%;
  bottom: 0;
  position: absolute;
  height: 170px;
  width: 170px;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}
.rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar:before {
  height: 150px;
  width: 150px
}
.rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar-image {
  background-size: 170px;
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 150px
}
.rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-content-container {
  margin-bottom: 80px
}
.rspbld-testimonial-box.rspbld-avatar-top {
  padding-top: 85px
}
.rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar {
  left: 50%;
  top: 0;
  position: absolute;
  height: 170px;
  width: 170px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar:before {
  height: 150px;
  width: 150px
}
.rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar-image {
  background-size: 170px;
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 150px
}
.rspbld-testimonial-box.rspbld-avatar-top .rspbld-content-container {
  margin-top: 80px
}
.rspbld-testimonial-box:hover .rspbld-avatar {
  -webkit-box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.25);
  -o-box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.25);
  box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.25)
}
.rspbld-testimonial-box:hover .rspbld-avatar-image {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg)
}
@media (max-width: 979px) {
  .rspbld-testimonial-box .rspbld-inner {
    padding: 20px
  }
  .rspbld-testimonial-box.rspbld-avatar-bottom {
    padding-top: 75px
  }
  .rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar {
    height: 150px;
    width: 150px
  }
  .rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar:before {
    height: 130px;
    width: 130px
  }
  .rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar-image {
    background-size: 150px;
    height: 130px;
    width: 130px
  }
  .rspbld-testimonial-box.rspbld-avatar-top {
    padding-top: 75px
  }
  .rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar {
    height: 150px;
    width: 150px
  }
  .rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar:before {
    height: 130px;
    width: 130px
  }
  .rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar-image {
    background-size: 150px;
    height: 130px;
    width: 130px
  }
}
@media (max-width: 767px) {
  .rspbld-testimonial-box.rspbld-avatar-bottom {
    padding-top: 85px
  }
  .rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar {
    height: 170px;
    width: 170px
  }
  .rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar:before {
    height: 150px;
    width: 150px
  }
  .rspbld-testimonial-box.rspbld-avatar-bottom .rspbld-avatar-image {
    background-size: 170px;
    height: 150px;
    width: 150px
  }
  .rspbld-testimonial-box.rspbld-avatar-top {
    padding-top: 85px
  }
  .rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar {
    height: 170px;
    width: 170px
  }
  .rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar:before {
    height: 150px;
    width: 150px
  }
  .rspbld-testimonial-box.rspbld-avatar-top .rspbld-avatar-image {
    background-size: 170px;
    height: 150px;
    width: 150px
  }
}
.primary-overlay .rspbld-testimonial-box,
.seconary-overlay .rspbld-testimonial-box,
.ternary-overlay .rspbld-testimonial-box {
  overflow: visible
}
.primary-overlay .rspbld-testimonial-box .rspbld-inner,
.seconary-overlay .rspbld-testimonial-box .rspbld-inner,
.ternary-overlay .rspbld-testimonial-box .rspbld-inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.primary-overlay .rspbld-testimonial-box .rspbld-avatar:before,
.seconary-overlay .rspbld-testimonial-box .rspbld-avatar:before,
.ternary-overlay .rspbld-testimonial-box .rspbld-avatar:before {
  background-color: #fff
}
.background-primary .rspbld-testimonial-box,
.background-secondary .rspbld-testimonial-box,
.background-ternary .rspbld-testimonial-box {
  overflow: visible
}
.background-primary .rspbld-testimonial-box .rspbld-inner,
.background-secondary .rspbld-testimonial-box .rspbld-inner,
.background-ternary .rspbld-testimonial-box .rspbld-inner {
  background-color: #fff
}
.background-primary .rspbld-testimonial-box .rspbld-avatar:before,
.background-secondary .rspbld-testimonial-box .rspbld-avatar:before,
.background-ternary .rspbld-testimonial-box .rspbld-avatar:before {
  background-color: #fff
}
.element-preview .rspbld-testimonial-box {
  margin: 0 auto;
  width: 60%
}
.rspbld-vertical-icon-box {
  background-color: #f2f2f2;
  padding: 40px
}
.rspbld-vertical-icon-box .rspbld-icon {
  background-color: transparent;
  color: #1e5082;
  font-size: 75px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-vertical-icon-box .rspbld-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  -moz-opacity: .05;
  opacity: .05;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23000;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
.rspbld-vertical-icon-box .rspbld-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -moz-opacity: .05;
  opacity: .05;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23000;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
.rspbld-vertical-icon-box .rspbld-content > p:last-of-type {
  margin-bottom: 0
}
.rspbld-vertical-icon-box .rspbld-content + .rspbld-button-container > .btn {
  margin-top: 20px
}
.rspbld-vertical-icon-box:hover .rspbld-icon:before {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%)
}
.rspbld-vertical-icon-box:hover .rspbld-icon:after {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%)
}
@media (max-width: 979px) {
  .rspbld-vertical-icon-box {
    padding: 20px
  }
}
.rspbld-vertical-icon-box.featured {
  padding: 80px 60px;
  position: relative;
  z-index: 2
}
.rspbld-vertical-icon-box.featured:before {
  background-color: #fff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-vertical-icon-box.featured:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -moz-opacity: .03;
  opacity: .03;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=3);
  filter: alpha(opacity=3);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23000;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-vertical-icon-box.featured .rspbld-icon {
  color: #1e5082;
  margin-bottom: 30px;
  padding: 0
}
.rspbld-vertical-icon-box.featured .rspbld-icon:before,
.rspbld-vertical-icon-box.featured .rspbld-icon:after {
  content: none
}
.rspbld-vertical-icon-box.featured .rspbld-title {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-vertical-icon-box.featured .rspbld-content {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-vertical-icon-box.featured:hover {
  z-index: 3
}
.rspbld-vertical-icon-box.featured:hover:before {
  background-color: #1e5082;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}
.rspbld-vertical-icon-box.featured:hover:after {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}
.rspbld-vertical-icon-box.featured:hover .rspbld-icon,
.rspbld-vertical-icon-box.featured:hover .rspbld-title,
.rspbld-vertical-icon-box.featured:hover .rspbld-content {
  color: #ffffff
}
.rspbld-vertical-icon-box.featured:hover .rspbld-icon {
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25)
}
@media (max-width: 979px) {
  .rspbld-vertical-icon-box.featured {
    padding: 60px 40px
  }
}
@media (max-width: 767px) {
  .rspbld-vertical-icon-box.featured:hover:before,
  .rspbld-vertical-icon-box.featured:hover:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}
@media (max-width: 480px) {
  .rspbld-vertical-icon-box .rspbld-icon {
    font-size: 60px
  }
  .rspbld-vertical-icon-box.featured {
    padding: 60px 15px
  }
  .rspbld-vertical-icon-box.featured .rspbld-icon {
    margin-bottom: 30px
  }
}
.primary-overlay .rspbld-vertical-icon-box,
.secondary-overlay .rspbld-vertical-icon-box,
.ternary-overlay .rspbld-vertical-icon-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.background-primary .rspbld-vertical-icon-box,
.background-secondary .rspbld-vertical-icon-box,
.background-ternary .rspbld-vertical-icon-box {
  background-color: #fff;
  color: #000
}
.background-primary .rspbld-vertical-icon-box .rspbld-icon,
.background-secondary .rspbld-vertical-icon-box .rspbld-icon,
.background-ternary .rspbld-vertical-icon-box .rspbld-icon {
  color: #1e5082 !important
}
.background-primary .rspbld-vertical-icon-box h1,
.background-secondary .rspbld-vertical-icon-box h1,
.background-ternary .rspbld-vertical-icon-box h1,
.background-primary .rspbld-vertical-icon-box h2,
.background-secondary .rspbld-vertical-icon-box h2,
.background-ternary .rspbld-vertical-icon-box h2,
.background-primary .rspbld-vertical-icon-box h3,
.background-secondary .rspbld-vertical-icon-box h3,
.background-ternary .rspbld-vertical-icon-box h3,
.background-primary .rspbld-vertical-icon-box h4,
.background-secondary .rspbld-vertical-icon-box h4,
.background-ternary .rspbld-vertical-icon-box h4,
.background-primary .rspbld-vertical-icon-box h5,
.background-secondary .rspbld-vertical-icon-box h5,
.background-ternary .rspbld-vertical-icon-box h5,
.background-primary .rspbld-vertical-icon-box h6,
.background-secondary .rspbld-vertical-icon-box h6,
.background-ternary .rspbld-vertical-icon-box h6 {
  color: #1e5082
}
.element-preview .rspbld-vertical-icon-box {
  margin: 0 auto;
  width: 60%
}
.rspbld-vertical-image-box:not(.header) {
  background-color: #f2f2f2
}
.rspbld-vertical-image-box:not(.header) .rspbld-image {
  overflow: hidden;
  position: relative
}
.rspbld-vertical-image-box:not(.header) .rspbld-image > img {
  background-color: #fff;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-vertical-image-box:not(.header) .rspbld-image:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -moz-opacity: .15;
  opacity: .15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23fff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.rspbld-vertical-image-box:not(.header) .rspbld-image:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -moz-opacity: .15;
  opacity: .15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23fff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.rspbld-vertical-image-box:not(.header) .rspbld-content-container {
  padding: 40px
}
.rspbld-vertical-image-box:not(.header) .rspbld-content > p:last-of-type {
  margin-bottom: 0
}
.rspbld-vertical-image-box:not(.header) .rspbld-content + .rspbld-button-container > .btn {
  margin-top: 20px
}
.rspbld-vertical-image-box:not(.header):hover .rspbld-image > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.1, 1.1) rotate(-3deg);
  -moz-transform: scale(1.1, 1.1) rotate(-3deg);
  -ms-transform: scale(1.1, 1.1) rotate(-3deg);
  -o-transform: scale(1.1, 1.1) rotate(-3deg);
  transform: scale(1.1, 1.1) rotate(-3deg)
}
.rspbld-vertical-image-box:not(.header):hover .rspbld-image:before {
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
.rspbld-vertical-image-box:not(.header):hover .rspbld-image:after {
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}
@media (max-width: 979px) {
  .rspbld-vertical-image-box:not(.header) .rspbld-content-container {
    padding: 20px
  }
}
.rspbld-vertical-image-box.header {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  height: 600px;
  position: relative
}
.rspbld-vertical-image-box.header .rspbld-content-container {
  background-color: rgba(30,80,130,0.8);
  color: #ffffff;
  padding: 60px 60px 60px 15%;
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 52.5%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.rspbld-vertical-image-box.header .rspbld-title {
  color: #ffffff;
  margin: 0
}
.rspbld-vertical-image-box.header .rspbld-title + .rspbld-content {
  margin-top: 30px
}
@media (max-width: 1199px) {
  .rspbld-vertical-image-box.header .rspbld-content-container {
    padding: 40px 40px 40px 10%
  }
}
@media (max-width: 979px) {
  .rspbld-vertical-image-box.header {
    background-attachment: scroll;
    background-position: center center;
    height: 400px
  }
  .rspbld-vertical-image-box.header .rspbld-content-container {
    padding: 40px 40px 40px 5%
  }
}
@media (max-width: 767px) {
  .rspbld-vertical-image-box.header .rspbld-content-container {
    padding: 15px;
    max-width: 80%
  }
}
@media (max-width: 480px) {
  .rspbld-vertical-image-box.header {
    height: 300px
  }
  .rspbld-vertical-image-box.header .rspbld-content-container {
    display: none
  }
}
.primary-overlay .rspbld-vertical-image-box:not(.header),
.secondary-overlay .rspbld-vertical-image-box:not(.header),
.ternary-overlay .rspbld-vertical-image-box:not(.header) {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
.background-primary .rspbld-vertical-image-box:not(.header),
.background-secondary .rspbld-vertical-image-box:not(.header),
.background-ternary .rspbld-vertical-image-box:not(.header) {
  color: #000
}
.background-primary .rspbld-vertical-image-box:not(.header) h1,
.background-secondary .rspbld-vertical-image-box:not(.header) h1,
.background-ternary .rspbld-vertical-image-box:not(.header) h1,
.background-primary .rspbld-vertical-image-box:not(.header) h2,
.background-secondary .rspbld-vertical-image-box:not(.header) h2,
.background-ternary .rspbld-vertical-image-box:not(.header) h2,
.background-primary .rspbld-vertical-image-box:not(.header) h3,
.background-secondary .rspbld-vertical-image-box:not(.header) h3,
.background-ternary .rspbld-vertical-image-box:not(.header) h3,
.background-primary .rspbld-vertical-image-box:not(.header) h4,
.background-secondary .rspbld-vertical-image-box:not(.header) h4,
.background-ternary .rspbld-vertical-image-box:not(.header) h4,
.background-primary .rspbld-vertical-image-box:not(.header) h5,
.background-secondary .rspbld-vertical-image-box:not(.header) h5,
.background-ternary .rspbld-vertical-image-box:not(.header) h5,
.background-primary .rspbld-vertical-image-box:not(.header) h6,
.background-secondary .rspbld-vertical-image-box:not(.header) h6,
.background-ternary .rspbld-vertical-image-box:not(.header) h6 {
  color: #1e5082
}
.element-preview .rspbld-vertical-image-box {
  margin: 0 auto;
  width: 60%
}
.rspbld-youtube-background-box.section-title .rspbld-subtitle {
  margin-bottom: 40px
}
.rspbld-youtube-background-box.primary-overlay,
.rspbld-youtube-background-box.secondary-overlay,
.rspbld-youtube-background-box.ternary-overlay {
  position: relative
}
.rspbld-youtube-background-box.primary-overlay:after,
.rspbld-youtube-background-box.secondary-overlay:after,
.rspbld-youtube-background-box.ternary-overlay:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  z-index: 0
}
.rspbld-youtube-background-box.primary-overlay .rspbld-content-container,
.rspbld-youtube-background-box.secondary-overlay .rspbld-content-container,
.rspbld-youtube-background-box.ternary-overlay .rspbld-content-container {
  color: #ffffff;
  z-index: 1
}
.rspbld-youtube-background-box.primary-overlay.section-title .rspbld-title,
.rspbld-youtube-background-box.secondary-overlay.section-title .rspbld-title,
.rspbld-youtube-background-box.ternary-overlay.section-title .rspbld-title {
  color: #ffffff
}
.rspbld-youtube-background-box.primary-overlay.section-title .rspbld-subtitle,
.rspbld-youtube-background-box.secondary-overlay.section-title .rspbld-subtitle,
.rspbld-youtube-background-box.ternary-overlay.section-title .rspbld-subtitle {
  color: #ffffff
}
.rspbld-youtube-background-box.primary-overlay:after {
  background-color: #1e5082
}
.rspbld-youtube-background-box.secondary-overlay:after {
  background-color: #cdd741
}
.rspbld-youtube-background-box.ternary-overlay:after {
  background-color: #46484a
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause:hover {
  color: #cdd741;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute:hover {
  color: #cdd741;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .simpleSlider {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .simpleSlider:hover .level {
  background-color: #cdd741;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl:hover {
  color: #cdd741;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT:hover {
  color: #cdd741;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPseekbar {
  background-color: #1e5082
}
.rscontact form {
  margin-bottom: 0
}
.rscontact .btn {
  margin-bottom: 0
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots {
  display: none !important;
  height: 20px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li {
  margin: 0 5px !important
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li button {
  background-color: transparent;
  border: 2px solid #fff;
  height: 20px;
  width: 20px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li.slick-active button {
  background-color: #ffffff
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots {
    display: none
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-bottom .slick-dots {
  left: 5%;
  bottom: 22%
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-bottom .slick-dots {
    bottom: 20%
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-bottom .slick-dots {
  right: 5%;
  bottom: 22%
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-bottom .slick-dots {
    bottom: 20%
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-bottom .slick-dots {
  bottom: 22%
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-bottom .slick-dots {
    bottom: 20%
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-top .slick-dots {
  left: 5%;
  top: 10%
}
[class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-top .slick-dots {
  right: 5%;
  top: 10%
}
[class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-top .slick-dots {
  top: 10%
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-pagination {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  right: 252px;
  top: 50%;
  width: 80px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .slick-pagination {
    font-size: 32px;
    right: 82px
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .slick-pagination {
    font-size: 28px;
    right: 40px
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .slick-pagination {
    display: none
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  background-color: transparent;
  left: auto;
  right: 312px;
  height: 170px;
  width: 72px;
  z-index: 1
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  background-image: url('../../images/prev-light.png');
  background-position: left top;
  background-size: cover
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .prev-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .prev-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .next-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .next-img {
  display: none
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:hover,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:hover {
  background-color: transparent
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 142px;
    height: 100px;
    width: 42px
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 100px;
    height: 72px;
    width: 30px
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  right: 200px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  background-image: url('../../images/next-light.png')
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 60px
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 30px
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
  color: #ffffff;
  display: inline-block;
  padding: 60px;
  width: 52.5%;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3)
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption:before {
  background-color: #1e5082;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80)
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left {
  padding-left: 15%;
  left: 0
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
  padding-right: 15%;
  left: auto;
  right: 0
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: none
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 + p {
  margin: 30px auto 0 auto
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 {
  font-size: 34px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 {
  font-size: 31px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 {
  font-size: 28px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 {
  font-size: 24px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 {
  font-size: 21px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h6 {
  font-size: 17px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
  font-size: 14px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p + .btn {
  background-color: transparent;
  background-image: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin: 20px 0 0 0;
  text-transform: lowercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p + .btn:hover {
  color: #595959
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1 {
  font-size: 28px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2 {
  font-size: 36px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
  font-size: 32px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4 {
  font-size: 28px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
  font-size: 24px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h6 {
  font-size: 20px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
  font-size: 16px
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
    line-height: 1.5
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium {
    margin: 0 2%;
    padding: 20px;
    width: 96%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1 {
    font-size: 34px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2 {
    font-size: 31px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
    font-size: 28px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4 {
    font-size: 24px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
    font-size: 21px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h6 {
    font-size: 17px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
    font-size: 14px;
    line-height: 1.25
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1 {
  font-size: 46px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2 {
  font-size: 42px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
  font-size: 37px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4 {
  font-size: 33px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
  font-size: 28px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h6 {
  font-size: 23px
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
  font-size: 19px;
  font-weight: 300
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
    line-height: 1.75
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
    line-height: 1.5
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big {
    margin: 0 2%;
    padding: 20px;
    width: 96%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1 {
    font-size: 34px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2 {
    font-size: 31px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
    font-size: 28px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4 {
    font-size: 24px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
    font-size: 21px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h6 {
    font-size: 17px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
    font-size: 14px;
    line-height: 1.25
  }
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
    width: 70%
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left {
    padding-left: 10%
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
    padding-right: 10%
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
    line-height: 1.5
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
    margin: 0 2%;
    padding: 20px;
    width: 96%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 + p,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 + p,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 + p,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 + p,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 + p {
    margin-top: 15px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
    line-height: 1.25
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p + .btn {
    margin-top: 5px
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left {
    padding-left: 20px;
    text-align: left
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
    padding-right: 20px;
    text-align: right
  }
}
[class*="rsmg_rsp_slider_container"].slick-slider {
  margin-bottom: 0
}
.rstpl-error-page {
  line-height: 1.25;
  font-size: 19px
}
.rstpl-error-page .container {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1)
}
.rstpl-error-page .page-header {
  margin-bottom: 40px;
  text-align: center
}
.rstpl-error-page .rstpl-read-more-link-all {
  display: inline-block;
  font-size: 1.75rem;
  margin-bottom: 20px
}
.rstpl-actual-error .label-inverse {
  border-radius: 0px;
  color: #ffffff;
  font-size: 5rem;
  line-height: 2.5em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  z-index: 0
}
.rstpl-actual-error .label-inverse:before {
  background-color: #1e5082;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2
}
.rstpl-actual-error .label-inverse:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -moz-opacity: .05;
  opacity: .05;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23000;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%
}
.rstpl-actual-error p {
  color: #1e5082;
  font-size: 28px;
  margin: 20px 0
}
.rstpl-error-reasons {
  margin: 0 auto;
  text-align: left
}
.rstpl-error-reasons li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative
}
.rstpl-error-reasons li:before {
  content: '\f054';
  color: #cdd741;
  display: inline-block;
  font-family: 'FontAwesomeRSTemplate';
  font-size: 14px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center
}
.rstpl-widget {
  margin-bottom: 30px
}
.rstpl-widget {
  padding: 30px
}
.rstpl-widget .rstpl-title {
  margin: 0 0 15px 0
}
.rstpl-widget .rstpl-twitter-widget-slider {
  margin-bottom: 75px;
  text-align: center
}
.rstpl-widget .rstpl-twitter-widget-slider .icon-twitter {
  font-size: 30px;
  color: #cdd741;
  display: inline-block;
  margin: 30px 0;
  width: 100%
}
.rstpl-widget .rstpl-twitter-widget-slider .author {
  font-size: 18px;
  color: #1e5082;
  font-weight: 600;
  width: 100%;
  margin-bottom: 30px;
  display: inline-block
}
.rstpl-widget .rstpl-twitter-widget-slider p {
  line-height: 22px
}
.rstpl-widget .rstpl-twitter-widget-slider small {
  text-transform: lowercase;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-inner {
  width: 100%
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-control {
  bottom: -75px;
  top: auto;
  right: auto;
  left: 0
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-control.right {
  left: auto;
  right: 0
}
.rstpl-widget .rstpl-twitter-widget-list {
  list-style-type: none;
  padding: 0;
  margin: 0
}
.rstpl-widget .rstpl-twitter-widget-list li {
  padding: 30px 0 30px 45px;
  border-bottom: 1px solid rgba(30,80,130,0.15);
  position: relative
}
.rstpl-widget .rstpl-twitter-widget-list li:last-of-type {
  border-bottom: none;
  padding-bottom: 0
}
.rstpl-widget .rstpl-twitter-widget-list li .author {
  color: #1e5082;
  font-weight: 600
}
.rstpl-widget .rstpl-twitter-widget-list li:before {
  position: absolute;
  font-family: 'FontAwesomeRSTemplate';
  content: "\f099";
  font-size: 34px;
  top: 37px;
  left: 0;
  color: #cdd741;
  display: block
}
.rstpl-widget .rstpl-twitter-widget-list li small {
  text-transform: lowercase;
  font-weight: 600
}
.rstpl-social-icons {
  list-style: none;
  font-size: 0;
  padding: 0
}
.rstpl-social-icons.rstpl-social-more {
  float: right
}
.rstpl-social-icons.rstpl-social-small {
  margin: 0;
  padding: 0
}
.rstpl-social-icons li {
  display: inline-block;
  font-size: 30px;
  overflow: hidden;
  height: 50px;
  width: 50px
}
.rstpl-social-icons .rstpl-social-link {
  color: #ffffff;
  display: inline-block;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rstpl-social-icons .rstpl-social-link [class*="rstpl-social-icon-"] {
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px
}
.rstpl-social-icons .rstpl-social-link [class*="rstpl-social-icon-"]:after {
  color: #46484a
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-facebook:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-facebook:after {
  content: '\f09a';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-twitter:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-twitter:after {
  content: '\f099';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-linkedin:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-linkedin:after {
  content: '\f0e1';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-youtube:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-youtube:after {
  content: '\f167';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-vimeo:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-vimeo:after {
  content: '\f27d';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-flickr:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-flickr:after {
  content: '\f16e';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-pinterest:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-pinterest:after {
  content: '\f0d2';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-instagram:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-instagram:after {
  content: '\f16d';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-skype:before,
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-skype:after {
  content: '\f17e';
  display: block;
  font-family: 'FontAwesomeRSTemplate'
}
.rstpl-social-icons .rstpl-social-link:hover {
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px)
}
.chzn-container {
  color: #000;
  font-size: 14px
}
.chzn-container.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: none;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  min-height: 32px;
  padding: 6px;
  display: block;
  width: 100%;
  line-height: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.chzn-container.chzn-container-single .chzn-single div b {
  background-position: 0 7px
}
.chzn-container.chzn-container-single .chzn-single span {
  display: inline;
  overflow: initial
}
.chzn-container.chzn-container-single .chzn-search input {
  min-width: 100px
}
.chzn-container.chzn-container-multi .chzn-choices {
  background-image: none;
  border-color: #000
}
.chzn-container.chzn-container-active .chzn-choices {
  border: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.chzn-container.chzn-container-active .chzn-drop {
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}
.chzn-container.chzn-container-active .chzn-results {
  color: #000;
  margin: 0;
  padding: 0
}
.chzn-container.chzn-container-active .chzn-results li.highlighted {
  background-color: #cdd741;
  background-image: none;
  color: #ffffff
}
.rstpl-go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 1;
  visibility: hidden;
  z-index: 9;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rstpl-go-top a {
  background-color: #1e5082;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  font-weight: 300;
  position: relative;
  height: 80px;
  width: 80px;
  text-align: center
}
.rstpl-go-top a .triangle-up {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff;
  display: inline-block
}
.rstpl-go-top.rstpl-go-top-is-visible,
.rstpl-go-top .rstpl-go-top.rstpl-go-top-fade-out,
.rstpl-go-top .no-touch .rstpl-go-top:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rstpl-go-top.rstpl-go-top-is-visible {
  visibility: visible;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rstpl-go-top.rstpl-go-top-fade-out {
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rstpl-go-top.rstpl-go-top-fade-out:hover {
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
@media (max-width: 979px) {
  .rstpl-go-top a {
    display: none
  }
}
.body.overlapped > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-copyright-position) > .container {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1)
}
.body.overlapped > section.rstpl-main-menu-position {
  position: relative;
  z-index: 4;
}
.body.overlapped > section.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner {
  -webkit-box-shadow: -40px 0px 60px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -40px 0px 60px 0px rgba(0,0,0,0.1);
  -o-box-shadow: -40px 0px 60px 0px rgba(0,0,0,0.1);
  box-shadow: -40px 0px 60px 0px rgba(0,0,0,0.1)
}
.body.overlapped > section.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner:before {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1)
}
.body.overlapped > section.rstpl-main-menu-position + section {
  position: relative;
  z-index: 0;
  margin-top: -80px
}
.body.overlapped > section.rstpl-main-menu-position ~ section > .container {
  position: relative
}
.body.overlapped > section.rstpl-slideshow-position + section {
  margin-top: -80px
}
.body.overlapped > section.rstpl-footer-position {
  margin-top: -80px
}
.body.overlapped > section.rstpl-copyright-position {
  margin-top: -80px
}
@media (max-width: 979px) {
  .body.overlapped > section.rstpl-main-menu-position + section {
    margin-top: -15px
  }
  .body.overlapped > section.rstpl-slideshow-position + section {
    margin-top: -15px
  }
  .body.overlapped > section.rstpl-footer-position {
    margin-top: -15px
  }
  .body.overlapped > section.rstpl-copyright-position {
    margin-top: -15px
  }
}
@media (max-width: 767px) {
  .body.overlapped > section.rstpl-main-menu-position + section {
    margin-top: 0
  }
  .body.overlapped > section.rstpl-slideshow-position + section {
    margin-top: 0
  }
  .body.overlapped > section.rstpl-footer-position {
    margin-top: 0
  }
  .body.overlapped > section.rstpl-copyright-position {
    margin-top: 0
  }
}
.body.padded > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position):not(.rstpl-copyright-position) > .container,
.body.padded > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position):not(.rstpl-copyright-position) > .row-fluid {
  padding: 80px 60px
}
.body.padded > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position):not(.rstpl-copyright-position) + section > .container,
.body.padded > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position):not(.rstpl-copyright-position) + section > .row-fluid {
  padding-top: 0
}
@media (max-width: 979px) {
  .body.padded > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position):not(.rstpl-copyright-position) > .container,
  .body.padded > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position):not(.rstpl-copyright-position) > .row-fluid {
    padding: 80px 40px
  }
}
@media (max-width: 767px) {
  .body.padded > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position):not(.rstpl-copyright-position) > .container,
  .body.padded > section:not(.rstpl-main-menu-position):not(.rstpl-slideshow-position):not(.rstpl-footer-position):not(.rstpl-copyright-position) > .row-fluid {
    padding: 60px 15px
  }
}
#column-left li h1,
#column-right li h1,
#column-left li h2,
#column-right li h2,
#column-left li h3,
#column-right li h3,
#column-left li h4,
#column-right li h4,
#column-left li h5,
#column-right li h5,
#column-left li h6,
#column-right li h6 {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600
}
#column-left .latestnews,
#column-right .latestnews,
#column-left .categories-module,
#column-right .categories-module {
  list-style-type: none;
  margin: 0;
  padding: 0
}
#column-left .latestnews li,
#column-right .latestnews li,
#column-left .categories-module li,
#column-right .categories-module li {
  margin-bottom: 5px
}
#column-left .latestnews li:before,
#column-right .latestnews li:before,
#column-left .categories-module li:before,
#column-right .categories-module li:before {
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 10px solid #000;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  margin-right: 5px
}
#column-left .latestnews li h1,
#column-right .latestnews li h1,
#column-left .categories-module li h1,
#column-right .categories-module li h1,
#column-left .latestnews li h2,
#column-right .latestnews li h2,
#column-left .categories-module li h2,
#column-right .categories-module li h2,
#column-left .latestnews li h3,
#column-right .latestnews li h3,
#column-left .categories-module li h3,
#column-right .categories-module li h3,
#column-left .latestnews li h4,
#column-right .latestnews li h4,
#column-left .categories-module li h4,
#column-right .categories-module li h4,
#column-left .latestnews li h5,
#column-right .latestnews li h5,
#column-left .categories-module li h5,
#column-right .categories-module li h5,
#column-left .latestnews li h6,
#column-right .latestnews li h6,
#column-left .categories-module li h6,
#column-right .categories-module li h6 {
  display: inline
}
#column-left .rstpl-latest-articles li,
#column-right .rstpl-latest-articles li {
  min-height: 50px
}
@media (max-width: 979px) {
  #column-left .rstpl-latest-articles li,
  #column-right .rstpl-latest-articles li {
    margin-bottom: 20px
  }
  #column-left .rstpl-latest-articles .rstpl-latest-articles-thumb,
  #column-right .rstpl-latest-articles .rstpl-latest-articles-thumb {
    float: none;
    margin: 0 0 15px 0;
    width: 100%
  }
  #column-left .rstpl-latest-articles .rstpl-latest-articles-thumb > a,
  #column-right .rstpl-latest-articles .rstpl-latest-articles-thumb > a {
    width: 100%
  }
}
@media (max-width: 767px) {
  #column-left .rstpl-latest-articles .rstpl-latest-articles-thumb,
  #column-right .rstpl-latest-articles .rstpl-latest-articles-thumb {
    float: left;
    margin: 0 15px 0 0;
    width: auto
  }
  #column-left .rstpl-latest-articles .rstpl-latest-articles-thumb > a,
  #column-right .rstpl-latest-articles .rstpl-latest-articles-thumb > a {
    width: 70px
  }
}
#column-left .newsflash:hover .newsflash-image,
#column-right .newsflash:hover .newsflash-image {
  border-width: 0
}
#column-left .newsflash-image,
#column-right .newsflash-image {
  border-width: 15px;
  height: 130px;
  width: 130px;
  margin: 15px
}
#column-left .newsflash-image.pull-left,
#column-right .newsflash-image.pull-left,
#column-left .newsflash-image.pull-right,
#column-right .newsflash-image.pull-right {
  float: none
}
#column-left .rstpl-search .inputbox,
#column-right .rstpl-search .inputbox {
  height: 41px !important;
  max-width: calc(100% - 50px) !important;
  min-width: calc(100% - 50px) !important;
  width: calc(100% - 50px) !important
}
.rstpl-latest-articles {
  margin: 0
}
.rstpl-latest-articles li {
  display: block;
  clear: both;
  margin-bottom: 15px;
  overflow: hidden
}
.rstpl-latest-articles li:last-of-type {
  margin-bottom: 0
}
.rstpl-latest-articles .rstpl-latest-articles-thumb {
  float: left;
  margin: 0 15px 0 0
}
.rstpl-latest-articles .rstpl-latest-articles-thumb > a {
  display: block;
  height: 70px;
  width: 70px;
  overflow: hidden;
  position: relative
}
.rstpl-latest-articles .rstpl-latest-articles-thumb img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  max-width: none;
  width: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
.rstpl-latest-articles .rstpl-latest-articles-container {
  overflow: hidden
}
.rstpl-latest-articles .rstpl-latest-articles-title {
  margin: 0 0 10px 0
}
.rstpl-latest-articles .rstpl-latest-articles-title a {
  font-size: 20px;
  font-weight: 600
}
.rstpl-latest-articles .rstpl-latest-articles-info span[class^="icon"] {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: unset
}
.rstpl-articles_category .category-module {
  list-style: none
}
.rstpl-articles_category .category-module li {
  margin: 0 0 5px 0
}
.rstpl-articles_popular .mostread {
  list-style: none;
  margin: 0
}
.rstpl-articles_popular .mostread li {
  margin: 0 0 10px 0
}
.rstpl-articles_popular .mostread li > a {
  font-size: 20px;
  font-weight: 600
}
.newsflash-item {
  margin: 0 0 40px 0;
  overflow: hidden
}
.newsflash-item:last-of-type {
  margin-bottom: 0
}
.newsflash-item:hover .newsflash-image {
  border-width: 0
}
.newsflash-item:hover .newsflash-image > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1, 1.1)
}
.newsflash-image {
  border: 20px solid #fff;
  height: 200px;
  width: 200px;
  margin: 15px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.newsflash-image:before,
.newsflash-image:after {
  content: none
}
.newsflash-image.pull-left {
  margin: 15px 40px 15px 15px
}
.newsflash-image.pull-right {
  margin: 15px 15px 15px 40px
}
.newsflash-image > img {
  max-width: none;
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1)
}
@media (max-width: 1199px) {
  .newsflash-image {
    height: 150px;
    width: 150px
  }
}
@media (max-width: 979px) {
  .newsflash-image {
    border-width: 10px;
    height: 90px;
    width: 90px
  }
}
@media (max-width: 767px) {
  .newsflash-image {
    height: 120px;
    width: 120px
  }
  .newsflash-image.pull-left,
  .newsflash-image.pull-right {
    float: none;
    margin: 15px
  }
}
.newsflash-title {
  margin: 15px 0 20px 0
}
.newsflash-content-container {
  overflow: hidden
}
.newsflash-content-container > p:last-of-type {
  margin-bottom: 0
}
.newsflash-content-container .btn {
  margin-top: 15px
}
.form-search .input-append .search-query {
  border-radius: 0px
}
.rstpl-navbar-search {
  position: relative
}
.rstpl-navbar-search .open-search {
  cursor: pointer;
  margin: 0;
  padding: 10px;
  position: relative;
  z-index: 1
}
.rstpl-navbar-search .open-search > i {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  height: 1em;
  width: 1em;
  text-align: center
}
.rstpl-navbar-search .open-search:before {
  display: none
}
.rstpl-navbar-search form {
  float: right;
  position: absolute;
  right: 40px;
  top: 20px
}
.rstpl-navbar-search form .inputbox {
  position: absolute;
  right: 0;
  top: -40px;
  height: 40px;
  width: 220px;
  padding: 2px 5px;
  z-index: 2;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s
}
.rstpl-navbar-search form .inputbox.open {
  top: 0;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rstpl-navbar-search .rspagebuilder-search {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 2
}
.rstpl-navbar-search .rspagebuilder-search form {
  position: relative;
  right: auto;
  top: auto
}
.rstpl-navbar-search .rspagebuilder-search .search-query {
  position: absolute;
  right: 0;
  top: -40px;
  height: 40px;
  padding: 2px 5px;
  width: 220px;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s
}
.rstpl-navbar-search .rspagebuilder-search .search-query.open {
  top: 0;
  width: 220px;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100)
}
.rstpl-navbar-search .rspagebuilder-search .btn {
  display: none
}
@media (max-width: 979px) {
  .rstpl-navbar-search form {
    right: 25px;
    top: 0;
    width: calc(100% - 95px)
  }
  .rstpl-navbar-search form .inputbox {
    height: 50px;
    right: 0;
    top: 0;
    width: 100%
  }
  .rstpl-navbar-search .rspagebuilder-search {
    top: 5px;
    right: 25px;
    width: calc(100% - 95px)
  }
  .rstpl-navbar-search .rspagebuilder-search form {
    width: 100%
  }
  .rstpl-navbar-search .rspagebuilder-search form .search-query.open {
    width: 100%
  }
}
.rstpl-search .btn {
  padding: 12px
}
.search .btn {
  padding: 7.5px
}
.navbar-fixed-top .rstpl-template-menu .rstpl-navbar-search form .inputbox {
  top: -10px
}
.rstpl-navbar-login {
  cursor: pointer;
  position: relative
}
.rstpl-navbar-login .open-login > i {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  height: 1em;
  width: 1em;
  text-align: center
}
.rstpl-navbar-login .open-login:before {
  display: none
}
.rstpl-navbar-login #login-form {
  background: #1e5082;
  position: absolute;
  left: 100%;
  top: 80px;
  min-width: 300px;
  padding: 30px;
  text-align: left;
  visibility: hidden;
  z-index: 12;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rstpl-navbar-login #login-form.open {
  left: 50%;
  visibility: visible;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateX(-75%);
  -moz-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -o-transform: translateX(-75%);
  transform: translateX(-75%);
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}
.rstpl-navbar-login #login-form a,
.rstpl-navbar-login #login-form label {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600
}
.rstpl-navbar-login #login-form a:hover,
.rstpl-navbar-login #login-form label:hover {
  color: #bfbfbf
}
.rstpl-navbar-login #login-form input[type="text"],
.rstpl-navbar-login #login-form input[type="password"],
.rstpl-navbar-login #login-form input[type="datetime"],
.rstpl-navbar-login #login-form input[type="datetime-local"],
.rstpl-navbar-login #login-form input[type="date"],
.rstpl-navbar-login #login-form input[type="month"],
.rstpl-navbar-login #login-form input[type="time"],
.rstpl-navbar-login #login-form input[type="week"],
.rstpl-navbar-login #login-form input[type="number"],
.rstpl-navbar-login #login-form input[type="email"],
.rstpl-navbar-login #login-form input[type="url"],
.rstpl-navbar-login #login-form input[type="search"],
.rstpl-navbar-login #login-form input[type="tel"],
.rstpl-navbar-login #login-form input[type="color"] {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff
}
.rstpl-navbar-login #login-form input[type="text"]:focus,
.rstpl-navbar-login #login-form input[type="password"]:focus,
.rstpl-navbar-login #login-form input[type="datetime"]:focus,
.rstpl-navbar-login #login-form input[type="datetime-local"]:focus,
.rstpl-navbar-login #login-form input[type="date"]:focus,
.rstpl-navbar-login #login-form input[type="month"]:focus,
.rstpl-navbar-login #login-form input[type="time"]:focus,
.rstpl-navbar-login #login-form input[type="week"]:focus,
.rstpl-navbar-login #login-form input[type="number"]:focus,
.rstpl-navbar-login #login-form input[type="email"]:focus,
.rstpl-navbar-login #login-form input[type="url"]:focus,
.rstpl-navbar-login #login-form input[type="search"]:focus,
.rstpl-navbar-login #login-form input[type="tel"]:focus,
.rstpl-navbar-login #login-form input[type="color"]:focus {
  background-color: rgba(0,0,0,0.05)
}
.rstpl-navbar-login #login-form input[type="text"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="password"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="datetime"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="datetime-local"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="date"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="month"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="time"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="week"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="number"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="email"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="url"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="search"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="tel"]::-webkit-input-placeholder,
.rstpl-navbar-login #login-form input[type="color"]::-webkit-input-placeholder {
  color: #ffffff;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80)
}
.rstpl-navbar-login #login-form input[type="text"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="password"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="datetime"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="datetime-local"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="date"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="month"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="time"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="week"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="number"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="email"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="url"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="search"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="tel"]::-moz-placeholder,
.rstpl-navbar-login #login-form input[type="color"]::-moz-placeholder {
  color: #ffffff;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80)
}
.rstpl-navbar-login #login-form input[type="text"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="password"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="datetime"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="datetime-local"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="date"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="month"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="time"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="week"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="number"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="email"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="url"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="search"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="tel"]:-ms-input-placeholder,
.rstpl-navbar-login #login-form input[type="color"]:-ms-input-placeholder {
  color: #ffffff;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80)
}
.rstpl-navbar-login #login-form ul {
  margin-bottom: 15px
}
.rstpl-navbar-login #login-form ul > li {
  margin: 2px 0
}
.rstpl-navbar-login #login-form ul > li > a {
  padding: 0
}
.rstpl-navbar-login #login-form ul > li > a:hover,
.rstpl-navbar-login #login-form ul > li > a:focus,
.rstpl-navbar-login #login-form ul > li > a:active {
  background-color: transparent
}
.rstpl-navbar-login #login-form #form-login-submit {
  margin-bottom: 0
}
.rstpl-navbar-login #login-form .login-greeting {
  color: #ffffff;
  margin-bottom: 20px
}
.rstpl-navbar-login #login-form .logout-button > .input-prepend {
  margin-bottom: 0
}
@media (max-width: 1199px) {
  .rstpl-navbar-login #login-form.open {
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transform: translateX(-80%)
  }
}
@media (max-width: 979px) {
  .rstpl-navbar-login #login-form {
    display: none;
    margin: 0;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
  .rstpl-navbar-login #login-form:after {
    border-color: transparent
  }
  .rstpl-navbar-login #login-form.open {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}
.rstpl-navbar-login #login-form .btn {
  margin: 0
}
.rstpl-navbar-login #login-form .controls .input-prepend {
  width: 98%
}
.rstpl-navbar-login #login-form .controls .input-prepend input {
  width: 100%
}
.rstpl-navbar-login.active {
  position: relative
}
#rstpl-modal {
  padding: 0 10px
}
#cboxContent,
#colorbox,
#mbox,
#rstpl-modal,
input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
#rstpl-modal input[type="text"],
#rstpl-modal input[type="password"] {
  width: 97% !important
}
#rstpl-modal .form-horizontal .control-label {
  float: none;
  text-align: left
}
#rstpl-modal .form-horizontal .controls {
  margin-left: 0
}
#rstpl-modal .btn {
  margin-bottom: 5px;
  padding: 8px
}
#rstpl-modal .form-horizontal .form-actions {
  padding-left: 0
}
div.modal {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  width: 80%
}
div.modal iframe {
  width: 100%
}
.modal-body {
  padding: 0;
  overflow-y: initial
}
.modal-body iframe {
  width: 100%;
  max-height: auto;
  border: 0 !important
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
  max-height: none
}
.jviewport-height10 {
  height: 10vh
}
.jviewport-height20 {
  height: 20vh
}
.jviewport-height30 {
  height: 30vh
}
.jviewport-height40 {
  height: 40vh
}
.jviewport-height50 {
  height: 50vh
}
.jviewport-height60 {
  height: 60vh
}
.jviewport-height70 {
  height: 70vh
}
.jviewport-height80 {
  height: 80vh
}
.jviewport-height90 {
  height: 90vh
}
.jviewport-height100 {
  height: 100vh
}
div.modal.jviewport-width10 {
  width: 10vw;
  margin-left: -5vw
}
div.modal.jviewport-width20 {
  width: 20vw;
  margin-left: -10vw
}
div.modal.jviewport-width30 {
  width: 30vw;
  margin-left: -15vw
}
div.modal.jviewport-width40 {
  width: 40vw;
  margin-left: -20vw
}
div.modal.jviewport-width50 {
  width: 50vw;
  margin-left: -25vw
}
div.modal.jviewport-width60 {
  width: 60vw;
  margin-left: -30vw
}
div.modal.jviewport-width70 {
  width: 70vw;
  margin-left: -35vw
}
div.modal.jviewport-width80 {
  width: 80vw;
  margin-left: -40vw
}
div.modal.jviewport-width90 {
  width: 90vw;
  margin-left: -45vw
}
div.modal.jviewport-width100 {
  width: 100vw;
  margin-left: -50vw
}
a.jmodedit {
  background: none;
  border: none;
  font-size: 1.5em;
  padding: 0
}
a.jmodedit:hover,
a.jmodedit:focus {
  background: none;
  border: none
}
#rstpl-pagewrap {
  height: 100%;
  position: relative
}
.bootstrap-datetimepicker-widget {
  background-color: #ffffff
}
.bootstrap-datetimepicker-widget > ul {
  padding: 5px
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-radius: 0px;
  vertical-align: middle
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget th.active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget th.active:hover {
  background-color: #1e5082 !important;
  background-image: none;
  text-shadow: none
}
.bootstrap-datetimepicker-widget td span,
.bootstrap-datetimepicker-widget th span {
  border-radius: 0px
}
.bootstrap-datetimepicker-widget td span.active,
.bootstrap-datetimepicker-widget th span.active {
  background-image: none;
  text-shadow: none
}
.bootstrap-datetimepicker-widget .btn {
  font-size: .6em;
  padding: 5px
}
.bootstrap-datetimepicker-widget .timepicker table,
.bootstrap-datetimepicker-widget .timepicker td,
.bootstrap-datetimepicker-widget .timepicker th {
  border: none
}
.bootstrap-datetimepicker-widget .picker-switch {
  line-height: 30px
}
.bootstrap-datetimepicker-widget .picker-switch a {
  padding: 0
}
.bootstrap-datetimepicker-widget .picker-switch a:hover,
.bootstrap-datetimepicker-widget .picker-switch a:focus {
  background-color: transparent
}
.bootstrap-datetimepicker-widget .picker-switch:hover a {
  color: #cdd741
}
#sbox-window {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
#column-right .rstpl-menu .nav-inner,
#column-left .rstpl-menu .nav-inner {
  display: none
}
#column-right .rstpl-menu .rstpl-template-menu,
#column-left .rstpl-menu .rstpl-template-menu {
  padding: 0;
  margin: 0;
  list-style-type: none
}
#column-right .rstpl-menu .rstpl-template-menu li,
#column-left .rstpl-menu .rstpl-template-menu li {
  margin-bottom: 5px
}
#column-right .rstpl-menu .rstpl-template-menu li.active a,
#column-left .rstpl-menu .rstpl-template-menu li.active a {
  color: #cdd741
}
#column-right .rstpl-menu .rstpl-template-menu li:hover a,
#column-left .rstpl-menu .rstpl-template-menu li:hover a {
  color: #cdd741
}
#column-right .rstpl-menu .rstpl-template-menu li:before,
#column-left .rstpl-menu .rstpl-template-menu li:before {
  font-family: 'FontAwesomeRSTemplate';
  content: '\f101';
  color: #cdd741;
  font-size: 18px;
  margin-right: 10px
}
#publishing .control-group .input-append button {
  padding: 4px 12px
}
.mce-flow-layout button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0
}
.calendar > table {
  margin: 0;
  width: 100%
}
.calendar > table > thead > tr > th,
.calendar > table > tbody > tr > th,
.calendar > table > tfoot > tr > th,
.calendar > table > thead > tr > td,
.calendar > table > tbody > tr > td,
.calendar > table > tfoot > tr > td {
  padding: 2px
}
.calendar > table > thead.hilite,
.calendar > table > tbody.hilite,
.calendar > table > tfoot.hilite {
  border: none;
  padding: 2px
}
.js-calendar .calendar-container td.day:hover {
  background-color: #cdd741
}
.js-calendar .calendar-container td.selected {
  background-color: #cdd741
}
.js-calendar .calendar-container td.time {
  border: none
}
.js-calendar .calendar-container td.today:after {
  background-color: #1e5082
}
#imageForm #upbutton {
  background-color: #1e5082;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 10px
}
#imageForm #upbutton:hover {
  border: none
}
.manager.thumbnails li {
  display: inline-block;
  overflow: hidden
}
.manager.thumbnails li .icon-folder-2:before {
  content: '\f114'
}
.breadcrumbs {
  display: inline-block;
  list-style-type: none;
  padding: 20px;
  margin: 0;
  vertical-align: middle;
  width: 100%
}
.breadcrumbs li {
  float: left;
  font-weight: 600
}
.breadcrumbs li:first-of-type {
  margin-right: 20px;
  font-weight: 600
}
.breadcrumbs li .divider {
  margin-left: 10px;
  vertical-align: -1px
}
.breadcrumbs li .divider:before {
  content: '\f0da';
  font-family: 'FontAwesomeRSTemplate';
  font-size: 15px;
  color: #1e5082
}
@media (max-width: 768px) {
  .breadcrumbs li {
    display: none
  }
  .breadcrumbs li:first-of-type {
    display: inline-block
  }
  .breadcrumbs li:nth-of-type(2) {
    display: inline-block
  }
  .breadcrumbs li:last-of-type {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 38%;
    white-space: nowrap
  }
}
.rstpl-margin-xs {
  margin: 15px !important
}
.rstpl-margin-sm {
  margin: 20px !important
}
.rstpl-margin {
  margin: 40px !important
}
.rstpl-margin-lg {
  margin: 60px !important
}
.rstpl-margin-xl {
  margin: 80px !important
}
.rstpl-margin-left-xs {
  margin-left: 15px !important
}
.rstpl-margin-left-sm {
  margin-left: 20px !important
}
.rstpl-margin-left {
  margin-left: 40px !important
}
.rstpl-margin-left-lg {
  margin-left: 60px !important
}
.rstpl-margin-left-xl {
  margin-left: 80px !important
}
.rstpl-margin-right-xs {
  margin-right: 15px !important
}
.rstpl-margin-right-sm {
  margin-right: 20px !important
}
.rstpl-margin-right {
  margin-right: 40px !important
}
.rstpl-margin-right-lg {
  margin-right: 60px !important
}
.rstpl-margin-right-xl {
  margin-right: 80px !important
}
.rstpl-margin-top-xs {
  margin-top: 15px !important
}
.rstpl-margin-top-sm {
  margin-top: 20px !important
}
.rstpl-margin-top {
  margin-top: 40px !important
}
.rstpl-margin-top-lg {
  margin-top: 60px !important
}
.rstpl-margin-top-xl {
  margin-top: 80px !important
}
.rstpl-margin-bottom-xs {
  margin-bottom: 15px !important
}
.rstpl-margin-bottom-sm {
  margin-bottom: 20px !important
}
.rstpl-margin-bottom {
  margin-bottom: 40px !important
}
.rstpl-margin-bottom-lg {
  margin-bottom: 60px !important
}
.rstpl-margin-bottom-xl {
  margin-bottom: 80px !important
}
.rstpl-margin-lr-xs {
  margin-left: 15px !important;
  margin-right: 15px !important
}
.rstpl-margin-lr-sm {
  margin-left: 20px !important;
  margin-right: 20px !important
}
.rstpl-margin-lr {
  margin-left: 40px !important;
  margin-right: 40px !important
}
.rstpl-margin-lr-lg {
  margin-left: 60px !important;
  margin-right: 60px !important
}
.rstpl-margin-lr-xl {
  margin-left: 80px !important;
  margin-right: 80px !important
}
.rstpl-margin-tb-xs {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}
.rstpl-margin-tb-sm {
  margin-top: 20px !important;
  margin-bottom: 20px !important
}
.rstpl-margin-tb {
  margin-top: 40px !important;
  margin-bottom: 40px !important
}
.rstpl-margin-tb-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important
}
.rstpl-margin-tb-xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important
}
.rstpl-no-margin {
  margin: 0 !important
}
.rstpl-no-margin-left {
  margin-left: 0 !important
}
.rstpl-no-margin-right {
  margin-right: 0 !important
}
.rstpl-no-margin-bottom {
  margin-bottom: 0 !important
}
.rstpl-no-margin-top {
  margin-top: 0 !important
}
.rstpl-no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important
}
.rstpl-no-margin-tb {
  margin-bottom: 0 !important;
  margin-top: 0 !important
}
.rstpl-padding-xs {
  padding: 15px !important
}
.rstpl-padding-sm {
  padding: 20px !important
}
.rstpl-padding {
  padding: 40px !important
}
.rstpl-padding-lg {
  padding: 60px !important
}
.rstpl-padding-xl {
  padding: 80px !important
}
.rstpl-padding-left-xs {
  padding-left: 15px !important
}
.rstpl-padding-left-sm {
  padding-left: 20px !important
}
.rstpl-padding-left {
  padding-left: 40px !important
}
.rstpl-padding-left-lg {
  padding-left: 60px !important
}
.rstpl-padding-left-xl {
  padding-left: 80px !important
}
.rstpl-padding-right-xs {
  padding-right: 15px !important
}
.rstpl-padding-right-sm {
  padding-right: 20px !important
}
.rstpl-padding-right {
  padding-right: 40px !important
}
.rstpl-padding-right-lg {
  padding-right: 60px !important
}
.rstpl-padding-right-xl {
  padding-right: 80px !important
}
.rstpl-padding-top-xs {
  padding-top: 15px !important
}
.rstpl-padding-top-sm {
  padding-top: 20px !important
}
.rstpl-padding-top {
  padding-top: 40px !important
}
.rstpl-padding-top-lg {
  padding-top: 60px !important
}
.rstpl-padding-top-xl {
  padding-top: 80px !important
}
.rstpl-padding-bottom-xs {
  padding-bottom: 15px !important
}
.rstpl-padding-bottom-sm {
  padding-bottom: 20px !important
}
.rstpl-padding-bottom {
  padding-bottom: 40px !important
}
.rstpl-padding-bottom-lg {
  padding-bottom: 60px !important
}
.rstpl-padding-bottom-xl {
  padding-bottom: 80px !important
}
.rstpl-padding-lr-xs {
  padding-left: 15px !important;
  padding-right: 15px !important
}
.rstpl-padding-lr-sm {
  padding-left: 20px !important;
  padding-right: 20px !important
}
.rstpl-padding-lr {
  padding-left: 40px !important;
  padding-right: 40px !important
}
.rstpl-padding-lr-lg {
  padding-left: 60px !important;
  padding-right: 60px !important
}
.rstpl-padding-lr-xl {
  padding-left: 80px !important;
  padding-right: 80px !important
}
.rstpl-padding-tb-xs {
  padding-top: 15px !important;
  padding-bottom: 15px !important
}
.rstpl-padding-tb-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important
}
.rstpl-padding-tb {
  padding-top: 40px !important;
  padding-bottom: 40px !important
}
.rstpl-padding-tb-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important
}
.rstpl-padding-tb-xl {
  padding-top: 80px !important;
  padding-bottom: 80px !important
}
.rstpl-no-padding {
  padding: 0 !important
}
.rstpl-no-padding-left {
  padding-left: 0 !important
}
.rstpl-no-padding-right {
  padding-right: 0 !important
}
.rstpl-no-padding-bottom {
  padding-bottom: 0 !important
}
.rstpl-no-padding-top {
  padding-top: 0 !important
}
.rstpl-no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important
}
.rstpl-no-padding-tb {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}
@media (max-width: 480px) {
  .rstpl-padding-sm {
    padding: 20px 15px !important
  }
  .rstpl-padding {
    padding: 30px 15px !important
  }
  .rstpl-padding-lg {
    padding: 40px 15px !important
  }
  .rstpl-padding-xl {
    padding: 60px 15px !important
  }
  .rstpl-padding-left-sm,
  .rstpl-padding-left,
  .rstpl-padding-left-lg,
  .rstpl-padding-left-xl {
    padding-left: 15px !important
  }
  .rstpl-padding-right-sm,
  .rstpl-padding-right,
  .rstpl-padding-right-lg,
  .rstpl-padding-right-xl {
    padding-right: 15px !important
  }
  .rstpl-padding-lr-sm,
  .rstpl-padding-lr,
  .rstpl-padding-lr-lg,
  .rstpl-padding-lr-xl {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
  .rstpl-padding-bottom {
    padding-bottom: 30px !important
  }
  .rstpl-padding-bottom-lg {
    padding-bottom: 40px !important
  }
  .rstpl-padding-bottom-xl {
    padding-bottom: 60px !important
  }
  .rstpl-padding-top {
    padding-top: 30px !important
  }
  .rstpl-padding-top-lg {
    padding-top: 40px !important
  }
  .rstpl-padding-top-xl {
    padding-top: 60px !important
  }
  .rstpl-padding-tb {
    padding-bottom: 30px !important;
    padding-top: 30px !important
  }
  .rstpl-padding-tb-lg {
    padding-bottom: 40px !important;
    padding-top: 40px !important
  }
  .rstpl-padding-tb-xl {
    padding-bottom: 60px !important;
    padding-top: 60px !important
  }
}
