<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.step form .checkbox {
    margin-bottom: 8px;
}

.step form .checkbox input {
    width: 20px !important;
    padding: 0;
    height: 20px;
    margin: 0;
    margin-right: 6px;
}

.step form .checkbox label {
    font-weight: 400;
    height: 20px;
    text-transform: initial;
    margin: 0;
    vertical-align: 5px;
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media screen and (min-width: 992px){
    .container {
        max-width: 970px;
    }
}

@media screen and (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}

.container {
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: auto;
}

.login-container {
    background-color: #fff;
    padding: 10px 15px;
    color: #000;
    position: relative;
}

.login-container h3 {
    font-weight: 700;
    color: #178d84;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.login-container .login-tabs {
    position: relative;
    z-index: 1;
}

.login-container .tablist {
    list-style: none;
    padding: 0;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
    display: flex;
}

.login-container .tablist li {
    display: flex;
    flex: 1;
    float: none;
}

.login-container .tablist li a {
    height: 50px;
    font-size: 16px;
    margin-left: 0;
    background: #dedede;
    border: 0;
    flex: 1;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.login-container .tablist li a:first-child {
    border-right: 1px solid #fff;
}

.login-container .tablist li a:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.login-container .tablist li a:last-child {
    border-left: 1px solid #fff;
}

.login-container .tablist li a.active {
    background: #178d84;
    color: #fff;
    cursor: default;
    position: relative;
}

#IDlogin {
    margin: 20px 0;
    text-align: left;
}

.form-style {
    display: none;
}

.form-style button {
    cursor: pointer;
}

.form-style label {
    color: #333;
}

.form-style label span {
    color: #000;
}

.form-style input {
    background: #f1f1f1;
    border: 1px solid #ddd;
}

.form-style a {
    height: 37px;
    line-height: 14px !important;
    display: inline-block !important;
}

.errormsg {
    background: #f772655c;
    border: 1px solid #d41717;
    padding: 10px 10px 10px 10px;
    text-align: left;
    box-sizing: border-box;
    margin-top: 15px;
}

.errormsg i {
    color: #a70808;
    font-size: 25px;
    vertical-align: -3px;
}

.errormsg a {
    display: inline-block !important;
    color: #178d84 !important;
}

.infomsg {
    background: #a2daff;
    border: 1px solid #2980b9;
    padding: 10px 10px 10px 10px;
    text-align: left;
    box-sizing: border-box;
    margin-top: 15px;
}

.infomsg i {
    color: #2980b9;
    font-size: 25px;
    vertical-align: -3px;
}

.infomsg a {
    display: inline-block;
    color: #178d84;
}

.sid-code {
    font-size: 24px;
}

.sid-code span {
    font-weight: 700;
}

.chosen-container-single .chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/arrowdown.png) right no-repeat #f6f6f6;
    background-size: contain;
    border-radius: 3px;
    margin-bottom: 26px;
    color: #292d30;
    height: 37px;
    border: 1px solid #e8e8e8;
    padding: 0 13px;
    font-size: 16px;
    box-shadow: none;
}

.chosen-container-single .chosen-single span {
    padding-top: 5px;
}

.chosen-container-single .chosen-single div b {
    margin-top: 5px;
}

.form-style a.cancel {
    vertical-align: 3px;
    margin-left: 5px;
    background: #2c3e50;
}

.button,
.inlineblock {
    display: inline-block;
}

.main-menu ul li,
.sidemenu .sidebar-menu li {
    list-style-type: none;
}

.sidemenu .sidebar-menu .sub-menu li.menu-item-has-children,
body {
    position: relative;
}

.button,
.main-menu ul li a,
.sidemenu .menu&gt;li&gt;a,
.uppercase {
    text-transform: uppercase;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
}

a {
    text-decoration: none;
    transition: border-color 0.2s ease;
    transition: color 0.2s ease;
    transition: background-color 0.2s ease;
}

h1 {
    font-size: 85px;
}

h2 {
    font-size: 46px;
}

h2.larger {
    font-size: 50px;
}

h2.smaller {
    font-size: 40px;
}

h3 {
    font-size: 24px;
}

h3.bigger {
    font-size: 26px;
}

h4,
h4.smaller {
    font-size: 22px;
}

.h5,
h5 {
    font-size: 18px;
}

h5.large {
    font-size: 20px;
}

