/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 500;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.opt-in-country {
  display: none !important;
  visibility: hidden !important;
}
a {
  outline: none;
}
html,
body {
  height: 100%;
}
html {
  position: relative;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
}
a,
[ng-click] {
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}
a img,
[ng-click] img {
  border: none;
}
input,
textarea {
  font-family: inherit;
}
h1,
h2,
p,
label {
  font-weight: inherit;
}
h1 {
  font-family: 'Google Sans', sans-serif;
}
.note {
  color: #666;
  font-size: 12px;
  font-style: italic;
}
.inner {
  position: relative;
  padding: 40px 80px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .inner {
    padding: 0 10px;
  }
}
.atmo-button,
.contact .contact-us-button,
.contact input[type="submit"] {
  padding: 15px;
  width: 200px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  font-weight: 400 !important;
  font-family: inherit;
  color: #fff;
  cursor: pointer;
  border: none;
}
.atmo-button:hover,
.contact .contact-us-button:hover,
.contact input[type="submit"]:hover,
.atmo-button:focus,
.contact .contact-us-button:focus,
.contact input[type="submit"]:focus {
  outline: none;
}
@media screen and (max-width: 500px) {
  .atmo-button,
  .contact .contact-us-button,
  .contact input[type="submit"] {
    padding: 0;
  }
}
.form input,
.form select {
  width: 100%;
  border: none;
  padding: 10px 15px;
  margin: 10px 0 5px 0;
  font-size: 15px;
}
.form select {
  display: block;
  height: 43px;
  font-size: 16px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.atmo-form input,
.atmo-form select {
  width: 100%;
  border: none;
  padding: 10px 15px;
  margin: 10px 0 5px 0;
  font-size: 15px;
}
.atmo-form input[type="text"] {
  border: 1px solid #d2d2d2;
  padding: 7px 15px;
}
.atmo-form input[type="text"].has-error {
  border-color: #f00;
}
.atmo-form select {
  width: 100%;
  background: #f0f0f0;
  font-size: 14px;
  border: none;
  background: #f0f0f0 url("/forms/static/0/images/arrow_down_blue.png") center right 15px no-repeat;
  color: #707070;
  padding: 10px;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.atmo-form select.has-error {
  border: 1px solid #f00;
}
.atmo-form select::-ms-expand {
  display: none;
}
.contact {
  background: #f7f7f7;
}
.contact input,
.contact textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.contact .inner {
  padding-top: 30px;
  padding-bottom: 60px;
}
.contact h1 {
  color: #4285f4;
  font-size: 35px;
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .contact h1 {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 500px) {
  .contact h1 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.contact h2 {
  color: #8a8a8a;
  font-size: 17px;
  font-weight: 300;
  margin: 5px 0;
}
.contact h3 {
  color: #656565;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  max-width: 900px;
}
.contact h3 a {
  outline: none;
  color: #448aff;
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .contact h3 {
    font-size: 14px;
  }
}
.contact form {
  padding-bottom: 50px;
}
.contact form label {
  font-weight: 300;
  color: #606060;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.contact form label.big {
  position: relative;
  margin-bottom: 30px;
}
.contact form label.big span {
  position: absolute;
  bottom: 0;
}
.contact form label + span {
  display: block;
}
.contact form label .label-support {
  color: #606060;
  font-style: normal;
  font-size: 75%;
  line-height: 16px;
  padding-left: 5px;
}
@media screen and (max-width: 500px) {
  .contact form label {
    font-size: 14px;
  }
  .contact form label.big.desktop-only {
    height: 30px;
  }
}
.contact form li {
  float: left;
  clear: none;
  padding-bottom: 30px;
  padding-right: 30px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  min-height: 105px;
}
.contact form li.wide {
  width: 100%;
}
.contact form li.hidden:not(.desktop-hidden-spacer) {
  display: none;
}
.contact form li.hidden.desktop-hidden-spacer {
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 800px) {
  .contact form li.hidden.desktop-hidden-spacer {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .contact form li {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact form li {
    float: none;
    padding-bottom: 20px;
  }
  .contact form li.hidden {
    display: none !important;
  }
}
.contact form input,
.contact form select,
.contact form textarea {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  border: 1px solid #ebebeb;
  border-top-color: #dcdcdc;
  width: 100%;
  font-size: inherit;
  background-color: #f0f0f0;
  height: 45px;
  color: #676767;
  display: block;
}
.contact form input.has-error,
.contact form select.has-error,
.contact form textarea.has-error {
  border-color: #f00 !important;
}
@media screen and (max-width: 800px) {
  .contact form input,
  .contact form select,
  .contact form textarea {
    width: 100%;
  }
}
.contact form select {
  background: #fff url("/forms/static/0/images/arrow_down_blue.png") center right 15px no-repeat;
  color: #707070;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact form select.has-error {
  border-color: #f00;
}
.contact form select.hidden {
  display: none;
}
.contact form label.hidden {
  display: none;
}
@-moz-document url-prefix() {
  .contact form select {
    width: 100%;
  }
  .contact form .moz-select {
    width: 100%;
    background: #fff url("/forms/static/0/images/arrow_down_blue.png") center right 15px no-repeat;
    color: #707070;
    display: block;
  }
@media screen and (max-width: 800px) {
    .contact form .moz-select {
      width: 100%;
    }
}
}
.contact form input[type="submit"] {
  padding-top: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 500px) {
  .contact form input[type="submit"] {
    padding: 10px;
  }
}
.contact form input:not([type="submit"]),
.contact form textarea {
  border: 1px solid #ebebeb;
  border-top-color: #dcdcdc;
  padding: 0 10px;
  font-size: inherit;
  font-family: inherit;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact form input:not([type="submit"]),
  .contact form textarea {
    width: 100%;
  }
}
.contact form input:not([type="submit"]):focus,
.contact form textarea:focus {
  border: 1px solid #5e94ff;
  outline: none;
}
.contact form input:not([type="submit"]).has-error,
.contact form textarea.has-error {
  border-color: #f00;
}
.contact form textarea {
  padding: 10px;
  height: 6em;
}
.contact form input[type="radio"] {
  width: auto;
  height: auto;
  display: inline;
  margin-right: 5px;
  vertical-align: top;
  border: none;
  background-color: transparent;
}
.contact form input[type="radio"] + label {
  display: inline;
  height: auto;
  margin-right: 20px;
  line-height: 1;
}
.contact .contact-us-button,
.contact input[type="submit"] {
  display: inline-block;
  background: #5080ff;
  margin-top: 25px;
}
.contact .contact-us-button:hover,
.contact input[type="submit"]:hover {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background-color: #4771e5;
}
.contact a.close {
  float: right;
}
.contact a.close img {
  width: 46px;
}
.contact.wide form li {
  width: 100%;
  float: none;
}
.interest {
  height: 135px !important;
  background: #fff !important;
}
.interest-label {
  font-size: 12px;
}
.radio-choice * {
  vertical-align: middle;
}
.form-wrapper div {
  float: left;
  clear: both;
}
.form-wrapper span {
  display: inline-block;
  width: 10px;
}
.thanks-header {
  background-color: #5080ff;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  padding: 35px 70px 35px 35px;
  text-align: center;
  color: #fff;
}
.thanks-message {
  margin: 25px;
  text-align: center;
  font-size: 13px;
  color: #333;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 500px) {
  .thanks-message {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.thanks-button {
  display: block;
  margin: auto;
  background-color: #4285f4;
  color: #fff;
  border: none;
  padding: 20px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 30px;
}
.right-side-space {
  padding-top: 70px;
}
@media screen and (max-width: 800px) {
  ul li {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
}
.next-2017 {
  max-width: inherit;
  background-color: #fff;
  padding: 50px;
}
.next-2017 label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.next-2017 li {
  display: inline-block;
  width: 48%;
  padding-bottom: 25px;
}
.next-2017 li:nth-child(odd) {
  margin-right: 3%;
}
@media screen and (max-width: 800px) {
  .next-2017 li {
    width: 100%;
  }
  .next-2017 li:nth-child(odd) {
    margin-right: 0;
  }
}
.next-2017 input,
.next-2017 select {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  color: #757575;
  font-size: 16px;
  padding: 10px;
  border-radius: 0;
}
.next-2017 select {
  color: #757575;
  font-size: 16px;
  background-image: url("/forms/static/0/images/dropdown_arrow.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 50%;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
}
.next-2017 .email-options p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.next-2017 .email-options label {
  display: inline;
  position: relative;
  font-size: 14px;
  top: 1px;
  margin-left: 7px;
  margin-right: 30px;
}
.next-2017 .email-options input {
  display: inline;
  width: inherit;
}
.next-2017 .submit-button {
  display: block;
  width: inherit;
  background-color: #3871df;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 25px auto 0;
  padding: 12px 22px;
  border-radius: 3px;
}
@media screen and (max-width: 500px) {
  .next-2017 {
    padding: 0 10px;
  }
}
.contact input[type="text"] {
  border: 1px solid #d2d2d2;
  padding: 7px 15px;
}
.contact input[type="text"]:focus {
  outline: 0;
  border: 1px solid #ea6e01;
}
.contact input[type="submit"] {
  cursor: pointer;
  margin-bottom: 50px;
}
.contact input[type="submit"].outline {
  background: none;
  border: 2px solid #4285f4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 400;
  color: #4285f4;
}
.contact input[type="submit"].right {
  float: right;
  margin: -20px 25px 50px 0;
  width: auto;
  text-align: center;
  padding: 10px 70px;
}
@media screen and (max-width: 800px) {
  .contact input[type="submit"] {
    position: static;
    margin: 0 auto !important;
    display: block;
    float: none !important;
    width: 100% !important;
  }
}
.contact input[type="submit"]:hover {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  color: #fff;
  background-color: #4285f4;
}
.register-heading {
  padding: 20px 0;
  text-align: left;
  position: relative;
}
.register-heading .alt-link {
  margin-top: 40px;
  color: #707070;
}
.register-heading .alt-link a {
  color: #3367d6;
  text-decoration: underline;
}
.register-heading img {
  width: 20px;
  height: 20px;
}
.register-heading h2 {
  font-size: 32px;
  color: #3367d6;
}
.address {
  margin: 30px 0;
  font-size: 26px;
  color: #707070;
  line-height: 1.4;
}
.address .lead {
  color: #4e4e4e;
  font-weight: 400;
}
small {
  font-size: 14px;
  text-transform: uppercase;
}
.email-options p,
.dinner-options p {
  width: 85%;
  color: #666;
  margin-bottom: 18px;
}
.privacy-policy,
.partner-program {
  white-space: nowrap;
  color: #448aff;
  text-decoration: underline;
  font-size: 14px;
  float: right;
  height: 35px;
  text-align: right;
  padding: 50px 30px 20px;
}
@media screen and (max-width: 500px) {
  .privacy-policy,
  .partner-program {
    padding: 50px 50px 20px;
  }
}
@media screen and (max-width: 800px) {
  .privacy-policy.mobile-switcheroo,
  .partner-program.mobile-switcheroo {
    position: relative;
    top: 50px;
    display: block;
    text-align: center;
    float: none;
  }
  .privacy-policy.mobile-switcheroo + #mktFrmSubmit,
  .partner-program.mobile-switcheroo + #mktFrmSubmit {
    position: relative;
    top: -50px;
  }
}
.mobile-padding {
  padding-bottom: 200px;
}
.map-box {
  width: 100%;
  margin: 25px 0;
  border-radius: 3px;
  border-top-width: 3px;
  border-top-style: solid;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 800px) {
  .map-box {
    width: 100%;
  }
}
.map-box .description {
  padding: 14px 30px;
  color: #707070;
  border-bottom: 1px solid #f0f0f0;
}
.map-box .link {
  text-align: right;
  padding: 14px;
}
.map-box .link a {
  color: #4386f9;
  text-transform: uppercase;
  font-weight: 400;
}
.map-box iframe {
  width: 100%;
  height: 300px;
}
.share-message {
  margin: 0;
  padding: 0 35px 10px 35px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.generic-social-links {
  margin: 10px auto;
  padding-bottom: 35px;
  width: 180px;
}
.generic-social-links li {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;
  width: auto;
}
.generic-social-links li a {
  cursor: pointer;
}
.generic-social-links li a img {
  width: auto;
  height: 20px;
}
.required-field {
  display: inline;
  color: #ef5350;
  font-weight: 700;
}
.optional-label:after {
  color: #666;
  content: ' (optional)';
  font-weight: 300;
}
.edu-2017 .checkbox-group-item .input-checkbox {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  text-align: center;
  vertical-align: 0px;
  margin-right: 5px;
  border: 1px solid #717171;
  border-radius: 3px;
}
.edu-2017 .checkbox-group-item .input-checkbox input[type="checkbox"] {
  position: absolute;
  left: 7px;
  bottom: 7px;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.edu-2017 .input-checkbox input[type="checkbox"] + .checkbox:before {
  position: absolute;
  left: 1px;
  bottom: 5px;
  width: 18px;
  height: 18px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: -6px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  content: "";
  color: #717171;
}
.edu-2017 .checkbox-lightBlue input[type="checkbox"]:checked + .checkbox:before {
  color: #717171;
  content: "X";
}
.edu-2017 form li.checkbox-group-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 0px;
  padding-right: 5px;
  width: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}
.edu-2017 form li.checkbox-group-item input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 20%;
  max-width: 25px;
  height: 25px;
}
.edu-2017 form li.checkbox-group-item.half {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .edu-2017 form li.checkbox-group-item.half {
    width: 100%;
  }
}
.edu-2017 form li.checkbox-group-item-label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 0px;
  padding-right: 0px;
  width: 100%;
  min-height: 30px;
}
.edu-2017 .checkbox-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
.edu-2017 .label {
  padding-top: 7px;
  padding-left: 8px;
}
.edu-2017 .label span {
  display: block;
  margin-bottom: 5px;
}
.edu-2017 .event-name {
  font-size: 18px;
  font-weight: 400;
}
.coa-form-body {
  background-color: transparent;
  height: auto;
}
.coa-form-body .form-description h1 {
  font-family: 'Google Sans', sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #4a4a4a;
}
@media screen and (max-width: 500px) {
  .coa-form-body .form-description h1 {
    font-size: 37px;
  }
}
.coa-form-body .contact {
  background-color: #fff;
}
.coa-form-body .contact input[type="radio"] {
  width: 16px;
  height: 16px;
}
.coa-form-body .contact input[type="radio"] + label {
  font-size: 16px;
  margin-right: 40px;
}
.coa-form-body .contact form input {
  font-size: 14px;
}
.coa-form-body .contact form .submit-policy-pair {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 80px 0;
}
@media screen and (max-width: 800px) {
  .coa-form-body .contact form .submit-policy-pair {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .coa-form-body .contact form .submit-policy-pair {
    margin: 40px 0;
  }
}
.coa-form-body .contact form .submit-policy-pair input[type="submit"] {
  margin: 0;
  height: auto;
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
}
.coa-form-body .contact form .submit-policy-pair .privacy-policy,
.coa-form-body .contact form .submit-policy-pair .partner-program {
  padding: 20px;
  height: auto;
  float: none;
}
.coa-form-body .email-optin {
  padding-bottom: 25px;
}
.coa-form-body .info-share-message {
  font-size: 13px;
  font-style: italic;
  color: #666;
}
.coa-form-body .concierge-top {
  font-size: 20px;
}
.coa-form-body .register-copy {
  font-family: 'Google Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.coa-form-body .fab {
  background-color: #4285f4;
  color: #fff;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  -webkit-box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
  box-shadow: rgba(0,0,0,0.5) 0 2px 4px;
}
.coa-form-body .checkbox-group-item-label.split {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.coa-form-body form {
  background-color: #f7f7f7;
  padding: 20px 40px;
}
.coa-form-body form li {
  width: 100%;
  min-height: auto;
  padding-bottom: 14px;
  padding-right: 0;
}
.coa-form-body form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}
.coa-form-body form .selected {
  font-size: 12px;
}
.coa-form-body form .event-name {
  font-family: 'Google Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
}
.coa-form-body form .event-datetime {
  font-size: 11px;
}
.coa-form-body form .checkbox-group-item {
  min-height: 60px;
}
.coa-form-body form .checkbox-group-item .input-checkbox {
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  margin-top: 9px;
}
.coa-form-body form .email-options p {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.coa-form-body form select {
  font-size: 12px;
  background-image: url("/forms/static/0/images/arrow_down_black.png");
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
}
.coa-form-body form .submit-button {
  margin-top: 70px;
  width: 150px;
}
.coa-form-body form .submit-button input[type="submit"] {
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
}
.coa-form-body .checkbox-lightBlue input[type="checkbox"]:checked +.checkbox:before {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #4285f4;
  bottom: -5px;
  color: #fff;
  content: url("/forms/static/0/images/ic_done_white_24px.svg");
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 25px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: -5px;
  width: 25px;
  border-radius: 2px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.coa-form-body .checkbox-group {
  background-color: #fff;
  position: relative;
  -webkit-transition: max-height 500ms;
  -moz-transition: max-height 500ms;
  -o-transition: max-height 500ms;
  -ms-transition: max-height 500ms;
  transition: max-height 500ms;
}
.coa-form-body .checkbox-group .checkbox-group-item {
  padding: 0 20px;
}
.coa-form-body .checkbox-group li:first-child {
  margin-top: 15px;
}
.coa-form-body .checkbox-group li {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.coa-form-body .checkbox-group.closed {
  min-height: 30px;
  max-height: 30px;
}
.coa-form-body .checkbox-group.closed li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.coa-form-body .checkbox-group.closed .fab:after {
  content: "+";
}
.coa-form-body .checkbox-group .fab {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.coa-form-body .checkbox-group .fab:after {
  content: "-";
  font-weight: 500;
}
.coa-form-body #wrapper {
  background-color: #fff;
}
.coa-form-body .thanks-header {
  background-color: #fff;
  font-size: 64px;
  font-weight: 500;
  color: #4a4a4a;
  padding-top: 80px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 500px) {
  .coa-form-body .thanks-header {
    font-size: 30px;
  }
}
.coa-form-body .thanks-header.smaller {
  font-size: 50px;
}
@media screen and (max-width: 500px) {
  .coa-form-body .thanks-header.smaller {
    font-size: 40px;
  }
}
.coa-form-body .thanks-message {
  margin: 35px;
  font-size: 16px;
  color: #4a4a4a;
}
.coa-form-body .thanks-button {
  display: block;
  margin: auto;
  background-color: #4285f4;
  color: #fff;
  border: none;
  padding: 20px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 30px;
}
#wrapper {
  min-height: 520px;
  background-color: #fff;
}
.cloud-2018-registration-li {
  min-height: 70px !important;
}
.cloud-2018-submit {
  margin-top: 30px !important;
}
