@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
.Page {
  font-family: Arial, 'Arial', sans-serif;
  position: relative;
  z-index: 1;
  overflow: auto;
  box-sizing: border-box !important;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .Page {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .Page {
    margin-top: 0;
  }
}
.Page--padded-top {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .Page--padded-top {
    margin-top: 0;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 479px) {
  .Page--padded-top {
    margin-top: 0;
    padding: 15px 0;
  }
}
.Page * {
  box-sizing: border-box !important;
}
.PageHeader {
  background: #ffffff;
}
.PageHeaderBackground {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 495px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .PageHeaderBackground {
    min-height: 247px;
  }
}
@media only screen and (max-width: 479px) {
  .PageHeaderBackground {
    min-height: 247px;
  }
}
.PageHeader__Wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  margin-bottom: 27px;
  padding: 0 20px;
}
.PageHeader__Title {
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .PageHeader__Title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .PageHeader__Title {
    font-size: 24px;
  }
}
.PageHeader__Title--separator:after {
  display: block;
  max-width: 300px;
  height: 2px;
  margin-top: 2px;
  margin-right: 10%;
  margin-bottom: 2px;
  content: '';
  background-color: #fdc02f;
}
@media only screen and (max-width: 767px) {
  .PageHeader__Title--separator:after {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .PageHeader__Title--separator:after {
    margin-top: 10px;
  }
}
.PageHeader__Text {
  font-family: Arial;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  width: 100%;
  width: 513px;
  height: 90px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .PageHeader__Text {
    display: none;
  }
}
.PageHeader__Text--outside {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.63;
  display: none;
  max-width: 100%;
  padding: 0 20px;
  color: #4a4a4a;
}
@media only screen and (max-width: 767px) {
  .PageHeader__Text--outside {
    display: block;
  }
}
.PageBreadcrumbs {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .PageBreadcrumbs {
    padding: 10px;
    background-color: #2b5382;
  }
}
.PageBreadcrumbs__Return {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  padding: 10px 0;
  text-transform: uppercase;
  color: #00427a;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  .PageBreadcrumbs__Return {
    color: #ffffff;
  }
}
.PageBreadcrumbs__Return:before {
  display: inline-block;
  width: 24px;
  height: 12px;
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg height=\'9\' viewBox=\'0 0 9 9\' width=\'9\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'m4.5 9 4.5 4.5-4.5 4.5-.795-.795 3.139-3.153h-6.844v-1.104h6.844l-3.139-3.153z\' fill=\'%2300427a\' transform=\'matrix(-1 0 0 -1 9 18)\'/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .PageBreadcrumbs__Return:before {
    background-image: url('data:image/svg+xml,%3Csvg height=\'9\' viewBox=\'0 0 9 9\' width=\'9\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'m4.5 9 4.5 4.5-4.5 4.5-.795-.795 3.139-3.153h-6.844v-1.104h6.844l-3.139-3.153z\' fill=\'%23ffffff\' transform=\'matrix(-1 0 0 -1 9 18)\'/%3E%3C/svg%3E');
  }
}
/**
 *
 */
