/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
.nobg {}
body {
  /*background: #005d7b url("atlantis-preference-form-bg.jpg") no-repeat fixed; */
  background-size: cover;
  font-family: 'Atlantis', arial, verdana;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.bg{
  background: #005d7b url("https://image.d.atlantis.com/lib/fe3811717564047b7c1472/m/1/1e1cacad-495d-4eaf-a4a2-8e33af8f9f3b.jpg") no-repeat fixed; 
  background-size: cover; 
 padding-top: 75px;
 padding-bottom: 65px;
}
.nobg {
  background: #ffff;
  background-image: none;
}
.container {
  background: url("https://image.d.atlantis.com/lib/fe3811717564047b7c1472/m/1/c6866bed-e684-4264-88df-3c7181da31a5.png") repeat;

  padding-top: 80px;
  padding-bottom: 80px;
}
.accordion-body, .accordion-item, .accordion-button:not(.collapsed), .accordion-button:focus, .accordion-button {
  background: transparent url("https://image.d.atlantis.com/lib/fe3811717564047b7c1472/m/1/6ad017b6-cb5e-489b-ac55-c659d40f01ef.png") repeat;
}
.accordion-button:not(.collapsed) {
  background: transparent;
}
.nobg .container {
  background: #ffff;
  background-image: none;
  margin-top: 0px;
  padding-top: 130px;
}
.header {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}
.content {
  text-align: center;
}
.content h1 {
  font-size: 25px;
  line-height: 30px;
  color: #0057b7;
  margin-bottom: 15px;
}
.content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgb(218 220 228);
}
.accordion-button:focus {
  border-color: #dadce4;
}
.accordion {
  border: 1px thin #dadce4;
}
.accordion-button:not(.collapsed), .accordion-button {
  color: #0057b7;
}
.accordion-button {
  font-size: 17px;
  line-height: 22px;
}
.form-group {
  display: block;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group label {
  position: relative;
  cursor: pointer;
}
.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #d9dce4;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -4px;
}
.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border: 1px solid #0057b7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
  border-radius: 0px;
}
.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 30px;
  background-image: none;
  font-weight: 100;
  color: #0057b7;
  transform: translateY(-4px);
  position: absolute;
  right: 20px;
  top: 20px;
}
.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 48px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
  color: #0057b7;
  top: 12px;
}
.cta {
  width: 100%;
}
.cta input {
  width: 240px;
  background: #0057b7;
  border: 0px;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  height: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.form {
  margin-bottom: 60px;
}
.footer {
  text-align: center;
}
.sep {
  border-top: 1px solid #b4b8bb;
}
h2 {
  color: #0057b7;
  font-size: 20px;
}
.footer h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.pause {
  width: 240px;
  display: block;
  margin: 0 auto;
  background: #0057b7;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  margin-bottom: 10px;
  margin-top: 45px;
  font-weight: bold;
}
.pause:hover {
  color: #fff;
}
.unsubscribe {
  width: 238px;
  display: block;
  margin: 0 auto;
  background: #fff;
  color: #0057b7;
  text-decoration: none;
  padding: 8px 0;
  font-weight: bold;
  border: 1px solid #0057b7;
}
.unsubscribe {
  color: #0057b7;
}
a {
  text-decoration: none;
}
h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 19px;
  display: inline-block;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #0057b7;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nobg .content p {
  margin-bottom: 45px;
}
.back-link {
  color: #000 !important;
  text-decoration: underline;
  margin-top: 25px;
  display: block;
}
.back-link:hover {
  color: #000 !important;
}
#footer{
 background: #0057b7;
 width: 100%;
 padding-top: 25px;
 padding-bottom: 20px;
 
}
#footer .container{
 background: transparent;
 margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#footer ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
}
ul.social{
 float: right;
}
 ul.social li{
 display: inline-block;
 margin-right: 20px;
}
 ul.social li:last-child{
 margin-right: 0px;
}
.copyright{
 padding: 0px;
 border-top: 1px solid #ffffff;
 margin-top: 25px;
 width: 100%;
  padding-top: 25px;
 text-align: right;
 color: #fff;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .nobg .container {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .header a {
    width: 150px;
  }
  .header a img {
    width: 150px;
  }
  .header {
    margin-bottom: 25px;
  }
  .mt40 {
    margin-top: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .footer h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .form {
    margin-bottom: 30px;
  }
  .pause {
    margin-top: 30px;
  }
  .form-group {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .mb10 {
    margin-bottom: 0px;
  }
  .mblast {
    margin-bottom: 0px;
  }
  .accordion-button {
    padding-bottom: 5px;
  }
  .accordion-body {
    padding-bottom: 5px;
  }
  .pmb5 {
    margin-bottom: 5px;
  }
  .pmb10 {
    margin-bottom: 10px;
  }
  .nobg .container {
    padding-top: 50px;
  }
  .nobg .content p {
    margin-bottom: 25px;
  }
  .formcontainer {
    width: 220px;
    margin: 0 auto;
  }
  .nobg .container-fluid {
    padding: 0px;
  }
 ul.social{
 float: left;
 margin-top: 20px !important;
}
 .bg{
  padding-top: 30px;
  padding-bottom: 30px;
 }
.text-right{
padding-right: 15px;
}
#footer .container-fluid{
padding:0px;
}

}