html {
    scroll-behavior: smooth;
}

*,
:after,
:before {
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.wp-admin {
  font-family: 'Open Sans', sans-serif;
}

/* Remove default font family in editor  */
html :where(.editor-styles-wrapper) {
  font-family: unset;
}

.content-holder {
  max-width: var(--wp--custom--content--content-size);
  margin-right: auto;
  margin-left: auto;
}

.zsiq_theme1 .zsiq_cnt .zsiq_ellips:first-child {
    margin-bottom: 0px!important;
}

/* Auto add padding to group block */
.content-holder .wp-block-group,
#editor .wp-block-group {
  padding-top: var(--wp--custom--group--padding-top);
  padding-bottom: var(--wp--custom--group--padding-bottom);
}

/* Removes auto top margin from first block in editor for the heading or paragraph block */
html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  margin: unset;
}

/* Removes default padding from group with background */
.wp-block-template-part.has-background {
  padding: 0px !important;
}

/* Add bottom margin at the bottom of every paragraph or heading and remove default top margin */
p {
  margin-bottom: var(--wp--custom--paragraph--margin-bottom);
  margin-block-start: 0px;
  line-height: 32px !important;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#000000;
  margin-bottom: var(--wp--custom--heading--margin-bottom) !important;
  margin-block-start: 0px;
  margin-top: 0px !important;
  font-weight: 500;
}

/* Define the color and text decoration of the anchors site wide */
a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

/* Define margin for every list item in theme.json */
ul li {
  margin-bottom: var(--wp--custom--list-item--margin-bottom);
}

/* Float fix for aligning images to the right in the editor */
.wp-block[data-align="right"] {
  float: right;
}

/* Remove Default Margin from column */
.wp-block-columns {
  margin-bottom: 0px;
}

/* Convert block to full width */

@media only screen and (min-width: 600px) {

    .editor-styles-wrapper .is-root-container .wp-block[data-align="full"],
    .alignfull {
    max-width: 100vw !important;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    }
}

/* Keep container width correct when seetinf full width */
.wp-block-wp-bootstrap-blocks-container {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

/* Inherit content width from theme.json */
.site-footer {
  max-width: var(--wp--custom--footer--content-size);
  margin-left: auto;
  margin-right: auto;
}

/* Default button styles  */

.wp-block-buttons {
  gap: 1.3em !important;
}

.wp-block-button__link {
  background-color: #e60590;
  color: #fff !important;
  border-radius: 5px;
  padding: 11px 20px;
  font-size: 16px;
}

.is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
  border: 1px solid #ffffff;
}

/* These classes are used by some plugins, so in case we need them they are here to fall back on. */
small,
.small {
  font-size: 80%;
}
big,
.big {
  font-size: 120%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}


/* CSS RESET */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}
.visible-desktop {
    display: inherit !important;
}
.visible-tablet {
    display: none !important;
}
.visible-phablet {
    display: none !important;
}
.visible-phone {
    display: none !important;
}
.visible-desktab {
    display: inherit !important;
}
.visible-phabphone {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
.hidden-tablet {
    display: inherit !important;
}
.hidden-phablet {
    display: inherit !important;
}
.hidden-phone {
    display: inherit !important;
}
.hidden-desktab {
    display: none !important;
}
.hidden-phabphone {
    display: inherit !important;
}
.visible-loggedin {
    display: none !important;
}
.logged-in .visible-loggedin {
    display: inherit !important;
}
.hidden-loggedin {
    display: inherit !important;
}
.logged-in .hidden-loggedin {
    display: none !important;
}
.visible-loggedout {
    display: inherit !important;
}
.logged-in .visible-loggedout {
    display: none !important;
}
.hidden-loggedout {
    display: none !important;
}
.logged-in .hidden-loggedout {
    display: inherit !important;
}
@media print {
  .hidden-print, .hidden-print * {
    display: none !important;
  }
}
.hide,
.gfield_visibility_hidden {
    display: none !important;
}
.com #top_bar {
    display: none;
}
.com #logo_menu_bar {
    background: transparent;
    box-shadow: none;
}
.com .floating {
    position: absolute;
    z-index: 99;
    width: 70%;
    right: 0;
}
.com .mapplic-sidebar {
    padding-top: 100px;
}
.mapplic-search-input,
.mapplic-search-form {
    border: none !important;
}
.mapplic-list-location > a:hover {
    background-color: #F8F8F8 !important;
}
.mapplic-pin.transparent {
  display: none !important;
}
#user_switching_switch_on a{
  background: #000;
  text-align: center;
  padding: 10px;
  color: #fff;
  position: fixed;
  z-index: 99999999999999999!important;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
/*-----------------------------------------------------------------*/
/* Global styles
/*-----------------------------------------------------------------*/

