/* Base CSS Reset Below*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
/* Zer0to5ive */
/* ¯\_(ツ)_/¯  */
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 55px;
}
h2,
.h2 {
  font-size: 28px;
  line-height: 34px;
  color: #3b1a68;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 18px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
@media (max-width: 500px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
p {
  font-weight: 400;
  margin-bottom: 10px;
}
p:empty {
  display: none;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
.ydb_inner_page p {
  font-size: 18px;
  line-height: 24px;
}
svg {
  display: block;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #0d47a1;
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #2674ee;
  text-decoration: none;
}
.nocolor {
  color: inherit;
}
p a,
ul a,
ol a {
  color: #f77825;
  word-wrap: break-word;
}
p a:hover,
ul a:hover,
ol a:hover {
  color: #e15e08;
}
ul {
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 15px;
}
ol {
  font-size: 18px;
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 15px;
}
ul li,
ol li {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 5px;
}
.ydb_inner_page ul li {
  font-size: 18px;
}
.ydb_inner_page ul li::before {
  content: '•';
  color: #f77825;
  position: relative;
  display: inline-block;
  left: -9px;
  margin-left: -7px;
}
.ydb_inner_page ul li ul {
  padding-top: 5px;
}
blockquote {
  display: block;
  padding: 20px;
  border-left: 4px solid #3b1a68;
  margin-bottom: 15px;
}
/**/
/* Image styles */
/**/
img {
  max-width: 100%;
  height: auto;
}
img.alignleft,
img.alignright,
img.alignnone {
  border-radius: 0;
  border: none;
}
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter {
  border: none;
  padding: 5px;
}
.wp-caption-text {
  font-size: .8em;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  float: none;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
blockquote {
  display: block;
  border-left: 5px solid #000;
  margin: 10px 0;
  padding: 10px;
}
pre {
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  overflow: auto;
  overflow-y: hidden;
  font-size: 14px;
  line-height: 20px;
  background: #ddd;
  border-radius: 5px;
  border: 1px solid #777;
  font-family: 'Inconsolata', monospace;
}
.h3 {
  display: inline-block;
  color: #3b1a68;
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#main_wrapper {
  overflow-x: hidden;
}
.ydb_meta_title {
  color: #f77825;
  font-size: 18px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row::before {
  display: none;
}
.flex-row::after {
  display: none;
}
.flex-ac {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.content-holder {
  padding-top: 50px;
  padding-bottom: 50px;
}
.btn {
  display: inline-block;
  border-radius: 100px;
  padding: 10px 35px;
  background-color: #f77825;
  color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 5px rgba(59, 26, 104, 0.2);
  font-size: 18px;
  margin: 0 15px;
  margin-bottom: 10px;
  background-image: -moz-linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: -webkit-linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-size: 150px 150px, 300% 300%;
  /* some initial size to get the slanted appearance */
  background-position: -110px -110px, -20px -20px;
  /* negative positioning to hide it initially */
  background-repeat: no-repeat;
  -ms-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.btn:hover {
  background-size: 200% 200%, 101% 101%;
  background-position: 0px 0px, 0% 0%;
  color: #f77825;
}
.btn.white {
  background-color: #fff;
  background-image: -moz-linear-gradient(135deg, #f77825 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #f77825 50%);
  background-image: -webkit-linear-gradient(135deg, #f77825 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #f77825 50%);
  background-image: linear-gradient(135deg, #f77825 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #f77825 50%);
  color: #f77825;
}
.btn.white:hover {
  color: #fff;
}
.btn.purple {
  background-color: #3b1a68;
  background-image: -moz-linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: -webkit-linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  color: #f77825;
  border: 2px solid #6f4c9f;
  font-weight: 500;
}
.btn.purple:hover {
  color: #f77825;
  border: 2px solid #fff;
  border-color: #fff;
}
.btn.gray {
  background-color: #fff;
  background-image: -moz-linear-gradient(135deg, #a8a7a8 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #a8a7a8 50%);
  background-image: -webkit-linear-gradient(135deg, #a8a7a8 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #a8a7a8 50%);
  background-image: linear-gradient(135deg, #a8a7a8 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #a8a7a8 50%);
  color: #a8a7a8;
  border: 2px solid #e5e5e5;
  box-shadow: none;
  font-weight: 500;
}
.btn.gray:hover {
  color: #fff;
  border: 2px solid #a8a7a8;
}
.btn.cat {
  font-weight: 500;
  padding: 8px 15px;
  border-width: 2px;
}
.btn.cat.gray {
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 12px;
    padding: 15px;
  }
}
.clearHeader {
  padding-top: 150px;
}
.overhang_holder {
  position: relative;
  padding-bottom: 125px;
}
@media (min-width: 1500px) {
  .overhang_holder {
    padding-bottom: 200px;
  }
}
@media (min-width: 2000px) {
  .overhang_holder {
    padding-bottom: 250px;
  }
}
.overhang {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
}
.underhang_holder {
  position: relative;
  padding-top: 125px;
}
@media (min-width: 1500px) {
  .underhang_holder {
    padding-top: 200px;
  }
}
@media (min-width: 2000px) {
  .underhang_holder {
    padding-top: 250px;
  }
}
.underhang {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
}
.text-white {
  color: #fff;
}
.text-white h2 {
  color: #fff;
}
.text-orange {
  color: #f77825;
}
.text-orange h2 {
  color: #f77825;
}
.text-purple {
  color: #3b1a68;
}
.text-purple h2 {
  color: #3b1a68;
}
.ydb_circle {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 0 0 15px 2px rgba(59, 26, 104, 0.2);
  background-color: #fff;
  cursor: pointer;
}
.ydb_circle.toggle {
  cursor: pointer;
  position: relative;
}
.ydb_circle.toggle::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 21px;
  height: 24px;
  width: 3px;
  border-radius: 5px;
  background-color: #f77825;
}
.ydb_circle.toggle::after {
  position: absolute;
  content: '';
  left: 10px;
  top: 21px;
  width: 24px;
  height: 3px;
  border-radius: 5px;
  background-color: #f77825;
}
.ydb_circle.toggle.active::before {
  opacity: 0;
}
.ydb_circle.arrow {
  display: inline-block;
  position: relative;
  -ms-transition: 0.45s ease-in-out;
  -moz-transition: 0.45s ease-in-out;
  -o-transition: 0.45s ease-in-out;
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
}
.ydb_circle.arrow::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: 13px;
  border-right: 3px solid #f77825;
  border-bottom: 3px solid #f77825;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ydb_circle.arrow::after {
  width: 100%;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  box-shadow: 0 0 0px rgba(59, 26, 104, 0.35);
  border-radius: 100%;
  -ms-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
.ydb_circle.arrow:hover {
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.ydb_circle.arrow:hover::after {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  box-shadow: 0 0 7px 7px rgba(59, 26, 104, 0);
  -ms-transition: 0.4s 0.2s ease-in-out;
  -moz-transition: 0.4s 0.2s ease-in-out;
  -o-transition: 0.4s 0.2s ease-in-out;
  -webkit-transition: 0.4s 0.2s ease-in-out;
  transition: 0.4s 0.2s ease-in-out;
}
.ydb_circle.arrow.reversed {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ydb_circle.cbottom {
  position: absolute;
  bottom: -22px;
  left: calc(50% - 22px);
}
.active .ydb_circle.toggle::before {
  opacity: 0;
}
.ydb_box {
  background-color: #fff;
  width: 100%;
  border: 1px solid #dfd9e7;
}
.ydb_cta_row {
  box-shadow: 0 0 15px 2px rgba(59, 26, 104, 0.2);
}
.ydb_cta_row.orange {
  background-color: #f77825;
}
.ydb_cta_row .cta_row_ctas {
  margin-top: 25px;
}
.ydb_cta_row h2 {
  font-size: 45px;
}
@media (max-width: 768px) {
  .ydb_cta_row h2 {
    font-size: 25px;
  }
}
.brg_shape_1 {
  background-image: url('../../images/ydb_box_g.png');
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .brg_shape_1 {
    display: none;
  }
}
.brg_shape_2 {
  background-image: url('../../images/ydb_box_g_solid.png');
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .brg_shape_2 {
    display: none;
  }
}
.brg_shape_3 {
  background-image: url('../../images/ydb_box_gw_solid.png');
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .brg_shape_3 {
    display: none;
  }
}
.searched {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #a8a7a8;
  position: relative;
}
.searched .scontent {
  position: relative;
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .searched .scontent {
    padding: 0;
  }
  .searched .scontent .arrow {
    display: none;
  }
}
.searched h3 {
  font-size: 22px;
  color: #3b1a68;
}
.searched p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  display: block;
}
.searched .arrow {
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
}
.IE11 .ydb_pointed_topper,
.IE10 .ydb_pointed_topper {
  margin-bottom: -1px;
}
.IE11 .btn,
.IE10 .btn {
  background-image: none;
}
.IE11 .btn:hover,
.IE10 .btn:hover {
  background-color: #fff;
}
.IE11 .btn.white,
.IE10 .btn.white {
  background-image: none;
}
.IE11 .btn.white:hover,
.IE10 .btn.white:hover {
  background-color: #f77825;
}
.IE11 .btn.orange,
.IE10 .btn.orange {
  background-image: none;
}
.IE11 .btn.orange:hover,
.IE10 .btn.orange:hover {
  background-color: #fff;
}
.IE11 .btn.purple,
.IE10 .btn.purple {
  background-image: none;
}
.IE11 .btn.purple:hover,
.IE10 .btn.purple:hover {
  background-color: #f77825;
}
.IE11 .btn.gray,
.IE10 .btn.gray {
  background-image: none;
}
.IE11 .btn.gray:hover,
.IE10 .btn.gray:hover {
  background-color: #a8a7a8;
}
.IE11 #auxnav ul li.gray a,
.IE10 #auxnav ul li.gray a {
  background-image: none;
}
.IE11 #auxnav ul li.gray a:hover,
.IE10 #auxnav ul li.gray a:hover {
  background-color: #a8a7a8;
}
.IE11 #auxnav ul li a,
.IE10 #auxnav ul li a,
.IE11 .gform_wrapper .gform_footer .gform_button,
.IE10 .gform_wrapper .gform_footer .gform_button {
  background-image: none;
}
.IE11 #auxnav ul li a:hover,
.IE10 #auxnav ul li a:hover,
.IE11 .gform_wrapper .gform_footer .gform_button:hover,
.IE10 .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #fff;
}
.error404 #main_wrapper {
  background-position: calc(50% - 80px), center;
  background-repeat: no-repeat;
  background-image: url('../../images/notta-found.png');
  background-image: url('../../images/notta-found.png'), -moz-radial-gradient(center, ellipse cover, #f9f9f9 0%, #f1f1f1 50%, #f9f9f9 100%);
  /* FF3.6-15 */
  background-image: url('../../images/notta-found.png'), -webkit-radial-gradient(center, ellipse cover, #f9f9f9 0%, #f1f1f1 50%, #f9f9f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: url('../../images/notta-found.png'), radial-gradient(ellipse at center, #f9f9f9 0%, #f1f1f1 50%, #f9f9f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#lost-page h1 {
  color: #f77825;
  font-size: 200px;
  line-height: 180px;
}
#lost-page .notta-found {
  color: #f77825;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
}
#lost-page p {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lost-page h1 {
    font-size: 100px;
    line-height: 80px;
  }
}
.ydb_lightbox {
  position: relative;
}
.ydb_lightbox::before {
  content: '+';
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(59, 26, 104, 0.35);
  text-align: center;
  line-height: 30px;
  font-size: 41px;
  color: #f77825;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
.ydb_lightbox:hover::before {
  box-shadow: 0 0 10px rgba(59, 26, 104, 0.35);
}
.owl-nav .owl-next {
  top: calc(50% - 20px);
  position: absolute;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  opacity: .2;
  font-size: 0;
  color: transparent;
}
.owl-nav .owl-next:hover {
  opacity: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}
.owl-nav .owl-next:hover.disabled {
  opacity: .2;
}
.owl-nav .owl-next::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 10px);
  width: 15px;
  height: 15px;
  border-right: 3px solid #f77825;
  border-bottom: 3px solid #f77825;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-nav .owl-prev {
  top: calc(50% - 20px);
  position: absolute;
  left: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  opacity: .2;
  font-size: 0;
  color: transparent;
}
.owl-nav .owl-prev:hover {
  opacity: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}
.owl-nav .owl-prev:hover.disabled {
  opacity: .2;
}
.owl-nav .owl-prev::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 10px);
  width: 15px;
  height: 15px;
  border-left: 3px solid #f77825;
  border-top: 3px solid #f77825;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*Comment Output*/
#comments {
  max-width: 1130px;
  display: block;
  margin: auto;
}
#comments-list .vcard {
  font-size: 20px;
  font-weight: bold;
}
#comments-list .commentmetadata {
  font-size: 12px;
  margin-bottom: 5px;
}
#comments-list .comment {
  padding: 10px 0 10px 10px;
  border-left: 2px solid #ccc;
  margin-bottom: 15px;
}
#comments-list .comment-author img {
  display: none;
}
#comments-list .says {
  display: none;
}
#comments-list ul {
  padding: 15px;
  width: 100%;
  margin: auto;
  list-style-type: none;
}
.comment-respond label {
  display: block;
}
#nav_searchform #s {
  background-color: #d7d7d7;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  padding: 5px 15px;
  font-style: italic;
}
#nav_searchform #searchsubmit {
  display: none;
}
.gform_wrapper .gform_body {
  width: 100%!important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  display: inline-block;
  width: 100%;
  padding: 5px;
  font-size: 18px;
  margin: 0!important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.half {
  width: 50%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.third {
  width: 33%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.quarter {
  width: 25%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.end {
  padding-left: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding: 5px;
  }
  .gform_wrapper .gform_body ul.gform_fields li.gfield.half,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.third,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.quarter,
  .gform_wrapper .gform_body ul.gform_fields li.gfield .end {
    width: 100%;
    padding: 5px;
    margin: 0!important;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
  margin: 0!important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input {
  margin-top: 0;
  border: 1px solid #dfd9e7;
  padding: 10px!important;
  -webkit-appearance: none;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input[type="checkbox"],
.gform_wrapper .gform_body ul.gform_fields li.gfield input[type="radio"] {
  position: relative;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input[type="checkbox"]:checked::before,
.gform_wrapper .gform_body ul.gform_fields li.gfield input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 13px;
  border-bottom: 1px solid #f77825;
  border-right: 1px solid #f77825;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
  -webkit-appearance: none;
  border: 1px solid #dfd9e7;
  padding: 10px!important;
  border-radius: 0;
  min-height: 200px;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    min-height: auto;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield select {
  -webkit-appearance: none;
  border: 1px solid #dfd9e7;
  padding: 10px!important;
  border-radius: 0;
  background-color: #fff;
  background-image: url(../../images/drop_down_arrow.png);
  background-size: 35px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div .small,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .medium,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .large {
  width: 100%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li,
.gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li {
  padding: 2px 5px!important;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 100px;
  padding: 10px 35px;
  background-color: #f77825;
  color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 5px rgba(59, 26, 104, 0.2);
  font-size: 18px;
  margin: 0 15px;
  margin-bottom: 10px;
  background-image: -moz-linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: -webkit-linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-size: 150px 150px, 300% 300%;
  /* some initial size to get the slanted appearance */
  background-position: -110px -110px, -20px -20px;
  /* negative positioning to hide it initially */
  background-repeat: no-repeat;
  border: none;
  -ms-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-size: 200% 200%, 101% 101%;
  background-position: 0px 0px, 0% 0%;
  color: #f77825;
}
#contact-page #ydb_ci_holder {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 18px;
}
#contact-page #ydb_ci_holder .ydb_ci_single {
  margin-bottom: 15px;
}
#contact-page #ydb_ci_holder .ydb_ci_title {
  width: 125px;
}
#contact-page #ydb_ci_holder .ydb_ci_content {
  color: #f77825;
}
#contact-page #ydb_ci_holder .ydb_ci_content a {
  color: #f77825;
}
@media (max-width: 500px) {
  #contact-page #ydb_ci_holder .ydb_ci_title {
    width: 35%;
  }
  #contact-page #ydb_ci_holder .ydb_ci_content {
    width: 64%;
  }
}
#contact-page #contact_map iframe {
  width: 100%;
  max-width: 450px;
  border: none!important;
  box-shadow: 0 0 10px rgba(59, 26, 104, 0.1);
  border-radius: 3px;
}
/*----------------------------------------*/
/* Admin Bar Hover Styles */
/* Remove After Launch */
/*----------------------------------------*/
#wpadminbar {
  opacity: .3;
}
#wpadminbar:hover {
  opacity: 1;
}
html,
body {
  font-size: 20px;
  font-weight: 400;
  font-family: 'FiraGO', sans-serif;
  line-height: normal;
  color: #595959;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum" 1, "liga" 0;
  -moz-font-feature-settings: "lnum" 1, "liga" 0;
  -ms-font-feature-settings: "lnum" 1, "liga" 0;
  font-feature-settings: "lnum" 1, "liga" 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    font-weight: 400;
	font-family: 'FiraGO', sans-serif;
  }
}
/*  Header Styles */
/*----------------------------------------*/
header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  padding-bottom: 15px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#header_clear {
  height: 85px;
  display: none;
}
#header_clear.scrolled {
  display: none;
}
#main-header {
  position: relative;
}
#navholder {
  position: relative;
}
#main-logo {
  margin-top: 45px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#main-logo img {
  max-width: 200px;
  max-height: 60px;
}
nav ul,
.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li,
.nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav ul li a,
.nav ul li a {
  display: block;
}
#main-nav {
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  padding-top: 5px;
}
#main-nav #menu-main-menu {
  top: 4px;
  position: relative;
}
#main-nav ul {
  text-align: right;
  font-size: 18px;
  text-transform: uppercase;
}
#main-nav ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
#main-nav ul li a {
  color: #3b1a68;
  font-weight: 500;
  letter-spacing: .05em;
}
#main-nav ul li a:hover {
  color: #f77825;
  font-weight: 500;
}
#main-nav ul li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 15px;
  width: 100%;
}
#main-nav ul li ul {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  z-index: 10;
  white-space: nowrap;
  text-align: left;
  padding: 20px 15px;
  left: -15px;
}
#main-nav ul li ul li {
  display: block;
  margin: 0;
  margin-bottom: 15px;
}
#main-nav ul li ul li:last-of-type {
  margin-bottom: 0;
}
#main-nav ul li ul li a {
  color: #fff;
  letter-spacing: .05em;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
