@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css';
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,html {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #000;
    padding: 0;
    margin: 0
}

body {
    margin-top: 120px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #1090cc
}

.bold {
    font-weight: 700
}

.asteriks {
    font-size: 22px
}

sup {
    font-size: 14px
}

p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 12.5px 0
}

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff
}

.subpageh2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #003666
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #003666
}

h3,
h4,
h5,
h6 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #003666
}

h3,
h4 {
    font-weight: 700;
    padding: 3px 0
}

h6 {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 0
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

.text-blue {
    color: #1090cc
}

.text-green {
    color: #88bc38
}

.text-darkblue {
    color: #003666
}

.text-white {
    color: #fff!important
}

.nopadding {
    padding: 0!important;
    margin: 0!important
}

.floatright {
    float: right!important
}

.floatleft {
    float: left!important
}

.relative {
    position: relative
}

.alignleft {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px
}

.alignright {
    float: right;
    padding: 15px 0 20px 20px
}

img {
    max-width: 100%;
    height: auto
}

header {
    width: 100%;
    min-height: 120px;
    background-color: #88bc38;
    position: fixed;
    top: 0;
    z-index: 1
}

a.logo {
    padding-top: 12px;
    float: left;
    max-width: 216px
}

.social-media {
    height: 30px;
    float: right;
    display: block;
    padding-top: 2px
}

a.social-btn {
    width: 19px;
    height: 19px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin-left: 3px
}

a.social-btn:hover {
    opacity: .8
}

.main-menu,
.nav.social-menu {
    float: right
}

.survey-tab {
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    background-color: #1090cc;
    color: #fff;
    cursor: pointer;
    width: 192px;
    padding: 0 10px;
    margin-top: 28px;
    text-align: center
}

.survey-tab.open-tab {
    background-color: #1090cc;
    display: block;
    height: 90px;
    padding-top: 28px;
    margin-top: 0;
    border-right: 1px solid #fff
}

.survey-content {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    background-color: #1090cc;
    color: #fff;
    padding: 20px;
    border: 1px solid #fff;
    border-top: none;
    height: auto;
    opacity: 0;
    right: 0;
    max-width: 350px;
    margin: 0 15px 0 0;
    display: none
}

.open-tab .survey-content {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: bottom 1s ease-out, opacity .3s;
    display: block
}

.survey-content p {
    font-size: 16px;
    color: #fff!important;
    padding: 3px 0;
    line-height: 25px
}

section {
    width: 100%;
    height: auto
}

section ul {
    padding: 0 0 30px;
    margin: 0;
    float: left;
    width: 100%
}

section ul li:not(.flip-clock-wrapper <) {
    list-style-type: disc;
    list-style-position: inside;
    padding: 5px 0 5px 26px;
    text-indent: -1em;
}

section.boxes-contact,
section.default {
    padding: 50px 0;
    background-color: #fff
}

section.error,
section.survey {
    min-height: 700px;
    padding: 30px 0 50px
}

.inner {
    display: table-cell;
    vertical-align: middle
}

.homepage-copy {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 150px;
    padding: 20px;
    text-align: center;
    margin-right: 15px
}

.homepage-copy h1 {
    color: #003666
}

section.slider {
    background-color: #1090cc
}

section.boxes {
    background-color: #1090cc;
    padding: 30px 0 50px
}

.boxes h1 {
    padding-bottom: 35px
}

section.bottom-panel {
    background-color: #88bc38;
    width: 100%;
    height: 400px
}

section.bottom-panel-mobile {
    padding-top: 30px;
    padding-bottom: 30px
}

section.bottom-panel-mobile.testimonial {
    padding-top: 0;
    padding-bottom: 0
}

section.sectors {
    padding: 50px 0;
    background-color: #fff
}

section.sectors.alternate {
    background-color: #f2f2f2
}

.page-id-114 section.sectors.alternate,
.page-id-41 section.sectors.alternate {
    background-color: #fff
}

.box {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    height: 260px;
    overflow: hidden
}

.box-inner {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.box-tab {
    padding: 10px 15px;
    top: 0;
    display: block;
    min-height: 30px;
    background-color: #88bc38;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    z-index: 2;
    position: relative;
    width: 101%
}

.text-description {
    display: table;
    background-color: rgba(136, 188, 56, .8);
    padding: 10px 20px;
    float: left;
    overflow: auto;
    height: 210px;
    -webkit-transform: translateY(-240px);
    -moz-transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -o-transform: translateY(-240px);
    -webkit-transition: all 600ms cubic-bezier(.755, .05, .855, .06);
    -moz-transition: all 600ms cubic-bezier(.755, .05, .855, .06);
    -ms-transition: all 600ms cubic-bezier(.755, .05, .855, .06);
    -o-transition: all 600ms cubic-bezier(.755, .05, .855, .06);
    z-index: 1;
    width: 102%
}

.text-description p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 5px 0
}

.box:hover .text-description {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: all 600ms cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all 600ms cubic-bezier(.23, 1, .32, 1);
    -ms-transition: all 600ms cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 600ms cubic-bezier(.23, 1, .32, 1)
}

.top-panel {
    width: 100%;
    height: 340px;
    display: block
}

.banner-sector {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.page-id-41 .banner-sector {
    background-position: right
}

.banner-heading {
    font-size: 35px;
    line-height: 42px;
    display: block;
    position: relative;
    top: 35px;
    background-color: rgba(255, 255, 255, .8);
    color: #003666;
    padding: 10px 20px
}

.block-facts {
    width: 100%;
    background-color: #88bc38;
    height: auto;
    overflow: auto
}

.block-facts-img {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    display: block;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: transform 3s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: transform 3s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: transform 3s cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 3s cubic-bezier(.25, .46, .45, .94)
}

.block-facts-content {
    width: 100%;
    height: auto;
    padding: 15px 30px 20px 20px;
    color: #fff;
    float: left
}

.block-heading {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    float: left;
    padding-bottom: 10px
}

.block-facts-content h6,
.block-facts-content p,
.block-facts-content ul li {
    color: #fff
}

.block-facts-content ul {
    padding: 0 0 20px;
    margin: 0;
    float: left
}

.block-facts-content ul li {
     font-size: 24px;
     line-height: 28px;
     list-style-type: disc;
     list-style-position: outside;
     padding: 5px 0 5px 5px;
     text-indent: 0em;
     margin-left: 1em;
}


.faqs {
    padding-top: 30px
}

.question img {
    width: auto;
    max-width: 100%;
    height: auto
}

.question h2 {
    font-size: 24px;
    line-height: 33px;
    color: #1090cc;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 0
}

.question-arrow-background {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #1090cc;
    margin-left: 5px;
    vertical-align: middle
}

.question-arrow {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.down:not(.flip-clock-wrapper <) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.question .answer {
    display: none
}

.question.open-content .answer {
    display: block!important
}

.testimonial-block {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(16, 144, 204, .5);
    padding: 25px;
    margin-top: 50px;
    overflow: auto
}

.bottom-panel-mobile .testimonial-block {
    margin-top: 0
}

.quote {
    float: left;
    display: block
}

.author {
    font-size: 22px;
    font-weight: 700;
    float: left;
    display: block
}

section.accreditations {
    padding: 30px 0 50px
}

.box-accreditation {
    padding: 40px 0 30px;
    border-bottom: 1px solid #b7b7b5;
    display: block;
    float: left
}

.box-accreditation img {
    max-width: 230px
}

.box-accreditation h3 {
    padding-top: 0
}

.accreditations .box-accreditation:last-child {
    border-bottom: none
}

section.news {
    padding: 30px 0 50px
}

.block-news {
    width: 100%;
    background-color: #f6f6f6;
    height: auto;
    overflow: auto;
    margin-top: 30px
}

.block-news-img {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    display: block;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: transform 3s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: transform 3s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: transform 3s cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 3s cubic-bezier(.25, .46, .45, .94)
}

.block-news-content {
    width: 100%;
    height: auto;
    padding: 15px 30px 20px 20px;
    color: #003666;
    float: left
}

.block-news-heading {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    float: left;
    padding-bottom: 10px
}

.block-news-date {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    float: left;
    padding-bottom: 10px;
    color: #1090cc
}

.block-news-read-more {
    font-weight: 700;
    float: right;
    margin-top: 20px
}

.news-detail h2 {
    padding-bottom: 20px;
    font-size: 48px;
    line-height: 58px
}

.share-buttons {
    float: left;
    display: block;
    display: table;
    margin-top: 30px
}

.share-buttons.share-image {
    float: right;
    text-align: right;
    margin-top: 10px
}

.share-text {
    color: #1090cc;
    font-size: 20px;
    font-weight: 700;
    display: table-cell;
    float: left;
    padding-right: 5px
}

.share-buttons svg {
    margin-left: 5px
}

.wp-post-navigation {
    margin-top: 30px!important;
    margin-bottom: 0!important
}

.wp-post-navigation div {
    min-height: 50px!important
}

.wp-post-navigation div a:after {
    top: 0!important;
    margin-top: 0!important
}

.wp-post-navigation div {
    display: block;
    width: 245px;
    position: relative;
    font-size: 34px;
    color: #999
}

.wp-post-navigation-next a:after {
    content: url(../img/icons/next-article.jpg)
}

.wp-post-navigation-pre a:after {
    content: url(../img/icons/previous-article.jpg)
}

footer {
    width: 100%;
    min-height: 192px;
    background-color: #003666;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    padding: 50px 0
}

footer nav {
    float: left;
    margin-left: 70px;
    font-size: 12px;
    line-height: 18px
}

footer nav ul li a {
    color: #fff
}

.banner-footer {
    width: 100%;
    height: 400px;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    display: table
}

.bottom-panel-mobile .banner-footer {
    height: auto
}

.banner-footer-text {
    background: rgba(255, 255, 255, .8);
    padding: 20px 20px 20px 0
}

.copyright {
    margin-right: -20px;
    float: left
}

.footer-logos {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: 60px;
    display: table
}

.footer-logos .inner.svg1 {
    width: 185px
}

.footer-logos .inner.svg2 {
    width: 97px;
    float: left;
    padding-top: 15px
}

.breakline-vertical {
    width: 1px;
    height: 100%;
    background-color: #fff;
    float: left;
    margin: 0 20px
}

.border-left {
    border-left: 1px solid #fff;
    padding-bottom: 40px
}

.os-animation {
    opacity: 0
}

.os-animation.animated {
    opacity: 1
}

.menu-top-menu-container {
    float: left
}

ul#menu-top-menu {
    width: 100%;
    height: 30px;
    float: left;
    overflow: hidden
}

ul#menu-top-menu li {
    float: left;
    height: 30px;
    background-color: #cce8f5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

ul#menu-top-menu li a {
    width: 100%;
    color: #003666;
    padding: 0 20px 15px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    height: 20px;
    margin-top: 5px;
    display: block;
    border-right: 1px solid #fff
}

ul#menu-top-menu li:hover ul#menu-top-menu li a {
    border-right: none!important
}