html {
    min-height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background: #fff;
    margin: 0;
}
body > p {
    margin-bottom: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
.container {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
section {
    position: relative;
    padding: 100px 0;
}
section.section_with_skew_border {
    padding: 70px 0;
    overflow: visible;
}
section > svg.skew_top {
    position: absolute !important;
    bottom: 100%;
    width: 100%;
    height: 30px;
    left:0px;
    z-index: 99;
}
section > svg.skew_bottom {
    position: absolute !important;
    top: 100%;
    width: 100%;
    height: 30px;
    z-index: 99;
}
::selection {
    color: #fff;
    background: #157cac;
}
a {
    color: #e60590;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none;
    position: relative;
    transition: all 80ms ease-in;
    -webkit-transition: all 80ms ease-in;
}
p {
    margin-bottom: 24px;
    text-rendering: optimizeLegibility;
}
hr {
    background-color: #e1e9e9;
    display: block;
    height: 1px;
    border-color: #e1e9e9;
    border: 0;
    padding: 0;
    margin-bottom: 11px;
}
ul,
ol {
    margin-bottom: 24px;
    margin-left: 40px;
}
ul.no-style,
ul.answers,
ol.no-style,
ol.answers {
    list-style: none !important;
    list-style-position: none !important;
    margin: 0;
}
ul.no-style li a i,
ol.no-style li a i,
ul.no-style li p i,
ol.no-style li p i {
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0.3;
}
ul.no-style li a,
ol.no-style li a,
ul.no-style li p,
ol.no-style li p {
    padding-left: 20px;
    position: relative;
    display: block;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  text-transform: none;
  margin-bottom: 10px;
}
.post_content h2 {
  font-size: 26px;
}
.post_content h3 {
  font-size: 22px;
}
.post_content h4 {
  font-size: 18px;
}
.post_content h5 {
  font-size: 16px;
}
small {
    font-size: 80%;
}
.lead {
  font-size: 120%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
b,
strong {
    font-weight: bold;
}

.hidden {
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    display: none !important;
}
.left-align {
    text-align: left !important;
}
.right-align {
    text-align: right !important;
}
.center,
.center-align {
    text-align: center !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.float-none {
    float:none !important;
}

.overflow-visible {
    overflow:visible !important;
}

.position-relative {
    position: relative;
}

.m-0,
.no-margin {
    margin: 0 !important;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.d-block {
  display: block !important;
}

.d-inline-block {
    display:inline-block !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between;
}

.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important;
}

.p-0,
.no-padding {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-25 {
    padding: 25px !important;
}

.mt-0 {
    margin-top: 0 !important
}
.mr-0 {
    margin-right: 0 !important
}
.mb-0 {
    margin-bottom: 0 !important
}
.ml-0 {
    margin-left: 0 !important
}
.mt-10 {
    margin-top: 10px !important
}
.mr-10 {
    margin-right: 10px !important
}
.mb-10 {
    margin-bottom: 10px !important
}
.ml-10 {
    margin-left: 10px !important
}
.mt-20 {
    margin-top: 20px !important
}
.mr-20 {
    margin-right: 20px !important
}
.mb-20 {
    margin-bottom: 20px !important
}
.ml-20 {
    margin-left: 20px !important
}
.pt-0 {
    padding-top: 0 !important
}
.pr-0 {
    padding-right: 0 !important
}
.pb-0 {
    padding-bottom: 0 !important
}
.pl-0 {
    padding-left: 0 !important
}
.pt-10 {
    padding-top: 10px !important
}
.pr-10 {
    padding-right: 10px !important
}
.pb-10 {
    padding-bottom: 10px !important
}
.pl-10 {
    padding-left: 10px !important
}
.pt-20 {
    padding-top: 20px !important
}
.pr-20 {
    padding-right: 20px !important
}
.pb-20 {
    padding-bottom: 20px !important
}
.pl-20 {
    padding-left: 20px !important
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
    * Remove inner padding and border in Firefox 4+.
    */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

img.size-post {
    width: 100%;
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}
img.alignright,
.wp-caption.alignright {
    float: right;
    margin-right: -100px;
    margin-left: 20px;
}
img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin-left: -100px;
    margin-right: 20px;
}
img.alignnone,
.wp-caption.alignnone {
    margin: auto;
}
img.aligncenter,
.wp-caption.aligncenter {
    margin: auto;
    display: block;
}
img.aligncenter.size-full,
.wp-caption.aligncenter.size-full {
    width: calc(100% + 200px) !important;
    max-width: none;
    margin: 50px -100px;
}
.wp-caption.aligncenter.size-full img {
    width: 100%;
}
.wp-caption {
    position: relative;
}
.wp-caption .wp-caption-text {
    margin: 0;
    border: 0px none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 11.25em 1.5em 1em;
    line-height: 1.625em;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
}
.wp-caption.aligncenter {
    margin: 50px -100px;
    width: calc(100% + 200px) !important;
}
.wp-caption.aligncenter img {
    width: 100%;
}
.list-icons li {
    margin-left: 40px;
    line-height: 25px;
    position: relative;
}
.list-icons li i {
    position: absolute;
    left: -35px;
    font-size: 24px;
}
.list-icons li:hover {
    color: #000;
}
p > .highlighted,
p > .search-highlight {
    font-weight: bold;
}
i {
    line-height: inherit;
}
i.left {
    float: left;
    margin-right: 15px;
    line-height: inherit !important;
}
i.right {
    float: right;
    margin-left: 15px;
    line-height: inherit !important;
}
i.tiny {
    font-size: 1rem;
}
i.small {
    font-size: 2rem;
}
i.medium {
    font-size: 4rem;
}
i.large {
    font-size: 6rem;
}
iframe {
    max-width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.bg-borderless {
    box-shadow: none !important;
    border: none !important;
    color: #000 !important;
}

.bg-transparent-inverted {
    border-color: #555 !important;
    color: #555 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.bg-transparent-inverted:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}
.bg-transparent {
    background-color: transparent;
    color: #555 !important;
}
.bg-transparent-blue {
    background-color: transparent;
    color: #FFFFFF;
    border: #FFFFFF;
}
.bg-transparent-blue:hover {
    background-color: #2c9ef7 !important;
    border-color: #2c9ef7 !important;
    color:#fff !important;
}
.bg-transparent-blue-inverted {
    background-color: #2c9ef7 !important;
    border-color: #2c9ef7 !important;
    color:#fff !important;
}
.bg-transparent-blue-inverted:hover {
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.tcvpb-inversed_text .bg-transparent {
    color: #555 !important;
}
.bg-magenta {
    background-color: #e60590 !important;
    color: #fff !important;
}
.bg-white {
    background-color: #fff;
    color: #555 !important;
}
.bg-gray {
    background-color: #555;
    color: #fff !important;
}
.bg-blue {
    background-color: #507091;
    color: #fff !important;
}
.shadow {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.gradient-gray-white {
  background: rgba(241,241,241,1);
  background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(80%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
}
.spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.pattern_overlayed {
    position: relative;
    color: #fff !important;
}
.pattern_overlayed .tcvpb_container {
    position: relative;
    z-index: 1;
}
.pattern_overlayed,
.pattern_overlayed_dotted,
.pattern_overlayed_dotted_2,
.pattern_overlayed_lined {
    position: relative;
    color: #fff !important;
}
.pattern_overlayed:before,
.pattern_overlayed .slick-slide:before,
.pattern_overlayed_dotted:before,
.pattern_overlayed_dotted .slick-slide:before,
.pattern_overlayed_dotted_2:before,
.pattern_overlayed_dotted_2 .slick-slide:before,
.pattern_overlayed_lined:before,
.pattern_overlayed_lined .slick-slide:before,
.pattern_overlayed_lined_h:before,
.pattern_overlayed_lined_h .slick-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pattern_overlayed .tcvpb_container,
.pattern_overlayed_dotted .tcvpb_container,
.pattern_overlayed_dotted_2 .tcvpb_container,
.pattern_overlayed_lined .tcvpb_container {
    position: relative;
    z-index: 1;
}
.pattern_overlayed:before,
.pattern_overlayed .slick-slide:before {
    background: rgba(0, 0, 0, 0.3);
}

.single-courses .pattern_overlayed:before,
.single-courses .pattern_overlayed .slick-slide:before {
    background: rgba(0, 0, 0, 0.5);
}


.pattern_overlayed_dotted:before,
.pattern_overlayed_dotted .slick-slide:before {
    background: rgba(95, 96, 97, 0.5);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTMzRERGREYwOEZCMTFFNEI3OTRGMzQ4NzY5NkE0NzQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTMzRERGREUwOEZCMTFFNEI3OTRGMzQ4NzY5NkE0NzQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDMxRTgyODcwOENBMTFFNEExQzNCNTExOEU2Mjk2NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDMxRTgyODgwOENBMTFFNEExQzNCNTExOEU2Mjk2NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4jXJ0mAAAAF0lEQVR42mJmYGD4D8TnmEEEEDMABBgAGmcCoh16VmUAAAAASUVORK5CYII=');
}
.pattern_overlayed_dotted_2:before,
.pattern_overlayed_dotted_2 .slick-slide:before {
    opacity: 0.15;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5JREFUeNpiZGBg+A8EjECagQnK+A/mMEAAWAYgwADf9ggBN+tpvAAAAABJRU5ErkJggg==');
}
.pattern_overlayed_lined:before,
.pattern_overlayed_lined .slick-slide:before {
    background: rgba(95, 96, 97, 0.2);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzI0MDNENzY2QTUyMTFFM0FDMUJDNjY2MkRCNjlDMzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzI0MDNENzc2QTUyMTFFM0FDMUJDNjY2MkRCNjlDMzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MjQwM0Q3NDZBNTIxMUUzQUMxQkM2NjYyREI2OUMzMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MjQwM0Q3NTZBNTIxMUUzQUMxQkM2NjYyREI2OUMzMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrPT1y0AAAASSURBVHjaYmZgYPgPxHoAAQYABU0BMT/72gwAAAAASUVORK5CYII=');
}
.pattern_overlayed_lined_h:before,
.pattern_overlayed_lined_h .slick-slide:before {
    background: rgba(95, 96, 97, 0.2);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAYSURBVHjaYmZgYPjPzMDAoAcAAAD//wMABl8BNN6Jh64AAAAASUVORK5CYII=');
}

.mobile-margin-card:before {
    content:'';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('https://www.theleansixsigmacompany.nl/wp-content/uploads/sites/5/2019/10/driehoek-omhoog.png');
    background-position: center;
    background-repeat: no-repeat;
    top: -40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/*-------- 2.1. Clearfix --------*/

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}

/*-------- Form --------*/

form {
    position: relative;
    padding-bottom: 12px;
    font-weight: 100;
}
form p {
    text-align: left;
}
#address {
    position: relative;
}
#address input.loading {
    background: url('../images/loader-dark.svg') no-repeat center center #fff;
    color: #ccc;
}
#address input.loading::-webkit-input-placeholder {
    color: #ccc;
}
#address input.loading:-moz-placeholder {
    color: #ccc;
}
#address input.loading::-moz-placeholder {
    color: #ccc;
}
#address input.loading:-ms-input-placeholder {
    color: #ccc;
}
#address .fa-crosshairs {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 25px;
    color: #ccc;
    cursor: pointer;
    background: #fff;
    padding: 6px 14px;
}
#address .fa-crosshairs.active,
#address .fa-crosshairs:hover {
    color: #333;
}
input {
    line-height: normal;
}
input,
select,
textarea {
    outline: 0;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.small {
    max-height: 80px;
}
select {
    cursor: pointer;
    width: 100%;
    max-height: 39px;
    background: url('../images/select-arrow.png') no-repeat right center #fff;
    background-size: 36px 41px;
    border: 1px solid #ccc;
    padding: 9px 48px 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
select.loading {
    background-image: url('../images/select-arrow-ajax-loader.gif');
    background-size: 64px 41px;
}
select.flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
select.small {
    padding: 3px 10px;
}
select.float {
    position: absolute;
    z-index: 9;
}
select.float.left {
    left: 0;
}
select.float.right {
    right: 0;
}
select.float.top {
    top: 0;
}
select.float.bottom {
    bottom: 0;
}
select.right {
    float: right;
}
textarea {
    max-width: 100%;
    padding-left: 15px !important;
    text-indent: 0 !important;
}
.placeholder {
    color: #555;
}
::-webkit-input-placeholder {
    color: #555;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #555;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #555;
}
:-ms-input-placeholder {
    color: #555;
}
.loader {
    position: absolute;
    text-align: center;
    padding: 6px 0;
    background-color: rgba(255, 255, 255, 0.34);
    color: #3C3C3C;
    font-size: 25px;
    display: none;
}
.loader.show {
    display: initial;
}
input[type=range] {
    -webkit-appearance: slider-horizontal;
    -moz-appearance: slider-horizontal;
    appearance: slider-horizontal;
    width: 100%;
}
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rangeslider {
    background: #e6e6e6;
    position: relative;
    margin-top: 20px;
}
.rangeslider.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.rangeslider--horizontal {
    height: 20px;
    width: 100%;
}
.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}
.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
.rangeslider__fill {
    background: #a8bac7;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 9px 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
    display: block;
    width: 100%;
    text-indent: 15px;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
input[type=text]:disabled,
input[type=text][readonly="readonly"]:not(.hasDatepicker),
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea:disabled,
textarea[readonly="readonly"] {
    background: #f9f9f9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea:disabled + label,
textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26);
}
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.valid,
textarea:focus.valid {
    color: #4CAF50;
}
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.valid + label:after,
textarea:focus.valid + label:after {} input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.invalid,
textarea:focus.invalid {
    color: #F44336;
}
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.invalid + label:after,
textarea:focus.invalid + label:after {} input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-in-out;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"]:not(:checked)+label > i,
[type="radio"]:checked+label > i {
    position: relative;
    top: 2px;
    padding-left: 5px;
}
[type="radio"]:not(:checked)+label:after {
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}
[type="radio"]+label:before {
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    background: #fff;
}
[type="radio"]:checked+label:after {
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background-color: #E60590;
    z-index: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    /* Remove default checkbox */

    visibility: hidden;
}

.acf-input [type="checkbox"]:not(:checked),
.acf-input [type="checkbox"]:checked {
    position: relative;
    visibility: visible;
    left: unset;
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type="checkbox"]:checked+label:before {
    top: 1px;
    left: 1px;
    width: 2px;
    height: 11px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]+label:after {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
[type="checkbox"]:not(:checked)+label:after {
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    top: 0px;
    z-index: 0;
}
[type="checkbox"]:checked+label:after {
    top: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #E60590;
    background-color: #E60590;
    z-index: 0;
}
[type="checkbox"]+label:before,
[type="checkbox"]+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: background-color .25s;
    z-index: 1;
}
.file-field {
    position: relative;
}
.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}
.file-field input.file-path {
    width: 100%;
}
.file-field .btn,
.file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem;
}
.file-field span {
    cursor: pointer;
}
.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
input[type=image] {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
}
.edit_fields .ginput_container {
    position: relative;
}
.edit_fields .ginput_container:hover:after {
    content: "\f040";
    font-family: 'font_awesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 9;
    top: 12px;
    right: 10px;
    color: #000;
}
.edit_fields input[type=text],
.edit_fields input[type=password],
.edit_fields input[type=email],
.edit_fields input[type=url],
.edit_fields input[type=time],
.edit_fields input[type=date],
.edit_fields input[type=datetime-local],
.edit_fields input[type=tel],
.edit_fields input[type=number],
.edit_fields input[type=search],
.edit_fields textarea {
    background: #f9f9f9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.edit_fields input[type=text]:focus,
.edit_fields input[type=password]:focus,
.edit_fields input[type=email]:focus,
.edit_fields input[type=url]:focus,
.edit_fields input[type=time]:focus,
.edit_fields input[type=date]:focus,
.edit_fields input[type=datetime-local]:focus,
.edit_fields input[type=tel]:focus,
.edit_fields input[type=number]:focus,
.edit_fields input[type=search]:focus,
.edit_fields textarea:focus {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    cursor: inherit;
}
.gform_wrapper {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@keyframes pulseGformWrapper { /* flame pulses */
  0%   {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50%  {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.gform_wrapper.attention {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    animation: pulseGformWrapper 1s 1 1s;
    background: #ffefef;
    -webkit-box-shadow: 0px 0px 0px 10px #ffefef;
    -moz-box-shadow: 0px 0px 0px 10px #ffefef;
    box-shadow: 0px 0px 0px 10px #ffefef;
}
.gform_wrapper ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0px;
}
.gform_wrapper ul.gfield_checkbox {
    margin-bottom: 0;
}
.gform_wrapper .hidden_label ul.gfield_checkbox label,
.gform_wrapper .hidden_label ul.gfield_radio label {
    display: inline-block;
}
.gform_wrapper .field_sublabel_hidden_label label {
    display: none;
}
.gform_wrapper .hidden_field{
    display:none;
}
.site-1 #gform_21 .gform_footer{
    display:none;
}

.gfield_price {
    font-size: 30px;
    color: #3aa93d;
    margin-bottom: 20px;
}

.gfield_price.gfield_product {
    padding: 10px;
    float: left;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
.gf_price_overview {
    background: #F1F1F1;
    padding: 20px;
    margin-bottom: 0 !important;
}
.gf_price_overview.gf_price_total {
    border-top: 1px solid #ccc;
}
.gfield_price.gfield_product:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 0px 1px #ccc;
    box-shadow: inset 0px 0px 0px 1px #ccc;
}
.gfield_price.gfield_product .gfield_label {
    text-align: center;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.gfield_price.gfield_product .gfield_description {
    border: 1px solid #ccc;
}
.ginput_product_price_label {
    display: none;
}
.gfield_price.gfield_product .ginput_product_price {
    font-size: 30px;
    line-height: 35px;
    float: right;
    margin-top: 20px;
}
.gfield_price.gfield_product .ginput_quantity_label {
    display: block;
    clear: both;
}
.price-section {
    background: #f1f1f1;
    padding: 20px 20px 0 20px;
    margin-top: 40px;
}
.price-section .gsection_title {
    margin-top: 0 !important;
}
.payment-methods {
    background: #f1f1f1;
    padding: 20px 20px 1px 20px;
    margin-bottom: -10px;
}
.payment-method {
    background: #f1f1f1;
    padding: 0 20px 20px 20px;
}
.gfield_calculation {
    background: #f1f1f1;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}
section[style="background-color:rgb(241, 241, 241);"] .price-section,
section[style="background-color:rgb(241, 241, 241);"] .payment-methods,
section[style="background-color:rgb(241, 241, 241);"] .payment-method,
section[style="background-color:rgb(241, 241, 241);"] .gfield_calculation {
    background: #fff !important;
}
.gform_wrapper li:first-child h2.gsection_title {
    margin-top: 0;
}
.gform_wrapper h2.gsection_title {
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 14px;
    text-transform: inherit;
}
.gform_wrapper .hidden_label label {
    display: none;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    width: 40px;
    display: inline-block;
}
.gform_wrapper .gfield_time_hour i {
    width: 30px;
    text-align: center;
    float: right;
}
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    margin-right: 10px
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    display: inline-block;
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    margin-right: 10px
}
.gform_wrapper .gfield_time_ampm {
    display: inline-block;
}
.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
    width: 49.5%;
    display: inline-block;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    width: 48.5%;
    display: -moz-inline-stack;
    vertical-align: top;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    clear: right
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
    width: 99%
}
.gform_wrapper .left_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name,
.gform_wrapper .right_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
    width: 63.25%
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
    width: 31.9%
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper .left_label .gfield_label {
    float: left;
    width: 29%;
}
.gform_wrapper .right_label .gfield_label {
    float: left;
    width: 29%;
    text-align: right;
}
.gform_wrapper .gfield_required {
    margin-left: 5px;
    font-weight: 100;
}
.validation_message {
    position: relative;
}
.validation_message:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -3px;
    left: 23px;
    background: transparent;
    z-index: 99999;
    background: #f5e9e9;
}
.gform_wrapper ol.validation_list {
    color: #790000;
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=")
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+")
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item:hover,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item:hover {
    opacity: 1.0
}
.gform_wrapper .ginput_price {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
}
.gform_wrapper span.ginput_total {
    color: #060;
    font-size: 2em;
}
.gform_wrapper .gform_page_footer {
    border-top: 1px dotted #CCC;
}
.gform_wrapper .gf_progressbar {
    width: 99%;
    height: 20px;
    border: 1px solid #EEE;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gform_wrapper .gf_progressbar_percentage {
    height: 20px;
    text-align: right;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .50);
}
.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
}
.gform_wrapper .percentbar_blue {
    background-image: url(../images/gf-percentbar-blue.png);
    background-repeat: repeat-x;
    background-color: #0072BC;
    color: #FFF;
}
.gform_wrapper .percentbar_gray {
    background-image: url(../images/gf-percentbar-gray.png);
    background-repeat: repeat-x;
    background-color: #666;
    color: #FFF;
}
.gform_wrapper .percentbar_green {
    background-image: url(../images/gf-percentbar-green.png);
    background-repeat: repeat-x;
    background-color: #94DC21;
    color: #FFF;
}
.gform_wrapper .percentbar_orange {
    background-image: url(../images/gf-percentbar-orange.png);
    background-repeat: repeat-x;
    background-color: #DC7021;
    color: #FFF;
}
.gform_wrapper .percentbar_red {
    background-image: url(../images/gf-percentbar-red.png);
    background-repeat: repeat-x;
    background-color: #DC2521;
    color: #FFF;
}
.gform_wrapper .percentbar_custom {
    background-image: url(../images/gf-percentbar-custom.png);
    background-repeat: repeat-x;
}
.gform_wrapper .gf_page_steps {
    width: 99%;
    margin: 0 0 .5em 0;
    padding: 0 0 .25em 0;
    border-bottom: 1px dotted #CCC;
}
.gform_wrapper .gf_step {
    width: auto !important;
    margin: 0 1em .625em 0;
    font-size: 1em;
    height: 1.25em;
    line-height: 1.25 !important;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: arial, sans-serif;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    float: left;
    font-family: arial, sans-serif;
}
.gform_wrapper .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.gform_wrapper .gfield_password_strength {
    border: 1px solid #DDD;
    background-color: #EEE;
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin-right: 16px;
}
.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%;
}
.gform_wrapper .chosen-container-single .chosen-single.loading{
    background-size: 64px 41px  !important;
    background: url(images/select-arrow-ajax-loader.gif) no-repeat right center #fff;
}
.intern-change-user-details{
    margin-bottom : 200px;
}

.gform_wrapper .gfield_password_strength.bad {
    background-color: #FFB78C;
    border-color: #FF853C;
}
.gform_wrapper .gfield_password_strength.good {
    background-color: #FFEC8b;
    border-color: #FC0;
}
.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
    background-color: #FFA0A0;
    border-color: #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C;
}
.gform_wrapper .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #AAA;
    border-top: 0;
    background: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}