#main-nav ul li ul li a:hover {
  color: #f77825;
  font-weight: 400;
}
#main-nav ul li ul::after {
  content: '';
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  width: 100%;
  height: 15px;
  -ms-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  -webkit-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -moz-transform-origin: 100%;
  z-index: -1;
  background-color: #3b1a68;
}
#main-nav ul li:hover ul {
  display: block;
  background-color: #3b1a68;
  border-right: 1px solid #3b1a68;
}
#auxnav {
  height: 30px;
  text-align: right;
  margin-bottom: 35px;
  position: relative;
  top: 7px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#auxnav #nav_searchform {
  display: inline-block;
}
#auxnav #nav_auxmenu {
  display: inline-block;
}
#auxnav ul {
  font-size: 16px;
}
#auxnav ul li {
  margin: 0;
}
#auxnav ul li a {
  display: inline-block;
  border-radius: 100px;
  padding: 5px 15px;
  background-color: #f77825;
  color: #fff;
  letter-spacing: .025em;
  text-transform: none;
  background-image: -moz-linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: -webkit-linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: linear-gradient(135deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-size: 150px 150px, 300% 300%;
  /* some initial size to get the slanted appearance */
  background-position: -110px -110px, -20px -20px;
  /* negative positioning to hide it initially */
  background-repeat: no-repeat;
  font-weight: 400;
  box-shadow: 0 0 5px rgba(59, 26, 104, 0.2);
  -ms-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
#auxnav ul li a:hover {
  background-size: 200% 200%, 101% 101%;
  background-position: 0px 0px, 0% 0%;
  color: #f77825;
  font-weight: 400;
}
#auxnav ul li.gray a {
  background-color: #d7d7d7;
  color: #595959;
  background-image: -moz-linear-gradient(135deg, #f77825 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #f77825 50%);
  background-image: -webkit-linear-gradient(135deg, #f77825 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #f77825 50%);
  background-image: linear-gradient(135deg, #f77825 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #f77825 50%);
}
#auxnav ul li.gray a:hover {
  color: #fff;
}
header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #f3f3f3;
}
header.scrolled #main-logo {
  margin-top: 20px;
}
header.scrolled #auxnav {
  margin-bottom: 13px;
}
header.scrolled #auxnav #nav_searchform {
  display: none;
}
#mobile--nav {
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  overflow: scroll;
  max-height: calc(100vh - 85px);
  z-index: 100;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0px;
  padding-left: 0px;
  background-color: #fff;
  font-size: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#mobile--nav.scrolled {
  position: fixed;
}
#mobile--nav ul {
  padding: 15px;
  list-style-type: none;
}
#mobile--nav ul.sub-menu {
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-top: 5px;
  display: none;
}
#mobile--nav ul.sub-menu li:last-of-type {
  padding-bottom: 0;
}
#mobile--nav ul li {
  display: block;
  padding: 10px;
}
#mobile--nav ul li.menu-item-has-children {
  position: relative;
}
#mobile--nav ul li.menu-item-has-children::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 15px;
  height: 15px;
  border-right: 3px solid #f77825;
  border-top: 3px solid #f77825;
  z-index: -1;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile--nav ul li.menu-item-has-children.active::after {
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mobile--nav ul li.menu-item-has-children.active .sub-menu {
  display: block;
}
#mobile--nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #3b1a68;
  font-weight: 500;
}
#mobile_aux ul {
  text-align: center;
  font-size: 16px;
}
#mobile_aux ul li {
  display: inline-block;
  margin: 0;
}
#mobile_aux ul li a {
  display: inline-block;
  border-radius: 100px;
  padding: 5px 15px;
  background-color: #f77825;
  color: #fff;
  letter-spacing: .025em;
  text-transform: none;
}
#mobile_aux ul li.gray a {
  background-color: #d7d7d7;
  color: #595959;
}
#mobile-nav {
  display: none;
  height: 50px;
  position: relative;
}
#mobile-logo {
  display: block;
  width: 150px;
  margin-left: 18px;
  margin-top: 15px;
  text-align: center;
}
#mobile-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 30px;
}
#mobile-toggle span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #f77825;
  top: 14px;
  left: 5px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #f77825;
  left: 0;
  top: -8px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #f77825;
  left: 0;
  top: 8px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle.active span {
  background-color: transparent;
}
#mobile-toggle.active span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.active span:after {
  top: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  header {
    height: 77px;
  }
  header.scrolled {
    background-color: #fff;
  }
  #navholder {
    display: none;
  }
  #mobile-nav {
    display: block;
  }
  #mobile--toggle {
    display: block;
    width: 40px;
    height: 50px;
    margin-top: 15px;
    margin-right: 30px;
    position: relative;
  }
}
@media (max-width: 321px) {
  #mobile-logo {
    margin-top: 10px;
  }
}
/*  Footer Styles */
/*----------------------------------------*/
#footer-brg_shape {
  position: absolute;
  top: -70px;
  width: 250px;
  height: 250px;
  left: calc(50% + 300px);
  opacity: 0;
  display: none;
}
.home #footer-brg_shape {
  display: block;
  opacity: .2;
}
#footer_top {
  position: relative;
  overflow: hidden;
}
#footer_top #social-holder {
  text-align: center;
  margin-bottom: 35px;
}
#footer_top #social-holder a {
  display: inline-block;
  margin: 0 15px;
}
#footer_top #social-holder img {
  max-width: 50px;
  display: inline-block;
}
#footer_top #footer-copyright {
  font-size: 14px;
  font-weight: 500;
  color: #505050;
  text-align: center;
}
#footer_top #footer-copyright .menu {
  display: inline-block;
}
#footer_top #footer-copyright ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#footer_top #footer-copyright ul li {
  display: inline-block;
  font-weight: 500;
}
#footer_top #footer-copyright ul li::before {
  content: '|';
  display: inline-block;
  font-weight: 500;
  margin: 0 8px 0 4px;
}
#footer_top #footer-copyright ul li a {
  font-weight: 500;
  color: #f77825;
}
#footer_sitemap {
  position: relative;
  background-color: #505050;
  padding-top: 20px;
  padding-bottom: 50px;
}
#footer_sitemap .ydb_circle {
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
#footer_sitemap #sitemap-desc {
  text-align: center;
  font-size: 15px;
  color: #9e9e9e;
  letter-spacing: .1em;
  font-weight: 800;
  text-transform: uppercase;
}
#footer_sitemap .ydb_sitemap_toggle {
  position: absolute;
  top: -22px;
  left: calc(50% - 22px);
}
#footer_sitemap #ydb_sitemap_holder {
  position: absolute;
  min-height: 100%;
  display: none;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #505050;
}
#footer-nav > ul {
  font-size: 18px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#footer-nav > ul::before {
  display: none;
}
#footer-nav > ul::after {
  display: none;
}
#footer-nav > ul li {
  display: block;
  margin-bottom: 15px;
}
#footer-nav > ul li a {
  letter-spacing: .05em;
}
#footer-nav > ul li a:hover {
  color: #f77825;
}
#footer-nav > ul > li a {
  color: #fff;
}
#footer-nav > ul > li a:hover {
  color: #f77825;
}
#footer-nav > ul > li ul.sub-menu {
  padding-top: 15px;
  padding-left: 15px;
  font-size: 16px;
}
@media (max-width: 500px) {
  #footer-nav > ul {
    font-size: 14px;
  }
  #footer-nav > ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #footer-nav > ul > li {
    width: 50%;
  }
  #footer-nav > ul > li ul.sub-menu {
    padding-top: 5px;
    font-size: 14px;
  }
  #footer-nav > ul > li ul.sub-menu li {
    width: 100%;
  }
}
/*  Home Page Styles */
/*----------------------------------------*/
.home-title {
  font-size: 45px;
  line-height: normal;
  color: #3b1a68;
}
.home-title.white {
  color: #fff;
}
@media (max-width: 768px) {
  .home-title {
    font-size: 25px;
  }
}
#banner {
  background-color: #e3e2e2;
  background-image: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 24%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 99%);
  /* FF3.6-15 */
  background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 24%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 24%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center;
}
#banner h1 {
  font-size: 39px;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
