@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton-LightDEMO';
    src: url('../fonts/Campton-LightDEMO.eot');
    src: url('../fonts/Campton-LightDEMO.eot?#iefix') format('embedded-opentype'), url('../fonts/Campton-LightDEMO.woff2') format('woff2'), url('../fonts/Campton-LightDEMO.woff') format('woff'), url('../fonts/Campton-LightDEMO.svg#Campton-LightDEMO') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'campton-medium';
    src: url('../fonts/campton-medium.eot');
    src: url('../fonts/campton-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/campton-medium.woff2') format('woff2'), url('../fonts/campton-medium.woff') format('woff'), url('../fonts/campton-medium.svg#campton-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton-BoldDEMO';
    src: url('../fonts/Campton-BoldDEMO.eot');
    src: url('../fonts/Campton-BoldDEMO.eot?#iefix') format('embedded-opentype'), url('../fonts/Campton-BoldDEMO.woff2') format('woff2'), url('../fonts/Campton-BoldDEMO.woff') format('woff'), url('../fonts/Campton-BoldDEMO.svg#Campton-BoldDEMO') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    line-height: 26px;
    color: #5A5A5A;
    background: #ffffff;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    font-family: 'campton-medium';
    color: #00ACC8;
}

h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'campton-medium';
    color: #00ACC8;
}

h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'campton-medium';
    color: #5A5A5A;
}

h6 {
    font-size: 16px;
    line-height: 18px;
    font-family: 'campton-medium';
    color: #ffffff;
}

h1.dark-bg,
h2.dark-bg,
h3.dark-bg {
    color: #ffffff;
}

p {
    margin-bottom: 20px;
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    line-height: 26px;
    color: #5A5A5A;
}

.tooltip-inner p {
    color: #fff;
}

hr {
    border-top: 3px dotted #cecbc0;
    margin: 10px 0 50px;
}