.gform_wrapper .chosen-container a {
    cursor: pointer
}
.gform_wrapper .chosen-container-single .chosen-single {
    display: block;
    cursor: pointer;
    background: url('../mages/select-arrow.png') no-repeat right center #fff;
    background-size: 36px 41px;
    border: 1px solid #ccc;
    color: inherit;
    padding: 10px 48px 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -webkit-appearance: none;
}
.gform_wrapper .chosen-container-single .chosen-default {
    color: #999
}
.gform_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}
.gform_wrapper .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}
.gform_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
}
.gform_wrapper .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
}
.gform_wrapper .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.gform_wrapper .chosen-container {
    position: relative;
    width: 100% !important;
}
.gform_wrapper .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px 0 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.gform_wrapper .chosen-container .chosen-results li {
    margin: 0;
    padding: 5px 6px;
}
.gform_wrapper .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #CCC;
    cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #f1f1f1;
}
.gform_wrapper .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #F4F4F4;
}
.gform_wrapper .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}
.gform_wrapper .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.gform_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #AAA;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
    background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
    background-image: -moz-linear-gradient(#EEE 1%, #FFF 15%);
    background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
    background-image: linear-gradient(#EEE 1%, #FFF 15%);
    cursor: text;
}
.gform_wrapper .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #AAA;
    border-radius: 3px;
    background-color: #E4E4E4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
    background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
    background-image: -moz-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
    background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
    background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.gform_wrapper .ginput_container_fileupload .validation_message {
    display: none;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 25px;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 0px 1px #ccc;
    box-shadow: inset 0px 0px 0px 1px #ccc;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
    font-weight: bold;
    cursor: pointer;
}
.gform_wrapper .gform_delete {
    cursor: pointer;
}
.gform_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 10px
}
.gform_wrapper .form_saved_message {
    padding: 30px;
    width: 100%;
    border: 1px solid #CCCCCC;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    float: left;
    width: 50%;
}
.form_saved_message a.resume_form_link {
    word-wrap: break-word;
}
.form_saved_message a.resume_form_link:before,
.form_saved_message a.resume_form_link:after {
    content: "";
    display: block;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}
.gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto!important;
    margin-right: .875em;
    float: none!important;
    display: -moz-inline-stack;
    display: inline-block
}
.gform_wrapper .top_label li.margin_top {
    margin-top: 20px;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large {
    width: 90.5% !important
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium {
    width: 45.25% !important
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 45.25% !important
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
    width: 22.615% !important
}
.gform_wrapper .top_label li.gfield.gf_inline select {
    width: auto!important
}
.gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 95%!important
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70%!important
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
    width: 3.125em
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto
}
.gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap!important
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    width: 48.9%
}
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    width: 48.9%
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    clear: left!important;
    margin-right: 2%
}
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    clear: right!important
}
.gform_wrapper .top_label li.gfield.gf_left_third,
.gform_wrapper .top_label li.gfield.gf_middle_third,
.gform_wrapper .top_label li.gfield.gf_right_third {
    width: 31.9%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
.gform_wrapper .top_label li.gfield.gf_left_third {
    margin: 0 0 .5em;
    clear: left!important
}
.gform_wrapper .top_label li.gfield.gf_middle_third,
.gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: .5em;
    margin-left: 1.3%!important
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 31.5%
}
.gform_wrapper .top_label li.gfield.gf_middle_third {
    clear: none!important
}
.gform_wrapper .top_label li.gfield.gf_right_third {
    clear: right!important
}

