﻿@charset "UTF-8";

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

[data-icon]:before {
    font-family: "uksr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="uksr-icon-"]:before,
[class*=" uksr-icon-"]:before {
    font-family: "uksr" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uksr-icon-fishing:before {
    content: "\61";
}

.uksr-icon-merchant:before {
    content: "\62";
}

.uksr-icon-yacht:before {
    content: "\63";
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    background: #fff;
    letter-spacing: -0.025em;
    line-height: 1.6;
    padding-top: 130px;
}

a:link, a:visited {
    color: #222364;
    font-weight: bold;
}

a:hover, a:focus {
    color: #242743;
    text-decoration: underline;
    outline-offset: 0;
}

img {
    max-width: 100%;
}

.row {
    position: relative;
}

.flex-row {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

    .flex-row.align-center {
        align-items: center;
    }

a.btn {
    color: #fff;
}

.btn.btn-primary {
    border: 0 none;
    border-radius: 0;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    background: #222364;
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background: #242743;
        outline-offset: 0;
        text-decoration: underline;
    }

.btn.btn-blue {
    background: #242743;
}

    .btn.btn-blue:hover,
    .btn.btn-blue:focus {
        background: #04194e;
        text-decoration: underline;
    }

.btn.btn-red {
    background: #ad2924;
}

    .btn.btn-red:hover,
    .btn.btn-red:focus {
        background: #9c152f;
        text-decoration: underline;
    }

.btn.btn-green {
    background: #006666;
}

    .btn.btn-green:hover,
    .btn.btn-green:focus {
        background: #044343;
        text-decoration: underline;
    }

/*navigation & header*/

.navbar-default.navbar-fixed-top {
    z-index: 10000;
    transition: all 0.2s linear;
    height: 130px;
}

.navbar-brand {
    height: auto;
}

    .navbar-brand > img {
        max-width: 150px;
    }

@media only screen and (min-width: 1025px) {
    .navbar-collapse.collapse {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        height: 130px !important;
        padding-left: 30px;
    }

        .navbar-collapse.collapse .navbar-nav {
            float: none !important;
            display: flex;
            align-items: center;
        }

    .navbar-form {
        float: none !important;
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .navbar-nav > li {
        display: flex;
        vertical-align: middle;
        align-items: center;
    }
}

.navbar-default .navbar-nav > li > a:not(.btn) {
    color: #222364;
    font-weight: bold;
}

.navbar-collapse.collapse .navbar-nav > li > a:not(.btn):hover {
    color: #242743;
    text-decoration: underline;
}
.navbar-collapse.collapse .navbar-nav > li > a:focus {
    background: #eee;
    color: #242743;
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a.btn {
    padding: 12px 30px;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
}

    .navbar-default .navbar-nav > li > a.btn:hover,
    .navbar-default .navbar-nav > li > a.btn:focus {
        text-decoration: underline;
        background: #9c152f;
    }

.navbar.navbar-default.navbar-fixed-top {
    background: #fff;
}

.navbar-default .navbar-nav > .active > a:not(.btn),
.navbar-default .navbar-nav > .active > a:not(.btn):focus,
.navbar-default .navbar-nav > .active > a:not(.btn):hover {
    background: transparent;
    text-decoration: underline;
}

.navbar-form .form-control, .navbar-form .btn {
    border: 0 none;
    border-radius: 0;
    background: transparent;
    color: #000;
    box-shadow: none;
}

    .navbar-form .btn .glyphicon {
        font-size: 25px;
        color: #222364;
    }

.search-wrapper {
    background: rgba(34,35,100,0.15);
}

.navbar-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}

.navbar-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #333;
}

.navbar-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #333;
}

.navbar-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #333;
}

.dropdown-menu {
    width: 100%;
    border: 1px solid transparent;
    border-top: 0 none;
    padding: 0;
    box-shadow: none;
    z-index: 10000;
    background-color: #fff;
    display: block;
    height: 0;
    overflow: hidden;
}

.navbar-default .navbar-nav > .open > .dropdown-menu {
    height: inherit;
    overflow: visible;
    border: 1px solid #eee;
}

    .dropdown-menu > li > a {
        padding: 10px 20px;
        border-top: 1px solid #eee;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: underline;
    }

    .dropdown-menu > li:first-child > a {
        border-top: 0 none;
    }

.navbar-default .navbar-nav > a:focus,
.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #eee;
    text-decoration: underline;
}