.Section {
  position: relative;
}
.Section__Title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  max-width: 726px;
  margin-bottom: 10px;
  color: #2b5382;
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .Section__Title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.Section__Title:after {
  display: block;
  width: 90%;
  max-width: 400px;
  height: 2px;
  margin: 10px 0;
  content: '';
/*   background-color: #fcb813; */
}
@media only screen and (max-width: 767px) {
  .Section__Title:after {
    width: 100%;
    max-width: 50%;
  }
}
.Section__Subtitle {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #494949;
  text-align: left !important;
  
}
@media only screen and (max-width: 767px) {
  .Section__Subtitle {
    font-size: 16px;
    line-height: 1.63;
  }
}
.Wrapper {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 20px;
}
.Wrapper--slim {
  max-width: 980px;
}
.Wrapper--edge {
  padding: 0;
  text-align: left !important;
}
.Form {
  display: block;
  margin: 70px 0 0;
}
@media only screen and (max-width: 767px) {
  .Form {
    margin: 40px 0 0;
  }
}
.Form-slim-top {
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .Form-slim-top {
    margin: 20px 0 0;
  }
}
.Form__Step {
  position: relative;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  max-width: 0;
  max-height: 0;
  opacity: 0;
}
.Form__Step--active {
  position: relative;
  z-index: 1;
  visibility: visible;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.Form__Step_Title {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  display: block;
  width: 100%;
  margin-bottom: 42px;
 color: #00427a; 
  text-align: left !important;
}
.Form__Step_Title:after {
  display: block;
  width: 100%;
  max-width: 159px;
  height: 2px;
  margin-top: 2px;
  margin-right: 10%;
  margin-bottom: 1px;
  content: '';
  background-color: #fdc02f;
}
.Form__StepText {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.63;
  max-width: 868px;
  height: 52px;
  margin-bottom: 40px;
  text-align: center;
  color: #4a4a4a;
}
.Form__Layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .Form__Layout {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Fieldset {
  position: relative;
  width: 50%;
  max-width: 50%;
  margin-bottom: 30px;
  padding-right: 32px;
  text-align: left !important; 
}
@media only screen and (max-width: 767px) {
  .Fieldset {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.Fieldset--wide {
  width: 100%;
  max-width: 100%;
}
.Fieldset--empty {
  display: block;
  min-height: 32px;
}
@media only screen and (max-width: 767px) {
  .Fieldset--empty {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .Fieldset--empty {
    display: none;
  }
}
.Fieldset--center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Fieldset--row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .Fieldset--row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 479px) {
  .Fieldset--row {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.FieldsetRadio {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 50%;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .FieldsetRadio {
    max-width: 100%;
  }
}
.FieldsetRadio > * {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .FieldsetRadio > * {
    width: 100%;
  }
}
/**
 * Label for any type of input
 */
.Label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.31;
  display: block;
  margin-bottom: 10px;
  color: #00427a;
  text-align: left !important;
  cursor: auto !important;
}
.Label--checkbox {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #00427a;
  cursor: auto !important;
}
.Label--checkbox a {
  font-size: 16px;
  margin-left: 0.75ch;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  text-decoration: underline;
  color: #00427a;
}
@media only screen and (hover: hover) {
  .Label--checkbox a:hover {
    text-decoration: none;
  }
}
.Label--radio {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #00427a;
}
/**
 * Input
 */
.Input {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  max-width: 407px;
  height: 42px !important;
  max-height: 42px !important;
  margin-right: 32px;
  padding: 10px 15px;
  color: #4a4a4a;
  border: solid 1px #979797;
  border-radius: 4px;
  background: #ffffff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Input:focus {
  outline: #3b99fc auto 5px;
}
@media only screen and (max-width: 767px) {
  .Input {
    max-width: 100%;
  }
}
.Input::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.Input::-moz-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.Input:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.Input:-moz-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.Checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.Checkbox + span {
  display: block;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin-right: 1ch;
  background-image: url('data:image/svg+xml,%3Csvg height=\'20\' viewBox=\'0 0 20 20\' width=\'20\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect fill=\'%23e5ebf4\' height=\'19\' opacity=\'.9\' rx=\'3\' stroke=\'%23b8becb\' width=\'19\' x=\'.5\' y=\'.5\'/%3E%3C/svg%3E');
}
.Checkbox + span:focus {
  outline: #3b99fc auto 5px;
}
.Checkbox:checked + span {
  background-image: url('data:image/svg+xml,%3Csvg height=\'20\' viewBox=\'0 0 20 20\' width=\'20\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg fill=\'none\' fill-rule=\'evenodd\'%3E%3Crect fill=\'%23e5ebf4\' fill-rule=\'nonzero\' height=\'19\' opacity=\'.9\' rx=\'3\' stroke=\'%23b8becb\' width=\'19\' x=\'.5\' y=\'.5\'/%3E%3Cpath d=\'m17 5-9.625 10-4.375-4.5454545\' stroke=\'%232b5382\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\'/%3E%3C/g%3E%3C/svg%3E');
}
.Radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.Radio + span {
  display: block;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin-right: 1ch;
  background-image: url('data:image/svg+xml,%3Csvg height=\'20\' viewBox=\'0 0 20 20\' width=\'20\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect fill=\'none\' height=\'19\' rx=\'9.5\' stroke=\'%23979797\' width=\'19\' x=\'.5\' y=\'.5\'/%3E%3C/svg%3E');
}
.Radio + span:focus {
  outline: #3b99fc auto 5px;
}
.Radio:checked + span {
  background-image: url('data:image/svg+xml,%3Csvg height=\'20\' viewBox=\'0 0 20 20\' width=\'20\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg fill=\'none\' fill-rule=\'evenodd\'%3E%3Crect height=\'19\' rx=\'9.5\' stroke=\'%23fdb813\' width=\'19\' x=\'.5\' y=\'.5\'/%3E%3Ccircle cx=\'10\' cy=\'10\' fill=\'%23fdb813\' r=\'7\'/%3E%3C/g%3E%3C/svg%3E');
}
.Textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  max-width: 407px;
  height: 164px;
  padding: 10px 15px;
  color: #4a4a4a;
  border: solid 1px #979797;
  border-radius: 4px;
  background: #ffffff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Textarea:focus {
  outline: #3b99fc auto 5px;
}
.Textarea::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.Textarea::-moz-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.Textarea:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.Textarea:-moz-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
/**
 * Legends in the form
 */
.FormLegend {
  width: 100%;
  margin-bottom: 40px;
  text-align: left !important;
}
@media only screen and (max-width: 479px) {
  .FormLegend {
    margin-bottom: 0;
  }
}
.FormLegend__Text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #00427a;
}
/**
 * Submit button states
 */
.Submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.44;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 207px;
  height: 44px;
  margin: 30px 15px;
  transition: all ease-in-out 0.25s;
  text-align: center;
  color: #ffffff;
  border: none !important;
  border-radius: 2px;
  outline: none !important;
  background: #00427a !important;
  object-fit: contain;
}
.Submit:focus {
  outline: #f7a803 auto 5px !important;
  background: #001847 !important;
}
@media only screen and (hover: hover) {
  .Submit:hover {
    background: #001847 !important;
  }
}
@media only screen and (max-width: 479px) {
  .Submit {
    width: 100%;
    margin: 15px 0;
  }
}
.Submit--disabled {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #2b5382;
  background: #d8d8d8 !important;
}
.Submit--disabled:focus {
  outline: none !important;
}
@media only screen and (hover: hover) {
  .Submit--disabled:hover {
    color: #2b5382;
    background: #d8d8d8 !important;
  }
}
.Submit--reverse {
  color: #00427a;
  border: solid 1px #00427a !important;
  background: #ffffff !important;
}
.Submit--reverse:focus {
  outline: #f7a803 auto 5px !important;
  background: #e0ecf1 !important;
}
@media only screen and (hover: hover) {
  .Submit--reverse:hover {
    background: #e0ecf1 !important;
  }
}
/**
 * Popup for form confirmation
 */
.Popup {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  display: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
  opacity: 0;
}
.Popup:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}
.Popup--active {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}
.Popup__Content {
  position: relative;
  z-index: 3;
/*   max-width: 833px; */
  max-width: 100%;
  padding: 60px;
  border-radius: 4px;
  background-color: #ffffff;
}
.Popup__Title {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 19px;
  text-align: center;
  color: #00427a;
  border-bottom: solid 2px #fcb813;
}
.Popup__Text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  display: block;
/*   width: 100%; */
  margin-bottom: 5px;
  padding: 0px !important;
  text-align: center;
  color: #4a4a4a;
}
.Popup__CTA {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  text-align: center;
  color: #2b5382;
}
.Popup__CTA a {
  display: inline-block;
  padding: 4px 16px;
  text-decoration: underline;
}
/**
 * Card Container
 */