.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,
.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield {
    clear: both
}
.gform_wrapper .top_label li.gfield.gf_left_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    width: 23%
}
.gform_wrapper .top_label li.gfield.gf_right_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    width: 23%
}
.gform_wrapper .top_label li.gfield.gf_left_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
.gform_wrapper .top_label li.gfield.gf_right_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
.gform_wrapper .top_label li.gfield.gf_left_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 2%
}
.gform_wrapper .top_label li.gfield.gf_right_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    clear: right!important
}
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top
}
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_3col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top
}
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_2col ul.gfield_radio,
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_3col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden
}
.gform_wrapper li.gfield.gf_list_2col label.gfield_label,
.gform_wrapper li.gfield.gf_list_3col label.gfield_label,
.gform_wrapper li.gfield.gf_list_4col label.gfield_label,
.gform_wrapper li.gfield.gf_list_5col label.gfield_label,
.gform_wrapper li.gfield.gf_list_inline label.gfield_label {
    font-weight: bold;
}
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px
}
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px
}
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px
}
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px
}
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px
}
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto!important;
    float: none!important;
    margin: 0 .625em .625em 0;
    display: -moz-inline-stack;
    display: inline-block
}
body.gform_wrapper .top_label li.gsection.gf_scroll_text {
    width: 92.5%!important
}
.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none!important
}
.gform_wrapper .top_label li.gsection.gf_scroll_text {
    height: 11.25em;
    width: 97.5%!important;
    background-color: #fff;
    overflow: auto;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC!important
}
.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: .625em .625em 0 .5em!important
}
.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,
.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 .625em 0 .5em!important
}
.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: .625em;
    font-size: .8em
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc!important;
    margin: 0 0 .5em;
    overflow: visible;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc!important;
    margin: 1em 0 1em 1.5em;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal!important;
    overflow: visible;
    margin: 0 0 .5em;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal!important;
    margin: 1em 0 1.5em 2em;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc!important;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 1em 0 1em 1.5em
}
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 .5em
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 1.5em;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 1em 1.5em
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue,
.gform_wrapper li.gfield.gfield_html.gf_alert_gray,
.gform_wrapper li.gfield.gfield_html.gf_alert_green,
.gform_wrapper li.gfield.gfield_html.gf_alert_red,
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 1.25em 0!important;
    padding: 1.25em!important
}
.gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030
}
.gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525
}
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222
}
.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475
}
div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 1.875em 0;
    max-width: 99%;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding: 2em;
    background-color: #FFFBCC;
    color: #424242;
    font-size: 1.6em
}
div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 1.875em 0;
    max-width: 99%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 2em;
    background-color: #EAEAEA;
    color: #424242;
    font-size: 1.6em
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #FFFBD2;
    margin: 1.875em 0;
    border: 1px solid #E6DB55;
    -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
    -moz-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
    box-shadow: 0 0 5px rgba(221, 215, 131, .75)
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 2.5em;
    max-width: 99%;
    font-size: 1.8em;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    color: #424242;
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), color-stop(100%, #fff9bf));
    background: -webkit-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf', GradientType=0)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 1.875em 0;
    border: 1px solid #a7c37c;
    -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
    -moz-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
    box-shadow: 0 0 5px rgba(86, 122, 86, .4)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 2.5em;
    max-width: 99%;
    font-size: 1.8em;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: -moz-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(219, 242, 183, 1)), color-stop(100%, rgba(180, 208, 136, 1)));
    background: -webkit-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    background: -o-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    background: -ms-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    background: linear-gradient(to bottom, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbf2b7', endColorstr='#b4d088', GradientType=0)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}
div.gf_simple_horizontal_wrapper {
    max-width: 97.5%
}
div.gf_simple_horizontal div.gform_body,
div.gf_simple_horizontal div.gform_footer,
div.gf_simple_horizontal_wrapper div.gform_body,
div.gf_simple_horizontal_wrapper div.gform_footer {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
div.gf_simple_horizontal div.gform_body,
div.gf_simple_horizontal_wrapper div.gform_body {
    width: 74%;
    margin: 0!important;
    padding: 0!important
}
div.gf_simple_horizontal div.gform_footer,
div.gf_simple_horizontal_wrapper div.gform_footer {
    width: 24%;
    margin: 0!important;
    padding: 0!important
}
div.gf_simple_horizontal div.gform_body ul li.gfield input.large,
div.gf_simple_horizontal div.gform_body ul li.gfield input.medium,
div.gf_simple_horizontal div.gform_body ul li.gfield input.small,
div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.large,
div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.medium,
div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.small {
    width: 97.5%
}
div.gf_simple_horizontal div.gform_body ul li.gfield label.gfield_label,
div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield label.gfield_label {
    position: absolute;
    left: -9000px
}
.gform_wrapper .left_label li.gfield.gsection.gf_section_right,
.gform_wrapper .right_label li.gfield.gsection.gf_section_right {
    margin-left: 30%!important;
    width: 64%
}
.gform_save_link {
    color: #72a477;
    position: relative;
    padding-left: 25px;
}
.gform_save_link:hover {
    color: #3A5D3D;
}
.gform_save_link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c7";
    position: absolute;
    top: 2px;
    left: 0;
}


.ginput_container_creditcard {
    max-width: 500px;
  }

  .gform_card_icon_container {
      margin: 8px 0 6px;
      height: 32px;
  }

  div.gform_card_icon {
      margin-right: 4px;
      text-indent: -9000px;
      background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
      background-repeat: no-repeat;
      width: 36px;
      height: 32px;
      float: left;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
      background-position: -72px 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
      background-position: -108px 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
      background-position: -36px 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
      background-position: 0 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
      background-position: -180px 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
      background-position: -144px 0;
  }

  .ginput_complex span.ginput_cardextras {
      display: block;
      overflow: hidden;
  }

  .ginput_complex .ginput_cardinfo_left {
      width: 50%;
      margin-right: 1%;
  }

  .ginput_complex .ginput_cardinfo_left, .ginput_complex .ginput_cardinfo_right {
      min-height: 43px;
      position: relative;
      float: left;
  }

  .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
      width: 47%!important;
      display: -moz-inline-stack;
      display: inline-block;
  }

  .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
      margin-right: 8px;
  }

  .ginput_complex .ginput_cardinfo_right {
      min-width: 85px!important;
  }

  .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
      max-width: 50%!important;
      position: relative;
      float: left;
  }

  .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
      width: 32px;
      height: 23px;
      background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
      background-repeat: no-repeat;
      background-position: 0 -128px;
      position: relative;
      top: 10px;
      left: 6px;
      display: -moz-inline-stack;
      display: inline-block;
  }

  .gform_body .course_english_name {
      display:none !important;
  }

/* DatePicker Container */

.ui-datepicker {
    height: auto;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
.ui-datepicker a {
    text-decoration: none;
}
/* DatePicker Table */

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}
.ui-datepicker .ui-datepicker-title {
    text-align: center;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.ui-datepicker tbody {
    border: 1px solid #eee;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
    width: 20%;
    /*float: left;*/
    padding: 5px 0;
    margin: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    display: inline-block;
    font-family: 'font_awesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    overflow: hidden;
}
.ui-datepicker-prev {
    float: left;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-prev:after {
    content: "\f104";
}
.ui-datepicker-next:after {
    content: "\f105";
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}
.ui-state-disabled {
    opacity: 0.3;
    cursor: default;
}
.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
    background: #F6F6F6;
}
.ui-datepicker tbody td:last-child {
    border-right: 0px;
}
.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.wikiwiki{
    margin-top: 50px;
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(top, #ededed 0%, #dedede 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    line-height: 1;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
    background: #666666;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #ffffff;
    text-shadow: 0px 1px 0px #000000;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    position: relative;
}
/*.ui-datepicker-calendar .ui-datepicker-today a {
    background: #0074a2;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
}*/
.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}
.ui-datepicker-calendar thead tr {
    background: #222;
}
.ui-datepicker-calendar thead tr span {
    font-size: 11px;
    color:
    #fff;
    font-weight: 600;
}
.ui-datepicker-header a {
    line-height: 1;
    font-weight: 600;
}
/*-------- 2.1. Table --------*/

table,
th,
td {
    border: none;
}
table {
    width: 100%;
    display: table;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
    border-radius: 0px;
}
table.highlight > tbody > tr {
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
table.highlight > tbody > tr:hover {
    background-color: #f2f2f2;
}
table.centered thead tr th,
table.centered tbody tr td {
    text-align: center;
}
thead {
    border-bottom: 1px solid #d0d0d0;
}
td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        /* sort out borders */
    }
    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }
    table.responsive-table th {
        text-align: left;
    }
    table.responsive-table thead {
        display: block;
        float: left;
    }
    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }
    table.responsive-table thead tr th::before {
        content: "\00a0";
    }
    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    table.responsive-table th {
        display: block;
        text-align: right;
    }
    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    table.responsive-table tr {
        padding: 0 10px;
    }
    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0;
    }
    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0;
    }
    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    table.responsive-table.bordered tr {
        border: 0;
    }
    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0;
    }
}
/*-------- 2.1. Video container --------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container.no-controls {
    padding-top: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------- 2.1. Blockquote --------*/

blockquote p {
    position: relative;
    background: #555;
    border-color: #555;
    color: #fff;
    border-radius: 3px;
    padding: 20px 15px;
    margin-bottom: 20px;
}
blockquote p:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 10px solid;
    border-top-color: inherit;
    position: absolute;
    top: 100%;
    right: 20px;
}
blockquote p > a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
blockquote p > a:hover {
    border-bottom: 1px solid #fff;
}
blockquote a {
    color: #333333;
}
blockquote cite {
    font-style: normal;
    text-align: right;
    font-weight: 700;
    float: right;
}
blockquote small {
    display: block;
    text-align: right;
}

.tab-content blockquote p{
    background-color: #ffffff;
    color:#000000;
}

.tab-content blockquote p:after{
    border:unset;
}

/*-------- 2.1. Badges --------*/

.badge {
    min-width: 3rem;
    padding: 2px 6px;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 300;
    line-height: inherit;
    color: #757575;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.badge.author,
.badge.new {
    color: #fff;
    top: -10px;
    position: relative;
}
nav ul a .badge {
    position: static;
    margin-left: 4px;
    line-height: 0;
}
/*-----------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------*/

#header {
    position: absolute;
    z-index: 9999;
    font-size: 12px;
    width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#header.sticky {
    position: fixed;
    top: -38px;
}
.admin-bar #header.sticky {
    top: -6px;
}
#top_bar {
    font-size: 12px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
#top_bar #search #search_header {
    padding: 8px 0;
}
#top_bar #search #search_header:hover i,
#top_bar #search #search_header input[type=text]:focus ~ i {
    color: rgba(255, 255, 255, 0.6);
}
#top_bar #search #search_header input[type=text] {
    border: 0;
    text-indent: 0;
    margin-bottom: 0;
    height: 20px;
    width: 100px;
    padding: 0 0 0 20px;
    color: #fff;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#top_bar #search #search_header input[type=text]:focus {
    width: 200px;
}
#top_bar i {
    position: absolute;
    left: 0;
    top: 11px;
    color: #fff;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar #search #search_header input[type=text]:-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar #search #search_header input[type=text]::-moz-placeholder {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar #search #search_header input[type=text]:-ms-input-placeholder {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar #search #search_header input[type=text]::-webkit-input-placeholder {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar a {
    color: #fff;
    padding: 8px 0 8px 20px;
    margin-right: 30px;
    text-transform: uppercase;
}
.site-1 #top_bar a,
.site-1 #top_bar #search {
  visibility: hidden !important;
}

.site-65 #top_bar a,
.site-65 #top_bar #search {
  visibility: hidden !important;
}

#top_bar a:hover i {
    color: rgba(255, 255, 255, 0.6);
}
#top_bar a.login,
#top_bar a.logout {
    margin-right: 0;
}
.no-thumbnail #top_bar {
    text-shadow: none;
    background: #F1F1F1;
}
.no-thumbnail #top_bar i {
    color: #bcbcbc !important;
}
.no-thumbnail #top_bar #search #search_header input[type=text] {
    color: #bcbcbc;
}
.no-thumbnail #top_bar #search #search_header input[type=text]:-moz-placeholder {
    color: #bcbcbc;
    text-shadow: none;
}
.no-thumbnail #top_bar #search #search_header input[type=text]::-moz-placeholder {
    color: #bcbcbc;
    text-shadow: none;
}
.no-thumbnail #top_bar #search #search_header input[type=text]:-ms-input-placeholder {
    color: #bcbcbc;
    text-shadow: none;
}
.no-thumbnail #top_bar #search #search_header input[type=text]::-webkit-input-placeholder {
    color: #bcbcbc;
    text-shadow: none;
}
.no-thumbnail #top_bar a {
    color: #bcbcbc;
    text-shadow: none;
}
#logo_menu_bar {
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
}
#header_spacer {
    height: 141px;
}
#logo {
    float: left;
    padding: 15px 0;
}
#logo h1.site-title {
    font-size: 30px;
    line-height: 35px;
}
#logo h1.site-title,
#logo p.site-description {
    margin-bottom: 0;
}
#navigation {
    float: right;
}
/*-------- 3.6. Main Menu --------*/

#menu_toggle {
    display: none !important;
    cursor: pointer !important;
}

@media only screen and (max-width: 1190px) {
    #menu_toggle {
        display: block !important;
        font-size: 14px;
        line-height: 20px;
        float: right;
        position: fixed;
        right: 10px;
        margin: 31px 0 26px 11px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
}