#banner h2 {
  color: #3b1a68;
  font-style: italic;
  font-size: 35px;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 45px;
}
#banner .ydb_banner_text {
  cursor: pointer;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#banner .ydb_banner_text.active {
  color: #f77825;
}
#banner #banner_shapes_holder {
  position: relative;
}
#banner #ydb_banner_right {
  height: 350px;
  margin-bottom: 50px;
  text-align: center;
}
#banner #ydb_banner_right .btn {
  padding: 15px 55px;
}
#banner #ydb_b_icon {
  max-width: 450px;
  position: relative;
  top: -15px;
  left: 95px;
  z-index: 2;
}
#banner #ydb_b_icon .ydb_banner_shape {
  display: block;
}
@media (max-width: 1200px) {
  #banner #ydb_b_icon {
    left: 30px;
  }
}
@media (max-width: 767px) {
  #banner #ydb_b_icon {
    max-height: 200px;
  }
}
#banner .ydb_b_lock,
#banner .ydb_b_lightning,
#banner .ydb_b_diamond {
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#banner .ydb_b_lock.active,
#banner .ydb_b_lightning.active,
#banner .ydb_b_diamond.active {
  fill: #f77825 !important;
}
@media (max-width: 768px) {
  #banner {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  #banner h1 {
    font-size: 22px;
    color: #f77825;
  }
  #banner h2 {
    font-size: 18px;
  }
  #banner #ydb_banner_right {
    text-align: left;
    height: auto;
  }
  #banner #ydb_banner_right .btn {
    padding: 15px;
    margin-left: 0;
  }
  #banner #ydb_b_icon {
    left: 0;
  }
  #banner #ydb_b_icon .ydb_banner_shape {
    display: block;
  }
}
#home-r-1 {
  background-color: #fff;
}
#home_acc_boxs_holder {
  margin-top: 50px;
}
.home_acc_box {
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: 50px top;
}
.home_acc_box .home_acc_title {
  padding-left: 45%;
  padding-right: 50px;
  padding-top: 70px;
  margin-bottom: 65px;
  font-size: 28px;
  color: #3b1a68;
}
.home_acc_box .home_acc_content {
  padding: 25px 35px 45px 35px;
}
.home_acc_box .home_acc_content .btn {
  margin-top: 25px;
}
.home_acc_box .ydb_h_acc_toggle {
  position: absolute;
  bottom: -22px;
  left: calc(50% - 22px);
}
@media (max-width: 1200px) {
  .home_acc_box {
    background-size: 150px;
    background-position: 15px 40px;
  }
}
@media (max-width: 992px) {
  .home_acc_box {
    background-size: 125px;
    background-position: 10px 40px;
  }
}
@media (max-width: 768px) {
  .home_acc_box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    background-size: 100px;
    background-position: calc(50% - 100px) 30px;
    max-width: 450px;
  }
  .home_acc_box .home_acc_title {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .home_acc_box .home_acc_content {
    padding: 5px 35px 45px 35px;
  }
}
#content-2 {
  padding-bottom: 150px;
}
#content-2 h4 {
  color: #f77825;
  font-size: 28px;
}
@media (max-width: 768px) {
  #content-2 {
    padding-top: 50px;
  }
  #content-2 .ydb_pointed_purple {
    padding-top: 35px;
  }
  #content-2 h4 {
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  #content-2 h4 {
    padding-top: 25px;
  }
}
.ydb_pointed_purple {
  background-color: rgba(59, 26, 104, 0.89);
  color: #fff;
  padding-bottom: 50px;
}
.ydb_pointed_purple p {
  font-weight: 500;
}
.ydb_pointed_purple h2 {
  font-weight: 300;
}
@media (max-width: 768px) {
  .ydb_pointed_purple img {
    max-width: 150px;
  }
  .ydb_pointed_purple .flex-row {
    display: block;
  }
}
#content-3 {
  background-color: #f1f1f1;
  background-image: url('../../images/circle_white.png');
  background-size: cover;
  background-position: bottom;
  padding-top: 125px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #content-3 {
    padding-top: 40px;
  }
}
#ydb_hr3_shape {
  position: absolute;
  top: -70px;
  width: 250px;
  height: 250px;
  left: calc(50% + 300px);
  opacity: .2;
}
#ydb_hr3_shape_2 {
  position: absolute;
  bottom: -70px;
  width: 250px;
  height: 250px;
  right: calc(50% + 300px);
  opacity: .2;
}
#ydb_h_wn_holder .ydb_h_wn_img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}
#ydb_h_wn_holder .ydb_h_wn_content {
  padding: 50px;
  min-height: 250px;
}
@media (max-width: 768px) {
  #ydb_h_wn_holder {
    display: block;
    text-align: center;
  }
  #ydb_h_wn_holder .ydb_box {
    margin: auto;
    max-width: 300px;
    width: 100%;
    margin-bottom: 55px;
    position: relative;
  }
  #ydb_h_wn_holder .ydb_box .ydb_h_wn_content {
    padding: 15px;
    text-align: center;
    min-height: 0;
    padding-bottom: 50px;
  }
  #ydb_h_wn_holder .ydb_box .h3 {
    font-size: 16px;
  }
  #ydb_h_wn_holder .ydb_h_wn_img {
    height: 150px;
  }
  #ydb_h_wn_holder .btn {
    margin-top: 15px;
  }
}
#home-4 h2 {
  color: #fff;
}
.ydb_banner_shape {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .ydb_banner_shape {
    display: none;
  }
}
#banner_shape_1 {
  background-image: url('../../images/ydb_box_g.png');
  width: 150px;
  height: 150px;
  top: -20px;
  left: 45px;
}
#banner_shape_2 {
  background-image: url('../../images/ydb_box_g.png');
  width: 285px;
  height: 320px;
  left: -345px;
  top: 2px;
  opacity: .6;
}
#banner_shape_3 {
  background-image: url('../../images/ydb_box_g_solid.png');
  height: 85px;
  width: 80px;
  top: 0px;
  left: -25px;
}
#banner_shape_4 {
  background-image: url('../../images/ydb_box_g_solid.png');
  width: 250px;
  height: 250px;
  left: -190px;
  top: 250px;
}
#banner_shape_5 {
  background-image: url('../../images/ydb_box_gw_solid.png');
  width: 180px;
  height: 220px;
  top: 80px;
  left: -60px;
}
#banner_shape_6 {
  background-image: url('../../images/ydb_plus_solid.png');
  width: 25px;
  height: 25px;
  top: 80px;
  left: -30px;
}
#banner_shape_7 {
  background-image: url('../../images/ydb_plus_solid.png');
  width: 25px;
  height: 25px;
  top: 360px;
  left: -210px;
}
#banner_shape_8 {
  background-image: url('../../images/ydb_plus_solid.png');
}
@media (max-width: 1200px) {
  #banner_shape_1 {
    left: -90px;
  }
  #banner_shape_2 {
    display: none;
  }
  #banner_shape_3 {
    left: -160px;
  }
  #banner_shape_4 {
    left: -130px;
  }
  #banner_shape_5 {
    left: -190px;
  }
  #banner_shape_6 {
    top: 130px;
    left: 0;
  }
  #banner_shape_7 {
    display: none;
  }
  #banner_shape_8 {
    display: none;
  }
}
/* Single Page Styles */
/*----------------------------------------*/
#single-page {
  padding-bottom: 50px;
}
#ydb_page_top {
  padding-top: 200px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,fefefe+100 */
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f1f1f1 0%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f1f1f1 0%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f1f1f1 0%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fefefe', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
}
#ydb_page_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/banner_default.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 420px;
  background-position: calc(50% + 360px) 30px;
}
#ydb_page_top #ydb_ptt {
  padding-bottom: 100px;
  position: relative;
}
#ydb_page_top #ydb_ptt h1,
#ydb_page_top #ydb_ptt .h1 {
  font-size: 40px;
  color: #f77825;
  line-height: normal;
}
#ydb_page_top #ydb_ptb {
  position: relative;
  box-shadow: 0px -4px 8px -5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 75px;
}
#ydb_page_top #ydb_ptb h2 {
  font-size: 32px;
  line-height: normal;
  color: #3b1a68;
}
#ydb_page_top #ydb_ptb #pt_subtitle_content p {
  font-size: 18px;
  line-height: 24px;
}
#ydb_page_top .ptbtop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#ydb_page_top .ptbtop svg {
  fill: #fff;
  -webkit-filter: drop-shadow(0px -1px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px -1px 3px rgba(0, 0, 0, 0.1));
}
#ydb_page_top .ptbtop #ptb_tri {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
#ydb_page_top .h1 {
  color: #f77825;
}
@media (max-width: 767px) {
  #ydb_page_top {
    padding-top: 130px;
  }
  #ydb_page_top #ydb_ptt {
    padding-bottom: 110px;
  }
}
@media (max-width: 500px) {
  #ydb_page_top {
    padding-top: 120px;
  }
  #ydb_page_top::before {
    display: none;
    height: 100%;
    background-size: auto 300px;
  }
  #ydb_page_top #ydb_ptt {
    padding-bottom: 70px;
  }
  #ydb_page_top #ydb_page_top #ydb_ptb h2 {
    font-size: 25px;
  }
}
#ydb_no_page_top {
  padding-top: 130px;
}
@media (max-width: 768px) {
  #ydb_no_page_top {
    padding-top: 80px;
  }
}
#team-page {
  background-color: #f3f3f3;
  border-top: 2px solid #d7d7d7;
}
#ydb_team_sub_title {
  text-align: center;
}
#ydb_team_sub_title h2 {
  color: #3b1a68;
}
.ydb_team_holder .ydb_team_member .ydb_team_photo {
  position: relative;
  border: 1px solid #dfd9e7;
  background-position: center;
  background-size: cover;
  width: 100%;
  float: left;
}
.ydb_team_holder .ydb_team_member .ydb_team_photo::after {
  content: '';
  width: 100%;
  float: left;
  padding-bottom: 100%;
}
.ydb_team_holder .ydb_team_member .ydb_team_photo .ydb_circle {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.ydb_team_holder .ydb_team_member .ydb_ecosystem_photo {
  position: relative;
  border: 1px solid #dfd9e7;
  background-color: #fff;
  background-size: calc(100% - 40px) auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.ydb_team_holder .ydb_team_member .ydb_ecosystem_photo::after {
  content: '';
  width: 100%;
  float: left;
  padding-bottom: 100%;
}
.ydb_team_holder .ydb_team_member .ydb_ecosystem_photo img {
  padding: 0 15px;
}
.ydb_team_holder .ydb_team_member .ydb_ecosystem_photo .ydb_circle {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.ydb_team_holder .ydb_team_member .ydb_team_meta {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 15px;
}
.ydb_team_holder .ydb_team_member .ydb_team_meta h2 {
  color: #3b1a68;
  margin-top: 15px;
}
.ydb_team_holder .ydb_team_member .ydb_team_meta h4 {
  color: #f77825;
  margin-top: 10px;
}
.ydb_team_holder .ydb_team_info {
  display: none;
}
.ydb_team_holder.active .ydb_team_meta h2,
.ydb_team_holder.active .ydb_team_meta h4 {
  display: none;
}
#ydb_team_info_band {
  background-color: #3b1a68;
  position: relative;
  padding-top: 50px;
  top: -60px;
  padding-bottom: 50px;
  color: #fff;
  display: none;
}
@media (max-width: 767px) {
  #ydb_team_info_band {
    top: 20px;
  }
}
@media (max-width: 992px) {
  #ydb_team_info_band:last-of-type {
    top: 30px;
  }
}
#ydb_team_info_band.active {
  display: block;
}
#ydb_team_info_band::after {
  content: '';
  background-color: #3b1a68;
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc((-100vw + 100%)/2);
  width: 100vw;
  height: 100%;
}
#ydb_team_info_band > div {
  position: relative;
  z-index: 2;
}
#ydb_team_info_band h4 {
  color: #f77825;
}
#ydb_team_info_band h2 {
  color: #fff;
}
#ydb_team_info_band p {
  font-weight: 500;
}
#ydb_team_info_band ul li,
#ydb_team_info_band ol li {
  font-weight: 500;
}
#ydb_team_info_band::before {
  content: '';
  position: absolute;
  top: -25px;
  width: 400px;
  height: 80px;
  background-image: url(../../images/ydb_tpoint.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
#ydb_team_info_band.th1::before {
  left: calc(17% - 200px);
}
#ydb_team_info_band.th2::before {
  left: calc(50% - 195px);
}
#ydb_team_info_band.th3::before {
  left: calc(83% - 190px);
}
@media (max-width: 992px) {
  #ydb_team_info_band.th1::before {
    left: calc(25% - 200px);
  }
  #ydb_team_info_band.th2::before {
    left: calc(75% - 195px);
  }
  #ydb_team_info_band.th3::before {
    left: calc(83% - 190px);
  }
}
@media (max-width: 767px) {
  #ydb_team_info_band.th1::before {
    left: 5%;
    width: 90%;
  }
}
#ydb_team_info_band.ecosystem {
  top: 0;
}
#ydb_team_info_band.ecosystem h2 {
  color: #f77825;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #ydb_team_info_band {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #ydb_team_info_band.ecosystem h2 {
    margin-bottom: 15px;
  }
  #ydb_team_info_band .btn {
    display: none;
  }
}
#blog-ptop {
  z-index: 6!important;
}
#blog-ptop .ydb_circle {
  position: absolute;
  left: 24%;
  top: -23px;
  z-index: 2;
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
@media (max-width: 768px) {
  #blog-ptop .ydb_circle {
    left: 20%;
  }
}
#blog-ptop svg {
  -ms-transition: 0.25s 0.15s;
  -moz-transition: 0.25s 0.15s;
  -o-transition: 0.25s 0.15s;
  -webkit-transition: 0.25s 0.15s;
  transition: 0.25s 0.15s;
}
#blog-ptop.active svg {
  fill: #3b1a68;
  -ms-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