.CardContainer {
  display: -ms-grid;
  display: grid;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 60px 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -ms-grid-column-align: stretch;
      justify-items: stretch;
}
@media only screen and (max-width: 959px) {
  .CardContainer {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .CardContainer {
    margin: 40px 0 80px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 479px) {
  .CardContainer {
    margin: 40px 0 80px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
.ClientCard {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: ease-in-out all 0.35s;
  text-decoration: none !important;
  border-top: solid 20px #444444;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(83, 98, 141, 0.5);
}
@media only screen and (hover: hover) {
  .ClientCard:hover {
    z-index: 2;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    box-shadow: 0 2px 4px 0 rgba(83, 98, 141, 0.5), 0 7px 20px 0 rgba(83, 98, 141, 0.2);
  }
}
.ClientCard--yellow {
  border-top-color: #fcb813;
}
.ClientCard--blue {
  border-top-color: #2b5382;
}
.ClientCard__Head {
  padding: 20px 20px 0;
}
.ClientCard__Icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 62px;
}
.ClientCard__Title {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #2b5382;
}
@media only screen and (max-width: 767px) {
  .ClientCard__Title {
    font-size: 18px;
  }
}
.ClientCard__Title:after {
  display: block;
  max-width: 100%;
  height: 1px;
  margin-top: 20px;
  content: '';
  background-color: #fdc02f;
}
.ClientCard__Body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px 0;
}
.ClientCard__Text {
  font-family: Arial;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
  color: #494949;
}
@media only screen and (max-width: 767px) {
  .ClientCard__Text {
    font-size: 16px;
  }
}
.ClientCard__Footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  background-color: #f3f4f5;
  object-fit: contain;
}
.ClientCard__Link {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  padding: 10px 20px;
  color: #00427a;
}
@media only screen and (max-width: 767px) {
  .ClientCard__Link {
    font-size: 13px;
    text-align: center;
  }
}
.ClientCard__Link:after {
  display: inline-block;
  width: 24px;
  height: 12px;
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg height=\'9\' viewBox=\'0 0 9 9\' width=\'9\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'m310.5 9 4.5 4.5-4.5 4.5-.795-.795 3.139-3.153h-6.844v-1.104h6.844l-3.139-3.153z\' fill=\'%2300427a\' transform=\'translate(-306 -9)\'/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center center;
}


/* ************************************ ESTILOS DE SELECT *******************************/

.select-css {
    display: block !important;
    font-size: 16px !important;
    font-family: 'Verdana', sans-serif !important;
    font-weight: 400 !important;
    color: #444 !important;
    line-height: 1.3 !important;
    padding: .4em 1.4em .3em .8em  !important;
    width: 400px !important;
    max-width: 100% !important; 
    box-sizing: border-box !important;
 margin: 0px !important;
    border: 1px solid #aaa !important;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03) !important;
    border-radius: .3em !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
}

.select-css::-ms-expand {
    display: none !important;
}
.select-css:hover {
    border-color: #888 !important;
}
.select-css:focus {
    border-color: #aaa !important;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7) !important;
    box-shadow: 0 0 0 3px -moz-mac-focusring !important;
    color: #222 !important; 
    outline: none !important;
}
.select-css option {
    font-weight:normal !important;
}

.select-css option[selected] {
    background-color: orange !important;
}