nav {
    float: right;
}
nav > ul {
    list-style: none;
    margin: 0;
    float: right;
    position: relative;
    width: auto;
}
nav > ul > li {
    float: left;
    margin: 0 10px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
nav > ul > li > select {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background-color: #f9f9f9;
    border-bottom: 1px solid #CCC;
    padding: 9px 23px;
    margin-bottom: 0;
}
nav > ul > li.btn {
    margin: 31px 0 26px 11px !important;
}
nav > ul > li.btn a {
    padding: 13px 15px;
}
nav > ul > li.bg-magenta a,
nav > ul > li.bg-gray a {
    color: #fff !important;
}
nav > ul > li.bg-transparent a {
    color: #555 !important;
}

nav > ul > li a {
    color: #555555;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
nav > ul > li a:hover {
    color: #e60590;
}
nav > ul > li > a {
    padding: 47px 0 42px;
    text-transform: uppercase;
    text-align: center;
}
nav > ul > li span {
    display: block;
}
nav > ul ul {
    display: none;
    list-style: none;
    position: absolute;
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    min-width: 220px;
    z-index: 2001;
    overflow: visible;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: -20px;
    padding-bottom: 20px;
}
nav > ul > li.menu-item-has-children > a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -2px;
    background: transparent;
    z-index: 99999;
}
nav > ul > li.menu-item-has-children:hover > a:before {
    content: "";
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}

nav.button-nav > ul ul {
    margin-top: -4px;
    margin-left: 15px;
    padding-bottom: 0;
}

nav.button-nav > ul > li.menu-item-has-children > a:before {
    bottom: 0;
}

nav > ul li:hover > ul {
    display: block;
    z-index: 2003;
}
nav > ul ul li {
    position: relative;
    border: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
nav > ul ul li:hover {
    background: #fff;
}
nav > ul ul li > a:hover {
    color: #e60590 !important;
}
nav > ul ul li > a {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 0 0 25px;
}
nav > ul ul li > a {
    width: 100%;
    text-align: left;
    padding: 23px 25px 1px 25px;
    color: #555;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: inherit;
}
nav > ul ul ul {
    position: absolute;
    left: 104%;
    top: -1px;
    margin-left: 0;
    margin-top: 0;
    z-index: 2002;
    border-top-left-radius: 0;
}
nav > ul ul ul:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 25px;
    left: -4px;
    background: #fff;
    z-index: 99999;
}
nav > ul ul ul:after {
    content: "";
    height: 100%;
    width: 10px;
    position: absolute;
    left: -10px;
    top: 0;
}
.sf-arrows .sf-with-ul:after {
    content: "\e64a";
    /*angle left*/

    font-family: 'core_icomoon';
    color: #aaa;
    margin-left: 5px;
    float: right;
    position: relative;
    top: 2px;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\e649";
    top: 0;
}
.sf-arrows ul li:hover .sf-with-ul:after {
    color: #fff;
}
.sf-arrows > li:hover > .sf-with-ul:after {
    color: #d84949;
}
.sf-arrows .current_menu_ancestor .sf-with-ul:after {
    color: #333;
}
nav > ul > .current-menu-item > a,
nav > ul > .current-post-ancestor > a,
nav > ul > .current-menu-ancestor > a,
nav > ul ul > .current-menu-item > a {
    color: #e60590;
}
/*-------- Menu Sidebar  --------*/

.menu_sidebar h3.sidebar-widget-heading,
.menu_sidebar .sidebar-widget-heading h3 {
    width: 100%;
    text-align: left;
    padding: 13px 0 0 0;
    color: #555;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: inherit;
}
.menu_sidebar .sidebar-widget-heading {
    margin-bottom: 25px;
}
/*-------- Mega Menu  --------*/

nav > ul > li.mega-menu > ul {
    width: 1170px;
    position: absolute;
    right: -336px;
    padding: 0;
    display: none;
    z-index: 9999;
    top: 103px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}
nav > ul > li.mega-menu:hover > ul {
    display: table;
}
nav > ul > li.mega-menu > ul ul {
    position: static !important;
    display: block !important;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    background: none;
    box-shadow: none;
    width: 100%;
}
nav > ul > li.mega-menu > ul ul ul:before {
    display: none;
}
nav > ul > li.mega-menu > ul ul li {
    position: static !important;
    display: block !important;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    background: none;
    box-shadow: none;
    width: 100%;
}
nav > ul > li.mega-menu > ul > a {
    text-transform: none;
    padding: 15px 10px 0 25px!important;
    margin-bottom: 1px;
    line-height: 22px;
}
nav > ul > li.mega-menu > ul > li {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    border-top: 0;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
nav > ul li.mega-menu > ul > .menu_sidebar {
    padding: 11px 20px 15px;
}
nav > ul > li.mega-menu > ul > li:last-child {
    border-right: none!important
}
nav > ul > li.mega-menu > ul > li > a {
    font-weight: 700;
}
nav > ul > li.mega-menu > ul > li:first-child > a {
    margin-top: 0;
}
nav > ul > li.mega-menu > ul > li:last-child > a {
    padding-bottom: 0;
}
nav > ul > li.mega-menu > ul > li:last-child {
    border-right: 0!important;
}
nav > ul > li.mega-menu > ul ul ul {
    border: none;
    display: block;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
nav > ul > li.mega-menu > ul ul ul li {
    border-left: none;
    border-right: none;
    border-bottom: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
nav > ul > li.mega-menu > ul ul li > a {
    color: #555;
}
nav > ul > li.mega-menu > ul li > ul:before,
nav > ul > li.mega-menu > ul li > ul:after {
    display: none;
}
nav > ul > .columns-1 > ul > li {
    width: 100%;
}
nav > ul > .columns-2 > ul > li {
    width: 50%;
}
nav > ul > .columns-3 > ul > li {
    width: 33.33333333333333%;
}
nav > ul > .columns-4 > ul > li {
    width: 25%;
}
nav > ul > .columns-5 > ul > li {
    width: 20%;
}
nav > ul > .columns-6 > ul > li {
    width: 16.66666666666667%;
}
nav > ul > .columns-7 > ul > li {
    width: 14.28571428571429%;
}
nav > ul > li.mega-menu > ul .description_menu_item {
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #848998!important;
    text-align: left;
}
nav > ul > li.mega-menu > ul .description_menu_item a {
    display: inline;
    padding: 0!important;
    line-height: inherit;
    font-size: inherit;
    color: #e60590;
}
nav > ul > li.mega-menu > ul .description_menu_item a:hover {
    background: none;
    color: #272D32;
}
nav > ul > li.mega-menu > ul ul.rpwe-ul:before {
    display: none;
}
nav > ul > li.mega-menu > ul ul.rpwe-ul li {
    padding-bottom: 15px;
    margin-bottom: 18px;
    position: relative !important;
    border-bottom: 1px solid #E5E5E5;
}
nav > ul > li.mega-menu > ul ul.rpwe-ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
nav > ul > li.mega-menu > ul ul.rpwe-ul .rpwe-time {
    color: #d3d7da;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding-left: 0;
    display: block;
    margin: 0 0 5px;
}
/*-------- 3.8. Cookie Warning Bar --------*/

.cookie-notification {
    bottom: 10px;
    color: #fff;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999999999999999!important;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
body .zsiq_floatmain, body .zsiq_custommain {
  z-index: 1020!important;
}
.cookie-notification.show {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.cookie-notification.hide {
    display: block;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.cookie-notification .cookie-notification-bar {
    background-color: rgba(17, 17, 17, .7);
    border-radius: 3px;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 50px;
}
.cookie-notification .cookie-notification-bar p {
    margin-bottom: 0;
    display: inline-block;
}
.cookie-notification .cookie-notification-bar a {
    color: #fff;
    margin-left: 15px;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
    }
}
/*-------- 3.8. Language Switcher --------*/

#language_switcher,
#country_switcher {
    position: relative;
    padding: 6px 0;
    margin-right: 20px;
}
#language_switcher {
    padding: 7px 0;
}
#language_switcher ul.languages,
#country_switcher ul.countries {
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 30px;
    min-width: 70px;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    max-height: 135px;
    overflow: scroll;
    text-shadow: none;
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#language_switcher ul.languages::-webkit-scrollbar,
#country_switcher ul.countries::-webkit-scrollbar {
    width: 0;
    height: 0;
}
#language_switcher ul.languages {
    min-width: 100%;
}
#language_switcher ul.languages:before,
#country_switcher ul.countries:before {
    content: "";
    display: block;
    position: absolute;
    min-width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    z-index: 2004;
}
#language_switcher:hover,
#country_switcher .country:hover,
#language_switcher ul.languages:hover,
#country_switcher ul.countries:hover {
    cursor: pointer;
}
#language_switcher:hover ul.languages,
#country_switcher .country:hover ~ ul.countries,
#language_switcher ul.languages:hover,
#country_switcher ul.countries:hover {
    display: block;
}
#language_switcher ul.languages li,
#country_switcher ul.countries li {
    padding: 7px;
    border-bottom: 1px solid #f1f1f1;
}
#language_switcher ul.languages li:hover,
#country_switcher ul.countries li:hover {
    background: #f5f5f5;
}
#language_switcher ul.languages li:last-child,
#country_switcher ul.countries li:last-child {
    border-bottom: 0;
}
#language_switcher .language a,
#country_switcher .country a {
    color: #555;
    padding: 0;
}
#language_switcher .language img,
#country_switcher .country img {
    width: 24px;
}
#country_switcher .country span {
    padding-left: 10px;
    text-transform: uppercase;
}
#language_switcher .language span {
    text-transform: uppercase;
}

#country_switcher .country a span {
    text-transform: none;
}

