body {
  margin: 0;
  padding: 0;
  font-family: ProximaNovaRegular, Arial, sans-serif;
 }
 * {
  margin: 0;
  padding: 0;
 }
 .desktop {
  display: block;
 }
 .mobile {
  display: none !important;
 }
 .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
 }
 .clearfix {
  display: inline-block;
 }
 /* start commented backslash hack \*/
 * html .clearfix {
  height: 1%;
 }
 .clearfix {
  display: block;
 }
 /* close commented backslash hack */
 
 .error {
  color: red;
 }
 
 #errorMsg {
  font-size: 12px;
 }
 
 /*Header*/
 #header {
  margin: 0;
  padding: 0;
  min-height: 100px;
  border-bottom: 1px solid #ccc;
  background: -webkit-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
  background: -moz-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
  background: linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
 }
 .center {
  width: 990px;
  margin: 0 auto;
  position: relative;
 }
 .logo {
  position: absolute;
  top: 10px;
  left: 0;
  background: url(https://image.mail.salesforce.com/lib/fea31c727564047c74/m/1/logo-company.png) no-repeat;
  width: 99px;
  height: 63px;
 }
 .tagline {
  position: absolute;
  top: 38px;
  right: 30px;
  font-size: 16px;
  color: #666;
 }
 /*Body*/
 #content {
 
  width: 700px;
  margin: 0 auto;
  background-position: center top;
 }
 #contentBottom {
  width: 700px;
  margin: 0 auto;
 }
 #content #form {
  padding: 25px;
 }
 #content #form .row {
  margin: 0 0 40px 0;
 }
 #content #form .lastrow {
  margin: 0;
 }
 #content #form h1 {
  color: #0092da;
  font-size: 21px;
  margin: 0 0 30px 0;
  font-weight: 100;
 }
 #content #form h2 {
  color: #666;
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin: 0 0 15px 0;
  font-weight: 100;
 }
 #content #form label {
  color: #282828;
  font-family: Arial, sans-serif;
  font-size: 16px;
 }
 #content #form input {
  -webkit-border-radius: 0;
  color: #969696;
  width: 294px;
  height: 35px;
  padding: 0 12px 0 12px;
  font-size: 14px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
 }
 
 #content #form submit {
  display: block;
  -webkit-border-radius: 0;
  color: #0092da;
  width: 100px;
  height: 35px;
  padding: 0 12px 0 12px;
  font-size: 14px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  margin-top: 10px;
 }
 
 #content #form #email {
  margin: 0 0 15px 0;
 }
 #content #form .checkbox {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  display: block;
  margin: 0 0 13px 0;
 }
 #content #form input[type=checkbox] {
  display: none;
 }
 #content #form .checkbox:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 12px 0 0;
  vertical-align: middle;
  background-color: #ffffff;
  text-align: center;
  border: 2px solid #0b97dc;
 }
 #content #form input[type=checkbox]:checked + .checkbox:before {
  background: url(https://image.mail.salesforce.com/lib/fea31c727564047c74/m/1/PreferenceCenter_Desktop_26.jpg) no-repeat;
 }
 #content #form .reset, #content #form .submit {
  border: none;
  font-size: 18px;
  width: 138px;
  height: 36px;
  color: #ffffff;
  background: #1798c1;
  cursor: pointer;
  background: linear-gradient(to bottom, #0582b7 0, #0478af 29%, #025c98 85%, #035995 100%);
  background: -webkit-linear-gradient(to bottom, #0582b7 0, #0478af 29%, #025c98 85%, #035995 100%);
  background: -o-linear-gradient(to bottom, #0582b7 0, #0478af 29%, #025c98 85%, #035995 100%);
  background: -moz-linear-gradient(to bottom, #0582b7 0, #0478af 29%, #025c98 85%, #035995 100%);
  margin-top: 10px;
  display: block;
 }
 #content #form .reset:hover, #content #form .submit:hover {
  background: #1f8ebe;
  background: -moz-linear-gradient(top, #1f8ebe 0, #1d84b5 32%, #1c71a6 74%, #1d6a9e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f8ebe), color-stop(32%, #1d84b5), color-stop(74%, #1c71a6), color-stop(100%, #1d6a9e));
  background: -webkit-linear-gradient(top, #1f8ebe 0, #1d84b5 32%, #1c71a6 74%, #1d6a9e 100%);
  background: -o-linear-gradient(top, #1f8ebe 0, #1d84b5 32%, #1c71a6 74%, #1d6a9e 100%);
  background: -ms-linear-gradient(top, #1f8ebe 0, #1d84b5 32%, #1c71a6 74%, #1d6a9e 100%);
  background: linear-gradient(to bottom, #1f8ebe 0, #1d84b5 32%, #1c71a6 74%, #1d6a9e 100%);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
 }
 #content #form .reset {
  margin: 0 10px 0 0;
 }
 #content #form #country_select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: solid 1px #BBB;
  margin: 0;
  padding: 0;
  background: #fffffe;
  width: 294px;
  height: 35px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
  background: linear-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
  background: -o-linear-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
  background: -moz-linear-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
 }
 .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url(https://image.mail.salesforce.com/lib/fea31c727564047c74/m/1/jquery.selectBox-arrow.gif) 50% center no-repeat;
  border-left: solid 1px #BBB;
 }
 #content #form #country_name {
  cursor: pointer;
  font-style: normal;
  color: #000000;
  font-family:Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: block;
  padding: 8px 10px 10px 10px;
 }
 #content #form #country_select #countryNameList {
  position: absolute;
  border: solid 1px #BBB;
  padding: 0;
  top: 33px;
  left: 0;
  width: 292px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 200px;
 }
 #content #form #country_sidebar ul li {
  margin: 0 0 12px 0;
  padding: 0 0 20px 0;
  border-bottom: 5px solid #fce61f;
  list-style-type: none;
 }
 #content #form #country_select ul li {
  cursor: pointer;
  color: #009ddc;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  padding: 3px 5px 3px 5px;
 }
 #content #form #country_select ul li:hover {
  color: #FF0004;
  background: #eeeeee;
 }
 #content #form #country_select ul .active {
  color: #FF0004;
  background: #eeeeee;
 }
 #content #form div.error {
  position: absolute;
  background: #a21b0f;
  padding: 5px;
  top: -38px;
  left: 0;
  display: none;
  width: 150px;
 }
 #content #form label.error {
  font-size: 12px;
  color: #ffffff;
 }
 #content #form div.error:after {
  border-left: 7px solid rgba(0,0,0,0);
  border-right: 7px solid rgba(0,0,0,0);
  border-top: 7px solid #a21b0f;
  position: absolute;
  height: 0;
  width: 0;
  bottom: -7px;
  left: 10px;
  content: "";
 }
 
 /*Footer*/
 #footer {
  color: #808080;
  font-size: 13px;
  line-height: 16px;
  margin: 40px 0 0 0;
 }
 #footer #info {
  font-size: 18px;
  margin: 0 0 10px 0;
 }
 #footer #info a:link, #footer #info a:visited {
  color: #808080;
  text-decoration: none;
 }
 #footer #info a:hover, #footer #info a:active {
  color: #808080;
 }
 #footer #copyright {
  margin: 0 0 10px 0;
  line-height: 22px;
 }
 #footer a:link, #footer a:visited {
  color: #009ddc;
  text-decoration: none;
 }
 #footer a:hover, #footer a:active {
  color: #F00;
 }
 #socialMedia {
  position: absolute;
  right: 0;
  top: -10px;
 }
 #socialMedia ul li {
  list-style-type: none;
  float: left;
  width: 31px;
  height: 30px;
  margin: 0 5px 0 0;
 }
 #socialMedia ul li a {
  display: block;
  width: 31px;
  height: 30px;
  background: url(https://image.mail.salesforce.com/lib/fea31c727564047c74/m/1/social-icons.png) no-repeat top left;
 }
 #socialMedia ul li .facebook {
  background-position: -40px -533px;
 }
 #socialMedia ul li .twitter {
  background-position: -5px -533px;
 }
 #socialMedia ul li .linkedin {
  background-position: -75px -533px;
 }
 #socialMedia ul li .youtube {
  background-position: -145px -533px;
 }
 #socialMedia ul li .googleplus {
  background-position: -110px -533px;
 }
 #socialMedia ul li .rss {
  background-position: -180px -533px;
 }
 
 @media screen and (max-width: 768px) {
 .desktop {
  display: none;
 }
 .mobile {
  display: block !important;
 }
 .center {
  width: 100%;
 }
 
 /*Header*/
 #header {
  text-align: center;
  background: -o-linear-gradientlinear-gradient(to bottom, #00a1e0 0, #008bc9 100%) !important;
  background: -moz-linear-gradientlinear-gradient(to bottom, #00a1e0 0, #008bc9 100%) !important;
  background: linear-gradient(to bottom, #00a1e0 0, #008bc9 100%) !important;
  background: -webkit-linear-gradient(to bottom, #00a1e0 0, #008bc9 100%) !important;
  height: auto !important;
  min-height: 37px !important;
  padding: 5px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
 }
 .logo {
  position: relative;
  top: inherit;
  left: inherit;
  text-align: center;
  margin: 0 auto;
  display: block !important;
  background: url(https://image.mail.salesforce.com/lib/fea31c727564047c74/m/1/nav-icons.png) center -228px no-repeat;
  background-size: 160px;
  width: 202px;
  height: 37px;
 }
 /*Content*/
 #content {
  width: 100% !important;
  background: none;
 }
 #content #form input {
  width: 100%;
 }
 #content #form #country_select {
  width: 100%;
 }
 #content #form #country_select #countryNameList {
  width: 100%;
 }
 #content #form .reset, #content #form .submit {
  width: 112px;
 }
 /*Footer*/
 #footer {
  width: 100%;
  background: #d7d7d7;
  padding: 20px 15px 50px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 #mobileNav {
  background: #333;
  padding: 10px;
 }
 #mobileNav .contact {
  text-align: left;
  width: 50%;
  float: left;
 }
 #mobileNav .followus {
  float: left;
  width: 50%;
  text-align: right;
 }
 #mobileNav .contact a, #mobileNav .followus a {
  display: block !important;
  color: #ffffff !important;
  font-size: 18px;
 }
 }
 
   .form-group {
   margin-bottom: 1rem;
 }
 
  .flex-container {
    display:flex;
    flex-direction:row;
    width: 800px;
    align-items: center;
    justify-content: center;
    margin-left: -185px;
    gap: 50px;
   }
 
  .flex-container > span {
    flex-grow:1;
   }
 
   .flex-container > .flex-item {
     flex-grow:0;
     width:60%;
     margin-top: -300px;
   }
 
  .form-group {
     display: -ms-flexbox;
     display: flex;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 0;
   }
 
   .form-control {
   display: block;
   width: 100%;
   height: calc(2.25rem + 2px);
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }

 #loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 9999;
  display: flex;
  /* visible by default */
  align-items: center;
  justify-content: center;
}

#error_message {
  display: none;
  color: #BA0517;
  font-size: 16px;
  margin-top: 12px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 8px;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #e6e6e6;
  border-top: 4px solid #1b96ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}