/*scrolled navbar*/

.navbar.navbar-default.navbar-fixed-top.scrolled {
    z-index: 10000;
    height: 80px;
}

.scrolled .navbar-brand > img {
    max-width: none;
    max-height: 60px;
}

.scrolled .navbar-brand {
    padding: 10px;
}

.scrolled .navbar-collapse.collapse {
    height: 80px !important;
}
/*.scrolled .navbar-form {
	display: none;
}
*/
/*homepage carousel*/

.row.slider > div {
    padding: 0;
}

/*
.carousel-inner:after,
.jumbotron:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	z-index: 9001;
background: -moz-linear-gradient(top, rgba(31,39,61,0.9) 0%, rgba(37,50,85,0.85) 30%, rgba(51,77,142,0) 100%);
background: -webkit-linear-gradient(top, rgba(31,39,61,0.9) 0%,rgba(37,50,85,0.85) 30%,rgba(51,77,142,0) 100%);
background: linear-gradient(to bottom, rgba(31,39,61,0.9) 0%,rgba(37,50,85,0.85) 30%,rgba(51,77,142,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61f273d', endColorstr='#00222364',GradientType=0 );
}
    */
.carousel-inner .item {
    height: 55vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    /*box-shadow: inset 0 -10px 50px rgba(0,32,114, 0.3);*/
}

    .carousel-inner .item:after {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: -moz-radial-gradient(center, ellipse cover, rgba(0,23,80,0.95) 0%, rgba(48,74,138,0) 80%, rgba(51,77,142,0) 83%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,23,80,0.95) 0%,rgba(48,74,138,0) 80%,rgba(51,77,142,0) 83%);
        background: radial-gradient(ellipse at center, rgba(0,23,80,0.95) 0%,rgba(48,74,138,0) 80%,rgba(51,77,142,0) 83%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9001750', endColorstr='#00222364',GradientType=1 );
    }

.jumbotron:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0,23,80,0.5);
}

.carousel:hover .carousel-caption,
.carousel:focus .carousel-caption,
.carousel.contrast .carousel-caption {
    background-color: transparent;
    z-index: 10;
}

.carousel-caption a:focus,
.carousel-caption a:hover {
    color: white;
}

.carousel-control.right,
.carousel-control.left {
    background: none !important;
    color: #fff;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 30%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 30%;
}

