@media only screen and (max-width: 1200px) {
	.citizen .terms-conditions {
	    width: 85% !important;
	}
	.loaded .citizen .ticker {
	    width: 97% !important;
	    font-size: 17px !important;
	    height: 43px !important;
	}
	.width-50.name, .width-50.tel {
	    width: 100% !important;
	}
	
	.width-100.email {
	    width: 93% !important;
	}
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
    width: 80% !important;
    margin: 0 auto !important;
    left: 10% !important;
}
.scriptLineBreakdown ul {margin-left: -14px;}
p.subgroup {
    margin-top: -37px !important;
    background: #690605;
    padding: 15px 20px;
    text-align: center;
    color: white;
    margin-bottom: -7px;
    width: calc(100% + 22px);
    margin-left: -11px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 21px;
    box-sizing: border-box;
}
body.loaded .ui-dialog-buttonset button:last-Child {
    background: #DDD !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
    padding-bottom: 16px !important;
}
div#thank-you {
    background: #DDD;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 36px;
    border: 2px solid whitesmoke;
    font-size: 20px;
    margin-top: 50px !important;
}

p.thank-you {
    font-size: 32px;
}
body.loaded .ui-dialog-buttonset button:first-Child {
    background: #690605 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
}
.citizen button.btn.btn-success.btn-subscribe.g-recaptcha {
    width: 100%;
    margin: 0 auto !important;
    margin-top: -10px !important;
    margin-bottom: 50px !important;
    margin-right: 0px !important;
}
body {
    background: url(/assets/images/background2.jpg);
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.group-name {
    font-weight: bolder;
    font-size: 20px;
    margin-top: 10px;
}

.width-100 hr {
    margin-bottom: 16px !important;
}
.width-100.locationTickers {
    margin-top: 15px;
}
.citizen .width-50 {
    float: left;
    width: 48%;
    margin-right: 2%;
}
span.optional {
    font-size: 10px;
    background: #dd4212;
    padding: 5px;
    color: white;
    border-radius: 5px;
    position: relative;
    top: -3px;
}
.form-wrapper {
    width: 70%;
    height: 100%;
    background: white;
    border: 1px solid #DDD;
    position: relative;
    top: 5%;
    left: 15%;
    min-height: 700px;
    box-shadow: 4px 4px 6px #ddd;
}

.citizen {
    width: 100%;
    height: 100%;
    background: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.citizen .content-window {
	background: transparent;
}

.form-header {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #DDD;
}

.form-body {
    width: 100%;
    height: calc(100% - 90px);
    overflow-y: auto;
    background: #f7f7f7d9;
}

.form-header {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #DDD;
    overflow: hidden;
    background: #3d4b5b78;
}

.form-header img {
    height: 60px;
    margin-top: 15px;
    margin-left: 20px;
}

.form-header .title {
    float: right;
    width: 200px;
    margin-top: 26px;
    margin-right: -1px;
}

.header-info {
    text-align: center;
    margin-top: 40px;
}

.big {
    font-size: 32px;
    margin-bottom: 10px;
    color: #5a8b89;
    font-weight: 500;
    text-shadow: 2px 2px 2px #DDD;
}

.small {
    font-weight: 500;
    font-size: 16px;
}

.two-split {
    width: 100%;
    height: 100%;
}

.left-side {
    width: 60%;
    float: left;
    height: calc(100% - 150px);
    margin-top: 40px;
    box-sizing: border-box;
}

.right-side {
    width: 40%;
    float: right;
    height: calc(100% - 150px);
    margin-top: 40px;
    box-sizing: border-box;
    text-align: center;
}

.right-side img {
    margin: 0 auto;
    width: 75%;
    margin-top: 15px;
}

.left-side input {
    background: white;
    width: 76%;
    height: 25px;
}

.left-side form {
    padding: 0px 33px;
}

form#subscriber-form .save-settings {
    background: transparent;
    border: 0px !important;
}

input#citizen-area-code {
    width: 34px !important;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.ticker.selected {
    background: #24667b;
    color: white;
}
.ticker {
    float: left;
    background: #ccd6d6;
    border: 1px solid #DDD;
    padding: 6px 8px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    padding-right: 23px;
    width: 47%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-right: 10px;
}
.ticker:hover {
	background: #478ba0;
	color: white;
}

.ticker input {
    width: 14px !important;
    text-align: left;
    margin-top: 6px;
    position: relative;
    top: 1px;
    margin-right: 10px !important;
    height: auto !important;
}
.ticker i {
    margin-right: 8px;
}

.left-side .text-right.mrg-top-30 {
    float: right;
    margin-bottom: 30px;
    margin-top: 33px;
    margin-right: 43px;
}
button.btn.btn-success.btn-subscribe {
    padding: 12px 25px;
}
div#terms_box {
    text-align: justify;
}

.terms-conditions input {
    width: 14px;
    position: relative;
    top: 5px;
    margin-right: 11px;
}

.terms-conditions {
    float: left;
    margin-top: 36px;
    border: 1px solid #DDD;
    padding: 2px 20px;
    border-radius: 6px;
    background: white;
    cursor: pointer;
        z-index: 9999;
    position: relative;
}

nav#filters, #coordinates, .third-party-logo, #legend {
    display: none;
}

.ui-dialog-buttonset button:first-child {
    float: right;
    background: red;
    color: white;
}

p.additional-info {
    font-size: 12px;
    text-align: justify;
}
p.text-disabled {
    padding: 10px;
    text-align: center;
    background: #6b0808;
    margin: 25px 50px;
    color: white;
}