i {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

a {
    color: #00ACC8;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #61B992;
}

input,
textarea,
selectbox {
    /* Removed this, as checkbox and radiobox become unavailable. Only enable if you implement a styling for them */
    /*-webkit-appearance: none; */
}

.form-check-input {
    position: relative;
    margin-top: 0rem;
    top: 0.2rem;
    margin-left: 0rem;
    width: 1rem;
    height: 1rem;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}

input::placeholder {
    font-style: italic;
}

img {
    max-width: 100%;
}

.button {
    font-family: 'campton-medium';
    font-size: 18px;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.button.primary {
    color: #ffffff;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(40%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    -webkit-box-shadow: 0px 11px 17px -2px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 11px 17px -2px rgba(221, 221, 221, 1);
    box-shadow: 0px 11px 17px -2px rgba(221, 221, 221, 1);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.button.primary:active {
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(40%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 40%, rgba(67, 169, 197, 1) 100%);
}

.button.primary:hover {
    transform: translate(5px, -5px);
    -webkit-transform: translate(5px, -5px);
    background: rgba(67, 169, 197, 1);
    background: -moz-linear-gradient(45deg, rgba(67, 169, 197, 1) 0%, rgba(67, 169, 197, 1) 60%, rgba(250, 206, 60, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(67, 169, 197, 1)), color-stop(60%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(250, 206, 60, 1)));
    background: -webkit-linear-gradient(45deg, rgba(67, 169, 197, 1) 0%, rgba(67, 169, 197, 1) 60%, rgba(250, 206, 60, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(67, 169, 197, 1) 0%, rgba(67, 169, 197, 1) 60%, rgba(250, 206, 60, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(67, 169, 197, 1) 0%, rgba(67, 169, 197, 1) 60%, rgba(250, 206, 60, 1) 100%);
    background: linear-gradient(45deg, rgba(67, 169, 197, 1) 0%, rgba(67, 169, 197, 1) 60%, rgba(250, 206, 60, 1) 100%);
}

.button.primary.small {
    height: 40px;
    font-size: 16px;
    line-height: 38px;
}

.button.primary.small:hover {
    margin: 0;
}

.button.secondary {
    color: #00ACC8;
    position: relative;
    border: 2px solid transparent;
    border-radius: 80px;
    background: #ffffff;
    background-clip: padding-box;
}

.button.secondary:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to right, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    content: '';
    z-index: -1;
    border-radius: 80px;
}

.button.secondary:hover:after {
    background: linear-gradient(to left, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
}

.button.secondary:hover {
    margin: -5px -5px 5px 5px;
    color: #61B992;
}

.button.secondary.small {
    height: 40px;
    max-width: 186px;
    font-size: 16px;
    line-height: 35px;
}

.button.secondary.small:hover {
    margin: -5px -5px 5px 5px;
}

.button.white {
    color: #00ACC8;
    background: #ffffff;
    max-width: 225px;
    height: 60px;
    -webkit-box-shadow: 0px 25px 40px -12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 40px -12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 40px -12px rgba(0, 0, 0, 0.15);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.button.white:hover {
    transform: translate(5px, -5px);
    -webkit-transform: translate(5px, -5px);
    color: #61B992;
    background: #e2f2f6;
}

.button.dark {
    color: #ffffff;
    background: #42a8c4;
    max-width: 225px;
    height: 60px;
    position: relative;
    border: 2px solid transparent;
    border-radius: 80px;
    background-clip: padding-box;
}

.button.dark:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to right, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    content: '';
    z-index: -1;
    border-radius: 80px;
}

.button.dark:hover {
    margin: -5px -5px 5px 5px;
}

.button.dark:hover:after {
    background: linear-gradient(to left, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
}

/*-----bootstrap style reset-----*/

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

@media (max-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px
    }
}

/*.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1920px;
}*/

/*-----bootstrap style reset-----*/

/*
Typography
---------------------------------------------------------*/

.color-list {
    float: left;
    width: 100%;
}

.color-list ul {
    float: left;
    width: 100%;
}

.color-list ul li {
    float: left;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 20px;
}

.primary_blue {
    width: 100px;
    height: 100px;
    background: #00acc8;
}

.primary_yellow {
    width: 100px;
    height: 100px;
    background: #ffd100;
}

.primary_grey {
    width: 100px;
    height: 100px;
    background: #7e7d7e;
}

/*
Header Starts
---------------------------------------------------------*/

/*
Header Ends
---------------------------------------------------------*/

/*
Content Starts
---------------------------------------------------------*/

.grid-blocks {
    float: left;
    width: 100%;
    margin-bottom: 129px;
}

.grid-blocks h2 {
    font-size: 35px;
    text-align: center;
    padding-bottom: 34px;
}

.grid-row {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.grid-content {
    float: left;
    text-align: left;
    width: 100%;
    max-width: 360px;
}

.grid-content-head {
    float: left;
    width: 100%;
    padding-bottom: 12px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-content-head h2 {
    text-align: left;
    padding: 0;
    font-size: 30px;
    line-height: 36px;
    font-family: 'campton-medium';
}

.grid-content-head img {
    margin: 0 20px 0 0;
}

.grid-video {
    float: right;
    width: 100%;
    max-width: 652px;
}

.popup-close {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    text-align: center;
    float: right;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: -21px;
    top: -21px;
    z-index: 1;
}

.video-inner iframe {
    float: left;
    width: 100%;
    height: 443px;
}

.grid-row.image-only {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-bottom: 81px;
    -webkit-box-shadow: 0px 8px 20px 5px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0px 8px 20px 5px rgba(222, 222, 222, 1);
    box-shadow: 0px 8px 20px 5px rgba(222, 222, 222, 1);
}

.grid-row.image-only img.featured-img {
    height: 440px !important;
}

.grid-row.image-only img {
    float: left;
}

.image-overlay-content {
    float: left;
    left: unset;
    right: 68px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.flex-row-reverse .image-overlay-content {
    float: left;
    left: 68px;
    right: unset;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.image-overlay-content .grid-content {
    background: #ffffff;
    max-width: 420px;
    padding: 26px 30px 20px;
}

.grid-row.content_image-only .grid-image {
    -webkit-box-shadow: 0px 8px 20px 5px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0px 8px 20px 5px rgba(222, 222, 222, 1);
    box-shadow: 0px 8px 20px 5px rgba(222, 222, 222, 1);
}

.grid-row.content_image-only {
    margin-bottom: 81px;
}

.grid-image {
    width: 100%;
    float: right;
    max-width: 652px;
    height: 440px;
}

.grid-image-full-width {
    width: 100%;
    float: left;
    height: 100%;
    height: 440px;
}

.faicon {
    color: #00acc8;
    margin-right: 1rem;
    font-size: 2rem;
}

.swipe-link {
    float: left;
    width: 100%;
    display: none;
}

.swipe-link a {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #00ACC8;
    font-family: 'campton-medium';
    position: relative;
}

.swipe-link a span {
    font-size: 14px;
    line-height: 20px;
    color: #00ACC8;
    font-family: 'campton-medium';
    float: left;
}

.swipe-link img {
    float: left;
}

.campaign-con {
    float: left;
    width: 100%;
    text-align: center;
    background: #01acc8;
    padding: 92px 0 100px;
}

.campaign-con h2 {
    font-size: 36px;
    line-height: 48px;
    font-family: 'campton-medium';
    color: #ffffff;
    margin-bottom: 27px;
}

.campaign-con p {
    font-size: 1.5em;
    margin-top: 25px;
    line-height: 48px;
    font-family: 'campton-medium';
    color: #ffffff;
    margin-bottom: 27px;
}

/*
Content Ends
---------------------------------------------------------*/

/*
Footer Starts
---------------------------------------------------------*/

.footer-container {
    float: left;
    width: 100%;
    padding: 38px 0 37px;
    background-image: -ms-linear-gradient(left, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    background-image: -moz-linear-gradient(left, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    background-image: -o-linear-gradient(left, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #E1C94F), color-stop(50, #57adb6), color-stop(100, #43A9C5));
    background-image: -webkit-linear-gradient(left, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    background-image: linear-gradient(to right, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
}

.footer-left {
    float: left;
    width: auto;
}

.copyright {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 42px;
}

.footer-menu {
    float: left;
}

.footer-menu ul {
    float: left;
}

.footer-menu ul li {
    float: left;
    list-style: none;
    margin: 0 42px;
}

.footer-menu ul li a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
}

.footer-menu ul li a:hover {
    color: #FCE79E;
}

.footer-right {
    float: right;
}

.back-top {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    float: right;
    position: relative;
    padding-right: 28px;
}

.back-top:hover {
    color: #FCE79E;
}

.back-top:active,
.back-top:focus {
    color: #FFFFFF;
}

.back-top:hover:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkNFNzlFIiBkPSJNMy4zNTIsNDguMjk2bDI4LjU2LTI4LjMyOGwyOC41OCwyOC4zNDdjMC4zOTcsMC4zOTQsMC45MTcsMC41OSwxLjQzNiwwLjU5YzAuNTIsMCwxLjA0LTAuMTk2LDEuNDM2LTAuNTkgICBjMC43OTMtMC43ODcsMC43OTMtMi4wNjIsMC0yLjg0OWwtMjkuOTgtMjkuNzM1Yy0wLjItMC4yLTAuNDk0LTAuMzc1LTAuNzU3LTAuNDc1Yy0wLjc1LTAuMjgyLTEuNTk3LTAuMTA3LTIuMTY2LDAuNDU2ICAgTDAuNDc5LDQ1LjQ0N2MtMC43OTMsMC43ODctMC43OTMsMi4wNjIsMCwyLjg0OUMxLjI3Myw0OS4wODIsMi41NTgsNDkuMDgyLDMuMzUyLDQ4LjI5NnoiLz4KICA8L2c+Cjwvc3ZnPg==) !important;
}

.back-top:after {
    width: 11px;
    height: 11px;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMy4zNTIsNDguMjk2bDI4LjU2LTI4LjMyOGwyOC41OCwyOC4zNDdjMC4zOTcsMC4zOTQsMC45MTcsMC41OSwxLjQzNiwwLjU5YzAuNTIsMCwxLjA0LTAuMTk2LDEuNDM2LTAuNTkgICBjMC43OTMtMC43ODcsMC43OTMtMi4wNjIsMC0yLjg0OWwtMjkuOTgtMjkuNzM1Yy0wLjItMC4yLTAuNDk0LTAuMzc1LTAuNzU3LTAuNDc1Yy0wLjc1LTAuMjgyLTEuNTk3LTAuMTA3LTIuMTY2LDAuNDU2ICAgTDAuNDc5LDQ1LjQ0N2MtMC43OTMsMC43ODctMC43OTMsMi4wNjIsMCwyLjg0OUMxLjI3Myw0OS4wODIsMi41NTgsNDkuMDgyLDMuMzUyLDQ4LjI5NnoiLz4KICA8L2c+Cjwvc3ZnPg==) !important;
    background-size: 11px 11px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/*
Footer Ends
---------------------------------------------------------*/

.main-outercon {
    float: left;
    width: 100%;
    overflow: hidden;
}

.header-container {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 999;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.header-container.fixed {
    background: #ffffff;
}

.logo {
    float: left;
    position: absolute;
    z-index: 1;
    padding: 15px 0 0 34px;
}

.logo:before {
    content: "";
    width: 290px;
    height: 293px;
    background: #ffffff;
    position: absolute;
    left: -50px;
    top: -164px;
    z-index: -1;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -ms-transform: rotate(40deg);
    /* IE 9 */
    -webkit-transform: rotate(40deg);
    /* Safari */
    transform: rotate(40deg);
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.content-page .logo:before {
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
}

.logo img {
    float: left;
    width: 132px;
    height: 109px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.header-container.fixed .logo img {
    max-width: 75px;
    max-height: 75px;
}

.search {
    float: right;
    position: absolute;
    right: 40px;
    top: 30px;
}

.search img {
    float: left;
    width: 20px;
    height: 20px;
}

.content-container {
    float: left;
    width: 100%;
    position: relative;
}

.home-bg:before {
    content: "";
    width: 1750px;
    height: 1250px;
    -webkit-border-radius: 0 0 67px 0;
    -moz-border-radius: 0 0 67px 0;
    border-radius: 0 0 67px 0;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    /* Safari */
    transform: rotate(30deg);
    position: absolute;
    top: -700px;
    left: -10px;
    margin: 0 auto;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(left, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 50%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(50%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(left, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 50%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(left, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 50%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(left, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 50%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(to right, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 50%, rgba(67, 169, 197, 1) 100%);
}

.step-bg:before {
    content: "";
    width: 2500px;
    height: 700px;
    -webkit-border-radius: 0 0 0px 67px;
    -moz-border-radius: 0 0 0px 67px;
    border-radius: 0 0 0px 67px;
    -ms-transform: rotate(-15deg);
    /* IE 9 */
    -webkit-transform: rotate(-15deg);
    /* Safari */
    transform: rotate(-15deg);
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: -325px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edcc47+0,78b49d+17,43a9c5+26,43a9c5+100 */
    background: #edcc47;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #edcc47 0%, #78b49d 17%, #43a9c5 26%, #43a9c5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #edcc47 0%, #78b49d 17%, #43a9c5 26%, #43a9c5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #edcc47 0%, #78b49d 17%, #43a9c5 26%, #43a9c5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: -2
}

.step-bg.acc-page:before {
    top: -220px;
    height: 480px;
    -ms-transform: rotate(-10deg);
    /* IE 9 */
    -webkit-transform: rotate(-10deg);
    /* Safari */
    transform: rotate(-10deg);
}

.step-bg.acc-page.search-result:before {
    top: -306px;
    left: -10px;
    -ms-transform: rotate(-10deg);
    /* IE 9 */
    -webkit-transform: rotate(-10deg);
    /* Safari */
    transform: rotate(-10deg);
}

.main-menu {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0;
}

.main-menu ul {
    float: left;
    width: 100%;
    text-align: center;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
}

/*
.main-menu ul li.sub-menu.active>a {
   -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}*/

.main-menu ul li a {
    font-family: 'campton-medium';
    font-size: 20px;
    line-height: 19px;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 12px 25px;
    float: left;
}

.main-menu ul li a span {
    float: right;
    margin-left: 13px;
    margin-top: 7px;
    width: 11px;
    height: 6px;
    background: url(../images/svg/arrow_up.svg) no-repeat center center;
}

.header-container.fixed .main-menu ul li a span {
    background: url(../images/svg/arrow_up_blue.svg) no-repeat center center;
}

.main-menu ul li a span img {
    float: right;
    width: 100%;
}

.main-menu ul li ul {
    position: absolute;
    left: 0px;
    top: 54px;
    width: 175px;
    background: #ffffff;
    text-align: left;
    padding: 5px 0;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main-menu ul li ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -4px;
    margin: 0 auto;
}

.main-menu ul li ul li {
    float: left;
    width: 100%;
}

.main-menu ul li ul li a {
    float: left;
    width: 100%;
    color: #00acc8;
    font-family: 'campton-medium';
    font-size: 16px;
    border-radius: 0px;
    padding: 15px 16px;
}

.main-menu ul li ul li a:hover {
    color: #ffffff;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(2%, rgba(250, 206, 60, 1)), color-stop(58%, rgba(67, 169, 197, 1)), color-stop(74%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
}

.header-container.fixed {
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
}

.header-container.fixed .main-menu ul li:hover ul li a {
    background: none;
}

.header-container.fixed .main-menu ul li ul li a:hover {
    color: #ffffff;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(2%, rgba(250, 206, 60, 1)), color-stop(58%, rgba(67, 169, 197, 1)), color-stop(74%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
}

.header-container.fixed .main-menu ul li a {
    color: #5b5b5b;
}

.main-menu ul li a:hover {
    color: #fce79e;
}

.main-menu ul li.active a {
    background: rgba(239, 239, 239, 0.15);
}

.main-menu ul li:hover a {
    background: rgba(239, 239, 239, 0.15);
}

.header-container.fixed .main-menu ul li:hover a {
    background: rgba(0, 172, 200, 0.08);
    color: #00ACC8;
}

.header-container.fixed .main-menu ul li.active a {
    background: rgba(0, 172, 200, 0.08);
}

#search-blue {
    display: none;
}

.header-container.fixed .logo:before {
    width: 0px;
    height: 0px;
}

.footer-container {
    float: left;
    width: 100%;
}

.header-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.hamburger {
    float: right;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0 5px 0 0;
    overflow: visible;
    position: relative;
    z-index: 9999;
    display: none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 95px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    right: 0px;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    background-color: #ffffff;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    background-color: #ffffff;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #ffffff;
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.overlay {
    overflow: hidden;
}

.search-box-outer {
    display: none;
}

.search-overlay {
    float: left;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100vh;
    overflow-y: scroll;
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 0.95) 0%, rgba(199, 196, 98, 0.95) 5%, rgba(67, 169, 197, 0.95) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 0.95) 0%, rgba(199, 196, 98, 0.95) 5%, rgba(67, 169, 197, 0.95) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(250, 206, 60, 0.95) 0%, rgba(199, 196, 98, 0.95) 5%, rgba(67, 169, 197, 0.95) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: none;
    z-index: 9999;
    text-align: center;
}

.search-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.search-block {
    max-width: 750px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 200px 0 200px 0;
    width: 100%;
}

.search-box-area {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}

.search-box-area input[type="search"] {
    float: left;
    width: 487px;
    height: 60px;
    border: 0px;
    background: #ffffff;
    padding: 0 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 60px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.search-box-area input[type="search"]:focus,
.search-box-area input[type="search"]:active {
    outline: none !important;
}

.content-page input[type="submit"],
.search-box-area input[type="submit"] {
    cursor: pointer;
    border: 0px;
    float: right;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.search-box-area input[type="submit"] {
    margin-top: 0 !important;
}

.content-page form input[type="submit"] {
    margin-top: 38px;
}

.search-terms {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
}

.search-terms h3 {
    font-size: 24px;
    color: #B4E5E2;
    padding-bottom: 40px;
}

.search-terms ul {
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.search-terms ul li {
    background: url("../images/svg/arrow_white.svg") no-repeat left center;
    background-size: 15px 9px;
    padding: 0 0 0 30px;
    margin: 0px 0 20px 0;
}

.search-terms ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-family: 'campton-medium';
}

.search-terms ul li a:hover {
    color: #B4E5E2;
}

.home-top-block {
    float: left;
    width: 100%;
    padding: 149px 0 77px;
}

.introduction-text {
    float: left;
    width: 100%;
    text-align: center;
}

.introduction-text p {
    font-size: 36px;
    line-height: 48px;
    font-family: 'campton-medium';
    color: #ffffff;
    margin: 0;
}

.home-list-block {
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

.featured-block {
    padding-bottom: 70px;
}

.featured-block h2 {
    font-size: 30px;
}

.single-col {
    float: left;
    width: 100%;
    background: #ffffff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.25);
}

.col-image {
    float: left;
    width: 100%;
    height: 257px;
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.col-image:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
}

.col-image.first:before {
    height: 194px;
    background: url('../images/list-image1-before.png') no-repeat;
}

.col-image.second:before {
    height: 194px;
    background: url('../images/list-image2-before.png') no-repeat;
}

.col-image.third:before {
    height: 187px;
    background: url('../images/list-image3-before.png') no-repeat;
}

.col-content {
    float: left;
    width: 100%;
    padding: 10px 30px 33px;
}

.col-content h2 {
    padding-bottom: 12px;
    font-family: 'OpenSans-Regular';
}

.col-content p {
    min-height: 104px;
    max-height: 104px;
    overflow: hidden;
    margin-bottom: 12px;
}

.link-btn {
    float: left;
    font-size: 18px;
    line-height: 20px;
    font-family: 'OpenSans-Regular';
    position: relative;
    padding-left: 30px;
    color: #00acc8;
}

.link-btn:hover,
.link-btn:focus {
    color: #404646;
}

.link-btn:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 50%;
    width: 15px;
    height: 9px;
    background: url('../images/svg/arrow-blue.svg') no-repeat;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.visible-header .header-container {
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(2%, rgba(250, 206, 60, 1)), color-stop(58%, rgba(67, 169, 197, 1)), color-stop(74%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
}

.visible-header .header-container.fixed {
    background: #ffffff;
}

.visible-header .content-container{
    margin-top: 93px;
    padding-top: 35px;
}

.content-page .inner-banner{
    margin: -39px 0 0;
}

.content-page .inner-banner-mobile{
    margin: -35px 0 0;
}

.content-page h2 {
    padding-top: 25px;
}

.product-page-heading {
    margin-bottom: 1em;
}

.product-page-section {
    padding-top: 15px;
}

.product-page-section h1,
.product-page-section h2 {
    font-size: 2.5em;
    text-align: left;
}

.product-page-section h2 {
    padding-bottom: 0.25em;
}

.product-page-section table {
    margin-top: 5px;
}

.product-page-section .rating-blk {
    padding-bottom: 5px;
}

.product-page-section .rating-blk ul{
    display: inline-block;
    width: 120px;
    margin-right: 5px;
}

.product-page-section .info-block {
    padding: 25px;
}

.product-page-section .info-block img {
    display: block;
    margin: 0 auto;
}

.product-page-section .sidebar .info-block {
    margin-bottom: 50px;
}

.product-page-section .product-row {
    margin-top: 20px;
}

.product-spec-table table tr > td {
    padding-left: 0;
}
.form-step-by-step ul {
    list-style-type: none;
}

.form-step-by-step .add {
    margin-top: 20px;
}

.form-step-by-step h3 {
    margin: 25px 0;
}

.inline-panel-form,
.form-step-by-step .add {
    border: 1px solid #eee;
    margin: 10px 0 45px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
}

.inline-panel-form input[type="text"],
.inline-panel-form textarea {
    -webkit-box-shadow: none !important;
    -moz-box-shadow:none !important;
    box-shadow: none !important;
}

.inline-panel-form li.delete {
    text-align: right;
}

.organisation-top-items-wrapper i{
    color: #00ACC8;
}

.product-anchor-links-wrapper,
.organisation-top-items-wrapper {
    margin: 15px 0;
    border: solid #eee;
    border-width: 1px 0;
    width: 100%;
}

.product-anchor-links,
.organisation-item {
    margin: 0;
    display: inline-block;
    line-height: 2.5em
}

.product-anchor-links a,
.organisation-item {
    padding-right: 2rem;
}

.template-organisation-page .contact-row {
    margin-top: 149px;
}

.template-organisation-page .geo_map {
    margin: 25px 0;
    height: 400px;
}

.template-organisation-page .contact-row,
.grid-footer-content .contact-row {
    padding: 50px;
    background-color: #e2f2f6;
    text-align: center;
    vertical-align: middle;
}

.grid-footer-content {
    width: 100%;
    margin-bottom: 129px;
}

.product-rating-wrapper {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.pros-cons-list {
    list-style: none;
    margin-bottom: 20px;
}

.pros-cons-list li {
    border: 0;
}

.pros-cons-list .icon-with-text {
    position: relative;
}

.pros-cons-list .pros-cons-icon {
    display: inline;
}

.pros-cons-icon .fa-plus-circle {
    color: #61B992;
}

.pros-cons-icon .fa-minus-circle {
    color: #ff9595;
}

.list-item:not(:first-child) {
    padding-top: .8rem;
}

.register-section {
    float: left;
    width: 100%;
    padding: 195px 95px 0;
    position: relative;
    z-index: 99;
}

.content-section {
    float: left;
    width: 100%;
}

.content-section-inner {
    float: left;
    width: 100%;
    padding: 20px 290px 20px;
}

.content-section-inner h1 {
    padding-bottom: 30px;
}

.content-section ul, .content-section dl, .content-section ol, .content-section-inner ul, .content-section-inner dl, .content-section-inner ol {
    padding-left: 1rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.content-section p, .content-section-inner p {
    margin-bottom: 0.8rem;
}

.content-section-inner strong {
    font-family: 'OpenSans-Semibold';
}

.inner-banner {
    float: left;
    width: 100%;
    margin: 93px 0 0 0;
    position: relative;
    height: 448px;
}

.inner-banner:before {
    content: "";
    position: absolute;
    background: url(../images/banner_overlay.png) no-repeat center bottom;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 460px;
    background-size: 100%;
}

.inner-banner img {
    float: left;
    width: 100%;
}

.back-btn-outer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.back-btn-outer a {
    float: left;
    font-family: 'campton-medium';
    font-size: 16px;
    line-height: 30px;
}

.content-page .back-btn-outer {
    margin: 20px 0;
}

.back-btn span {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(2%, rgba(250, 206, 60, 1)), color-stop(58%, rgba(67, 169, 197, 1)), color-stop(74%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
}

.back-btn span img {
    width: 6px;
    height: 10px;
}

.inner-banner-mobile {
    float: left;
    width: 100%;
    height: 190px;
    display: none;
}

.inner-banner-mobile img {
    float: left;
    width: 100%;
}

.step-section {
    float: left;
    width: 100%;
}

.content-container.step-bg {
    min-height: 800px;
}

.form-done {
    min-height: 800px;
}

.step-section-inner {
    float: left;
    width: 100%;
    padding: 125px 195px 78px;
    position: relative;
    z-index: 99;
}

.step-section-inline {
    float: left;
    width: 100%;
    padding: 0px 195px 10px;
    position: relative;
    z-index: 99;
}

.org-search-section {
    float: left;
    width: 100%;
    padding: 0 95px 0;
    position: relative;
    z-index: 99;
}

.org-search-section i {
    color: #00ACC8;
    float:right;
}

.org-search-section .tip-list.search-result {
    margin-top: 25px;
}
.step-navigation {
    float: left;
    width: 100%;
    text-align: center;
}

.step-navigation h6 {
    float: left;
    width: 100%;
}

.step-nav {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 25px 0;
    text-align: center;
}

.step-nav li {
    display: inline-block;
    margin: 0 8px;
}

.step-nav li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.step-nav li.complete a {
    width: 15px;
    height: 15px;
    float: left;
    background: rgba(255, 255, 255, .25);
}

.step-nav li.active a {
    width: 15px;
    height: 15px;
    float: left;
    background: rgba(255, 255, 255, 1);
}

.step-nav li.next a {
    width: 9px;
    height: 9px;
    float: left;
    border: 1px solid #ffffff;
    margin: 3px 0px;
}

.step-navigation h2 {
    font-size: 32px;
    color: #ffffff;
    float: left;
    width: 100%;
}

.step-navigation h6 {
    padding-bottom: 20px;
}

.tip-list {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}

.tip-list ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tip-list ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tip-list ul li a {
    float: left;
    width: 100%;
    padding: 15px 15px;
    background: #ffffff;
    color: #404646;
    font-family: 'campton-medium';
    font-size: 18px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
}

.tip-list ul li a:hover {
    color: #61B992;
}

.tip-list ul li a span {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(2%, rgba(250, 206, 60, 1)), color-stop(58%, rgba(67, 169, 197, 1)), color-stop(74%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
}

.tip-list ul li a span img {
    width: 6px;
    height: 10px;
}

.image-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    bottom: 0px;
    text-align: right;
    z-index: 0;
}

.image-wrapper img {
    float: right;
}

.button-block {
    float: left;
    width: 100%;
    padding: 50px 75px 0;
}

.button-block .button.secondary {
    background: #42a8c4;
    float: left;
    color: #ffffff;
    max-width: 285px;
}

.button-block .button.secondary:after {
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background: #face3c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #face3c 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #face3c 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #face3c 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.button-block .button.secondary:hover:after {
    opacity: 0.5;
    background: -moz-linear-gradient(left, #ffffff 0%, #face3c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #face3c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #face3c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.button-block .button.secondary:hover {
    color: rgba(255, 255, 255, 0.6);
}

.button-block .button.white {
    float: right;
}

.info-list {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}

.step-section-inline .info-list {
    padding: 10px 0 0 0;
}

.info-list ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.info-list ul li {
    width: 22%;
    margin-left: 30px;
    padding: 0 18px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 150px;
    font-family: 'campton-medium';
    font-size: 18px;
    line-height: 22px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.info-list ul li:hover {
    -ms-transform: translate(5px, 5px);
    /* IE 9 */
    -webkit-transform: translate(5px, 5px);
    /* Safari */
    transform: translate(5px, 5px);
}

.info-list ul li a {
    color: #404646;
}

.info-list ul li a:hover {
    color: #61B992;
}

.info-list ul li:first-child {
    margin-left: 0px;
}

.account-form {
    float: left;
    width: 100%;
    padding: 50px 95px 0;
}

.account-content label {
    margin: 5px 0 5px;
    padding: 5px;
    color: #000;
    background: #7E7D7E;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.account-content .helptext {
    margin: 5px 0 5px;
    padding: 5px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.helptext {
    display: inline-block;
    color: #7E7D7E !important;
    font-style: italic;
}

.form-btn {
    margin: 55px 0 25px;
}

.content-page input[type="text"],
.content-page input[type="email"],
.content-page input[type="password"],
.content-page input[type="url"],
.content-page textarea,
.account-content textarea,
.account-content input[type="text"],
.account-content input[type="email"],
.account-content input[type="url"],
.account-content input[type="number"],
.account-content input[type="password"] {
    width: 100%;
    -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 60px;
    border: 0px;
    font-family: 'OpenSans-Regular';
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px;
    border: 2px solid #eeeeee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #000000;
}


.content-page .org-search-section input[type="text"] {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.content-page .org-search-section .search-form,
.content-page .product-search-section .search-form {
    margin-top: 0;
}

.content-page textarea,
.account-content textarea{
    height: 8em;
}

.content-page input[type="text"]::-moz-placeholder,
.content-page input[type="email"]::-moz-placeholder,
.content-page input[type="password"]::-moz-placeholder,
.content-page input[type="url"]::-moz-placeholder,
.account-content input[type="text"]::-moz-placeholder,
.account-content input[type="email"]::-moz-placeholder,
.account-content input[type="url"]::-moz-placeholder,
.account-content input[type="number"]::-moz-placeholder,
.account-content input[type="password"]::-moz-placeholder {
    color: #7E7D7E;
    opacity: 1;
}

.content-page input[type="text"]:-ms-input-placeholder,
.content-page input[type="email"]:-ms-input-placeholder,
.content-page input[type="url"]:-ms-input-placeholder,
.account-content input[type="email"]:-ms-input-placeholder,
.account-content input[type="password"]:-ms-input-placeholder,
.account-content input[type="url"]:-ms-input-placeholder,
.account-content input[type="number"]:-ms-input-placeholder,
.account-content input[type="text"]:-ms-input-placeholder {
    color: #7E7D7E;
    opacity: 1;
}

.content-page input[type="text"]::-webkit-input-placeholder,
.content-page input[type="email"]::-webkit-input-placeholder,
.content-page input[type="url"]::-webkit-input-placeholder,
.account-content input[type="text"]::-webkit-input-placeholder,
.account-content input[type="email"]::-webkit-input-placeholder,
.account-content input[type="url"]::-webkit-input-placeholder,
.account-content input[type="number"]::-webkit-input-placeholder,
.account-content input[type="password"]::-webkit-input-placeholder {
    color: #7E7D7E;
    opacity: 1;
}

.radio-group {
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}

.radio-group .radio-item {
    float: left;
    width: 35%;
}

.radio-item label {
    font-family: 'OpenSans-Regular';
    font-size: 20px;
    color: #7E7D7E;
    margin: 0 0 0 10px;
}

.radio-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'OpenSans-Regular';
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.radio-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fafafa;
    border-radius: 50%;
    border: 1px solid #C7C7C7;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

/* On mouse-over, add a grey background color 

.radio-item:hover input~.checkmark {}*/

/* When the radio button is checked, add a blue background

.radio-item input:checked~.checkmark {} */

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-item input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.radio-item .checkmark:after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#face3c+0,00acc8+100 */
    background: #face3c;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #face3c 0%, #00acc8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #face3c 0%, #00acc8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #face3c 0%, #00acc8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.account-btn {
    float: left;
    width: 100%;
    padding: 38px 0 0 0;
}

.account-btn .button {
    max-width: 230px;
}

.account-btn .button.secondary {
    float: left;
}

.account-btn .button.primary {
    float: right;
}

.input-outer.error-name input[type="text"] {
    background: #ffeaea;
}

.input-outer {
    position: relative;
}

.input-outer .error-msg {
    background: #ff9595;
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    line-height: 24px;
    padding: 18px 20px;
    color: #ffffff;
    position: absolute;
    right: -296px;
    min-width: 270px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.input-outer.error-name .error-msg {
    opacity: 1;
    visibility: visible;
}

.input-outer .error-msg:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ff9595;
}

ul.errorlist {
    display: inline-block;
    margin-top: 20px;
    padding: 5px;
    list-style-type: none;
    background: #ff9595;
    font-family: 'OpenSans-Semibold';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-form {
    float: left;
    width: 100%;
    position: relative;
    margin: 50px 0 0 0;
    -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #eeeeee;
}

.search-form:before {
    content: "";
    position: absolute;
    background: #ffffff;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.search-form input[type="text"] {
    float: left;
    width: 100%;
    height: 60px;
    border: 0px;
    font-family: 'OpenSans-Regular';
    font-size: 20px;
    line-height: 24px;
    padding: 0 160px 0 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    background: none;
}

.search-form button {
    position: absolute;
    padding: 10px 15px;
    background: none;
    border: 0px;
    cursor: pointer;
    color: #00ACC8;
    font-family: 'campton-medium';
    font-size: 18px;
    right: 10px;
    top: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    line-height: 17px;
    background: rgba(238, 238, 238, 0.7);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.org-search-section .search-form button {
    min-width: 130px;
}

.search-form button {
    color: #00ACC8;
    border: 2px solid transparent;
    border-radius: 80px;
    background: #ffffff;
    background-clip: padding-box;
}

.search-form button:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to right, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    content: '';
    z-index: -1;
    border-radius: 80px;
}

.search-form button:hover:after {
    background: linear-gradient(to left, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
}

.search-form button:hover {
    /* margin: -8px -8px 8px 8px;*/
    color: #61B992;
}

.search-form button img {
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 0px;
    margin-left: 15px;
}

.tip-list.search-result {
    padding-top: 35px;
    margin-bottom: 50px;
    width: 100%;
}

.tip-list li a:hover {
    -ms-transform: translate(5px, 5px);
    /* IE 9 */
    -webkit-transform: translate(5px, 5px);
    /* Safari */
    transform: translate(5px, 5px);
}

.dashboard-bg.home-bg:before {
    top: -1000px;
    left: -0px;
    -ms-transform: rotate(5deg);
    /* IE 9 */
    -webkit-transform: rotate(5deg);
    /* Safari */
    transform: rotate(5deg);
}

.dashboard-outer {
    float: left;
    width: 100%;
}

.dashboard-wrap {
    float: left;
    width: 100%;
    padding: 165px 0 70px;
}

.dashboard-top {
    float: left;
    width: 100%;
    padding-bottom: 18px;
}

.dashboard-filter {
    float: right;
    width: 74.57%;
    padding-top: 5px;
}

.dashboard-filter>ul {
    float: left;
    width: 100%;
    list-style: none;
}

.dashboard-filter>ul>li {
    float: left;
    position: relative;
    margin-left: 20px;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'campton-medium';
}

.dashboard-filter>ul>li.week-select {
    cursor: pointer;
}

.dashboard-filter>ul>li:first-child {
    margin-left: 25px;
}

.dashboard-filter>ul>li>a {
    margin-left: 11px;
}

.dashboard-filter>ul>li>a>img {
    width: 12px;
    height: 6px;
    margin-bottom: 6px;
}

.dashboard-filter>ul>li>ul {
    position: absolute;
    left: 0;
    top: 30px;
    list-style: none;
    width: 100%;
    background: #ffffff;
    text-align: left;
    display: none;
    z-index: 999;
    padding: 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.dashboard-filter>ul>li>ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -4px;
    margin: 0 auto;
}

.dashboard-filter>ul>li>ul>li {
    float: left;
    width: 100%;
}

.dashboard-filter>ul>li>ul>li>a {
    float: left;
    width: 100%;
    color: #00acc8;
    font-family: 'campton-medium';
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
}

.dashboard-filter>ul>li>ul>li>a:hover {
    color: #ffffff;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(2%, rgba(250, 206, 60, 1)), color-stop(58%, rgba(67, 169, 197, 1)), color-stop(74%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
}

.dashboard-user {
    float: left;
    width: 25.43%;
    padding-left: 28px;
}

.user-image {
    float: left;
    width: 32px;
    height: 32px;
}

.user-image img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.user-dropdown {
    float: left;
    padding-left: 11px;
    padding-top: 5px;
    position: relative;
}

.user-dropdown a {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'campton-medium';
}

.user-dropdown a span {
    display: inline-block;
    margin-left: 14px;
}

.user-dropdown a span img {
    width: 12px;
    height: 6px;
    margin-bottom: 6px;
}

.user-dropdown ul {
    position: absolute;
    left: 0;
    top: 35px;
    list-style: none;
    width: 120%;
    background: #ffffff;
    text-align: left;
    display: none;
    z-index: 999;
    padding: 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.user-dropdown ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -4px;
    margin: 0 auto;
}

.user-dropdown ul li {
    float: left;
    width: 100%;
}

.user-dropdown ul li>a {
    float: left;
    width: 100%;
    color: #00acc8;
    font-family: 'campton-medium';
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
}

.user-dropdown ul li>a:hover {
    color: #ffffff;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(2%, rgba(250, 206, 60, 1)), color-stop(58%, rgba(67, 169, 197, 1)), color-stop(74%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
}

.dashboard-bottom {
    float: left;
    width: 100%;
}

.dashboard-sidebar {
    float: left;
    width: 25.43%;
    padding-top: 90px;
    padding-left: 33px;
}

.dashboard-sidebar ul {
    float: left;
    width: 100%;
    list-style: none;
}

.dashboard-sidebar ul li {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.dashboard-sidebar ul li.mob-menu-icon {
    display: none;
}

.dashboard-sidebar ul li:first-child {
    margin-top: 0;
}

.dashboard-sidebar ul li a {
    float: left;
    position: relative;
    padding-left: 37px;
    font-size: 16px;
    font-family: 'campton-medium';
}

.dashboard-sidebar ul li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 25px;
    height: 30px;
    background-size: contain !important;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.dashboard-sidebar ul li.link1 a:before {
    background: url('../images/svg/calendar-blue.svg') no-repeat;
}

.dashboard-sidebar ul li.link2 a:before {
    background: url('../images/svg/list-blue.svg') no-repeat;
}

.dashboard-sidebar ul li.link3 a:before {
    background: url('../images/svg/note-blue.svg') no-repeat;
}

.dashboard-sidebar ul li.link4 a:before {
    background: url('../images/svg/star-blue.svg') no-repeat;
}

.dashboard-sidebar ul li.link5 a:before {
    background: url('../images/svg/gegevens-blue.svg') no-repeat;
}

.dashboard-sidebar ul li.link6 a:before {
    background: url('../images/svg/help-blue.svg') no-repeat;
}

/*--------------- Icon Hover ----------------*/

.dashboard-sidebar ul li.link1 a:hover:before {
    background: url('../images/svg/calendar-gr.svg') no-repeat;
}

.dashboard-sidebar ul li.link2 a:hover:before {
    background: url('../images/svg/list-gr.svg') no-repeat;
}

.dashboard-sidebar ul li.link3 a:hover:before {
    background: url('../images/svg/note-gr.svg') no-repeat;
}

.dashboard-sidebar ul li.link4 a:hover:before {
    background: url('../images/svg/star-gr.svg') no-repeat;
}

.dashboard-sidebar ul li.link5 a:hover:before {
    background: url('../images/svg/gegevens.svg') no-repeat;
}

.dashboard-sidebar ul li.link6 a:hover:before {
    background: url('../images/svg/help.svg') no-repeat;
}

.dashboard-content {
    float: left;
    width: 74.57%;
}

.dashboard-content-wrap {
    float: left;
    width: 100%;
    max-width: 750px;
}

.account-content h2 {
    color: #FFF;
}

.account-content p {
    color: #000;
}

.account-content h2 {
    padding: 25px 0 35px;
}

.slider-wrap-blk {
    float: left;
    width: 104%;
    margin-left: -4%;
}

.stack-slider {
    float: left;
    width: 46%;
    margin-left: 4%;
    margin-bottom: 23px;
    min-height: 263px;
}

.stack-slider.single-slide .slider-nav {
    display: none;
}

.stack-slider-single {
    float: left;
    width: 100%;
    max-width: 360px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.38);
}

.stack-slider-top {
    float: left;
    width: 100%;
    padding: 30px 30px 9px;
    border-bottom: 1px solid #dbdbdb;
}

.slider-title {
    float: left;
    width: 100%;
    padding-bottom: 18px;
}

.slider-icon {
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: #c6c463;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c6c463 0%, #43a9c5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c6c463 0%, #43a9c5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c6c463 0%, #43a9c5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.stack-slider.prestaties .stack-slider-single .slider-icon.yellow-bg {
    background: rgba(250, 217, 97, 1);
    background: -moz-linear-gradient(45deg, rgba(250, 217, 97, 1) 0%, rgba(250, 217, 97, 1) 15%, rgba(242, 150, 37, 1) 51%, rgba(242, 150, 37, 1) 68%, rgba(242, 150, 37, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(250, 217, 97, 1)), color-stop(15%, rgba(250, 217, 97, 1)), color-stop(51%, rgba(242, 150, 37, 1)), color-stop(68%, rgba(242, 150, 37, 1)), color-stop(100%, rgba(242, 150, 37, 1)));
    background: -webkit-linear-gradient(45deg, rgba(250, 217, 97, 1) 0%, rgba(250, 217, 97, 1) 15%, rgba(242, 150, 37, 1) 51%, rgba(242, 150, 37, 1) 68%, rgba(242, 150, 37, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(250, 217, 97, 1) 0%, rgba(250, 217, 97, 1) 15%, rgba(242, 150, 37, 1) 51%, rgba(242, 150, 37, 1) 68%, rgba(242, 150, 37, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(250, 217, 97, 1) 0%, rgba(250, 217, 97, 1) 15%, rgba(242, 150, 37, 1) 51%, rgba(242, 150, 37, 1) 68%, rgba(242, 150, 37, 1) 100%);
    background: linear-gradient(45deg, rgba(250, 217, 97, 1) 0%, rgba(250, 217, 97, 1) 15%, rgba(242, 150, 37, 1) 51%, rgba(242, 150, 37, 1) 68%, rgba(242, 150, 37, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad961', endColorstr='#f29625', GradientType=1);
}

.stack-slider.prestaties .stack-slider-single:last-child .slider-icon.yellow-bg {
    background: #ffffff;
}

.slider-icon>span.icon-bg {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.stack-slider.agenda .stack-slider-single .slider-icon>span.icon-bg {
    background: url('../images/svg/calendar-white.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.agenda .stack-slider-single:last-child .slider-icon>span.icon-bg {
    background: url('../images/svg/calendar-gr.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.favorite .stack-slider-single .slider-icon>span.icon-bg {
    background: url('../images/svg/star-white.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.favorite .stack-slider-single:last-child .slider-icon>span.icon-bg {
    background: url('../images/svg/star-gr.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.taken .stack-slider-single .slider-icon>span.icon-bg {
    background: url('../images/svg/list-white.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.taken .stack-slider-single:last-child .slider-icon>span.icon-bg {
    background: url('../images/svg/list-gr.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.dagboek .stack-slider-single .slider-icon>span.icon-bg {
    background: url('../images/svg/note-white.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.dagboek .stack-slider-single:last-child .slider-icon>span.icon-bg {
    background: url('../images/svg/note-gr.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.prestaties .stack-slider-single .slider-icon>span.icon-bg {
    background: url('../images/svg/like-white.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.stack-slider.prestaties .stack-slider-single:last-child .slider-icon>span.icon-bg {
    background: url('../images/svg/like-gr.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.slider-icon img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    background: #f29525;
}

.count span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    margin-top: -8px;
    font-family: 'Avenir-Heavy';
}

.slider-title h6 {
    float: left;
    font-size: 16px;
    font-family: 'campton-medium';
    padding-left: 14px;
    color: #f29525;
    padding-top: 6px;
}

.slider-content {
    float: left;
    width: 100%;
    position: relative;
}

.slider-content span {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: 'campton-medium';
    color: #5a5a5a;
    padding-bottom: 4px;
}

.slider-content p {
    margin: 0;
}

.delete-box {
    position: absolute;
    top: -2px;
    right: 0;
}

.stack-slider-bottom {
    float: left;
    width: 100%;
    padding: 20px 30px;
}

.slider-btn {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: 'campton-medium';
    max-width: 160px;
    height: 30px;
    line-height: inherit;
    border: 1px solid #dbdbdb;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.38);
}

.slider-btn:hover {
    transform: translate(5px, -5px);
    -webkit-transform: translate(5px, -5px);
}

.slider-nav {
    float: right;
    width: auto;
    list-style: none;
}

.slider-nav li {
    float: left;
    margin-left: 9px;
}

.slider-nav li a {
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 50%;
    text-align: center;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(2%, rgba(250, 206, 60, 1)), color-stop(58%, rgba(67, 169, 197, 1)), color-stop(74%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(250, 206, 60, 1) 2%, rgba(67, 169, 197, 1) 58%, rgba(67, 169, 197, 1) 74%, rgba(67, 169, 197, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#face3c', endColorstr='#43a9c5', GradientType=1);
}

.slider-nav li a img {
    width: 11px;
    height: 11px;
}

.slider-nav li a:hover {
    background-image: -ms-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -moz-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -o-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #80BD80), color-stop(50, #57ADB6), color-stop(100, #14afbd));
    background-image: -webkit-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: linear-gradient(to left, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    transform: translate(5px, -5px);
    -webkit-transform: translate(5px, -5px);
}

.stack-slider-single:last-child .stack-slider-top {
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(0, 173, 200, 1) 61%, rgba(0, 173, 200, 1) 74%, rgba(0, 173, 200, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(61%, rgba(0, 173, 200, 1)), color-stop(74%, rgba(0, 173, 200, 1)), color-stop(100%, rgba(0, 173, 200, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(0, 173, 200, 1) 61%, rgba(0, 173, 200, 1) 74%, rgba(0, 173, 200, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(0, 173, 200, 1) 61%, rgba(0, 173, 200, 1) 74%, rgba(0, 173, 200, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 206, 60, 1) 0%, rgba(0, 173, 200, 1) 61%, rgba(0, 173, 200, 1) 74%, rgba(0, 173, 200, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 206, 60, 1) 0%, rgba(0, 173, 200, 1) 61%, rgba(0, 173, 200, 1) 74%, rgba(0, 173, 200, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#face3c', endColorstr='#00adc8', GradientType=1);
}

.stack-slider-single:last-child .slider-icon {
    background: #ffffff;
}

.stack-slider-single:last-child .slider-title h6 {
    color: #ffffff;
}

.stack-slider-single:last-child .slider-content span {
    color: #ffffff;
}

.stack-slider-single:last-child .slider-content p {
    color: #ffffff;
}

.stack-slider-single:last-child .delete-box {
    display: none;
}

.slider1 .stack-slider-single,
.slider2 .stack-slider-single,
.slider3 .stack-slider-single,
.slider4 .stack-slider-single,
.slider5 .stack-slider-single {
    position: absolute !important;
}

.mobile-title {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 8px;
    cursor: pointer;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.38);
}

.mobile-title h6 {
    display: inline-block;
    vertical-align: middle;
    color: #404646;
    padding-left: 14px;
}

.mobile-title .slider-icon .count {
    width: 18px;
    height: 18px;
    top: -6px;
    right: -4px;
}

.mobile-title .slider-icon .count span {
    font-size: 10px;
    margin-top: -12px;
}

.grid-list {
    float: left;
    width: 100%;
}

.grid-title {
    float: left;
    width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, .2);
    padding: 20px 24px 18px;
    border-radius: 4px;
    margin: 42px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.grid-title h3 {
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    padding: 0;
}

.grid-list ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
}

.grid-list ul li {
    float: left;
    width: 100%;
    background: #FFF;
    padding: 9px 24px 11px;
    border-radius: 4px;
    margin: 10px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.grid-list ul li h6 {
    font-size: 18px;
    line-height: 20px;
    color: #404646;
    margin: 12px 0 0;
    display: inline-block;
}

.grid-list ul li p strong {
    font-weight: 700;
}

.tool-tip {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 14px 0 0 25px;
    padding-right: 20px;
}

.tool-tip span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
    background: #00acc8;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.tip-box {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    top: 0;
    left: 100%;
    width: 260px;
    padding: 10px 15px 15px 15px;
    border-radius: 0 5px 5px 5px;
    background: #00d5e5;
    z-index: 9;
    display: none;
    background: rgba(0, 214, 229, 1);
    background: -moz-linear-gradient(top, rgba(0, 214, 229, 1) 0%, rgba(0, 173, 200, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 214, 229, 1)), color-stop(100%, rgba(0, 173, 200, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 214, 229, 1) 0%, rgba(0, 173, 200, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 214, 229, 1) 0%, rgba(0, 173, 200, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 214, 229, 1) 0%, rgba(0, 173, 200, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 214, 229, 1) 0%, rgba(0, 173, 200, 1) 100%);
}

.tip-box:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #00d6e5 transparent transparent;
}

.tool-tip:hover .tip-box {
    display: block;
}

.grid-inner .button.secondary.small {
    max-width: 164px;
}

.button {
    cursor: pointer;
    border: 0px;
}

.button.secondary.small:hover {
    margin: 0;
    color: #61B992;
}

.grid-inner .button.secondary:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.grid-inner .button.secondary:hover:after {
    margin: 0;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
}

.grid-popup {
    display: none;
}

.grid-popup {
    display: none;
    max-width: 922px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}

.popup-inner {
    float: left;
    width: 100%;
    position: relative;
    padding: 77px 7.7% 73px;
    overflow: hidden;
}

.popup-inner h3 {
    font-size: 32px;
    text-align: left;
}

.popup-inner:before {
    content: "";
    width: 100%;
    height: 800px;
    -webkit-border-radius: 0 0 67px 0;
    -moz-border-radius: 0 0 67px 0;
    border-radius: 0 0 67px 0;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    /* Safari */
    transform: rotate(20deg);
    position: absolute;
    left: -35px;
    top: -369px;
    z-index: -1;
    background: rgba(250, 206, 60, 1);
    background: -moz-linear-gradient(left, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 49%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250, 206, 60, 1)), color-stop(49%, rgba(67, 169, 197, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(left, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 49%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(left, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 49%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(left, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 49%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(to right, rgba(250, 206, 60, 1) 0%, rgba(67, 169, 197, 1) 49%, rgba(67, 169, 197, 1) 100%);
}

.btn-row {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.grid-text {
    float: left;
    width: 100%;
    display: none;
}

.grid-inner {
    float: right;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 164px;
}

.task {
    float: left;
    width: 70%;
}

.task-box {
    float: left;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #d5d3d3;
    padding: 0 15px;
    height: 40px;
}

.task-box::-moz-placeholder {
    color: #999999;
    opacity: 1;
    font-style: italic;
}

.task-box:-ms-input-placeholder {
    color: #999999;
    font-style: italic;
}

.task-box::-webkit-input-placeholder {
    color: #999999;
    font-style: italic;
}

.grid-list ul li h6.mobile-only {
    display: none;
}

.print {
    float: right;
    font-size: 16px;
    line-height: 17px;
    color: #22b7cf;
    margin: 20px 20px 0;
}

.print img {
    vertical-align: top;
    margin: 0 10px 0 0;
}

.section-four {
    position: relative;
}

.section-four:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -190px;
    width: 100%;
    height: 100%;
    max-width: 415px;
    background: url("../images/bg.png") no-repeat right bottom;
}

.blk-content {
    height: 268px;
    text-align: left;
    margin: 23px 0 0;
    display: none;
    position: relative;
}

.rating-arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/svg/angle-up.svg") no-repeat center center;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.rating-arrow.active:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-only {
    display: none;
}

.rating-title span {
    font-family: 'campton-medium';
    color: #FFF;
    font-size: 18px;
    text-align: left;
    line-height: 38px;
    padding: 0;
    width: 30%;
}

.select-box,
form select {
    width: 198px;
    height: 39px;
    background: #fff;
    position: relative;
    border: 1px solid #e3e1e1;
    cursor: pointer;
}

.select-box:before {
    background: url("../images/svg/arrow-down.svg") no-repeat right center;
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    width: 16px;
    height: 8px;
}

.select-up span {
    color: #3f4646;
    font-family: 'campton-medium';
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0;
    display: block;
}

.select-down {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
}

/*--- select box style starts ---*/

.select-box,
form select {
    float: left;
    width: 100%;
}

.sbHolder {
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sbSelector {
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    top: 0;
    padding: 0 0 0 11px;
    text-align: left;
    width: 100%;
    font-family: 'OpenSans-Semibold';
    color: #5A5A5A;
    font-size: 16px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #5A5A5A;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: white;
    width: 34px;
    height: 34px;
    display: block;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}

.sbToggle:before {
    width: 17px;
    height: 9px;
    content: "";
    background: url("../images/svg/arrow_up_blue.svg") no-repeat top right;
    position: absolute;
    right: 12px;
    top: 17px;
    z-index: 1;
}

.sbOptions {
    border: 1px solid #dedbdb;
    background: white;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 37px;
    width: 100%;
    z-index: 600;
    overflow-y: auto;
}

.rating-list .sbOptions li {
    padding: 0;
    border-top: 1px solid #dedbdb;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.rating-list li:hover{
    cursor: pointer;
}

.sbOptions li:first-child {
    border: none;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 4px 10px;
    font-family: 'OpenSans-Semibold';
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    text-align: left;
}

.sbOptions a:link,
.sbOptions a:visited {
    color: #404040;
    text-decoration: none;
}

.sbOptions a:hover {
    color: #5a0000;
}

/*--- select box style ends ---*/

.select-box-outer {
    width: 160px;
    margin: 0 0 0 10px;
}

.grid-title-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    width: 70%;
}

.grid-title-right form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.rate-us-outer .grid-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 9px 9px 9px 23px;
}

.textbox-outer {
    width: 160px;
    height: 40px;
}

.textbox-outer input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border: 0;
    font-family: 'OpenSans-Semibold';
    color: #5A5A5A;
    font-size: 16px;
    padding: 0 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #5A5A5A;
    opacity: 1;
}

::-moz-placeholder {
    color: #5A5A5A;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #5A5A5A;
    opacity: 1;
}

:-moz-placeholder {
    color: #5A5A5A;
    opacity: 1;
}

.rating-list {
    float: left;
    width: 100%;
}

.rating-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    background: rgba(255, 255, 255, .2);
    padding: 10px 9px 10px 23px;
    border-radius: 4px;
    margin: 42px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.rating-title ul {
    list-style: none;
}

.serach-outer {
    width: 40px;
    height: 40px;
    line-height: 43px;
    background-image: -ms-linear-gradient(left, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    background-image: -moz-linear-gradient(left, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    background-image: -o-linear-gradient(left, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #E1C94F), color-stop(50, #57adb6), color-stop(100, #43A9C5));
    background-image: -webkit-linear-gradient(left, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    background-image: linear-gradient(to right, #E1C94F 0%, #57adb6 50%, #43A9C5 100%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.search-icon {
    border: 0;
    background: 0;
    line-height: 39px;
    outline: none !important;
    padding: 0;
    cursor: pointer;
    cursor: pointer;
    font-size: 0;
    font-family: 'campton-medium';
    color: #00ACC8;
}

.search-icon img {
    width: 17px;
}

.serach-outer:hover {
    background-image: -ms-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -moz-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -o-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #80BD80), color-stop(50, #57ADB6), color-stop(100, #14afbd));
    background-image: -webkit-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: linear-gradient(to left, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
}

.rating-blk span {
    font-family: 'campton-medium';
    color: #404646;
    font-size: 18px;
    text-align: left;
    line-height: 27px;
    padding: 0;
    width: 33.33%;
}

.rating-list .rating-blk ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.rating-blk ul li img {
    width: 20px;
}

.rating-list ul {
    list-style: none;
}

.rating-list ul li {
    background: #fff;
    border-radius: 4px;
    padding: 19px 28px 13px 21px;
    margin: 10px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.rating-blk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.rating-blk ul {
    width: 56.33%;
}

.rating-expand {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    width: 10.33%;
}

.rating-arrow:hover {
    background-image: -ms-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -moz-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -o-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #80BD80), color-stop(50, #57ADB6), color-stop(100, #14afbd));
    background-image: -webkit-linear-gradient(right, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
    background-image: linear-gradient(to left, #80BD80 0%, #57ADB6 50%, #14afbd 100%);
}

.popup-inner {
    float: left;
    width: 100%;
    position: relative;
    padding: 77px 9.5% 73px;
    overflow: hidden;
}

.popup-inner h3 {
    font-size: 32px;
    line-height: 37px;
    color: #fff;
    text-align: left;
    padding: 0 0 15px
}

.popup-inner p {
    text-align: left;
    margin: 0;
    color: #fff;
}

.rating-arrow {
    width: 28px;
    height: 28px;
    background: rgba(225, 201, 79, 1);
    background: -moz-linear-gradient(-45deg, rgba(225, 201, 79, 1) 0%, rgba(87, 173, 182, 1) 50%, rgba(67, 169, 197, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(225, 201, 79, 1)), color-stop(50%, rgba(87, 173, 182, 1)), color-stop(100%, rgba(67, 169, 197, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(225, 201, 79, 1) 0%, rgba(87, 173, 182, 1) 50%, rgba(67, 169, 197, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(225, 201, 79, 1) 0%, rgba(87, 173, 182, 1) 50%, rgba(67, 169, 197, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(225, 201, 79, 1) 0%, rgba(87, 173, 182, 1) 50%, rgba(67, 169, 197, 1) 100%);
    background: linear-gradient(135deg, rgba(225, 201, 79, 1) 0%, rgba(87, 173, 182, 1) 50%, rgba(67, 169, 197, 1) 100%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.blk-content-left {
    width: 35%;
    float: left;
    position: relative;
    z-index: 1;
}

.blk-content-left address {
    color: #5a5a5a;
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    line-height: 26px;
}

.blk-content-left .address-blk a {
    color: #5a5a5a;
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    line-height: 26px;
    padding: 26px 0 0;
}

.block-content-btns {
    position: absolute;
    bottom: 28px;
    z-index: 1;
    left: 0;
}

.block-content-btns .button.primary.small {
    margin: 0 0 13px;
    max-width: 222px;
}

.block-content-btns .button.primary.small {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.block-content-btns .button.secondary.small:hover {
    margin: 0;
}

.block-content-btns .button.secondary.small {
    max-width: 222px;
}

.block-content-right {
    width: 65%;
    float: left;
}

.map {
    width: 94.36%;
    height: 250px;
    float: right;
}

.rating-list-btn {
    padding: 40px 0 0;
    text-align: left;
    float: left;
    width: 100%;
}

.rating-list-btn .button.primary:hover {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.rating-list-btn .button.primary.small {
    max-width: 222px;
}

.soft-shadow {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
}

.border-rounded {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
/* Cookie law module */
#CookielawBanner {
    background: rgba(67, 169, 197, 1);
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    opacity: 0.9;
}

#CookielawBanner .container {
    position: relative;
    color: #fff;
}

#CookielawBanner p {
    color: #fff;
}

#CookielawBanner #CookielawCross {
    background: url('../img/close.png') no-repeat 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}

/* Show embedded videos at height and width of their container. */
.rich-text img {
    max-width: 100%;
    height: auto;
}

.responsive-object {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