input {
    line-height: 19.2px;
    padding: 8px 13px;
    color: #292c31;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

::-webkit-input-placeholder {
    color: #292c31;
}

:-moz-placeholder {
    color: #292c31;
    opacity: 1;
}

::-moz-placeholder {
    color: #292c31;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #292c31;
}

area:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

div.wpcf7-response-output {
    margin: 10px 0 1em;
    padding: 0.2em 1em;
}

div.wpcf7-validation-errors {
    border: 2px solid #fcc02f;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border: none;
    padding: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.clear {
    clear: both;
}

.verticalcenter {
    vertical-align: middle;
}

.button.bluebg .fa-angle-right,
.button.bluedark .fa-angle-right,
.button.bluegrad .fa-angle-right,
.button.lightblue .fa-angle-right,
.button.whitebg .fa-angle-right,
.button.yellowborder .fa-angle-right {
    margin-right: 9px;
    line-height: 22px;
    vertical-align: bottom;
    font-size: 14px;
}

.bold {
    font-weight: 700;
}

.normal {
    font-weight: 400;
}

.button {
    padding: 10px 26px;
    border-width: 1px;
    border-style: solid;
}

.button.blue {
    background-color: #178d84;
    color: #fff;
    border-color: #299ec4;
}

.button.yellowborder {
    border-color: #efab08;
    color: #151515;
    transition: color 0.2s ease;
    transition: background-color 0.2s ease;
}

.button.yellowborder .fa-angle-right {
    color: #ce0000;
}

.button.lightblue {
    background-color: #fff;
    border-color: #ebebeb;
    color: #178d84;
}

.button.lightblue .fa-angle-right {
    color: #ce0000;
}

.button.lightblue:hover {
    background-color: #178d84;
    color: #fff;
}

.button.lightblue:hover .fa-angle-right {
    color: #83d9d2;
}

.button.bluegrad {
    background: #c9f5e4;
    background: -moz-linear-gradient(top, #c9f5e4 0, #aaebcb 100%);
    background: -webkit-linear-gradient(top, #c9f5e4 0, #aaebcb 100%);
    background: linear-gradient(to bottom, #c9f5e4 0, #aaebcb 100%);
    color: #070808;
    border: none;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.button.bluegrad .fa-angle-right {
    color: #ce0000;
}

.button.bluegrad:hover {
    background: #dffdf1;
    background: -moz-linear-gradient(top, #dffdf1 0, #c7f4df 100%);
    background: -webkit-linear-gradient(top, #dffdf1 0, #c7f4df 100%);
    background: linear-gradient(to bottom, #dffdf1 0, #c7f4df 100%);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.button.yellowgrad {
    background: #f7cb44;
    background: -moz-linear-gradient(top, #f7cb44 0, #fcbf2d 100%);
    background: -webkit-linear-gradient(top, #f7cb44 0, #fcbf2d 100%);
    background: linear-gradient(to bottom, #f7cb44 0, #fcbf2d 100%);
    color: #070808;
    border: none;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.button.yellowgrad:hover {
    background: #ffe84d;
    background: -moz-linear-gradient(top, #ffe84d 0, #ffd247 100%);
    background: -webkit-linear-gradient(top, #ffe84d 0, #ffd247 100%);
    background: linear-gradient(to bottom, #ffe84d 0, #ffd247 100%);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.newsowl .owl-stage-outer {
    padding-bottom: 40px;
}

.bgimg,
.owl-carousel .slide-content {
    background-repeat: no-repeat;
    background-size: cover;
}

.button.whitebg {
    background-color: #fff;
    border-color: #fff;
    color: #010101;
}

.button.whitebg .fa-angle-right {
    color: #ce0000;
}

.button.bluebg {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
}

.button.bluebg .fa-angle-right {
    color: #83d9d2;
}

.button.bluebg:hover {
    background-color: #fff;
    color: #010101;
    border-color: #fff;
}

.button.bluebg:hover .fa-angle-right {
    color: #ce0000;
}

.button.bluedark {
    color: #fff;
    background-color: #178d84;
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
}

.button.bluedark .fa-angle-right {
    color: #8ed2f5;
}

.button.bluedark:hover .fa-angle-right,
.white {
    color: #fff;
}

.button.bluedark:hover {
    background-color: #168279;
    color: #fff;
    border-color: #168279;
}

.whitebg {
    background-color: #fff;
}

.whitebg-transp {
    background-color: rgba(255, 255, 255, 0.95);
}

.bluebg {
    background-color: #178d84;
}

.yellowbg {
    background-color: #fcc02f;
}

.lbluebg {
    background-color: #ebf5ff;
}

.ldarkerbluebg {
    background-color: #e0f2fe;
}

.blue {
    color: #178d84;
}

.centeralign {
    text-align: center;
}

.lblueborder {
    border: 1px solid #dfeaf5;
}

.button.whitebg:hover {
    background-color: #178d84;
    border-color: #178d84;
    color: #fff;
}

.button.whitebg:hover .fa-angle-right {
    color: #fff;
}

.bluebg .button.whitebg:hover {
    background-color: #fcc02f;
    border-color: #fcc02f;
    color: #010101;
}

.bluebg .button.whitebg:hover .fa-angle-right {
    color: #ce0000;
}



.header .button {
    padding: 9px 22px;
}

.header .fa-angle-right {
    font-size: 14px;
    color: #8ed2f5;
    margin-right: 9px;
}

.header .organisations {
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.error404,
.page-template-default,
.page-template-join-template,
.page-template-story-template {
    background-color: #ebf5ff;
}

.page-template-story-template .owl-dots {
    display: none;
}

.page-template-default.home {
    background-color: #fff;
}

.error404 .container,
.page-template-default .container,
.page-template-join-template .container {
    padding: 34px 0 67px;
    overflow: hidden;
}

.error404 .footer .container,
.error404 .header .container,
.page-template-default .footer .container,
.page-template-default .header .container,
.page-template-join-template .footer .container,
.page-template-join-template .header .container {
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    color: #151515;
    font-weight: 700;
    font-size: 26px;
    padding: 25px 0;
    margin: 0 27px;
    display: block;
    border-bottom: 2px solid transparent;
}

.main-menu ul .current-menu-item a,
.main-menu ul .current-page-ancestor a,
.main-menu ul li a:active,
.main-menu ul li a:hover {
    color: #178d84;
    border-bottom-color: #178d84;
}

.sidemenu {
    width: 300px;
}

.sidemenu .sidebar-menu li a {
    display: block;
}

.sidemenu .sidebar-menu .sub-menu {
    background-color: #fff;
    padding-bottom: 13px;
    margin-bottom: 25px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p {
    margin-bottom: 24px;
}

.sidemenu .sidebar-menu .sub-menu li a {
    color: #0f0f0f;
    border-bottom: 1px solid #f1f1f1;
    line-height: 45px;
    padding: 3px 27px;
}

.sidemenu .sidebar-menu .sub-menu li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #c6260c;
    margin-right: 8px;
}

.sidemenu .sidebar-menu .sub-menu li a:hover {
    background-color: #178d84;
    border-color: #178d84;
    color: #fff;
}

.sidemenu .sidebar-menu .sub-menu li a:hover:before {
    color: #fff;
}

.sidemenu .sidebar-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.sidemenu .sidebar-menu .sub-menu li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    left: 300px;
    top: 0;
    width: 300px;
    background-color: #178d84;
}

.sidemenu .sidebar-menu .sub-menu li.menu-item-has-children .sub-menu a {
    border-color: #048ab6;
    color: #fff;
}

.sidemenu .sidebar-menu .sub-menu li.menu-item-has-children .sub-menu a:before {
    color: #fff;
}

.sidemenu .sidebar-menu .sub-menu li.menu-item-has-children .sub-menu a:hover {
    background-color: #017094;
}

.sidemenu .sidebar-menu .sub-menu&gt;li.reditem&gt;a {
    background-color: #c6260c;
    color: #fff;
}

.sidemenu .sidebar-menu .sub-menu&gt;li.reditem&gt;a:hover {
    background-color: #178d84;
}

.sidemenu .sidebar-menu .sub-menu&gt;li.reditem&gt;a:before {
    color: #fcc02f;
}

.sidemenu .sidebar-menu .sub-menu&gt;li.reditem&gt;a:hover:before {
    color: #fff;
}

.sidemenu .sidebar-menu .sub-menu .current-menu-parent&gt;a {
    background-color: #178d84;
    border-color: #178d84;
    color: #fff;
}

.sidemenu .sidebar-menu .sub-menu .current-menu-parent&gt;a:before {
    color: #fff;
}

.sidemenu .sidebar-menu .current_page_item&gt;a,
.sidemenu .sidebar-menu .sub-menu .current_page_item&gt;a {
    background-color: #178d84;
    border-color: #178d84;
    color: #fff;
}

.sidemenu .sidebar-menu .current_page_item&gt;a:before,
.sidemenu .sidebar-menu .sub-menu .current_page_item&gt;a:before {
    color: #fff;
}

.sidemenu .sidebar-menu .current_page_item&gt;a:after {
    border-top-color: #178d84 !important;
}

.sidemenu .menu&gt;li&gt;a {
    background-color: #fcc02f;
    color: #4a300b;
    font-size: 20px;
    padding: 21px 27px 20px;
    line-height: 22px;
    font-weight: 700;
    position: relative;
}

.sidemenu .menu&gt;li&gt;a:hover {
    background-color: #f1b21a;
}

.sidemenu .menu&gt;.menu-item-has-children&gt;a:after {
    position: absolute;
    bottom: -8px;
    right: 14px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fcc02f;
    clear: both;
}

.content.havingsidebar {
    padding-left: 368px;
}

.error404 .content.havingsidebar {
    min-height: 400px;
    text-align: center;
}

.content img {
    max-width: 100%;
    height: auto;
}

.content p {
    line-height: 24px;
}

.displaynone,
.mobile {
    display: none;
}

.upper_navbar {
    padding: 8px 0 10px;
}

.middle_nav {
    padding: 16px 0 0 18px;
    background-color: #fff;
}

.navbar-brand img {
    height: 66px;
    width: auto;
}

.navbar-brand .logo-text {
    font-size: 32px;
    line-height: 75px;
    color: #2a928b;
    font-weight: 700;
}

.navbar-brand .footer-logo-text {
    font-size: 24px;
    color: #2a928b;
    font-weight: 700;
}

.navbar-brand:hover img {
    opacity: 0.8;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#navbar-toggle,
#sidebar-toggle {
    position: relative;
    padding: 17px 14px 20px;
    background-color: transparent;
    background-image: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
    margin: 0;
    border: none;
}

#navbar-toggle .icon-bar,
#sidebar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 12px;
    border-radius: 1px;
    border-bottom: 4px solid #070808;
}

.join,
.login,
label.category {
    border-radius: 3px;
}

#sidebar-toggle {
    background-color: #fcc02f;
    margin-left: 20px;
    margin-bottom: 20px;
}

.join {
    margin-left: 12px;
}

.submit.join {
    margin-left: 0;
}

.submit.join.disabled {
    display: none;
}

.row {
    margin: 0 -10px;
}

.loodrow:after {
    content: "";
    display: table;
    clear: both;
}

.loodcolumn {
    float: left;
    width: 25%;
}

#getpost {
    width: 100%;
    overflow: hidden;
}

#getpost table {
    width: 100% !important;
}

.impact .column {
    padding: 10px;
}

.column {
    padding: 5px;
    max-width: 285px;
    margin: 0 auto;
}

.fourcolumn {
    max-width: 25%;
    transition: color 0.2s ease;
    transition: background-color 0.2s ease;
}

.fourcolumn p {
    line-height: 22px;
}

.filtercontent .four,
.filtercontent .four .posdesc {
    max-width: 290px;
}

.fivecolumn {
    width: 20%;
}

.sixcolumn {
    width: 16.66666%;
    padding: 8px;
}

.sixcolumn img {
    max-width: 100%;
    height: auto;
}

.refresh-map {
    position: absolute;
    color: #3f8cbe;
    font-size: 14px !important;
    font-weight: 700;
    cursor: pointer;
}

.refresh-map:active,
.refresh-map:hover {
    color: #f3c239;
}

.halfcolumn {
    width: 50%;
}

.filtratelarge {
    width: 56%;
}

.filtratesmall {
    width: 44%;
}

.fcolumn {
    max-width: 377px;
    width: 33.33%;
    padding-bottom: 177px;
    line-height: 21px;
    position: relative;
}

.modal,
label.category:after {
    width: 100%;
    height: 100%;
    top: 0;
}

.fcolumn .address {
    margin: 26px 0 24px;
}

.fcolumn .yellowbg a:hover {
    color: #028d67;
}

label.category {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    background-color: #e9e9e9;
    display: inline-block;
    cursor: pointer;
    padding: 13px 13.5px;
    margin-bottom: 9px;
    margin-right: 15px;
    position: relative;
}

label.category:after {
    content: "";
    position: absolute;
    right: 0;
    opacity: 0;
    color: #178d84;
}

.modal {
    display: none;
    position: fixed;
    z-index: 16;
    left: 0;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: fit-content;
    position: relative;
    z-index: 25;
}

.owl-nav div div,
label.category.checked {
    background-color: #178d84;
}

.closemdl {
    color: #fff;
    right: -35px;
    font-size: 52px;
    top: -45px;
    padding-right: 5px;
    z-index: 2;
    position: absolute;
}

.intro .container,
.owl-nav div div {
    position: relative;
}

.closemdl:focus,
.closemdl:hover {
    color: #b7b7b7;
    text-decoration: none;
    cursor: pointer;
}

.card-vid {
    width: 560px;
    height: 315px;
}

@media screen and (max-width: 730px) {
    .card-vid {
        width: 360px;
        height: 215px;
    }
}

label.category.checked:after {
    opacity: 1;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    text-align: center;
}

.labelname {
    margin-bottom: 9px;
}

.owl-nav div div {
    border-radius: 3px;
    display: block;
    font-family: FontAwesome;
    color: #95bdca;
    min-height: 47px;
    min-width: 63px;
    z-index: 1;
}

.owl-nav div div a {
    color: #fff;
    padding: 15.5px 30px;
    display: block;
    border-radius: 3px;
}

.owl-nav div div a:hover {
    background-color: #fcc02f;
    color: #000;
}

.owl-nav div.disabled {
    opacity: 0.5;
}

.owl-nav div.disabled a:hover {
    background-color: #178d84;
    color: #fff;
    cursor: auto;
}

.owl-nav .next {
    margin-left: 9px;
}

.bluebg .owl-nav div div {
    background-color: #fff;
}

.bluebg .owl-nav div.whitebg a {
    color: #178d84;
}

.bluebg .owl-nav div.whitebg a:hover {
    color: #000;
    background-color: #fff;
    opacity: 0.5;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    height: 100%;
    margin: 0 auto;
}

.owl-carousel .owl-item {
    height: 415px;
}

.owl-carousel .slide-content {
    height: 675px;
}

.bgimg {
    background-position: center;
}

.intro .container h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 17px;
}

.owl-carousel .owl-stage {
    height: 460px;
}

#singleowl .owl-stage-outer .owl-stage .owl-item{
    max-height: 415px;
    height: 100%;
}



.intro .owl-carousel .owl-stage {
    height: 670px !important;
}

.intro .introtext {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 40px 80px;
    z-index: 3;
    text-align: center;
    color: #151515;
}

footer,
footer a {
    color: #fff;
}

footer a:hover {
    color: #028d67;
}

footer h3 {
    line-height: 24px;
}

footer h4 a {
    line-height: 30px;
}

footer .fa-map-marker {
    color: #ffd426;
    font-size: 26px;
    line-height: 21px;
    margin-left: 10px;
}

footer .yellowbg {
    position: relative;
    padding: 48px 14px 37px;
}

footer .yellowbg .generalmail,
footer .yellowbg .generalmail a,
footer .yellowbg .generalphone,
footer .yellowbg .generalphone a,
footer .yellowbg h3,
footer .yellowbg h3 a,
footer .yellowbg h4,
footer .yellowbg h4 a {
    color: #020807;
}

footer .yellowbg .fa {
    color: #cc2307;
    margin-right: 12px;
}

footer .yellowbg .generalopen {
    color: #996f04;
}

footer .yellowbg h3 {
    margin-bottom: 17px;
}

footer .yellowbg .generalmail {
    margin-top: 4px;
}

footer .yellowbg:after {
    background: #fcc02f;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: 0;
}

footer .extra_contacts {
    padding: 116px 60px 117px 77px;
    vertical-align: top;
}

footer .extra_contacts .item {
    margin-bottom: 27px;
}

footer .extra_contacts .item:last-child {
    margin-bottom: 0;
}

footer .facebook {
    background-color: #025c53;
    color: #fff;
    font-size: 25px;
    padding: 16px 23px 12px;
    position: absolute;
    top: 0;
    left: -60px;
}

footer .facebook:hover {
    background-color: #014c47;
    color: #fff;
}

footer .newsletter {
    padding: 80px 30px 0 27px;
}

footer .newsletter h5 {
    margin-bottom: 12px;
}

footer .newsletter input[type="email"] {
    max-width: 229px;
}

footer .newsletter .button {
    padding: 8px 13px;
}

footer .newsletter span.wpcf7-not-valid-tip {
    display: none;
}

footer .newsletter span:hover .fa-angle-right {
    color: #ce0000;
}

footer .fa-angle-right {
    font-size: 14px;
    color: #ffd427;
}

footer .logo.whitebg {
    padding: 25px;
    margin-bottom: 65px;
    margin-top: -1px;
}

footer .logo.whitebg img {
    max-width: 322px;
    max-height: 66px;
    width: auto;
}

.postimage {
    max-width: 290px;
    width: 100%;
    height: 184px;
    background-size: cover;
    background-repeat: no-repeat;
}

.postimage .category {
    background-color: #0f0f0f;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    padding: 5px;
    min-width: 115px;
}

.posdesc {
    padding: 34px 25px 32px 29px;
    border-top: 0;
    min-height: 300px;
}

.posdesc p {
    color: #000;
    line-height: 22px;
}

.posdesc h3 {
    font-size: 22px;
    transition: color 0.2s ease;
    transition: background-color 0.2s ease;
}

.fourcolumn:hover .posdesc {
    background-color: #fcc02f;
    border-color: #fcc02f;
}

.fourcolumn:hover h3 {
    color: #ce0000;
}

.fourcolumn:hover .yellowbg {
    background-color: #0a6059;
}

.fourcolumn:hover .button.yellowborder {
    background-color: #fff;
    border-color: #fff;
}

.goals {
    padding: 65px 10px 85px;
}

.goals .row {
    display: flex;
    margin: 47px auto 0;
}

.goals .fourcolumn {
    max-width: 285px;
    width: 100%;
}

.goals .whitebg {
    padding: 36px 25px 28px;
    min-height: 295px;
}

.goals .whitebg h3 {
    margin-bottom: 10px;
}

.goals .yellowbg {
    display: none;
    padding: 20px 0;
}

.goals a {
    color: #000;
}

.impact {
    padding: 67px 10px 52px;
}

.impact h2.centeralign {
    margin-bottom: 20px;
}

.impact .row {
    margin: 30px auto 36px;
    padding-top: 10px;
}

.impact .lblueborder {
    border-top: none;
    padding: 26px 0 5px;
    min-height: 152px;
}

.impact .fivecolumn {
    text-align: center;
}

.impact .fivecolumn .thumb {
    height: 103px;
}

.impact .fivecolumn .circle {
    border-radius: 50%;
    margin-top: -20px;
    display: inline-block;
    width: 95px;
    height: 95px;
    background-color: #188d83;
    position: relative;
}

.impact .fivecolumn img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.impact .fivecolumn:nth-child(5) img {
    max-width: 90%;
}

.events-section,
div.postsection {
    padding: 60px 10px 45px;
    min-height: 672px;
}

.events-section {
    display: none;
}

.events-section .row,
div.postsection .row {
    margin-top: 9px;
    margin-bottom: 28px;
}

.events-section .button,
div.postsection .button {
    margin-top: 20px;
}

.events-section .highline,
div.postsection .highline {
    line-height: 46px;
    margin-bottom: 20px;
}

.events-section .lblueborder {
    border-top: none;
}

.cardsection {
    padding: 148px 10px 86px;
}

.cardsection h2 {
    margin-bottom: 24px;
}

.cardsection h5 {
    margin-bottom: 30px;
    line-height: 24px;
}

.cardsection .cardcontainer img {
    max-width: 100%;
}

.partners {
    padding: 74px 10px 60px;
}

.partners .row {
    margin: 30px 0 37px;
}

.partners .whitebg.table {
    height: 145px;
    width: 100%;
}

.table {
    display: table;
}

.table .tablerow {
    display: table-row;
}

.table .tablerow .tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.table .tablerow .tablecell img {
    display: inline-block;
    max-height: 90px;
}

.locations.bgimg {
    display: none;
}

.locations {
    padding: 74px 10px 100px;
}

.locations .whitebg {
    margin: 40px 0 50px;
}

.locations .whitebg .filtratelarge {
    border-left: 1px solid #f2f3f3;
    min-height: 286px;
}

.locations .whitebg .filtratesmall {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}

.locations h2 {
    margin-bottom: 30px;
}

.locations a {
    color: #010101;
    position: relative;
    line-height: 30px;
    display: block;
}

.swapcontent,
body.single .close {
    display: none;
}

.locations a h5 {
    font-size: 15px;
    padding-left: 15px;
}

.locations a i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
}

.locations a:hover {
    color: #178d84;
}

.locations a:hover i {
    color: #c6260c;
}

.joinsection {
    padding: 264px 10px 78px;
}

.joinsection h2 {
    margin-bottom: 40px;
}

.filtrate {
    padding: 70px 40px;
}

.filtrate .container {
    font-size: 18px;
    border: 1px solid #dcedf8;
}

.filtrate .container .headline {
    color: #43474e;
    border-bottom: 1px solid #e7eaec;
    background-color: #fbfbfb;
    text-align: center;
    padding: 18px 15px 15px;
    margin-bottom: 20px;
}

.filtrate .container .filtratelarge {
    border-right: 1px solid #e7eaec;
}

.filtrate .container .filtratelarge .catcontent {
    padding: 60px 100px 90px;
    color: #2e3135;
}

.filtrate .container .filtratelarge .catcontent a {
    color: #2e3135;
}

.filtrate .container .filtratesmall {
    text-align: center;
}

.swapcontent {
    padding: 21px 10px 0;
}

.nothing {
    padding: 50px 20px;
}

.singlepost {
    position: relative;
}

.singlepost .close {
    position: absolute;
    right: 0;
    margin: 5px;
    background-color: #0f0f0f;
    color: #b1b1b1;
    line-height: 0;
    padding: 20px 15px;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    font-size: 24px;
}

.singlepost .smallcontent {
    padding: 0 188px 60px;
}

.singlepost .smallcontent h2 {
    padding: 37px 0 38px;
    line-height: 22px;
}

.singlepost .smallcontent p,
.unions p {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 24px;
}

.singlepost .smallcontent p:last-child {
    margin-bottom: 0;
}

.singlepost .thumblarge img {
    width: 100%;
    height: auto;
}

.newsowl .owl-nav div,
.owl-dots div {
    display: inline-block;
}

.owl-carousel {
    position: relative;
}

#singleowl .owl-nav div {
    margin-top: -54px;
    background-color: #178d84;
    color: #fff;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    line-height: 0;
    transition: color 0.2s ease;
    transition: background-color 0.2s ease;
}

#singleowl .owl-nav div i {
    font-size: 30px;
    line-height: 0;
}

#singleowl .owl-nav div:hover {
    color: #101011;
    background-color: #fcc02f;
}

#singleowl .owl-nav .owl-next {
    right: 27px;
    padding: 25px 19px 23px 24px;
}

#singleowl .owl-nav .owl-prev {
    left: 27px;
    padding: 25px 24px 23px 19px;
}

.newsowl .owl-nav {
    position: absolute;
    top: -66px;
    right: 0;
    width: 143px;
}

.owl-dots {
    text-align: center;
    padding: 20px 0 6px;
}

.owl-dots div {
    border-radius: 50%;
    margin: 3px;
    width: 13px;
    height: 13px;
    background-color: #178d84;
    transition: color 0.2s ease;
    transition: background-color 0.2s ease;
}

.owl-dots .owl-dot.active,
.owl-dots div:hover {
    background-color: #fcc02f;
}

.blueopacity {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.blueopacity.opened {
    background-color: rgba(7, 163, 214, 0.75);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.howtojoin .filtratelarge {
    position: relative;
}

.howtojoin .unions {
    display: none;
    position: relative;
    z-index: 1;
    padding: 50px 90px;
    background-color: #fff;
}

.howtojoin .unions strong {
    margin-bottom: 30px;
    display: block;
}

.howtojoin .unions .link {
    margin-top: 20px;
    color: #178d84;
    display: block;
}

.howtojoin .unions .link:hover {
    color: #028d67;
}

.howtojoin .unions .link:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #c6260c;
    margin-right: 8px;
}

.mapcontent {
    display: none;
}

.mapcontent .closemap {
    height: 27px;
    width: 27px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-image: url(images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.mapcontent h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.mapcontent .closemap:hover {
    background-image: url(images/closehover.png);
}

.mapcontent.absolute {
    display: block;
    position: absolute;
    top: 100px;
    z-index: 100;
    width: 100%;
}

.mapcontent.absolute .smallconteiner {
    position: relative;
    background-color: #fff;
    max-width: 470px;
    padding: 50px 33px 35px;
    margin: 0 auto;
    line-height: 30px;
}

.mapcontent.absolute .smallconteiner a {
    color: #010101;
    position: relative;
    display: block;
}

.mapcontent.absolute .smallconteiner a h5 {
    padding-left: 15px;
}

.mapcontent.absolute .smallconteiner a i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
}

.mapcontent.absolute .smallconteiner a:hover {
    color: #178d84;
}

.mapcontent.absolute .smallconteiner a:hover i {
    color: #c6260c;
}

#pagination-loader {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
    -webkit-animation: pulse 1s infinite alternate;
    animation: pulse 1s infinite alternate;
}

.smallpag {
    margin: 25px auto 0;
}

.lgpag {
    margin: 200px auto 0;
}

@-webkit-keyframes pulse {
    0%,
    100%,
    40%,
    80% {
        transform: scale(0.75);
    }
    20%,
    60% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0%,
    100%,
    40%,
    80% {
        transform: scale(0.75);
    }
    20%,
    60% {
        transform: scale(1);
    }
}

.stepsview {
    margin-bottom: 20px;
    background-color: #dce7f2;
}

.stepsview.transparent {
    background-color: transparent;
}

.stepname {
    color: #7e838b;
    background-color: #dce7f2;
    padding: 18px 40px 18px 43px;
    display: inline-block;
    position: relative;
}

.stepname:last-child:after,
.stepname:last-child:before {
    display: none;
    float: right;
}

.stepname.active:last-child:after,
.stepname.active:last-child:before {
    display: block;
}

.stepname.active {
    background-color: #178d84;
    color: #fff;
}

.stepname:after,
.stepname:before {
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.stepname:after {
    width: 0;
    height: 1px;
    border-style: solid;
    border-width: 27px 28px 29px 15px;
    border-color: transparent transparent transparent #dce7f2;
}

.stepname:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 15px;
    border-color: transparent transparent transparent #cecece;
    margin-left: 1px;
}

.stepname.active:after {
    border-color: transparent transparent transparent #178d84;
}

.stepname.active:before {
    display: none;
}

.steptitle {
    background-color: #dce7f2;
    padding: 15px 10px;
    color: #2e353a;
}

.step form .halfcolumn input,
.step form .halfcolumn select,
.step form .search label {
    background-color: #f6f6f6;
}

.steptitle h5 {
    margin-bottom: 0;
}

.step form {
    max-width: 605px;
    margin: 0 auto;
}

.step form .search label {
    width: 20%;
    display: block;
    float: left;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 37px;
    text-align: center;
    padding: 8px;
}

.step form .search input {
    width: 80%;
    float: left;
    font-size: 16px;
}

.step form .search::-webkit-input-placeholder {
    color: #9b9b9b;
    font-size: 16px;
}

.step form .search:-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
    font-size: 16px;
}

.step form .search::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
    font-size: 16px;
}

.step form .search:-ms-input-placeholder {
    color: #9b9b9b;
    font-size: 16px;
}

.step form .rows {
    margin: 0 -18px;
}

.step form .halfcolumn {
    padding: 0 18px;
}

.step form .halfcolumn label {
    text-transform: uppercase;
    color: #2e353a;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 7px;
    display: inline-block;
}

.step form .halfcolumn label .required {
    color: #cc2307;
}

.step form .halfcolumn .helper {
    font-size: 13px;
    color: #9da4ad;
    line-height: 22px;
}

.step form .halfcolumn .helper a {
    color: #45a6c5;
}

.step form .halfcolumn .helper a:hover {
    color: #178d84;
}

.step form .halfcolumn::-webkit-input-placeholder {
    color: #292d30;
    font-size: 16px;
}

.step form .halfcolumn:-moz-placeholder {
    color: #292d30;
    opacity: 1;
    font-size: 16px;
}

.step form .halfcolumn::-moz-placeholder {
    color: #292d30;
    opacity: 1;
    font-size: 16px;
}

.step form .halfcolumn:-ms-input-placeholder {
    color: #292d30;
    font-size: 16px;
}

.step form input,
.step form select {
    margin-bottom: 26px;
    color: #292d30;
    height: 37px;
    border: 1px solid #e8e8e8;
    padding: 0 13px;
    font-size: 16px;
}

.step form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/arrowdown.png) right no-repeat #f6f6f6;
    background-size: contain;
}

.step form .halfcolumn input,
.step form select {
    width: 100%;
}

.steps .step {
    display: none;
}

.steps .step.active {
    display: block;
}

.steps .whitebg {
    padding: 0 0 32px;
}

.steps .whitebg .info {
    margin: 25px 37px;
}

.centeralign.foot {
    margin-top: 32px;
}

.steps .centeralign.foot .button i {
    color: #fff;
    font-weight: 700;
    margin-left: 9px;
    margin-right: 0;
}

@media screen and (min-width: 2048px) {
    .owl-carousel .slide-content {
        background-size: 100% 100%;
    }
    .liitumine {
        background-position: unset !important;
    }
}

@media screen and (max-width: 1200px) {
    .newsowl .owl-nav,
    footer {
        text-align: center;
    }
    .goals .row {
        display: block;
    }
    .goals .fourcolumn {
        max-width: 100%;
    }
    .column {
        max-width: inherit;
    }
    .owl-item .column {
        padding: 0;
    }
    .gloals.fourcolumn {
        margin-right: 0;
    }
    .newsowl .owl-nav {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
    .fcontent {
        padding-left: 10px;
    }
    footer .yellowbg:after {
        height: 38px;
    }
    .fcolumn {
        max-width: none;
        width: 100%;
        padding-bottom: 40px;
        margin-top: 40px;
    }
    footer .facebook {
        top: -53px;
        left: 0;
    }
    .mobilesm {
        max-width: 500px;
        text-align: left;
        margin: 0 auto;
    }
    .mobilesm .button.floatright {
        display: inline-block;
        float: none;
        margin-left: 10px;
    }
    .yellowbg .mobilesm {
        padding: 0 10px;
    }
    footer .newsletter {
        padding: 80px 10px 0;
    }
    footer .extra_contacts {
        padding: 16px 30px 100px;
    }
    footer .logo.whitebg {
        width: 100%;
        text-align: center;
    }
    .prevnewsletter {
        margin: 20px 0;
        display: block;
    }
    .posdesc,
    .postimage {
        margin: 0 auto;
    }
    .maps .halfcolumn {
        width: 100%;
        max-width: 500px;
    }
    .cardcontainer {
        padding-right: 15px;
    }
    .fourcolumn {
        width: 50%;
        max-width: 100%;
    }
    .posdesc {
        max-width: 290px;
    }
    .events-section .row,
    .postsection .row {
        max-width: 650px;
        margin: 0 auto;
    }
    .events-section .highline,
    .postsection .highline {
        width: 100%;
        padding: 0 20px;
    }
    .nextprarrows {
        float: none;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .nextprarrows div {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .swapcontent {
        padding: 17px 30px 0;
    }
    .fivecolumn {
        width: 50%;
        padding-bottom: 40px;
    }
    .content.havingsidebar {
        padding-right: 10px;
    }
    .filtrate .container .filtratelarge .catcontent {
        padding-left: 30px;
        padding-right: 30px;
    }
    .stepsview {
        background-color: transparent;
    }
    .stepname:last-child:after,
    .stepname:last-child:before {
        display: block;
        float: right;
    }
    .stepname {
        width: 33.3333%;
        border: 1px solid #cecece;
        margin-bottom: -1px;
    }
    .page-template-join-template .header h2 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1100px) {
    .loodcolumn {
        width: 33.3%;
    }
    .sidemenu {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 5;
    }
    .sidemenu .sidebar-menu .sub-menu li.menu-item-has-children .sub-menu {
        position: static;
    }
    .topbar .floatright .inlineblock {
        display: block;
        margin: 10px 0;
    }
    .main-menu ul li {
        display: block;
    }
    .main-menu {
        float: none;
        display: none;
    }
    .content img,
    .mobile {
        display: block;
    }
    .menu li a {
        padding-left: 0;
    }
    .sixcolumn {
        width: 33.333333%;
    }
    .maps .halfcolumn {
        float: none;
        margin: 0 auto 30px;
    }
    .content.havingsidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content img {
        margin: 0 auto;
    }
    .filtratelarge,
    .filtratesmall {
        width: 100%;
        padding-bottom: 20px;
    }
    .singlepost .smallcontent {
        padding: 0 38px 60px;
    }
}

@media screen and (max-width: 830px) {
    .loodcolumn {
        width: 50%;
    }
    .cardsection .halfcolumn {
        width: 100%;
    }
    .cardsection .cardinfo {
        padding: 0 30px;
    }
    .goals .whitebg {
        min-height: 286px;
    }
    .stepname {
        width: 50%;
    }
}

@media screen and (max-width: 630px) {
    .filter .halfcolumn,
    .loodcolumn {
        width: 100%;
    }
    .stepname {
        display: none;
    }
    .step form {
        padding: 0 10px;
    }
    .header .button {
        padding: 9px 22px;
        display: block;
        float: none;
        max-width: 300px;
        margin: 10px auto;
        text-align: center;
    }
    .intro .introtext {
        padding: 10px;
    }
    .singlepost .smallcontent h2 {
        line-height: 62px;
    }
}

@media screen and (max-width: 530px) {
    .filtrate {
        padding: 70px 10px;
    }
    .step form .halfcolumn {
        width: 100%;
    }
    .sixcolumn {
        width: 50%;
    }
    .fivecolumn,
    .fourcolumn {
        width: 100%;
        float: none;
    }
    #owl {
        display: none;
    }
    .intro .introtext {
        position: static;
    }
    .nextprarrows {
        text-align: center;
    }
    .goals .whitebg {
        min-height: initial;
    }
    .fcontent {
        padding-left: 30px;
        padding-right: 30px;
    }
    header .logo {
        padding: 0 56px 0 10px;
    }
    header .logo img {
        max-width: 100%;
        height: auto;
    }
    .header .container {
        position: relative;
    }
    .header .container #navbar-toggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        padding: 12px 14px 5px;
    }
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.expand_container {
    width: 100%;
}

.expand_container .expand_title {
    cursor: pointer;
    margin-bottom: 0 !important;
    font-weight: 700;
}

.expand_container .expand_title:before {
    content: "\00BB";
    display: inline-block;
    color: inherit;
    margin-right: 2px;
}

.expand_title.special:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expand_container .expand_content {
    display: none;
}

.alignnone {
    float: none;
}

.card-vid-btn {
    border-color: #efab08;
    color: #151515;
    background-color: #fcc02f;
    transition: background-color 0.2s ease;
}

.card-vid-btn i {
    color: #ce0000;
}

.card-vid-btn:hover {
    background-color: #fff;
    border-color: #fff;
}

.sisene-pealkiri {
    color: #444a4f;
    font-size: 35px;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    background: rgba(221, 231, 241, 0.9);
}

.sisene-sisu {
    background: #fff;
    padding-top: 30px;
    min-height: 200px;
    padding-bottom: 60px;
}

.id-kaart,
.mobiil-id {
    height: 70px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.sisene-id,
.sisene-mobiil {
    height: 70px;
    border-radius: 0;
    border: 1px dashed #d5d8dc;
    box-shadow: none;
}

.sisene-id {
    font-style: italic;
    font-size: 18px;
    line-height: 70px;
    padding-left: 15px;
}

.btn-sisene {
    padding: 20px;
    border-radius: 2px;
    color: #fff;
    background-color: #337ab7;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn-sisene:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.idrow:after {
    content: "";
    display: table;
    clear: both;
}

.button-col {
    padding-left: 0;
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .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 {
        float: left;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
}

.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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.button.btn-default {
    color: #383838;
    background-color: #d8d8d8;
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
}

.button.btn-default:hover {
    background-color: #fbc232;
    color: #fff;
}

.button.next.button.btn-default i {
    font-size: 14px;
}

.button.bluedark .fa-angle-right {
    margin-right: 0;
    vertical-align: baseline;
    font-size: inherit;
    line-height: inherit;
}</pre></body></html>