li.un-attempted {
    border: 1px solid red;
    padding: 10px;
}
.flag{display:inline-block;position: relative;width:16px;height:11px;margin-left:5px;margin-top:5px;background:url('../images/flags.png') no-repeat}.flag.flag-afr{background-position: -48px -165px;}.flag.flag-gu{background-position:-96px -55px}.flag.flag-mn{background-position:-208px -88px}.flag.flag-va{background-position:-48px -154px}.flag.flag-tibet{background-position:-32px -143px}.flag.flag-fo{background-position:-64px -44px}.flag.flag-th{background-position:-16px -143px}.flag.flag-tr{background-position:-144px -143px}.flag.flag-tl{background-position:-80px -143px}.flag.flag-kz{background-position:-144px -77px}.flag.flag-zm{background-position:-16px -165px}.flag.flag-uz{background-position:-32px -154px}.flag.flag-dk{background-position:-64px -33px}.flag.flag-scotland{background-position:-176px -121px}.flag.flag-gi{background-position:-224px -44px}.flag.flag-gy{background-position:-128px -55px}.flag.flag-bj{background-position:-112px -11px}.flag.flag-fr{background-position:-80px -44px}.flag.flag-mo{background-position:-224px -88px}.flag.flag-ir{background-position:-112px -66px}.flag.flag-io{background-position:-80px -66px}.flag.flag-tm{background-position:-96px -143px}.flag.flag-ch{background-position:-96px -22px}.flag.flag-mt{background-position:-32px -99px}.flag.flag-nl{background-position:-240px -99px}.flag.flag-gp{background-position:-16px -55px}.flag.flag-im{background-position:-48px -66px}.flag.flag-tv{background-position:-176px -143px}.flag.flag-mu{background-position:-48px -99px}.flag.flag-pe{background-position:-96px -110px}.flag.flag-vi{background-position:-112px -154px}.flag.flag-hn{background-position:-176px -55px}.flag.flag-ss{background-position:-128px -132px}.flag.flag-ae{background-position:-16px 0}.flag.flag-td{background-position:-240px -132px}.flag.flag-pw{background-position:0 -121px}.flag.flag-nu{background-position:-32px -110px}.flag.flag-bt{background-position:-208px -11px}.flag.flag-ms{background-position:-16px -99px}.flag.flag-cv{background-position:-240px -22px}.flag.flag-es{background-position:-224px -33px}.flag.flag-mh{background-position:-144px -88px}.flag.flag-la{background-position:-160px -77px}.flag.flag-vn{background-position:-128px -154px}.flag.flag-py{background-position:-16px -121px}.flag.flag-br{background-position:-176px -11px}.flag.flag-ye{background-position:-224px -154px}.flag.flag-ie{background-position:0 -66px}.flag.flag-gh{background-position:-208px -44px}.flag.flag-cg{background-position:-80px -22px}.flag.flag-cu{background-position:-224px -22px}.flag.flag-hu{background-position:-224px -55px}.flag.flag-sg{background-position:-224px -121px}.flag.flag-at{background-position:-176px 0}.flag.flag-lk{background-position:-224px -77px}.flag.flag-vu{background-position:-144px -154px}.flag.flag-bo{background-position:-160px -11px}.flag.flag-jo{background-position:-208px -66px}.flag.flag-er{background-position:-208px -33px}.flag.flag-za{background-position:-256px -154px}.flag.flag-rs{background-position:-80px -121px}.flag.flag-nr{background-position:-16px -110px}.flag.flag-ls{background-position:-256px -77px}.flag.flag-jm{background-position:-192px -66px}.flag.flag-tz{background-position:-208px -143px}.flag.flag-ki{background-position:-16px -77px}.flag.flag-sj{background-position:0 -132px}.flag.flag-cz{background-position:-16px -33px}.flag.flag-pg{background-position:-128px -110px}.flag.flag-lv{background-position:-32px -88px}.flag.flag-do{background-position:-96px -33px}.flag.flag-lu{background-position:-16px -88px}.flag.flag-no{background-position:-256px -99px}.flag.flag-kw{background-position:-112px -77px}.flag.flag-mx{background-position:-96px -99px}.flag.flag-yt{background-position:-240px -154px}.flag.flag-ly{background-position:-48px -88px}.flag.flag-cy{background-position:0 -33px}.flag.flag-ph{background-position:-144px -110px}.flag.flag-my{background-position:-112px -99px}.flag.flag-sm{background-position:-48px -132px}.flag.flag-et{background-position:-240px -33px}.flag.flag-ru{background-position:-96px -121px}.flag.flag-tj{background-position:-48px -143px}.flag.flag-ai{background-position:-64px 0}.flag.flag-pl{background-position:-176px -110px}.flag.flag-kp{background-position:-64px -77px}.flag.flag-uy{background-position:-16px -154px}.flag.flag-gb{background-position:-112px -44px}.flag.flag-gs{background-position:-64px -55px}.flag.flag-kurdistan{background-position:-96px -77px}.flag.flag-rw{background-position:-112px -121px}.flag.flag-ec{background-position:-128px -33px}.flag.flag-mm{background-position:-192px -88px}.flag.flag-pa{background-position:-80px -110px}.flag.flag-wales{background-position:-160px -154px}.flag.flag-kg{background-position:-256px -66px}.flag.flag-ve{background-position:-80px -154px}.flag.flag-tk{background-position:-64px -143px}.flag.flag-ca{background-position:-16px -22px}.flag.flag-is{background-position:-128px -66px}.flag.flag-ke{background-position:-240px -66px}.flag.flag-ro{background-position:-64px -121px}.flag.flag-gq{background-position:-32px -55px}.flag.flag-pt{background-position:-256px -110px}.flag.flag-tf{background-position:-256px -132px}.flag.flag-ad{background-position:0 0}.flag.flag-sk{background-position:-16px -132px}.flag.flag-pm{background-position:-192px -110px}.flag.flag-om{background-position:-64px -110px}.flag.flag-an{background-position:-112px 0}.flag.flag-ws{background-position:-192px -154px}.flag.flag-sh{background-position:-240px -121px}.flag.flag-mp{background-position:-240px -88px}.flag.flag-gt{background-position:-80px -55px}.flag.flag-cf{background-position:-64px -22px}.flag.flag-zanzibar{background-position:0 -165px}.flag.flag-mw{background-position:-80px -99px}.flag.flag-catalonia{background-position:-32px -22px}.flag.flag-ug{background-position:-240px -143px}.flag.flag-je{background-position:-176px -66px}.flag.flag-km{background-position:-32px -77px}.flag.flag-in{background-position:-64px -66px}.flag.flag-bf{background-position:-48px -11px}.flag.flag-mc{background-position:-80px -88px}.flag.flag-sy{background-position:-192px -132px}.flag.flag-sn{background-position:-64px -132px}.flag.flag-kr{background-position:-80px -77px}.flag.flag-eu{background-position:-256px -33px}.flag.flag-bn{background-position:-144px -11px}.flag.flag-st{background-position:-144px -132px}.flag.flag-england{background-position:-192px -33px}.flag.flag-lc{background-position:-192px -77px}.flag.flag-dm{background-position:-80px -33px}.flag.flag-be{background-position:-32px -11px}.flag.flag-ni{background-position:-224px -99px}.flag.flag-ua{background-position:-224px -143px}.flag.flag-mz{background-position:-128px -99px}.flag.flag-pf{background-position:-112px -110px}.flag.flag-tn{background-position:-112px -143px}.flag.flag-ee{background-position:-144px -33px}.flag.flag-xk{background-position:-208px -154px}.flag.flag-sx{background-position:-176px -132px}.flag.flag-sd{background-position:-192px -121px}.flag.flag-gd{background-position:-128px -44px}.flag.flag-ci{background-position:-112px -22px}.flag.flag-sz{background-position:-208px -132px}.flag.flag-cl{background-position:-144px -22px}.flag.flag-fi{background-position:0 -44px}.flag.flag-ga{background-position:-96px -44px}.flag.flag-jp{background-position:-224px -66px}.flag.flag-de{background-position:-32px -33px}.flag.flag-np{background-position:0 -110px}.flag.flag-re{background-position:-48px -121px}.flag.flag-bg{background-position:-64px -11px}.flag.flag-sc{background-position:-160px -121px}.flag.flag-ng{background-position:-208px -99px}.flag.flag-qa{background-position:-32px -121px}.flag.flag-mk{background-position:-160px -88px}.flag.flag-aw{background-position:-208px 0}.flag.flag-kn{background-position:-48px -77px}.flag.flag-al{background-position:-80px 0}.flag.flag-bw{background-position:-240px -11px}.flag.flag-um{background-position:-256px -143px}.flag.flag-ky{background-position:-128px -77px}.flag.flag-tt{background-position:-160px -143px}.flag.flag-so{background-position:-80px -132px}.flag.flag-lt{background-position:0 -88px}.flag.flag-by{background-position:-256px -11px}.flag.flag-bb{background-position:0 -11px}.flag.flag-us{background-position:0 -154px}.flag.flag-md{background-position:-96px -88px}.flag.flag-ag{background-position:-48px 0}.flag.flag-hm{background-position:-160px -55px}.flag.flag-as{background-position:-160px 0}.flag.flag-eg{background-position:-160px -33px}.flag.flag-sv{background-position:-160px -132px}.flag.flag-sl{background-position:-32px -132px}.flag.flag-fk{background-position:-32px -44px}.flag.flag-am{background-position:-96px 0}.flag.flag-ck{background-position:-128px -22px}.flag.flag-tw{background-position:-192px -143px}.flag.flag-kh{background-position:0 -77px}.flag.flag-to{background-position:-128px -143px}.flag.flag-se{background-position:-208px -121px}.flag.flag-cd{background-position:-48px -22px}.flag.flag-pn{background-position:-208px -110px}.flag.flag-gr{background-position:-48px -55px}.flag.flag-id{background-position:-256px -55px}.flag.flag-vc{background-position:-64px -154px}.flag.flag-somaliland{background-position:-96px -132px}.flag.flag-bi{background-position:-96px -11px}.flag.flag-pk{background-position:-160px -110px}.flag.flag-pr{background-position:-224px -110px}.flag.flag-bd{background-position:-16px -11px}.flag.flag-co{background-position:-192px -22px}.flag.flag-fm{background-position:-48px -44px}.flag.flag-bm{background-position:-128px -11px}.flag.flag-ar{background-position:-144px 0}.flag.flag-bv{background-position:-224px -11px}.flag.flag-sb{background-position:-144px -121px}.flag.flag-mq{background-position:-256px -88px}.flag.flag-eh{background-position:-176px -33px}.flag.flag-bh{background-position:-80px -11px}.flag.flag-it{background-position:-144px -66px}.flag.flag-hr{background-position:-192px -55px}.flag.flag-sa{background-position:-128px -121px}.flag.flag-mv{background-position:-64px -99px}.flag.flag-mg{background-position:-128px -88px}.flag.flag-dz{background-position:-112px -33px}.flag.flag-gg{background-position:-192px -44px}.flag.flag-gm{background-position:-256px -44px}.flag.flag-af{background-position:-32px 0}.flag.flag-li{background-position:-208px -77px}.flag.flag-sr{background-position:-112px -132px}.flag.flag-vg{background-position:-96px -154px}.flag.flag-cr{background-position:-208px -22px}.flag.flag-tc{background-position:-224px -132px}.flag.flag-ao{background-position:-128px 0}.flag.flag-ma{background-position:-64px -88px}.flag.flag-mr{background-position:0 -99px}.flag.flag-gn{background-position:0 -55px}.flag.flag-ne{background-position:-176px -99px}.flag.flag-nf{background-position:-192px -99px}.flag.flag-wf{background-position:-176px -154px}.flag.flag-hk{background-position:-144px -55px}.flag.flag-gf{background-position:-160px -44px}.flag.flag-ps{background-position:-240px -110px}.flag.flag-ic{background-position:-240px -55px}.flag.flag-cw{background-position:-256px -22px}.flag.flag-ml{background-position:-176px -88px}.flag.flag-ax{background-position:-224px 0}.flag.flag-gl{background-position:-240px -44px}.flag.flag-dj{background-position:-48px -33px}.flag.flag-cn{background-position:-176px -22px}.flag.flag-ht{background-position:-208px -55px}.flag.flag-lr{background-position:-240px -77px}.flag.flag-tg{background-position:0 -143px}.flag.flag-ba{background-position:-256px 0}.flag.flag-ge{background-position:-144px -44px}.flag.flag-bz{background-position:0 -22px}.flag.flag-au{background-position:-192px 0}.flag.flag-iq{background-position:-96px -66px}.flag.flag-cm{background-position:-160px -22px}.flag.flag-gw{background-position:-112px -55px}.flag.flag-az{background-position:-240px 0}.flag.flag-na{background-position:-144px -99px}.flag.flag-fj{background-position:-16px -44px}.flag.flag-zw{background-position:-32px -165px}.flag.flag-bs{background-position:-192px -11px}.flag.flag-il{background-position:-16px -66px}.flag.flag-nz{background-position:-48px -110px}.flag.flag-me{background-position:-112px -88px}.flag.flag-si{background-position:-256px -121px}.flag.flag-nc{background-position:-160px -99px}.flag.flag-lb{background-position:-176px -77px}

img[data-lazy-src] {
    opacity: 0;
}
img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
        -moz-transition: opacity .5s linear 0.2s;
                    transition: opacity .5s linear 0.2s;
    opacity: 1;
}



/*code for top bar menu*/
#country_switcher ul.countries {
    margin: 0;
    width: 350px;
    height: auto !important;
    line-height: normal !important;
    padding: 10px 0px;
    max-height: inherit !important;
    overflow: auto !important;
}

#country_switcher ul.countries li {
    float: left;
    width: 50%;
    text-align: left;
    padding: 5px 15px;

}

#country_switcher ul.countries {
    z-index: 99999 !important;
}

#country_switcher > .country:before {
    z-index: 999999 !important;
}

/*code for top bar menu*/


#language_switcher > .language,
#country_switcher > .country {
    cursor: pointer;
    background: transparent;
    color: #fff;
    float: left;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#language_switcher > .language:before,
