﻿/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  FontFamily  ========== */
/* ==========  BreakPoints  ========== */
/* ==========  FontWeight  ========== */
/* ==========  LineHeight  ========== */
@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.011); }
  20% {
    transform: scale(1.012); }
  30% {
    transform: scale(1.013); }
  40% {
    transform: scale(1.014); }
  50% {
    transform: scale(1.015); }
  60% {
    transform: scale(1.014); }
  70% {
    transform: scale(1.013); }
  80% {
    transform: scale(1.002); }
  90% {
    transform: scale(1.001); }
  100% {
    transform: scale(1); } }

/* ==========  Global classes  ========== */
/* Removes select's arrow in IE */
select::-ms-expand {
  display: none; }

/* Removes default text highlight color*/
::selection {
  background: #308bfa;
  color: white;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #308bfa;
  color: white; }

/* Removes default arrow in dropdown*/
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

/* changing text align to right*/
.text-align-right {
  text-align: right; }

/* changing text align to left*/
.text-align-left {
  text-align: left; }

/* changing text transformation for bold texts in a text block*/
.uppercase {
  text-transform: uppercase; }

/* right aligning the element */
.pull-right {
  float: right; }

/* left aligning the element */
.pull-left {
  float: left; }

/* removes padding from an element*/
.no-padding {
  padding: 0px !important; }

.no-left-padding {
  padding-left: 0px; }

.no-right-padding {
  padding-right: 0px; }

.no-top-padding {
  padding-top: 0px; }

/* removes margin from an element*/
.no-margin {
  margin: 0px !important; }

.no-left-margin {
  margin-left: 0px; }

.no-right-margin {
  margin-right: 0px; }

.no-top-margin {
  margin-top: 0px; }

.no-border {
  border: none !important; }

.is-disabled {
  opacity: 0.5;
  pointer-events: none; }

.block {
  display: block !important; }

.cpa-form-subsection .cpa-form-button-empty {
  padding: 6px 40px; }

.cpa-form-subsection .cpa-form-button-empty:hover {
  padding: 4px 38px; }

.cpa-form-control-with-input .button-active {
  padding: 6px 53px; }

.cpa-form-subsection .button-active {
  padding: 4px 38px; }