ul#menu-top-menu li#menu-item-58 a {
    border-right: 0
}

ul#menu-top-menu li.current-menu-item,
ul#menu-top-menu li:focus,
ul#menu-top-menu li:hover {
    background: #fff
}

.main-menu-panel {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.main-menu ul {
    height: 90px;
    float: left
}

.main-menu ul li {
    float: left;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.main-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #003666;
    padding: 0 20px;
    font-size: 16px;
    line-height: 90px;
    font-weight: 700
}

.main-menu ul li.current-menu-item,
.main-menu ul li:focus,
.main-menu ul li:hover {
    background: #1090cc
}

.main-menu ul li.current-menu-item a,
.main-menu ul li:focus a,
.main-menu ul li:hover a {
    color: #fff
}

.sub-menu {
    position: absolute;
    height: auto!important;
    display: none;
    background-color: #1090cc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sub-menu .sub-menu {
    display: block
}

.sub-menu li {
    float: none!important;
    background-color: #1090cc!important;
    padding: 20px 20px 0 0!important;
    overflow: hidden;
    min-width: 280px
}

.sub-menu li:last-child {
    padding-bottom: 20px!important
}

.sub-menu li a {
    color: #FFF!important;
    line-height: 19px!important
}

.sub-menu li a:hover {
    text-decoration: underline
}

ul li.menu-item-has-children:hover>ul.sub-menu {
    display: block!important
}

.sub-menu .sub-menu {
    position: relative!important
}

.main-menu ul.sub-menu ul.sub-menu li a {
    font-weight: 400!important;
    background-image: url(../img/icons/arrow-menu.png);
    background-repeat: no-repeat;
    background-position: left center
}

.sub-menu .sub-menu li {
    padding: 10px 0 0 20px!important
}

.social-menu ul {
    width: 100%;
    height: 30px;
    float: left;
    overflow: hidden;
    padding-top: 7px
}

.social-menu ul li {
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-right: 1px solid #fff
}

.social-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    border-right: 1px solid #fff
}