#blog-ptop .h1 {
  color: #f77825;
}
#ptb_blog-cats {
  display: none;
  background-color: #3b1a68;
  position: relative;
  z-index: 3;
}
#ptb_blog-cats #ptb_cats_holder {
  padding: 40px 0 30px 0;
}
#ptb_blog-cats #ptb_cats_holder .btn {
  margin-left: 6px;
  margin-right: 6px;
}
#ptb_blog-cats #ptb_cats_holder .btn:first-of-type {
  margin-left: 0;
}
@media (max-width: 768px) {
  #ptb_blog-cats #ptb_cats_holder {
    padding: 30px 15px;
  }
}
#blog-loop-holder {
  padding-top: 80px;
}
#blog-loop-holder .ydb_single_blog_post {
  width: 100%;
  border: 1px solid #dfd9e7;
  margin-bottom: 50px;
}
#blog-loop-holder .blog-feat-img-roll {
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #dfd9e7;
}
#blog-loop-holder .blog-content-roll {
  padding: 35px 50px 35px 35px;
  max-width: calc(100% - 300px);
}
@media (max-width: 768px) {
  #blog-loop-holder .blog-content-roll {
    position: relative;
  }
}
#blog-loop-holder .bcr-time {
  color: #f77825;
  font-size: 18px;
  margin-bottom: 10px;
}
#blog-loop-holder .bcr-title {
  margin-bottom: 15px;
}
#blog-loop-holder .bcr-excerpt {
  font-size: 18px;
  margin-bottom: 35px;
}
#blog-loop-holder .bcr-cats .btn {
  margin-right: 5px;
  margin-left: 5px;
}
#blog-loop-holder .bcr-cats .btn:first-of-type {
  margin-left: 0;
}
#blog-loop-holder .bcr-arrow {
  position: absolute;
  top: calc(50% - 45px);
  right: -8px;
}
@media (max-width: 768px) {
  #blog-loop-holder .ydb_single_blog_post {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #blog-loop-holder .blog-feat-img-roll {
    width: 100%;
    height: 200px;
  }
  #blog-loop-holder .blog-content-roll {
    width: 100%;
    max-width: 100%;
    padding: 35px;
  }
  #blog-loop-holder .bcr-arrow {
    top: calc(100% - 20px);
    right: calc(50% - 20px);
  }
}
#blog_post_info {
  margin-bottom: 20px;
}
#blog_post_info h1.h2 {
  margin-bottom: 10px;
}
#blog_post_info h4 {
  margin-top: 0;
  color: #f77825;
}
#blog_post_meta a {
  color: #f77825;
}
#ydb_pagination_links {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
#ydb_pagination_links .paginationnumber {
  line-height: 39px;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  color: #3b1a68;
  background-color: transparent;
  box-shadow: none;
}
#ydb_pagination_links .paginationnumber:hover {
  background-color: #fff;
  box-shadow: 0 0 15px 2px rgba(59, 26, 104, 0.2);
  color: #f77825;
}
#ydb_pagination_links .paginationarrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  box-shadow: none;
}
#ydb_pagination_links .paginationarrow:hover {
  background-color: #fff;
  box-shadow: 0 0 15px 2px rgba(59, 26, 104, 0.2);
}
#ydb_pagination_links .current .paginationnumber {
  background-color: #fff;
  box-shadow: 0 0 15px 2px rgba(59, 26, 104, 0.2);
  color: #f77825;
}
#ydb_pagination_links .dots {
  position: relative;
  top: 5px;
}
.nav-previous .spage_arrow {
  vertical-align: middle;
  margin-right: 15px;
}
.nav-next .spage_arrow {
  vertical-align: middle;
  margin-left: 15px;
}
#spage_nav a {
  color: #f77825;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 768px) {
  #spage_nav {
    font-size: 14px;
  }
  #spage_nav .spage_arrow {
    display: none;
  }
}
#blog_post_featured_image {
  padding-bottom: 20px;
}
#blog_post_featured_image img {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  max-width: 680px;
  width: 100%;
}
#WN-page {
  background-color: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  padding-bottom: 100px;
}
.ydb_single_wn_holder:first-of-type .ydb_single_wn {
  padding-top: 0;
}
.ydb_single_wn_holder .ydb_single_wn {
  padding: 40px 0 20px;
  border-bottom: 1px solid #a8a7a8;
}
@media (max-width: 767px) {
  .ydb_single_wn_holder .ydb_single_wn {
    display: block;
  }
}
.ydb_single_wn_holder .ydb_single_wn .ydb_wn_meta .wn_cat_icon {
  max-width: 85px;
}
@media (max-width: 767px) {
  .ydb_single_wn_holder .ydb_single_wn .ydb_wn_meta .wn_cat_icon {
    display: none;
  }
}
.ydb_single_wn_holder .ydb_single_wn .ydb_wn_meta .wn_cat_title h4 {
  color: #f77825;
}
@media (max-width: 767px) {
  .ydb_single_wn_holder .ydb_single_wn .ydb_wn_meta .wn_cat_title h4 {
    margin-bottom: 0px;
  }
}
.ydb_single_wn_holder .ydb_single_wn .ydb_wn_info {
  position: relative;
}
@media (max-width: 767px) {
  .ydb_single_wn_holder .ydb_single_wn .ydb_wn_info > div {
    padding-right: 55px;
  }
}
.ydb_single_wn_holder .ydb_single_wn .ydb_wn_info .ydb_wn_date {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .ydb_single_wn_holder .ydb_single_wn .ydb_wn_info .ydb_wn_date {
    margin-bottom: 10px;
  }
}
.ydb_single_wn_holder .ydb_single_wn .ydb_wn_info .ydb_wn_arrow {
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
}
@media (max-width: 767px) {
  .ydb_single_wn_holder .ydb_single_wn .ydb_wn_info .ydb_wn_arrow {
    right: 0;
  }
}
.flexible-row {
  padding: 65px 0;
}
.flexible-row.border_1 {
  border-top: 1px solid #e1e1e1;
}
.flexible-row.background_orange {
  background-color: #f77825;
}
.flexible-row.background_purple {
  background-color: #3b1a68;
  color: #fff;
}
.flexible-row.background_purple p,
.flexible-row.background_purple h2,
.flexible-row.background_purple h1,
.flexible-row.background_purple ul li,
.flexible-row.background_purple ol li {
  color: #fff;
}
.flexible-row.background_white {
  background-color: #fff;
}
.flexible-row.background_gray {
  background-color: #f3f3f3;
}
.flexible-row.background_circle {
  background-color: #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  background-repeat: no-repeat;
  background-image: url('../../images/circle_white.png');
  background-size: cover;
  background-position: center;
}
@media (max-width: 500px) {
  .flexible-row.background_circle {
    background-image: none;
  }
}
.imgA_middle {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.imgA_bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.flexible-title {
  font-size: 32px;
}
@media (max-width: 500px) {
  .flexible-title {
    font-size: 25px;
  }
}
.flexible-ctas {
  margin-top: 35px;
}
.flexible-ctas .btn:only-child {
  margin: 0;
}
.flexible-image {
  margin-bottom: 25px;
}
.flexible-image img {
  box-shadow: 0 0 20px 2px rgba(59, 26, 104, 0.3);
}
.ydb_r_box_holder {
  margin-bottom: 30px;
}
.ydb_r_box {
  background-color: #fff;
  border: 1px solid #dfd9e7;
  padding: 60px 50px 30px 50px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ydb_r_box.r_img {
  padding-top: 30px;
}
.ydb_r_box .br_img img {
  max-width: 100px;
}
.ydb_r_box .h2 {
  margin-top: 0;
}
.ydb_r_box .ydb_r_bcta_holder {
  margin-top: auto;
}
.ydb_r_box .ydb_r_bcta {
  margin-top: 35px;
  border: 2px solid #f77825;
  box-shadow: none;
}
@media (max-width: 992px) {
  .ydb_r_box {
    padding: 60px 20px 30px 20px;
  }
}
@media (max-width: 768px) {
  .ydb_r_box {
    padding: 60px 20px 30px 20px;
  }
}
.flexible-full-image-holder {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ctar_title {
  font-size: 45px;
  line-height: 50px;
}
@media (max-width: 500px) {
  .ctar_title {
    font-size: 30px;
    line-height: 35px;
  }
}
.flexible-row.cta h2 {
  color: #fff;
}
.flexible-row.cta p {
  color: #fff;
}
.flexible-row.cta.background_purple {
  background-color: #4b257f;
  background-image: url('../../images/cta_brg.png');
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.flexible-row.cta.background_purple .ydb_r_cta_container {
  background-color: rgba(59, 26, 104, 0.9);
  padding-top: 55px;
  padding-bottom: 55px;
}
.flexible-row.cta.background_purple .btn.purple {
  font-weight: 800;
}
.flexible-row.cta.background_gray {
  background-image: url('../../images/cta_brg.png');
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.flexible-row.cta.background_gray .ydb_r_cta_container {
  background-color: rgba(195, 194, 196, 0.9);
  padding-top: 55px;
  padding-bottom: 55px;
}
.flexible-row.cta.background_gray .ydb_r_cta_container h2 {
  color: #3b1a68;
}
.flexible-row.cta.background_gray .ydb_r_cta_container p {
  color: #595959;
}
.flexible-row.cta.background_white .ydb_r_cta_container,
.flexible-row.cta.background_image .ydb_r_cta_container {
  background-color: rgba(59, 26, 104, 0.9);
  padding-top: 55px;
  padding-bottom: 55px;
}