/* link active status for call to action*/
.active {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.white-background {
  background-color: #fff; }

.no-bold {
  font-weight: 400; }

.top-standard-margin {
  margin-top: 15px; }

.bottom-standard-margin {
  margin-bottom: 15px; }

/* ==========  form controls  ========== */
.cpa-form-control-label {
  color: #00234B;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 700;
  font-family: "Open Sans"; }

.cpa-form-control-textbox {
  color: #00234B;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Open Sans";
  display: inline;
  outline: none;
  text-decoration: none;
  padding: 5px;
  text-shadow: 0 1px 1px rgba(255, 212, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(255, 212, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(255, 212, 0, 0.3);
  box-shadow: 0 1px 2px rgba(255, 212, 0, 0.3); }

.cpa-form-control-readonly {
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.cpa-text-block-title {
  color: #ae9974;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Open Sans";
  display: block;
  cursor: pointer; }

/* ==========  form tokenizer  ========== */
.cpa-form-tokenizer-input {
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.cpa-form-tokenizer .token-label {
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Open Sans"; }

.cpa-form-tokenizer .token {
  background-color: #F2EEE8; }

.cpa-form-tokenizer .token-label {
  max-width: inherit;
  padding: 2px 5px; }

.cpa-form-tokenizer .close {
  color: #ae9974 !important;
  text-transform: none;
  font-size: 1.44rem !important;
  font-weight: 400;
  font-family: "Open Sans";
  margin: 0px;
  opacity: 1;
  line-height: 1 !important;
  margin-left: 5px !important;
  margin-right: -13px !important; }

.ui-autocomplete {
  pointer-events: none;
  background-color: #fff; }

.ui-corner-all {
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.ui-menu-item {
  padding: 5px; }

/* ==========  CPA error block ========== */
.cpa-error-block {
  padding: 15px;
  padding-left: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-color: #fe0000;
  border-style: solid;
  color: #fe0000;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 700;
  font-family: "Open Sans"; }

.cpa-error-block-hazard-icon {
  color: #fe0000;
  text-transform: none;
  font-size: 1rem !important;
  font-weight: 400;
  font-family: FontAwesome; }

.cpa-error-block ul {
  padding-top: 5px; }

.cpa-error-block li {
  color: #fe0000;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 1; }

/* ==========  CPA error form  ========== */
.cpa-error-form-element {
  border-width: 1px;
  border-color: #fe0000 !important;
  border-style: solid;
  color: #fe0000 !important; }

.cpa-error-form-label {
  color: #fe0000 !important;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 700;
  font-family: "Open Sans"; }

.cpa-error-form-message {
  color: #fe0000 !important;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 1.2;
  padding-top: 2px; }

/* cpa expandable/ collapsible panels  */
.cpa-panel {
  border-bottom: 2px #F2EEE8 solid;
  padding-top: 37px;
  padding-bottom: 16px;
  margin-bottom: 32px;
  margin-top: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.cpa-panel .cpa-accordion-toggle:after {
  color: #ae9974;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  font-family: FontAwesome;
  content: "\f0d7";
  padding-left: 13px; }

.cpa-panel .cpa-accordion-toggle.collapsed:after {
  color: #ae9974;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  font-family: FontAwesome;
  content: "\f0d8";
  padding-left: 13px; }

.cpa-form-input {
  color: #4b4b4b;
  text-transform: inherit;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans";
  border-color: #F2EEE8; }

.cpa-form-input-icon {
  padding-right: 31px; }

.cpa-form-input-address-icon {
  position: relative;
  top: -25px;
  cursor: pointer;
  width: 25px;
  float: right;
  right: 0px;
  color: #ae9974; }

/* ==========  cpa custom checkboxes  ========== */
.cpa-form-checkbox {
  margin-bottom: 6px;
  padding-top: 0px;
  margin-top: 0px; }

.cpa-form-checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  display: none; }

.cpa-form-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  border: 2px solid #FFD400;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  box-sizing: border-box; }

.cpa-form-checkbox label {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 20px;
  padding-left: 33px;
  position: relative;
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.cpa-form-checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome'; }

/* ==========  CPA dropdown  ========== */
.cpa-form-select {
  position: relative; }

.cpa-form-select:after {
  color: #00234B;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  font-family: FontAwesome;
  content: "\f0d7";
  text-align: center;
  line-height: 32px;
  position: absolute;
  width: 35px;
  height: 30px;
  right: 3px;
  top: 21px;
  pointer-events: none;
  background-color: #fff; }

.cpa-form-select-address {
  position: relative; }

.cpa-form-select-address:after {
  color: #dbd3c3;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  font-family: FontAwesome;
  content: "\f002";
  text-align: center;
  line-height: 1;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 7px;
  top: 28px;
  pointer-events: none;
  background-color: #fff; }

.cpa-form-select option {
  color: #4b4b4b;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans";
  padding: 15px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box; }

.cpa-form-select .hidden {
  color: blue; }

.cpa-form-select .even {
  background-color: #fff; }

.cpa-form-select .odd {
  background-color: #fbfaf8; }

/* ==========  cpa form button   ========== */
.cpa-form-button {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 8px 30px;
  background-color: #00234B;
  display: inline-block; }

.cpa-form-button:hover, .cpa-form-button:active, .cpa-form-button:focus {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 8px 30px;
  background-color: #00234B;
  box-shadow: none; }

.cpa-form-button-bold {
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 6px 15px;
  background-color: #F2EEE8;
  display: inline-block; }

.cpa-form-button-bold:hover, .cpa-form-button-bold:active, .cpa-form-button-bold:focus {
  color: #4b4b4b !important;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 6px 15px;
  background-color: #F2EEE8;
  box-shadow: none; }

.cpa-form-button-empty {
  color: #4b4b4b;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 8px 55px;
  background-color: #fff;
  display: inline-block;
  border: 1px #F2EEE8 solid; }

.cpa-form-button-empty:hover {
  color: #4b4b4b !important;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  box-shadow: none;
  background-color: #fff;
  border: 3px #FFD400 solid;
  padding: 6px 53px; }

.cpa-form-button-empty:active, .cpa-form-button-empty:focus {
  color: #4b4b4b;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  background-color: #fff;
  display: inline-block;
  box-shadow: none;
  border: 3px #FFD400 solid; }

.cpa-form-button-empty label span {
  text-align: center;
  display: block;
  cursor: pointer; }

.cpa-form-button-empty label input {
  position: absolute;
  top: -20px; }

.cpa-form-button-empty label {
  display: inherit;
  max-width: inherit;
  margin-bottom: inherit;
  margin-top: 0;
  font-weight: inherit; }

/* button status active */
.button-active {
  border: 3px #FFD400 solid !important;
  box-shadow: none; }

/* ==========  cpa form section   ========== */
.cpa-form-section .cpa-form-checkbox label {
  min-height: 20px;
  padding-left: 33px;
  margin-bottom: 0;
  cursor: pointer;
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.6rem;
  font-weight: 700;
  font-family: "Open Sans"; }

.cpa-form-section .cpa-form-checkbox label::after {
  top: 9px; }

.cpa-form-container {
  border-bottom: 1px #F2EEE8 solid;
  padding-bottom: 19px; }

/* ========== typeahead styles   ========== */
.twitter-typeahead {
  position: relative !important; }

.cpa-form-control-with-input .tt-suggestion {
  padding-top: 2px;
  padding-bottom: 2PX; }

.cpa-form-control-with-input .tt-dropdown-menu {
  background: linear-gradient(to bottom, #fbfaf8, #fbfaf8 50%, #fff 50%, #fff);
  background-size: 100% 46px;
  width: 100%;
  -webkit-box-shadow: 0 1px 10px rgba(214, 213, 212, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(214, 213, 212, 0.5);
  box-shadow: 0 1px 10px rgba(214, 213, 212, 0.5);
  max-height: 300px;
  overflow-y: auto;
  cursor: pointer; }

.tt-suggestion p, .tt-selectable {
  color: #4b4b4b;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans";
  padding: 0px;
  margin: 0px;
  padding-left: 13px;
  padding-right: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box; }

.tt-dropdown-menu .cpa-form-button-in-suggestion {
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 3px 0px;
  background-color: #F2EEE8;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 70px;
  line-height: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.cpa-form-button-in-suggestion:active, .cpa-form-button-in-suggestion:hover, .cpa-form-button-in-suggestion:focus {
  color: #fff !important;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Open Sans";
  background-color: #F2EEE8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.tt-suggestion-last-row {
  color: #4b4b4b;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  height: 50px;
  position: relative;
  background-color: white;
  padding-top: 20px;
  line-height: 4;
  display: block; }

.tt-no-result {
  color: #4b4b4b;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  height: 50px;
  position: relative;
  background-color: white;
  padding-top: 20px;
  line-height: 1;
  display: block;
  vertical-align: middle;
  padding-left: 15px; }

.twitter-typeahead .tt-hint {
  display: none; }

.bootstrap-tagsinput .twitter-typeahead:after {
  color: #dbd3c3;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  font-family: FontAwesome;
  content: "\f002";
  text-align: center;
  line-height: 1;
  position: absolute;
  width: 24px;
  height: 27px;
  right: 7px;
  padding-top: 5px;
  top: 3px;
  pointer-events: none;
  z-index: 10000000000;
  background-color: #fff; }

/* ========== bootstrap-tagsinput styles   ========== */
.bootstrap-tagsinput .tag {
  color: #4b4b4b !important;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 700;
  font-family: "Open Sans";
  padding: 6px 8px;
  background-color: #F2EEE8;
  display: inline;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 0.4;
  margin: 5px !important;
  margin-left: 0px !important;
  position: relative;
  top: 1px;
  display: table !important; }

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  color: #ae9974 !important;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: FontAwesome;
  content: "\f00d"; }

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  color: #ae9974 !important;
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans";
  content: "x" !important; }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: none !important; }

.label {
  text-align: center;
  white-space: inherit;
  vertical-align: baseline; }

.tt-input {
  display: block;
  color: #00234B;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans";
  vertical-align: inherit !important; }

.bootstrap-tagsinput .twitter-typeahead {
  display: inline;
  outline: none;
  text-decoration: none;
  padding: 5px;
  text-shadow: 0 1px 1px rgba(255, 212, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(255, 212, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(255, 212, 0, 0.3);
  box-shadow: 0 1px 2px rgba(255, 212, 0, 0.3);
  color: #00234B;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans";
  min-height: 36px;
  padding-right: 33px !important;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  max-width: 50%; }

.bootstrap-tagsinput {
  background-color: inherit !important;
  border: inherit !important;
  box-shadow: inherit !important;
  display: inherit !important;
  padding: inherit !important;
  color: inherit !important;
  vertical-align: inherit;
  border-radius: inherit;
  max-width: inherit;
  line-height: inherit;
  cursor: inherit; }

.cpa-form-control-with-input .twitter-typeahead {
  width: 100%;
  position: absolute;
  display: inherit !important; }

.bootstrap-tagsinput .twitter-typeahead {
  position: relative !important; }

.bootstrap-tagsinput input {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 4px !important; }

/* ==========  cpa form spinner  ========== */
.cpa-form-spinner {
  position: relative;
  width: 36px;
  height: 36px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  float: right;
  z-index: 100000;
  display: block;
  background-color: white;
  margin-right: 0px;
  top: -35px; }

.cpa-form-spinner-dots {
  position: absolute;
  background-color: #00234B;
  height: 7px;
  width: 7px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

.frotateG_01 {
  left: 0;
  top: 13px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s; }

.frotateG_02 {
  left: 4px;
  top: 4px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; }

.frotateG_03 {
  left: 13px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s; }

.frotateG_04 {
  right: 4px;
  top: 4px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; }

.frotateG_05 {
  right: 0;
  top: 13px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s; }

.frotateG_06 {
  right: 4px;
  bottom: 4px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s; }

.frotateG_07 {
  left: 13px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s; }

.frotateG_08 {
  left: 4px;
  bottom: 4px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s; }

@keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-o-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-ms-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-webkit-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-moz-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

/* ==========   cpa form widget  ========== */
.cpa-form-widget-header {
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #00234B; }

.cpa-form-widget-header .left-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.cpa-form-widget-header .right-label {
  color: #fff;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Open Sans";
  text-decoration: underline;
  float: right;
  cursor: pointer; }

.cpa-form-widget-content .form-group-standard-padding {
  margin-bottom: 10px; }

.cpa-form-widget-content .title-label {
  color: #ae9974;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  padding-bottom: 25px; }

.cpa-form-widget-content .tax-invoice {
  background-color: #F2EEE8;
  padding: 15px;
  padding-bottom: 6px; }

.cpa-form-widget-content .general {
  padding-top: 15px; }
  .cpa-form-widget-content .general .form-group {
    border-bottom: 1px #F2EEE8 solid;
    padding-left: 15px;
    padding-right: 15px; }

/* ==========   cpa form overlay   ========== */
.cpa-form-overlay {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #F2EEE8;
  width: 100%; }
  .cpa-form-overlay span {
    color: #00234B;
    text-transform: uppercase;
    font-size: 0.833rem;
    font-weight: 700;
    font-family: "Open Sans"; }
  .cpa-form-overlay .option-description {
    color: #4b4b4b;
    text-transform: none;
    font-size: 0.7rem;
    font-weight: 600;
    font-family: "Open Sans"; }
  .cpa-form-overlay i {
    color: #00234B;
    text-transform: none;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: FontAwesome;
    position: relative;
    top: 2px; }
  .is-disabled .cpa-form-overlay {
    pointer-events: none; }

.optional {
  background-color: #fff;
  border: 1px #F2EEE8 solid; }

.non-optional {
  margin-bottom: 5px; }

label.styled {
  display: inline-block;
  transition: all 0.4s ease;
  position: relative;
  overflow: inherit;
  cursor: pointer; }

label.styled:before {
  color: #00234B;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: FontAwesome;
  content: "\f00c";
  line-height: 40px;
  width: 45px;
  height: 100%;
  background-color: #F2EEE8;
  position: absolute;
  top: 0px;
  left: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 10000;
  padding-left: 13px;
  padding-top: 2px; }

label.styled:hover:before {
  left: 95%;
  opacity: 0; }

input.styled {
  display: none; }

/* :: CHECKED :: */
input.styled:checked ~ label.styled {
  background-color: #F2EEE8;
  animation: throw 1s linear; }

input.styled:checked ~ label.styled:before {
  left: 0px;
  opacity: 1; }

@keyframes throw {
  0%, 63% {
    margin-left: 0; }
  64% {
    margin-left: -5px; }
  100% {
    margin-left: 0; } }

.cpa-form-overlay-container {
  list-style-type: none; }

.cpa-form-overlay:hover {
  background-color: rgba(242, 238, 232, 0.9); }

/* Loading spinner*/
#loading-spinner-page {
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 10000000;
  top: 0px; }

.loading-spinner-container {
  position: absolute;
  left: 50%;
  top: 50%; }

#loading-spinner {
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 10000000;
  left: 0px;
  top: 0px; }

/* custom settings */
.token-input-token-facebook p {
  font-size: 1.0em;
  color: #555; }

.token-input-selected-token-facebook p {
  color: #fff; }

/** tokeninputs **/
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  width: 400px;
  border: 1px solid #999;
  cursor: text;
  font-size: 12px;
  font-family: Verdana;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left; }

ul.token-input-list li {
  list-style-type: none; }

ul.token-input-list li input {
  border: 0;
  width: 350px;
  padding: 3px 8px;
  background-color: white;
  -webkit-appearance: caret; }

li.token-input-token {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  margin: 3px;
  padding: 3px 5px;
  background-color: #d0efa0;
  color: #000;
  font-weight: bold;
  cursor: default;
  display: block; }

li.token-input-token p {
  float: left;
  padding: 0;
  margin: 0; }

li.token-input-token span {
  float: right;
  color: #777;
  cursor: pointer; }

li.token-input-selected-token {
  background-color: #08844e;
  color: #fff; }

li.token-input-selected-token span {
  color: #bbb; }

div.token-input-dropdown {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 12px;
  font-family: Verdana;
  z-index: 1; }

div.token-input-dropdown p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777; }

div.token-input-dropdown ul {
  margin: 0;
  padding: 0; }

div.token-input-dropdown ul li {
  background-color: #fff;
  padding: 3px;
  list-style-type: none; }

div.token-input-dropdown ul li.token-input-dropdown-item {
  background-color: #fafafa; }

div.token-input-dropdown ul li.token-input-dropdown-item2 {
  background-color: #fff; }

div.token-input-dropdown ul li em {
  font-weight: bold;
  font-style: normal; }

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #d0efa0; }

/** tokeninputs facebook **/
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  width: 550px;
  border: 1px solid #8496ba;
  cursor: text;
  font-size: 12px;
  font-family: Verdana;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left; }

ul.token-input-list-facebook li input {
  border: 0;
  width: 100px;
  padding: 3px 8px;
  background-color: white;
  margin: 2px 0;
  -webkit-appearance: caret; }

li.token-input-token-facebook {
  overflow: hidden;
  height: auto !important;
  height: 15px;
  margin: 3px;
  padding: 1px 3px;
  background-color: #eff2f7;
  color: #000;
  cursor: default;
  border: 1px solid #ccd5e4;
  font-size: 11px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  white-space: nowrap; }

li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0; }

li.token-input-token-facebook span {
  color: #a6b3cf;
  margin-left: 5px;
  font-weight: bold;
  cursor: pointer; }

li.token-input-selected-token-facebook {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff; }

li.token-input-input-token-facebook {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }

div.token-input-dropdown-facebook {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 11px;
  font-family: Verdana;
  z-index: 1; }

div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777; }

div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0; }

div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none; }

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
  background-color: #fff; }

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  background-color: #fff; }

div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal; }

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #3b5998;
  color: #fff; }

/* ========== bootstrap-DateTimePicker styles   ========== */
.bootstrap-datetimepicker-widget table {
  background-color: #fff; }

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  background-color: #00234B !important;
  border-radius: 0px !important; }

.bootstrap-datetimepicker-widget td.day {
  background-color: #fff; }

.bootstrap-datetimepicker-widget th {
  border-radius: 0px !important;
  background-color: #00234B !important;
  color: #fff;
  color: #fff;
  text-transform: inherit;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.bootstrap-datetimepicker-widget td.day {
  color: #00234B;
  text-transform: inherit;
  font-size: 0.833rem;
  font-weight: 500;
  font-family: "Open Sans"; }

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  background-color: #ae9974 !important;
  border-radius: 0px !important;
  color: #fff !important; }

.bootstrap-datetimepicker-widget td span {
  background-color: #fff !important;
  color: #00234B;
  text-transform: inherit;
  font-size: 0.833rem;
  font-weight: 500;
  font-family: "Open Sans";
  border-radius: 0px !important;
  border: 1px solid #cfcfcf !important;
  width: 57px !important;
  height: 57px !important;
  margin: 0px !important; }

.bootstrap-datetimepicker-widget td {
  background-color: #fff !important; }

.bootstrap-datetimepicker-widget td span.active {
  border-radius: 0px !important;
  background-color: #00234B !important;
  color: #fff;
  color: #fff;
  text-transform: inherit;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.bootstrap-datetimepicker-widget td span:hover {
  background-color: #ae9974 !important;
  border-radius: 0px !important;
  color: #fff !important; }

/*
See the explanation of the animation here:
https://codepen.io/timseverien/pen/yvJkm
*/
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    width: 7px;
    height: 13px; } }

@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    width: 7px;
    height: 13px; } }

.checkbox label:after {
  /*
  This element has a border on the right, and top. By rotating it looks like a check symbol, but the wrong way. That's why I'm flipping it with scaleX(-1)
  */
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  /*
  I want to position the symbol using the left top, because when increasing the width and height of an object, it expands from the top left corner as well. That is what makes it looks like it's being drawn.
  */
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 13px;
  left: 1px;
  top: 10px;
  padding-left: 1px;
  padding-top: 0px;
  color: #00234B;
  font-size: 0.6rem; }

.checkbox label:hover:after {
  border-color: #fff; }

.checkbox input, .checkbox-alt input {
  display: none; }

.checkbox input:checked + label:after {
  -webkit-animation: check 0.7s;
  -moz-animation: check 0.7s;
  -o-animation: check 0.7s;
  animation: check 0.7s;
  border-color: #00234B; }

input[type=checkbox]:checked + label:before {
  background-color: #FFD400;
  transition: 0.7s;
  -webkit-transition: 0.7s; }

.cpa-form-overlay-container input[type=checkbox]:checked + label:before {
  background-color: inherit;
  transition: 0.7s;
  -webkit-transition: 0.7s; }

input[type=checkbox]:checked + label {
  font-weight: bold; }

/*
.tag {
    z-index: 1;
    overflow: hidden;
}

.tag:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2500px;
    height: 1000px;
    background-color: $color-primary;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(1000px ) translateY(1000px) rotate(178deg);
    transform: translateY(0%) translateX(0%) rotate(148deg);
    transition: transform .6s;
}

.tag:hover::after {
    transform: translateY(15%) translateX(28%) rotate(148deg);
    cursor: pointer;
    content: "";
}
.tag:hover {
    cursor: pointer;
    overflow: hidden;
    color:white !important;
}

.bootstrap-tagsinput .tag:hover [data-role="remove"]:after {
    @include typo-default($color-white !important, none, $fontsize-regular, $Font-weight-bold, $Primary-font-family);
    content: "x" !important;
}
*/
/*.btn {
    z-index: 1;
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    background-color: $color-form-background;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(16% - 25px)) translateY(20%) rotate(178deg);
    transform: translateY(15%) translateX(0%) rotate(148deg);
    transition: transform .6s;
}

.btn:hover::after {
    transform: translateY(15%) translateX(28%) rotate(148deg);
    cursor: pointer;
    content: "";
}
.cpa-form-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    color: white;
    background-color: $color-form-background;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(16% - 25px)) translateY(20%) rotate(178deg);
    transform: translateY(15%) translateX(0%) rotate(148deg);
    transition: transform .5s;
}




.cpa-form-button-bold:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    color: white;
    background-color: $color-primary;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(16% - 25px)) translateY(20%) rotate(178deg);
    transform: translateY(15%) translateX(0%) rotate(148deg);
    transition: transform .5s;
}
.cpa-form-button-in-suggestion:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    color: white;
    background-color: $color-primary;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(16% - 25px)) translateY(20%) rotate(178deg);
    transform: translateY(15%) translateX(0%) rotate(148deg);
    transition: transform .5s;
}*/
.cpa-modal-window-conrainer .modal-content {
  border-radius: 0px; }

.cpa-modal-window-conrainer .close {
  color: rgba(174, 153, 116, 0.5);
  text-transform: inherit;
  font-size: 2rem;
  font-weight: 200;
  font-family: "Open Sans";
  opacity: 1;
  outline: none; }

.cpa-modal-window-conrainer .modal-header {
  border-bottom: none; }

.cpa-modal-window-conrainer .modal-title {
  color: #ae9974;
  text-transform: uppercase;
  font-size: 1.44rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.cpa-modal-window-conrainer .title-line {
  height: 0px;
  border: 0.01px solid rgba(174, 153, 116, 0.3);
  margin-bottom: 0px; }

.cpa-modal-window-conrainer .modal-body {
  color: #00234B;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.cpa-modal-window-conrainer .modal-footer {
  border-top: none; }

.cpa-modal-window-conrainer .terms {
  color: #00234B;
  text-transform: uppercase;
  font-size: 0.833rem;
  font-weight: 700;
  font-family: "Open Sans";
  text-decoration: underline; }

.cpa-modal-window-conrainer .terms:hover {
  text-decoration: none; }

.cpa-modal-window-conrainer .confirm {
  margin: 0px !important; }

.modal-backdrop {
  background-color: #fff;
  opacity: 0.8 !important;
  border: 0.01px solid #ad9876; }

#markdown-declaration {
  max-height: 500px;
  overflow-y: auto; }
  #markdown-declaration h3 {
    color: #ae9974;
    text-transform: capitalize;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Open Sans"; }
  #markdown-declaration a:hover {
    text-decoration: none; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-button {
  width: 6px;
  height: 5px; }

::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 6px; }

::-webkit-scrollbar-thumb {
  background: #ae9974;
  border: thin solid #ae9974;
  border-radius: 6px; }

::-webkit-scrollbar-thumb:hover {
  background: #ae9974;
  cursor: pointer; }

/* ==========   style guide section   ========== */
.sg-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  .sg-colors li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0.3em;
    margin: 0 0.5em 0.5em 0;
    min-width: 5em;
    max-width: 14em;
    border: 1px solid #ddd;
    border-radius: 8px; }
    .sg-colors li .sg-swatch {
      display: block;
      height: 4em;
      margin-bottom: 0.3em;
      border-radius: 5px; }
  .sg-colors .color-primary {
    background-color: #00234B; }
  .sg-colors .color-secondary {
    background-color: #FFD400; }
  .sg-colors .color-tertiary {
    background-color: #ae9974; }
  .sg-colors .color-form-background {
    background-color: #F2EEE8; }
  .sg-colors .color-default-text {
    background-color: #4b4b4b; }
  .sg-colors .color-icon-color {
    background-color: #d1c5b1; }
  .sg-colors .color-warning {
    background-color: #fe0000; }

.sg-fonts .Open {
  color: #4b4b4b;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Open Sans"; }

.sg-fonts .HelveticaNeue {
  color: #4b4b4b;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Helvetica Neue; }

.sg-fonts .Helvetica {
  color: #4b4b4b;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Helvetica; }

.sg-fonts .Arial {
  color: #4b4b4b;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Arial; }

.sg-fonts .sans {
  color: #4b4b4b;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: sans-serif; }

.sg-fonts .italic {
  font-style: italic; }

.sg-fonts .bold {
  font-weight: 600; }

/* tooltip */
button[data-balloon] {
  overflow: visible; }

[data-balloon] {
  position: relative;
  cursor: pointer; }

[data-balloon]:after {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  font-family: sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-shadow: none !important;
  font-size: 12px !important;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10; }

[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: '';
  position: absolute;
  z-index: 10; }

[data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto; }

[data-balloon].font-awesome:after {
  font-family: FontAwesome; }

[data-balloon][data-balloon-break]:after {
  white-space: pre; }

[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 21px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 15px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-balloon][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

[data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-balloon][data-balloon-pos='down']:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px); }

[data-balloon][data-balloon-pos='down']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px); }

[data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

[data-balloon][data-balloon-pos='down-left']:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px); }

[data-balloon][data-balloon-pos='down-left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px); }

[data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-balloon][data-balloon-pos='down-right']:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px); }

[data-balloon][data-balloon-pos='down-right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px); }

[data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-balloon][data-balloon-pos='left']:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%); }

[data-balloon][data-balloon-pos='left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%); }

[data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon][data-balloon-pos='right']:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%); }

[data-balloon][data-balloon-pos='right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%); }

[data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-balloon][data-balloon-length='small']:after {
  white-space: normal;
  width: 80px; }

[data-balloon][data-balloon-length='medium']:after {
  white-space: normal;
  width: 150px; }

[data-balloon][data-balloon-length='large']:after {
  white-space: normal;
  width: 260px; }

[data-balloon][data-balloon-length='xlarge']:after {
  white-space: normal;
  width: 380px; }

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 90vw; } }

[data-balloon][data-balloon-length='fit']:after {
  white-space: normal;
  width: 100%; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* My account page styles begins*/
.maincontainer-title-section {
  padding-right: 0px;
  padding-left: 0px; }

.main-container-bottom-margin {
  padding-bottom: 100px !important; }

.maincontainer-title-section > .row {
  display: table-cell;
  vertical-align: bottom;
  height: 175px; }

.maincontainer-title-section-titlebar {
  font-size: 3.4rem;
  font-weight: 500;
  color: #00234B;
  font-family: "Open Sans";
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 20px; }

.main-call-to-action {
  background-color: #F2EEE8;
  padding-bottom: 5px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.main-call-to-action .row {
  margin: 28px; }

.main-call-to-action .col-md-4 {
  width: 32.0%;
  margin-right: 12px;
  margin-bottom: 10px;
  background: #fff;
  max-height: 90px;
  min-height: 90px;
  box-shadow: 0px 1px 1px rgba(214, 213, 212, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  padding: 0px; }

.main-call-to-action a {
  display: block;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px; }

.main-call-to-action .col-md-4:hover {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

.main-call-to-action .col-md-4:visited {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

.main-call-to-action .col-md-4:hover {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

.main-call-to-action .finalcol {
  margin-right: 0px; }

.main-call-to-action .col-md-4 .icon-title {
  color: #d1c5b1;
  line-height: 1.5;
  font-size: 1.728rem; }

.main-call-to-action .col-md-4 .small-title {
  color: #ae9974;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Open Sans";
  display: block;
  cursor: pointer;
  line-height: 0.9; }

.main-call-to-action .col-md-4 .big-title {
  color: #00234B;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Open Sans";
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  display: table-cell; }

.main-call-to-action .call-to-action-icon {
  display: table-cell;
  padding-top: 23px;
  padding-left: 4px;
  padding-right: 17px; }

.main-call-to-action .call-to-action-link {
  min-height: 90px;
  vertical-align: middle;
  display: table; }

.call-to-action-link-container {
  display: table-cell;
  vertical-align: middle; }

.cpa-form-remove-bottom-padding-in-form {
  margin-bottom: 0px !important; }

.maincontainer-title-subtitle-left-item .no-bold {
  padding-left: 5px; }

.warning-icon {
  margin-right: 8px; }

.alert {
  margin-bottom: 32px; }

/* Contact details page styles begins*/
.maincontainer-title-subtitle {
  border-width: 1px;
  border-bottom: 1px #F2EEE8 solid;
  padding-top: 18px;
  padding-bottom: 16px; }

.maincontainer-title-subtitle-left-item {
  color: #00234B;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  float: left; }

.maincontainer-title-subtitle-right-item {
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans";
  float: right; }

.save-details-button {
  padding-top: 28px; }

.cpa-text-block {
  padding-bottom: 25px;
  text-align: left; }

.cpa-form-control-label {
  margin-bottom: 8px;
  display: block; }

.cpa-form-control-label-with-input {
  margin-bottom: 0px; }

.form-group-standard-padding {
  margin-bottom: 24px;
  min-height: 55px; }

.button-in-form {
  margin-top: 18px;
  margin-bottom: 0px; }

.label-in-form {
  margin-bottom: 5px; }

.cpa-form-remove-bottom-padding-in-form {
  margin-bottom: 0px; }

.cpa-error-form-message {
  position: relative; }

#contact-loading-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  z-index: 100000;
  max-width: 990px; }

.residential-address-hint {
  color: #4b4b4b;
  text-transform: inherit;
  font-size: 0.833rem;
  font-weight: 400;
  font-family: "Open Sans"; }

/* Error styles*/
.cpa-error-block-hazard-icon {
  position: relative;
  top: -47px;
  left: -26px; }

/* Career profile begins*/
.cpa-form-section .cpa-form-checkbox {
  margin-top: 10px; }

/* Career profile ends*/
/*Renewal styles begins*/
.button-print .cpa-form-button-bold {
  color: #00234B;
  text-transform: uppercase;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  background-color: #fff;
  border: 3px #00234B solid;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.button-print .cpa-form-button-bold:hover, .button-print .cpa-form-button-bold:active, .button-print .cpa-form-button-bold:focus {
  color: #00234B;
  text-transform: uppercase;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  background-color: #fff;
  border: 3px #00234B solid;
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: none; }

.button-print {
  display: block; }

.right-sidebar .form-group {
  border-bottom: 1px #F2EEE8 solid;
  padding-left: 15px;
  padding-right: 15px;
  height: inherit;
  padding-bottom: 23px; }

.right-sidebar .cpa-form-control-label {
  color: #00234B;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans"; }

.right-sidebar a {
  color: #00234B;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans"; }

.total-amount {
  color: #00234B;
  text-transform: capitalize;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Open Sans"; }

.general .variable {
  color: #4b4b4b;
  text-transform: none;
  font-size: 0.833rem;
  font-weight: 700;
  font-family: "Open Sans"; }

.cpa-form-widget-header .left-label {
  color: #fff;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans"; }

.cpa-form-widget-header .right-label {
  color: #fff;
  text-transform: capitalize;
  font-size: 0.833rem;
  font-weight: 600;
  font-family: "Open Sans";
  text-decoration: underline;
  float: right;
  cursor: pointer; }

.cpa-form-widget-header a {
  color: #fff;
  text-decoration: underline; }

.cpa-form-widget-header a:hover {
  color: #fff;
  text-decoration: none; }

.print-button-top .cpa-form-button-bold:hover {
  text-decoration: none !important;
  color: #00234B !important; }

.renewal-subtitle {
  position: absolute;
  width: 133%;
  top: -80px; }

/* validation summary*/
.val-summary-membership {
  margin-top: 0px !important;
  margin-bottom: 20px !important; }

/*Renewal styles ends*/
/* ==========  Tablet view  ========== */
@media (max-width: 63.0625em) and (min-width: 47.4375em) {
  /* global styles for mobile view  begins*/
  .cpa-form-remove-bottom-padding-in-form {
    margin-bottom: 0px !important; }
  .maincontainer-title-section > .row {
    display: table-cell;
    vertical-align: bottom;
    height: 120px; }
  /* global styles for mobile view  ends*/
  /* My account page styles begins*/
  .main-call-to-action .col-md-4 .big-title {
    font-size: 1.6vw; }
  .main-call-to-action .col-md-4 .small-title {
    font-size: 1.6vw; }
  .main-call-to-action .col-md-4 {
    max-height: 85px;
    min-height: 85px; }
  .main-call-to-action .call-to-action-icon {
    padding-right: 16px; }
  .maincontainer-title-section-titlebar {
    font-size: 2rem; }
  /* My account page styles ends*/
  /* Contact details page styles begins*/
  .cpa-form-remove-bottom-padding-in-form {
    margin-bottom: 0px; }
  .margin-bottom-fix {
    margin-bottom: 50px !important; }
  .cpa-form-button-bold {
    margin: 0px !important; }
  .cpa-form-button-empty {
    margin: 0px !important; }
  .cpa-form-control-with-input {
    margin-bottom: 24px; }
  .cpa-form-control-label {
    margin-bottom: 0px;
    display: block; }
  .cpa-form-control-readonly {
    padding-top: 8px; }
  .label-in-form {
    margin-bottom: 12px; }
  .button-in-form {
    margin-top: 18px;
    margin-bottom: 0px; }
  /* Contact details page styles ends*/
  /*career profile styles begins*/
  .cpa-form-section .no-right-padding {
    padding: 0px; }
  .cpa-form-section .no-left-padding {
    padding: 0px; }
  .cpa-form-three-col .no-left-padding {
    padding-left: 15px; }
  /*career profile styles ends*/
  .tt-suggestion-last-row {
    height: inherit;
    position: inherit;
    line-height: inherit; }
  /* membership renewal begins*/
  .button-print .cpa-form-button-bold {
    padding: 9px 5px;
    font-size: 0.6rem; }
  .button-print .cpa-form-button-bold:hover {
    padding: 9px 5px;
    font-size: 0.6rem; }
  .right-sidebar .form-group {
    padding-left: 0px;
    padding-right: 4px; }
  .cpa-form-overlay span {
    color: #00234B;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
    font-family: "Open Sans"; }
  .cpa-form-overlay .option-description {
    color: #4b4b4b;
    text-transform: none;
    font-size: 0.7rem;
    font-weight: 600;
    font-family: "Open Sans"; } }

.right-label:hover {
  text-decoration: none; }

/* ==========  mobile view  ========== */
@media (max-width: 47.4375em) {
  /* global styles for mobile view  begins*/
  .mobile-no-border {
    border: none !important; }
  .mobile-no-margin {
    margin: 0px !important; }
  .mobile-no-padding {
    padding: 0px !important; }
  .mobile-bottom-standard-margin {
    margin-bottom: 15px; }
  .mobile-top-standard-margin {
    margin-top: 15px; }
  .mobile-global-form {
    background-color: #fff; }
  .mobile-global-form .maincontainer-title-section-titlebar {
    padding-bottom: 4px; }
  .mobile-global-form .maincontainer-title-subtitle {
    padding-bottom: 10px;
    padding-top: 0px; }
  .cpa-form-control-label {
    margin-bottom: 0px; }
  .cpa-form-control-label-with-input {
    margin-bottom: 4px; }
  .cpa-panel {
    border-bottom: none !important; }
  .cpa-form-select:after {
    width: 35px;
    height: 18px;
    right: 3px;
    top: 26px; }
  .cpa-form-select-address:after {
    top: 32px; }
  .save-details-button {
    padding-right: 14px;
    padding-top: 14px; }
  .alert {
    margin-top: -50px; }
  /* global styles for mobile view   ends*/
  /* My account page styles begins*/
  .maincontainer-title-section > .row {
    display: table-cell;
    vertical-align: bottom;
    height: 74px; }
  .main-call-to-action {
    padding: 0px; }
  .main-call-to-action-background {
    background-color: #F2EEE8;
    margin-bottom: 0px !important; }
  .main-call-to-action-background .mobile-global-form {
    background-color: #F2EEE8; }
  .main-call-to-action .row {
    padding: 0px;
    margin: 0px; }
  .main-call-to-action .col-md-4 {
    width: 100%;
    margin-bottom: 4px;
    max-height: 45px;
    min-height: 45px; }
  .main-call-to-action .col-md-4 a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
  .main-call-to-action .col-md-4 .big-title {
    color: #4b4b4b;
    text-transform: lowercase;
    font-size: 3.2vw;
    font-weight: 600;
    font-family: "Open Sans";
    padding-left: 3px; }
  .main-call-to-action .col-md-4 .small-title {
    color: #4b4b4b;
    text-transform: capitalize;
    font-size: 3.2vw;
    font-weight: 600;
    font-family: "Open Sans";
    display: table-cell;
    padding-right: 2px;
    line-height: 1; }
  .mobile-global-landingpage {
    background-color: #F2EEE8; }
  .main-call-to-action .call-to-action-icon {
    display: table-cell;
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 17px; }
  .main-call-to-action .call-to-action-link {
    min-height: 45px; }
  .maincontainer-title-section-titlebar {
    font-size: 1.5rem;
    font-weight: 600;
    color: #00234B;
    font-family: "Open Sans";
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 20px; }
  /* My account page styles ends*/
  /* Contact details page styles begins*/
  .maincontainer-title-subtitle-right-item {
    float: left !important;
    color: #4b4b4b;
    text-transform: none;
    font-size: 0.7rem;
    font-weight: 400;
    font-family: "Open Sans"; }
  .maincontainer-title-subtitle-left-item {
    color: #00234B;
    text-transform: none;
    font-size: 0.7rem;
    font-weight: 600;
    font-family: "Open Sans";
    display: block;
    float: none; }
  .form-group-standard-padding {
    height: 40px;
    margin-bottom: 35px; }
  .cpa-form-control-with-input {
    margin-bottom: 48px; }
  /* Contact details page styles ends*/
  .cpa-form-remove-bottom-padding-in-form {
    margin-bottom: 35px !important; }
  .cpa-form-remove-bottom-margin-in-mobile {
    margin-bottom: 0px; }
  .form-group-standard-padding .cpa-form-button-bold {
    margin-top: 7px; }
  .cpa-panel {
    padding-top: 20px; }
  .first-panel {
    padding-top: 29px; }
  .cpa-form-button-empty {
    margin: 0px !important; }
  .button-in-form {
    margin-top: -4px;
    margin-bottom: 26px; }
  .label-in-form {
    margin-bottom: 24px; }
  .cpa-form-remove-bottom-padding-in-form {
    margin-bottom: 0px; }
  /*career profile styles begins*/
  .cpa-form-section .no-right-padding {
    padding: 0px; }
  .cpa-form-section .no-left-padding {
    padding: 0px; }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    position: relative;
    display: block;
    float: RIGHT;
    padding: 0px !important; }
  /*career profile styles ends*/
  .cpa-error-block-hazard-icon {
    display: none; }
  .no-left-padding {
    padding-left: 15px; }
  .newclass {
    clear: both; }
  .tt-suggestion-last-row {
    height: inherit;
    position: inherit;
    line-height: inherit; }
  .bootstrap-tagsinput .tag {
    display: block !important;
    line-height: 2;
    text-align: left; }
  .bootstrap-tagsinput .twitter-typeahead {
    max-width: 100%; }
  .cpa-form-checkbox:last-of-type {
    margin-bottom: 2px; }
  /* Membership renewal begins*/
  .general .last-row {
    width: 100%;
    display: inline-table;
    border-bottom: 1px #F2EEE8 solid !important; }
  .second-row .general {
    padding-top: 0px; }
  .cpa-form-overlay span {
    color: #00234B;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 600;
    font-family: "Open Sans"; }
  .cpa-form-overlay .option-description {
    color: #4b4b4b;
    text-transform: none;
    font-size: 0.6rem;
    font-weight: 600;
    font-family: "Open Sans"; }
  .cpa-form-overlay i {
    color: #00234B;
    text-transform: none;
    font-size: 0.833rem;
    font-weight: 400;
    font-family: FontAwesome; }
  .right-sidebar .last-row {
    margin-bottom: 0px; }
  .general .cpa-form-control-readonly {
    padding-bottom: 16px; }
  .general .variable {
    display: block; }
  .cpa-form-widget-content .general .form-group {
    height: 100%; }
  label.styled:hover:before {
    left: 86%;
    opacity: 0; }
  label.styled:before {
    width: 70px;
    padding-left: 8%;
    font-size: 0.875rem; }
  .cpa-form-overlay .cpa-form-section {
    text-align: right; }
  .print-button-top {
    top: 95px !important; }
  .print-button-top .btn {
    padding-left: 0px; }
  .print-button-top .cpa-form-button-bold {
    color: #00234B;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Open Sans";
    background-color: inherit;
    border: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
    width: inherit;
    box-shadow: inherit;
    text-decoration: underline; }
  .print-button-top .cpa-form-button-bold:hover {
    color: #00234B;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Open Sans";
    background-color: inherit;
    border: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
    box-shadow: inherit;
    text-decoration: none; }
  .renewal-subtitle {
    position: absolute;
    width: 100%;
    top: -27px; }
  /* Membership renewal ends*/
  /* modal window begins*/
  .cpa-modal-window-conrainer .close {
    margin-right: 0px; }
  .cpa-modal-window-conrainer .terms {
    color: #00234B;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 700;
    font-family: "Open Sans"; }
  /* modal window ends*/ }

/* My account page styles ends*/
/* Ripple effect begins*/
.ripple {
  position: relative;
  overflow: hidden; }

/* Ripple effect ends*/
.cpa-form-section-title {
  margin-top: 31px;
  margin-bottom: 31px; }

.cpa-form-spinner-emp {
  position: relative;
  width: 36px;
  height: 36px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  float: right;
  z-index: 100000;
  display: block;
  background-color: white;
  margin-right: 0px;
  top: -35px; }

.cpa-form-spinner-career {
  position: relative;
  width: 36px;
  height: 36px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  float: right;
  z-index: 100000;
  display: block;
  background-color: white;
  margin-right: 0px;
  top: -35px; }

.cpa-form-spinner-bodies {
  position: relative;
  width: 36px;
  height: 36px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  float: right;
  z-index: 100000;
  display: block;
  background-color: white;
  margin-right: 0px;
  top: -35px; }

.cpa-form-spinner-residential {
  position: relative;
  width: 36px;
  height: 36px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  float: right;
  z-index: 100000;
  display: block;
  background-color: white;
  margin-right: 0px;
  top: -35px; }

.cpa-form-spinner-mailing {
  position: relative;
  width: 36px;
  height: 36px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  float: right;
  z-index: 100000;
  display: block;
  background-color: white;
  margin-right: 0px;
  top: -35px; }

.contact-loading-spinner {
  left: 50%;
  position: relative;
  float: left;
  top: 50%; }

#employment-career-loading-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  z-index: 100000; }

#professional-career-loading-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  z-index: 100000;
  margin-top: 24px; }

.bootstrap-tagsinput .twitter-typeahead {
  margin-top: 9px !important; }

.bootstrap-tagsinput .tt-dropdown-menu {
  border: 2px rgba(214, 213, 212, 0.5) solid;
  box-shadow: 0px 1px 1px rgba(214, 213, 212, 0.5); }

#career-professional-container .cpa-form-select-address:after {
  color: white; }

#renewal-tile-loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 10000000;
  top: 0px;
  left: 0px;
  display: none; }

.renewal-tile-loading-spinner-container {
  position: absolute;
  left: 45%;
  top: 50%; }

.renewal-tile-loading-spinner {
  position: relative;
  width: 36px;
  height: 36px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  z-index: 100000;
  display: block;
  left: 45%;
  background-color: white;
  top: -35px; }

.renewal-tile-loading-text {
  float: left; }