.social-menu ul li:hover a {
    text-decoration: underline
}

.social-menu ul li:last-child {
    border-right: none
}

.social-menu ul li a:last-child {
    border-right: none
}

#mobile-menu-trigger {
    width: 40px;
    height: 90px;
    background-image: url(../img/icons/menu-icon.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    color: #003666;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 45px 5px 0;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    float: right;
    display: none
}

#mobile-menu-trigger.open {
    background-image: url(../img/icons/menu-icon-white.png);
    background-color: #003666;
    color: #fff;
    display: block
}

#mobile-navigation {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 120px;
    text-align: left;
    background: #003666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 3
}

#mobile-navigation li {
    border-bottom: 1px solid #1090cc
}

#mobile-navigation li:last-child {
    border-bottom: 0
}

#mobile-navigation li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    padding: 15px 5px
}

#mobile-navigation li:hover a {
    color: #1090cc
}

#mobile-navigation li:first-child a {
    padding-top: 25px
}

#mobile-navigation li:last-child a {
    padding-bottom: 25px
}

#mobile-navigation li:hover a {
    background: #003666
}

.open #mobile-navigation {
    max-height: 600px;
    touch-action: pan-y;
    overflow-y: scroll
}

#mobile-navigation .sub-menu {
    display: none!important
}