.carousel-caption {
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

    .carousel-caption a {
        max-width: 100%;
    }

    .carousel-caption h2,
    .carousel-caption p {
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 1px rgba(0,0,0,.9);
        max-width: 100%;
        position: relative;
    }

.carousel-control {
    z-index: 9999;
}

.row.slider {
    position: relative;
    border-bottom: 15px solid #222364;
}

/*icon links*/

.row.icon-links {
    border-top: 5px solid #222364;
    margin-top: 1px;
}

.icon-links {
    text-align: center;
    padding: 40px 0 40px;
}

    .icon-links .h2 {
        padding-bottom: 40px;
    }

    .icon-links i {
        font-size: 90px;
        background: #eee;
        border-radius: 100px;
        display: inline-block;
        height: 150px;
        width: 150px;
        border: 10px solid #99a6c7;
        vertical-align: middle;
        padding-top: 11px;
    }

    .icon-links img {
        /*	background: #eee;
	border-radius: 100px;*/
        display: inline-block;
        height: 150px;
        width: 150px;
        /*	border: 10px solid #99a6c7;*/
        vertical-align: middle;
    }

    .icon-links .h3 {
        font-size: 40px;
    }

    .icon-links a:hover,
    .icon-links a:focus {
        text-decoration: underline;
    }

    /*.icon-links a:hover i,
.icon-links a.showing i,
.icon-links a:hover img {
  background-color: #ad2924;
  color: #fff;
  border-color: #9c152f;
}*/

    .icon-links .row > div {
        position: static;
    }

    .icon-links .row {
        position: relative;
    }

    .icon-links .h3,
    .icon-links h3 {
        font-size: 24px;
    }

@media (min-width: 768px) {
    .row.icon-links-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .icon-links .h3,
    .icon-links h3 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .icon-links .h3,
    .icon-links h3 {
        font-size: 40px;
    }
}

.icon-info-panel {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    background: #eee;
    padding: 30px;
    display: none;
}

.icon-links .row > div:first-of-type .icon-info-panel {
    display: block;
}

.hover-icon {
    margin-bottom: 0;
    display: block;
}

    .hover-icon::after {
        content: '';
        width: 30px;
        height: 30px;
        background: #eee;
        display: none;
        margin: 0 auto;
        transform: rotate(45deg);
        position: relative;
        top: 15px;
    }

    .hover-icon.showing::after {
        display: block;
    }

/*grid items*/

.row.grid-items {
    background: rgba(34,35,100,0.15);
    padding: 40px 0 20px;
}

.grid-items .row > div {
    margin-bottom: 20px;
}

.grid-items h2 {
    text-align: center;
    margin-top: 0;
    padding-bottom: 40px;
}

.grid-items a:hover,
.grid-items a:focus {
    text-decoration: underline;
}

a:hover .grid-item,
a:focus .grid-item {
    background-color: #000;
    text-decoration: underline;
}
.grid-item {
    background-color: #222364;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 50px 15px 20px;
    color: #fff;
    position: relative;
    height: 100%;
}

    .grid-item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(34,35,100,0.65);
        z-index: 5001;
        transition: all 0.2s linear;
    }

    .grid-item:after {
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -17px;
        font-size: 26px;
        z-index: 5002;
    }

    .grid-item > * {
        z-index: 5003;
        position: relative;
    }

    .grid-item p {
        font-size: 14px;
        letter-spacing: -0.01em;
    }

.grid-items a:hover .grid-item:before,
.two-col-content a:hover .grid-item:before,
.grid-items a:focus .grid-item:before,
.two-col-content a:focus .grid-item:before,
.grid-items a:active .grid-item:before,
.two-col-content a:active .grid-item:before {
    background-color: rgba(34,35,100,0.9);
    text-decoration: underline;
}

.landing-container .grid-items {
    background: #fff;
}

    .landing-container .grid-items .row > div {
        margin-bottom: 20px;
    }

/*case studies*/

.case-studies h2 {
    margin-top: 0;
}

.row.case-studies {
    padding: 40px 0;
}

.case-studies .row > div {
    padding-top: 20px;
    padding-bottom: 40px;
}

/*news*/

.news {
    background: #eee;
    padding: 40px 0;
}

    .news .thumbnail {
        border: 0 none;
        border-radius: 0;
        height: 325px;
        position: relative;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        float: left;
        width: calc(50% - 15px);
    }

    .news .row > div > a:nth-child(2n) > div.thumbnail {
        float: right;
    }

    .news .thumbnail .caption {
        position: absolute;
        background: rgba(255,255,255,0.75);
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px;
        transition: background 0.3s linear;
    }

    .news .thumbnail:hover .caption,
    .news .thumbnail:focus .caption {
        background: rgba(255,255,255,0.9);
    }

    .news a:focus .thumbnail .caption,
    .news a:hover .thumbnail .caption {
        text-decoration: underline;
    }


    .news .thumbnail .caption h4 {
        margin: 0;
        color: #222364;
    }

    .news .thumbnail p {
        display: none;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 14px;
        letter-spacing: -0.01em;
    }

    .news .date {
        font-size: 12px;
        color: #575757;
        text-transform: uppercase;
    }

    .news .btn {
        margin-top: 20px;
    }

/*footer*/

.row.footer {
    padding: 60px 0;
    font-size: 14px;
    border-top: 5px solid #ad2924;
    margin-top: 1px;
    letter-spacing: -0.01em;
}

.footer:before {
    content: '';
    width: 100%;
    height: 15px;
    background: #ad2924;
    position: absolute;
    top: 1px;
}