#country_switcher > .country:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 2px;
    right: 50%;
    background: transparent;
    z-index: 99999;
}
#language_switcher:hover .language:before,
#country_switcher .country:hover:before,
#country_switcher.country_targeting_active > .country:before {
    content: "";
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}
#country_switcher .country-targeting .country:before {
    display: none !important;
}
#language_switcher i,
#country_switcher i {
    position: relative;
    top: 0;
    color: #fff;
    margin: 0 4px;
    line-height: 22px;
    cursor: pointer;
}
.no-thumbnail #language_switcher > .language,
.no-thumbnail #country_switcher > .country {
    color: #bcbcbc;
}
#country_switcher ul.countries.country-targeting.show {
    display: block;
}
#country_switcher ul.countries.country-targeting li {
    width: 100%;
    background: transparent;
}
#country_switcher ul.countries.country-targeting li .btn-small{
    padding: 5px 10px !important;
    text-transform: none !important;
    margin-right: 0;
}
#country_switcher.country_targeting_active:after{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9
}
/*-------- 3.8. Title/Breadcrumbs Bar --------*/

#title_breadcrumbs_bar {
    padding: 250px 0 100px;
    font-size: 13px;
}
.no-thumbnail #title_breadcrumbs_bar {
    padding: 30px 0 20px;
}
#title_breadcrumbs_bar .container {
    position: relative;
}
#title_breadcrumbs_bar h1 {
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    clear: both;
}
#title_breadcrumbs_bar a,
#title_breadcrumbs_bar #breadcrumbs .breadcrumb_last {
    color: #fff;
    border-bottom: 1px dotted transparent;
    display: inline-block;
}
#title_breadcrumbs_bar a:hover {
    border-bottom: 1px dotted #fff;
}
#title_breadcrumbs_bar #breadcrumbs {
    line-height: 14px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
}
#title_breadcrumbs_bar #breadcrumbs .breadcrumb_last {
    cursor: default;
}
#title_breadcrumbs_bar #breadcrumbs i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 3px;
    padding: 0 2px;
    font-weight: bolder;
}
#title_breadcrumbs_bar #breadcrumbs i.fa-angle-right {
    font-size: 14px;
    top: 1px;
    font-weight: normal;
}
#title_breadcrumbs_bar #more p {
    margin-bottom: 0;
}
.no-thumbnail #title_breadcrumbs_bar h1,
.no-thumbnail #title_breadcrumbs_bar a,
.no-thumbnail #title_breadcrumbs_bar #breadcrumbs .breadcrumb_last,
.no-thumbnail #title_breadcrumbs_bar #breadcrumbs i {
    color: #333;
    text-shadow: none;
}
.no-thumbnail #title_breadcrumbs_bar a:hover {
    border-bottom-color: #333;
}
.benefits {
  font-size: 16px;
  line-height: 20px;
}
.benefits i{
  opacity: 1 !important;
  font-size: 22px;
  top: -1px !important;
}
.benefits.no-style li p{
  padding-left: 30px;
  margin-bottom: 8px;
}
/*-------- 2.3. CSS Effects --------*/
/*-------- 2.3.1. Material ripple --------*/

.ripplelink {
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}
.ink {
    display: block;
    position: absolute;
    background: #DBDBDB;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/* Scrolldown */

#scrolldown {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
}
#scrolldown:hover {
    opacity: 0.7;
}
#scrolldown .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}
#scrolldown .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@keyframes drop {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}
/*-----------------------------------------------------------------*/
/* Widgets
/*-----------------------------------------------------------------*/

.sidebar .gform_wrapper {
    width: 100%;
}
.widget input {
    margin-bottom: 0;
}
aside .widget {
    margin-bottom: 42px;
    position: relative;
}
aside .widget h4 {
    color: #B5B5B5;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.sidebar-widget-heading h3,
.sidebar-widget-heading,
#comments-title,
#reply-title {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    letter-spacing: 0.5px;
}
.sidebar-widget-heading h3:after,
#comments-title:after,
#reply-title:after {
    display: none;
    content: "";
    width: 60px;
    height: 2px;
    background: #56b9ff;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin-left: 0;
}
aside .widget a {
    color: #B5B5B5;
}
aside .widget a:hover {
    color: #333;
}
h3.footer-widget-heading {
    font-weight: 700;
    margin-bottom: 17px;
}
.textwidget {
    line-height: 22px;
    color: #333333;
}
.widget_sp_image img {
    margin-bottom: 24px;
}
.widget.widget_categories label.screen-reader-text {
    display: none;
}
/*-------- 8.1. Search --------*/

.results_time {
    color: #ccc;
    font-weight: 100;
    display: block;
    margin-bottom: 20px;
}
.search_result h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: inherit;
}
.search_result h2 > a {
    color: #337BAB;
}
.search_result > a {
    color: #AABBC8;
    margin-bottom: 8px;
    display: block;
}
.search_resuls_number {
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 19px;
}
/*-------- 8.2. Categories, Menu, Pages --------*/

.widget ul {
    list-style: none;
    margin: 0;
}
.widget ul.children li {
    word-break: break-word;
}
aside .widget_pages li,
aside .widget_recent_entries li,
aside .widget_archive li,
aside .widget_nav_menu li,
aside .widget_meta li,
aside .widget_categories li {
    border-bottom: 1px solid #e6ebed;
    position: relative;
    padding: 0;
    line-height: 36px;
}
aside .widget_pages ul.children,
aside .widget_recent_entries ul.children,
aside .widget_archive ul.children,
aside .widget_nav_menu ul.sub-menu,
aside .widget_meta ul.children,
aside .widget_categories ul.children {
    border-top: 1px solid #e6ebed;
    position: relative;
    padding: 0;
}
aside .widget_pages li:last-child,
aside .widget_recent_entries li:last-child,
aside .widget_archive li:last-child,
aside .widget_nav_menu li:last-child,
aside .widget_meta li:last-child,
aside .widget_categories li:last-child {
    border-bottom: none;
}
aside .widget_pages ul.children li a,
aside .widget_recent_entries ul.children li a,
aside .widget_archive ul.children li a,
aside .widget_nav_menu ul.sub-menu li a,
aside .widget_meta ul.children li a,
aside .widget_categories ul.children li a {
    margin-left: 10px;
}
aside .widget_pages ul.children li li a,
aside .widget_recent_entries ul.children li li a,
aside .widget_archive ul.children li li a,
aside .widget_nav_menu ul.sub-menu li li a,
aside .widget_meta ul.children li li a,
aside .widget_categories ul.children li li a {
    margin-left: 20px;
}
aside .widget_pages ul.children li li li a,
aside .widget_recent_entries ul.children li li li a,
aside .widget_archive ul.children li li li a,
aside .widget_nav_menu ul.sub-menu li li li a,
aside .widget_meta ul.children li li li a,
aside .widget_categories ul.children li li li a {
    margin-left: 30px;
}
aside .widget_pages ul.children li li li li a,
aside .widget_recent_entries ul.children li li li li a,
aside .widget_archive ul.children li li li li a,
aside .widget_nav_menu ul.sub-menu li li li li a,
aside .widget_meta ul.children li li li li a,
aside .widget_categories ul.children li li li li a {
    margin-left: 40px;
}
aside .widget_pages li:after,
aside .widget_recent_entries li:after,
aside .widget_archive li:after,
aside .widget_nav_menu li:after,
aside .widget_meta li:after,
aside .widget_categories li:after {
    font-family: 'font_awesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: block;
    position: absolute;
    top: 0;
    line-height: inherit;
    right: 0px;
    color: #333333;
}
/*-------- 8.3. Tag Cloud --------*/

.tagcloud {
    padding-top: 5px;
}
.tagcloud a {
    display: inline-block;
    margin: 0 20px 10px 0;
    padding: 3px 15px 3px 20px;
    white-space: nowrap;
    position: relative;
    background-color: #1c1f24;
    color: #fff;
    border: 1px solid #1c1f24;
    border-left: 0;
    border-radius: 1px 3px 3px 1px;
    transition: all 0ms ease-in;
    -webkit-transition: all 0ms ease-in;
}
.tagcloud a:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -7px;
    width: 12px;
    height: 12px;
    background-color: #1c1f24;
    border-left: 1px solid #1c1f24;
    border-bottom: 1px solid #1c1f24;
    border-radius: 0 0 0 2px;
    -webkit-transform: scale(1, 1.5) rotate(45deg);
    -moz-transform: scale(1, 1.5) rotate(45deg);
    -ms-transform: scale(1, 1.5) rotate(45deg);
    transform: scale(1, 1.5) rotate(45deg);
}
.tagcloud a:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -3px;
    width: 5px;
    height: 5px;
    background: #FFF;
    border: 1px solid #1c1f24;
    border-radius: 4px;
}
.tagcloud a:hover,
.tagcloud a:hover:before {
    background-color: transparent;
    color: #1c1f24;
}
#main_footer .tagcloud a:after {
    background: #2d2d2d;
}
/*-------- 8.5. Popular Posts --------*/

.popular_posts_widget .popular_post {
    overflow: hidden;
}
.popular_posts_widget .popular_post .thumbnail_holder {
    width: 40%;
    float: left;
}
.popular_posts_widget .popular_post .thumbnail_holder .timeline_postmeta {
    top: 1px;
}
.popular_posts_widget .popular_post .thumbnail_holder .thumbnail i {
    padding: 5px 11px;
    margin: initial;
    width: 30px;
    height: 30px;
    top: initial;
}
.popular_posts_widget .popular_post .content {
    padding: 0 0 0 20px;
    float: left;
    width: 60%;
}
.popular_posts_widget .popular_post .content h6 {
    margin-bottom: 0;
}
.popular_posts_widget a.chip {
    top: -20px;
    right: -20px;
}
/*-------- 8.5. Recent Posts --------*/

.rpwe-li {
    border-top: 1px dotted #606060;
    padding: 10px 0;
}
.rpwe-li:first-child {
    border: 0;
    padding-top: 0;
}
.rpwe-li:last-child {
    padding-bottom: 0;
}
.rpwe-title {
    font-size: 12px;
    line-height: 17px;
    text-transform: inherit;
    font-weight: 900;
    margin-bottom: 5px;
}
.rpwe-block h3 a {
    font-weight: 600;
}
.rpwe-block a {
    display: inline;
    text-decoration: none;
    padding: 0;
}
.rpwe-alignleft {
    float: left;
    margin-right: 15px;
}
.rpwe-alignright {
    float: right;
    margin-left: 15px;
}
.rpwe-aligncenter {
    margin-bottom: 20px;
}
.rpwe-summary {
    color: #777777;
    display: inline!important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
}

#coupon-code {
  border: 3px dashed #ccc;
  padding: 50px 20px;
  text-align: center;
  display: none;
}

.request-book-reply {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 23px;
}

.requestcode-error {
  display: none;
}

/*-------- 8.7. Sidebar Widgets --------*/
/*-------- 8.8. Contact Info / Social Icons Widget --------*/