.carousel-inner>.item {
    width: 100%!important;
    height: 700px!important;
    background-size: cover!important;
    background-position: top center!important;
    touch-action: cross-slide-x
}

.carousel-indicators .active {
    background-color: #2980b9
}

.carousel-inner img {
    width: 100%;
    max-height: 760px
}

.carousel-control {
    width: 0
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none
}

.carousel-control.left span,
.carousel-control.right span {
    padding: 15px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.header-text {
    position: absolute;
    top: 13%;
    left: 0;
    right: auto;
    width: 100%;
    color: #fff
}

.heading-line {
    height: 54px;
    font-size: 40px;
    padding: 10px 20px 0;
    margin-bottom: 8px;
    float: left;
    clear: both
}

.heading-line.red {
    background-color: #d0121e;
    font-weight: 700
}

.heading-line.green {
    background-color: #88bc38;
    font-weight: 600
}

.heading-line.blue {
    background-color: #1090cc;
    font-weight: 300
}

.slider-link {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    float: left;
    clear: both;
    font-size: 28px;
    margin-top: 10px;
    background-image: url(../img/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px bottom 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.slider-link.blue {
    background-color: #1090cc;
    padding: 0 50px 0 20px
}

a.slider-link:hover {
    background-color: #fff;
    color: #1090cc;
    background-image: url(../img/icons/arrow-blue.png)
}

.slider-cta {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto auto auto 50%;
    position: absolute;
    bottom: 80px;
    background-color: #1090cc;
    left: -20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    background-image: url(../img/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: center
}

a.slider-cta:hover {
    background-color: #fff;
    background-image: url(../img/icons/arrow-blue.png)
}

.wpcf7-form {
    float: left!important;
    height: auto
}

.ajax-loader {
    display: none
}

.wpcf7-form input,
.wpcf7-form textarea,
input.textfield {
    border: 1px solid #1090cc!important;
    padding-left: 10px;
    color: #000;
    float: left;
    width: 100%
}

.survey-content .wpcf7-form input.wpcf7-text {
    width: 100%
}

.wpcf7-form p {
    color: #003666;
    float: left;
    width: 100%
}

p.submit {
    float: left;
    clear: both;
    width: 100%
}

.wpcf7-submit {
    margin-top: 20px;
    width: 105px;
    height: 40px;
    padding: 0!important;
    background: url(../img/send_button.jpg) no-repeat!important;
    color: transparent!important;
    border: none!important
}

.wpcf7-submit:focus {
    outline: 0
}

.survey-content .wpcf7-submit {
    margin-top: 20px
}

.wpcf7 input.wpcf7-submit {
    padding-left: left auto;
    border: none!important
}

.wpcf7-list-item {
    width: 100%;
    float: left
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    border: none
}

.wpcf7-form label.error,
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    color: #fffb85!important;
    border: none!important
}

#wpcf7-f279-p88-o2 .wpcf7-form label.error,
#wpcf7-f279-p88-o2 div.wpcf7-response-output {
    color: red!important;
    float: left;
    clear: both
}

span.wpcf7-not-valid-tip {
    font-size: 14px!important;
    color: #fffb85!important
}

#wpcf7-f279-p88-o2 div.wpcf7-response-output,
#wpcf7-f279-p88-o2 span.wpcf7-not-valid-tip {
    color: red!important
}

#wpcf7-f279-p88-o2 .wpcf7-form input,
#wpcf7-f279-p88-o2 .wpcf7-form textarea,
#wpcf7-f279-p88-o2 input.textfield {
    max-width: 450px
}

.sectors.funding {
    min-height: 650px
}

.funding-block {
    display: block;
    float: left;
    padding: 20px 0 30px;
    width: 100%
}

.funding-block h3 {
    padding: 10px 0
}

.funding-block input {
    max-width: 300px
}