.footer img {
    max-width: 120px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.footer p:first-of-type, .footer p:nth-of-type(2) {
    font-weight: bold;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none outside none;
    text-align: right;
}

    .footer-menu li {
        display: inline-block;
        vertical-align: middle;
    }

    .footer-menu a {
        padding: 10px 0 10px 20px;
        font-size: 14px;
        letter-spacing: -0.01em;
    }

    .footer-menu li:last-child a {
        padding-left: 10px;
    }

.footer .row div:last-child {
    text-align: right;
}

.footer i {
    font-size: 36px;
    padding: 10px 0 10px 10px;
    color: #242743;
}

.footer a:hover i,
.footer a:focus i {
    color: #ad2924;
}

.footer .form .form-control {
    border-radius: 0;
    padding: 16px;
    height: auto;
    position: relative;
    top: 0;
    font-weight: bold;
    min-width: 250px;
}

.footer .form.form-inline {
    margin-bottom: 40px;
}

/*landing header*/

.jumbotron {
    position: relative;
    padding-top: 170px;
    margin: 0;
    border-bottom: 15px solid #222364;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #222364;
}

    .jumbotron h1 {
        color: #fff;
        z-index: 5005;
        position: relative;
        text-shadow: 1px 1px 0 #000;
    }

.breadcrumbs {
    border-top: 5px solid #222364;
    margin-top: 1px;
}

.breadcrumb {
    background: transparent;
    padding: 10px 0;
    border-radius: 0;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #eee;
}

    .breadcrumb a {
        font-weight: normal;
    }

.full-width-content {
    padding-bottom: 20px;
}

.two-col-content .row > div.main-column:first-child {
    padding-right: 100px;
}

.body-content {
    padding: 20px 0 0px;
}

.embed-responsive {
    margin-bottom: 0px;
    margin-top: 50px;
}

.accordion-block {
    margin: 40px 0;
}

    .accordion-block h2 {
        margin-bottom: 20px;
    }

.panel {
    background: #ffffff;
    border: 1px solid #99a6c7;
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
    border-color: transparent;
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 15px 50px 15px 20px;
    position: relative;
}

    .panel-default > .panel-heading:hover,
    .panel-default > .panel-heading:focus,
    .panel-default > .panel-heading.open {
        background: rgba(34,35,100,0.15);
    }

    .panel-default > .panel-heading:after {
        content: '\f067';
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -15px;
        color: #242743;
    }

    .panel-default > .panel-heading.open:after {
        content: '\f068';
    }

.two-col-content .grid-item {
    height: auto;
    margin-bottom: 40px;
}

.two-col-content .rich-text-widget {
    padding: 15px 50px 15px 20px;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}

    .two-col-content .rich-text-widget.rtw-red-bg {
        background-color: #ad2924;
    }

        .two-col-content .rich-text-widget.rtw-red-bg a {
            color: #fff;
            font-weight: bold;
        }

.two-col-content .register-widget {
    margin-bottom: 40px;
}

.two-col-content .register-icon {
    margin-bottom: 15px;
    display: block;
}

.two-col-content .register-widget i {
    font-size: 42px;
    background: #eee;
    border-radius: 50px;
    display: inline-block;
    height: 70px;
    width: 70px;
    border: 5px solid #99a6c7;
    vertical-align: middle;
    padding-top: 1px;
    text-align: center;
    float: left;
}

.two-col-content .register-widget img {
    display: inline-block;
    height: 70px;
    width: 70px;
    vertical-align: middle;
    text-align: center;
    float: left;
}

.two-col-content .register-widget h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding-left: 85px;
    padding-top: 20px;
}

.two-col-content .register-widget a:hover,
.two-col-content .register-widget a:focus {
    text-decoration: none;
}

.watermark {
    position: absolute;
    height: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.1;
    text-align: right;
}

    .watermark img {
        height: 100%;
        width: auto;
    }

/*clocks*/

.clocks {
    padding: 30px 0 0;
}

.jcgmt-container .jcgmt-lbl {
    background: none;
    text-transform: uppercase;
    font-size: 12px;
}