.info_content.contact-info {
    max-width: 300px;
    padding: 20px;
}
.info_content.contact-info h3 {
    font-size: 14px;
    line-height: 16px;
}
.info_content.contact-info p {
    margin: 0;
}
.info_content.contact-info p.visiting_address {
    margin-bottom: 24px;
}
.social-icons li.social {
    list-style: none;
}
.contact-info .phone_email > a,
.social-icons li.social > a {
    padding-left: 30px;
    position: relative;
    color: #000;
}
.contact-info .phone_email > a > i,
.social-icons li.social > a > i {
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.social-icons li.social > a > span {
    text-transform: capitalize;
}
#main_footer .social-icons li.social.email a:hover,
.social-icons li.social.email a:hover {
    color: #e60590;
}
#main_footer .social-icons li.social.facebook a:hover,
.social-icons li.social.facebook a:hover {
    color: #3b5998;
}
#main_footer .social-icons li.social.linkedin a:hover,
.social-icons li.social.linkedin a:hover {
    color: #0077b5;
}
#main_footer .social-icons li.social.newsletter a:hover,
.social-icons li.social.newsletter a:hover {
    color: #2c9ab7;
}
#main_footer .social-icons li.social.rss a:hover,
.social-icons li.social.rss a:hover {
    color: #f26522;
}
#main_footer .social-icons li.social.twitter a:hover,
.social-icons li.social.twitter a:hover {
    color: #55acee;
}
#main_footer .social-icons li.social.whatsapp a:hover,
.social-icons li.social.whatsapp a:hover {
    color: #43d854;
}
#main_footer .social-icons li.social.wordpress a:hover,
.social-icons li.social.wordpress a:hover {
    color: #21759b;
}
#main_footer .social-icons li.social.youtube a:hover,
.social-icons li.social.youtube a:hover {
    color: #cd201f;
}
/*--------- Recent Comments Widget --------*/

.widget_recent_comments .recentcomments {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6ebed;
    padding-bottom: 10px;
    font-weight: 700;
    color: #000000;
}
.widget_recent_comments .recentcomments .url {
    font-weight: 700;
    color: #000000;
}
.widget_recent_comments .recentcomments .url:hover {
    color: #157cac;
}
.widget_recent_comments .recentcomments a {
    color: #B5B5B5;
    font-weight: 300;
}

.street-address {
    display: block;
}

.phone_email a {
    display: block;
}
/*--------- RSS Widget --------*/

.widget_rss li {
    margin-bottom: 20px;
}
.widget_rss .rss-date {
    color: #333333;
    margin-bottom: 5px;
}
.widget_rss cite {
    font-weight: 700;
    color: #000000;
}
/*-----------------------------------------------------------------*/
/* Pages
/*-----------------------------------------------------------------*/

#default_page_row {
    padding: 0;
}
#default_page_row .dnd_section_dd:first-child {
    padding-top: 0;
}
#default_page_row .dnd_section_dd:last-child {
    padding-bottom: 0;
}
/*-------- 9.3. 404 Page --------*/

.big_404 {
    font-size: 169px;
    line-height: 169px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.big_404_text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #E4E4E4;
    margin: 0 10px 10px 0;
}
.chip a {
    color: rgba(0, 0, 0, 0.6) !important;
}
.chip:hover,
.chip:hover a {
    color: #000 !important;
}
.chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.chip i {
    cursor: pointer;
    float: right !important;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
}
/*-----------------------------------------------------------------*/
/* Other
/*-----------------------------------------------------------------*/
/*-------- Tooltip --------*/

.tooltip {
    cursor: pointer;
}
.loading-indicator {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
    opacity: 0.8;
}
.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 500px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}
.tipsy-arrow-n {
    border-bottom-color: #000;
}
.tipsy-arrow-s {
    border-top-color: #000;
}
.tipsy-arrow-e {
    border-left-color: #000;
}
.tipsy-arrow-w {
    border-right-color: #000;
}
.tipsy-n,
.tipsy-nw,
.tipsy-ne {
    margin-top: -2px;
}
.tipsy-w {
    margin-right: -2px;
}
.tipsy-e {
    margin-left: -2px;
}
.tipsy-sw,
.tipsy-s,
.tipsy-se {
    margin-top: 2px;
}
.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/*-------- 10.2. Button --------*/

.btn,
input[type=submit] {
    text-decoration: none !important;
    border: 1px solid !important;
    border-radius: 4px !important;
    display: inline-block!important;
    color: #fff !important;
    text-align: center !important;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 50px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 50px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 50px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) !important;
    margin-right: 20px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.btn:hover,
input[type=submit]:hover {
    -webkit-box-shadow: inset 0px 50px 0px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: inset 0px 50px 0px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 0px 50px 0px 0px rgba(0, 0, 0, 0.1) !important;
}
.btn.bg-transparent {
    border-color: #555 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.tcvpb-inversed_text .btn.bg-transparent {
    border-color: #fff !important;
    color: #fff !important;
}
.gform_footer .btn.bg-magenta{
    text-transform: none !important;
}
.btn.bg-magenta {
    border-color: #e60590 !important;
}
.btn.bg-white {
    border-color: #fff;
}

.btn.bg-white {
    border-color: #fff;
}

.btn.bg-gray {
    border-color: #555;
}
.btn.bg-blue {
    border-color: #507091;
}
.btn-small {
    padding: 5px 10px;
}
.btn-medium {
    padding: 10px 23px;
}
.btn-large {
    padding: 15px 45px;
}
.btn-full {
    width: 100%;
}
.btn.disabled,
.btn-floating.disabled,
.btn:disabled,
.btn-floating:disabled {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}
.btn.disabled *,
.btn-floating.disabled *,
.btn:disabled *,
.btn-floating:disabled * {
    pointer-events: none;
}
.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 37px;
}
.btn-floating:before {
    border-radius: 0;
}
.btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px;
}
.btn-floating.btn-large i {
    line-height: 55.5px;
}
button.btn-floating {
    border: none;
}
.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}
.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
}
.fixed-action-btn ul li {
    margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}
.btn-flat {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.btn-flat.disabled {
    color: #b3b3b3;
    cursor: default;
}
.btn-block {
    display: block;
}
.btn-full {
    margin-right: 0;
    width: 100%;
}
.btn.loading{
    position: relative;
}
.btn.loading:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: inherit;
    opacity: .8;
    border-radius: .25rem;
 }
.btn.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(images/loader-light.svg) no-repeat center center;
}
.btn-link.loading:after,
.btn-transparent.loading:after{
    background: url(images/loader-dark.svg) no-repeat center center;
}
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}
.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}
.dropdown-content li:hover,
.dropdown-content li.active {
    background-color: #eee;
}
.dropdown-content li > a,
.dropdown-content li > span {
    font-size: 1.2rem;
    display: block;
    padding: 1rem 1rem;
}
.dropdown-content li > a > i {
    height: inherit;
    line-height: inherit;
}
/*-----------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------*/

#main_footer {
    color: #606060;
    background: #F1F1F1;
    margin-bottom: -20px;
}
#main_footer h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#main_footer a {
    color: #606060;
}
#main_footer a:hover {
    color: #000;
}
#footer_columns {
    font-size: 13px;
    background: #fff;
}
#footer_columns.section_with_skew_border {
    padding: 50px 0 30px;
}
#footer_columns > svg > path {
    fill: #fff;
}
#footer_copyright {
    color: #bcbcbc;
    font-size: 13px;
    margin-left: 0;
    display: flex;
    padding: 50px 0;
}
#footer_copyright.section_with_skew_border {
    padding: 50px 0 30px;
}
#footer_copyright > svg > path {
    fill: #f1f1f1;
}
#footer_copyright a {
    color: #bcbcbc;
}
#footer_copyright a:hover {
    color: #606060;
}
#footer_copyright p.copyright_text {
    margin-bottom: 0;
    cursor: default;
}
#footer_copyright #language_switcher,
#footer_copyright #country_switcher {
    bottom: 6px;
    padding-top: 6px;
}
#footer_copyright #language_switcher > .language,
#footer_copyright #country_switcher > .country,
#footer_copyright #language_switcher i,
#footer_copyright #country_switcher i {
    color: #bdbdbd;
}
#footer_copyright #language_switcher:hover > .language,
#footer_copyright #country_switcher:hover > .country,
#footer_copyright #language_switcher:hover > i,
#footer_copyright #country_switcher:hover > i {
    color: #606060;
}
#footer_copyright #language_switcher ul.languages,
#footer_copyright #country_switcher ul.countries {
    bottom: 35px;
    top: inherit;
}
#footer_copyright #language_switcher > .language:before,
#footer_copyright #country_switcher > .country:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 33px;
}
#footer_onepage_container #back_to_top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #26292e;
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -24px;
    font-size: 20px;
    line-height: 48px;
    z-index: 1;
    text-align: center;
}
#footer_onepage_container #back_to_top i {
    display: inline-block;
}
/*  Footer Widgets */

#main_footer .widget {
    margin-bottom: 30px;
}

.text-white {
    color:#ffffff !important;
}


/*-------- 2.1. Inner columns --------*/

#main_footer .container,
#main_footer .tcvpb_container {
    width: 1170px;
    margin: 0 auto;
}
#main_footer .tcvpb_container .tcvpb_container,
#main_footer .content .tcvpb_container,
#main_footer .content_with_right_sidebar .tcvpb_container,
#main_footer .content_with_left_sidebar .tcvpb_container {
    width: 100%;
}
#main_footer .row {
    width: 100%;
}
#main_footer .row:before,
#main_footer .row:after {
    line-height: 0;
    display: table;
    content: '';
}
#main_footer .row:after {
    clear: both;
}
#main_footer .row > [class*='span'] {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 20px;
    margin-left: 2.564102564102564%;
}
#main_footer .row > [class*='span']:first-child {
    margin-left: 0;
}
#main_footer .row .span12 {
    width: 100%;
}
#main_footer .row .span11 {
    width: 91.45299145299145%;
}
#main_footer .row .span10 {
    width: 82.90598290598291%;
}
#main_footer .row .span9 {
    width: 74.35897435897436%;
}
#main_footer .row .span8 {
    width: 65.81196581196581%;
}
#main_footer .row .span7 {
    width: 57.26495726495726%;
}
#main_footer .row .span6 {
    width: 48.71794871794872%;
}
#main_footer .row .span5 {
    width: 40.17094017094017%;
}
#main_footer .row .span4 {
    width: 31.62393162393162%;
}
#main_footer .row .span3 {
    width: 23.07692307692308%;
}
#main_footer .row .span2 {
    width: 14.52991452991453%;
}
#main_footer .row .span1 {
    width: 5.982905982905983%;
}


/*Sticky Mobile CTA Style: 29-06-2020*/
#mobile-sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    padding: 28px 10px 20px 10px;
    border-top: 1px solid #eee;
    display: none;
    text-align: center;
    left: 0;
}

div#mobile-sticky.home-page {
    display: none;
}
#mobile-sticky p.p_tc {
    font-size: 14px;
    margin-bottom: 15px;
}

#mobile-sticky a.btn {
    font-size: 12px;
}
div#mobile-sticky i {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 15px;
}
@media only screen and (max-width: 600px) {
    #mobile-sticky {
        display: block;
    }
    #mobile-sticky.show{
        display: block;
    }
}

/*Sticky mobile new */

#mobile-sticky-new {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    background: #555;
    padding: 28px 10px 20px 10px;
    border-top: 1px solid #eee;
    display: none;
    text-align: center;
    left: 0;
}

div#mobile-sticky-new .home-page {
    display: none;
}
#mobile-sticky-new p.p_tc {
    font-size: 14px;
    margin-bottom: 15px;
    color: white;
}

#mobile-sticky-new a.btn {
    font-size: 12px;
    margin-right: 0px !important; 
}

@media only screen and (max-width: 600px) {
    #mobile-sticky-new {
        display: block;
    }
    #mobile-sticky-new.show{
        display: block;
    }
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
    border-radius: 10px;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
    position: relative;
}