.nextButton {
    background-color: #1090cc;
    color: #fff;
    border: 2px solid #1090cc;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    display: block;
    clear: both;
    margin-top: 20px
}

.nextButton:hover {
    background-color: #fff;
    color: #1090cc
}

input[type=checkbox],
input[type=radio] {
    float: left;
    width: 28px;
    height: 23px;
    display: block
}

input[type=checkbox] {
    margin: 0!important
}

span.wpcf7-list-item {
    margin-left: 0!important;
    padding: 3px 0!important
}

.funding-block label {
    float: left;
    width: 100%
}

#form2 .nextButton {
    margin-top: 30px
}

.benefit {
    display: inline-block;
    float: left
}

.wpgmp_infowindow {
    line-height: 14px!important
}

.wpgmp_infowindow h3 {
    line-height: 10px!important;
    font-size: 16px!important
}

@media (min-width:1200px) {
    .container {
        width: 1200px!important
    }
}

@media only screen and (max-width:1200px) {
    .survey-content {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: 540px
    }
}

@media only screen and (max-width:992px) {
    #box1,
    #box2 {
        margin-bottom: 30px
    }
    .block-facts {
        margin-top: 30px;
        float: left
    }
    .rightcol {
        padding-top: 40px
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 30px;
        line-height: 36px
    }
    p {
        font-size: 18px;
        line-height: 26px
    }
    .heading-line {
        height: 40px;
        font-size: 28px;
        margin-left: 15px;
        padding: 5px 10px 0
    }
    .slider-cta {
        bottom: 10px
    }
    .slider-link {
        display: none
    }
    .header-text {
        top: 10px
    }
    .homepage-copy {
        bottom: 70px;
        margin: 0 30px 0 15px
    }
    .box-tab {
        font-size: 20px
    }
    .mobile-nav-panel {
        padding: 0 15px
    }
    .mobile-top-menu {
        padding: 0
    }
    .banner-footer,
    section.bottom-panel {
        height: 195px
    }
    .bottom-panel-mobile .banner-footer,
    section.bottom-panel-mobile {
        height: auto
    }
    .copyright {
        margin-right: 0
    }
    #menu-social-menu {
        display: none
    }
    .survey-content {
        max-width: 100%;
        width: 100%;
        margin-right: 0
    }
    .open #mobile-navigation {
        max-height: 340px
    }
    .box-accreditation img {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:668px) {
    .carousel-inner>.item {
        height: 547px!important;
        background-position: -400px center!important
    }
    .wp-post-navigation div {
        width: 157px!important
    }
    .wp-post-navigation a {
        font-size: 15px!important
    }
    .survey-content {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: 340px
    }
}

@media only screen and (max-width:520px) {
    .survey-tab {
        width: 140px;
        text-align: center;
        margin-top: 23px;
        line-height: 19px;
        padding: 5px
    }
    a.logo svg {
        width: 140px
    }
    a.logo {
        padding-top: 6px
    }
    .col-xs-6 {
        width: 100%
    }
    #box3 {
        margin-bottom: 30px
    }
    .carousel-inner>.item {
        height: 547px!important;
        background-position: -500px center!important
    }
    .footer-logos .inner.svg2 {
        width: 80px
    }
    .banner-heading {
        font-size: 28px;
        line-height: 32px
    }
}

@media only screen and (max-width:480px) {
    a.logo svg {
        width: 120px
    }
    .wpcf7 input.wpcf7-text,
    .wpcf7-form textarea {
        max-width: 300px
    }
    .wp-post-navigation div {
        width: 145px!important
    }
    .heading-line {
        font-size: 24px
    }
}

@media only screen and (max-width:365px) {
    a.logo svg {
        width: 110px
    }
    .survey-tab {
        width: 100px;
        font-size: 14px
    }
    ul#menu-top-menu li a {
        padding-left: 10px;
        padding-right: 10px
    }
    .footer-logos .inner.svg1,
    .footer-logos .svg1 svg {
        width: 123px
    }
}

@media only screen and (max-width:320px) {
    a.logo svg {
        width: 90px
    }
    .survey-tab {
        width: 96px
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 0!important
}

.landing-form {
    position: absolute;
    overflow: hidden;
    background-color: #1090cc;
    color: #fff;
    padding: 20px;
    border: 1px solid #fff;
    border-top: none;
    height: auto;
    right: 0;
    margin: 0 15px 0 0;
}

.landing-form p {
    color: #fff;
    padding: 5px 0;
}

.landing-form a {
    text-decoration: underline;
    color: yellow;
}

.wpcf7-form-control-wrap div {
    float: left;
}