.jcgmt-sec {
    display: none;
}

/* Implementation updates >>> */
.fee-calculator, .form-content {
    padding: 10px 0 20px 0;
}

.field-validation-error {
    color: #a94442;
    font-size: 14px;
}

.pagination > .active > a:hover,
.pagination > .active > a:focus {
    background-color: #286090;
}

.form-inline .field-validation-error {
    position: absolute;
    display: block;
}

.form-inline p.field-validation-error {
    position: relative;
}
/* <<< Implementation updates */

/* Updates July >>> */
.container-fluid + .container-fluid {
    padding-top: 60px;
}

.watermark {
    height: 100%;
    max-height: 250px;
}
/* <<< Updates July */

/* News listing >>> */
.news-item, .cs-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

    .news-item:first-child, .cs-item:first-child {
        margin-top: 30px;
        border-top: 1px solid #ddd;
        padding-top: 30px;
    }

    .news-item .date {
        font-size: 14px;
        color: #777;
    }
/* <<< News listing*/

/* Search results >>> */
.search-results ul:not(.pagination) {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

    .search-results ul:not(.pagination) li a {
        font-size: 22px;
    }

    .search-results ul:not(.pagination) li {
        padding: 30px 0;
        border-bottom: 1px solid #ddd;
    }

        .search-results ul:not(.pagination) li:first-child {
            border-top: 1px solid #ddd;
        }
/* <<< Search results */

/* Fee calculator >>> */
.landing-container .icon-links {
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.fee-indicator .panel-primary > .panel-heading {
    background: #f1f3f9;
    border: 0;
    color: #337ab7;
    border-radius: 0;
    position: relative;
}

    .fee-indicator .panel-primary > .panel-heading a:after {
        content: "\e253";
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 13px;
    }

    .fee-indicator .panel-primary > .panel-heading a.collapsed:after {
        content: "\e252";
    }

.fee-indicator .panel-title {
    font-size: 24px;
    color: #222364;
}

.panel-heading > .fee-table {
    font-size: 24px;
}

.fee-table {
    width: 100%;
    display: table;
}

.ft-description, .ft-fee {
    display: table-cell;
    padding-right: 40px;
}

.ft-description {
    width: 75%;
}

.ft-fee {
    width: 25%;
    text-align: right;
}

.total .panel-heading {
    background: #f6f6f6 !important;
}

.total .ft-description {
    color: #333;
}

.total-annual .ft-fee {
    color: #ad2924;
}

.extra-tables .ft-description {
    background: #f6f6f6;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
}

.extra-tables .ft-fee {
    background: #f1f3f9;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
/* <<< Fee calculator */

/*popup styles*/
.modal {
    z-index: 10000;
}

    .modal.in {
        display: flex !important;
        justify-content: center;
        align-items: center;
        background: rgba(0,0,0,0.5);
    }

.modal-body {
    padding: 20px;
}

    .modal-body p {
        margin-bottom: 20px;
    }

.modal-footer {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .modal .btn {
        padding: 10px 20px;
    }
}

/*new styles - GDPR updates*/

.newsletter-subscribe {
    max-width: 600px;
}

    .newsletter-subscribe p {
        font-weight: normal !important;
        margin-bottom: 15px;
    }

    .newsletter-subscribe .btn {
        margin-bottom: 20px;
    }

.footer-menu {
    clear: both;
}

.main-column .form .form-control {
    border-radius: 0;
    padding: 16px;
    height: auto;
    position: relative;
    top: 0;
    font-weight: bold;
    min-width: 250px;
    width: 100%;
    max-width: 300px;
}

#newsletterSignupContent {
    padding-top: 15px;
}
#newsletterSignupContent .btn {
    margin-top: 10px;
}

.main-column .form.form-inline {
    margin-bottom: 40px;
}

.main-column .form.form-inline .form-group {
    display: block;
    margin-bottom: 10px;
}

.main-column .form .form-control[type="checkbox"] {
    width: auto;
    min-width: 0px;
    margin-right: 10px;
    top: -3px;
}

.CookieDeclaration {
    display: none;
}
