﻿#contact-widget #submit {
  margin-top: 18px;
  width: 100%; }

#contact-widget .c-dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  top: 0;
  font-weight: 400; }
  #contact-widget .c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%; }

#contact-widget .btn-primary {
  color: #fff;
  background-color: #114379;
  border-color: #114379; }

#contact-widget .btn-light {
  border: 1px solid #ced4da !important;
  background: #fff !important; }

#contact-widget .text-primary {
  color: #114379 !important; }

#contact-widget .c-dropdown__list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  background: #fff;
  transition: opacity .25s linear, top .25s linear; }

#contact-widget .c-dropdown__item {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
  color: #434a54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color .25s linear; }
  #contact-widget .c-dropdown__item:hover {
    background-color: #e6e9ed; }

#contact-widget .c-button {
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  user-select: none; }
  #contact-widget .c-button:hover {
    outline: none;
    text-decoration: none; }
  #contact-widget .c-button:focus {
    outline: none;
    text-decoration: none; }
  #contact-widget .c-button:not(:disabled) {
    cursor: pointer; }

#contact-widget .c-button--dropdown {
  padding: 6px 34px 6px 12px;
  background-color: #e6e9ed;
  color: #284265;
  width: 100%;
  font-size: 15px;
  border-radius: 3px;
  transition: background-color .2s linear; }
  #contact-widget .c-button--dropdown:hover {
    background-color: #3a5c84;
    color: #fff; }
  #contact-widget .c-button--dropdown:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #284265; }
  #contact-widget .c-button--dropdown:hover:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff; }

#contact-widget .bg-light {
  background-color: #fff !important; }

#contact-widget .inner-addon {
  width: 100%; }

#contact-widget #fa-user, #contact-widget #fa-envelope, #contact-widget #fa-phone, #contact-widget #fa-pencil {
  position: absolute !important;
  padding: 8px !important;
  font-size: 18px !important;
  color: rgba(0, 69, 124, 0.9) !important;
  pointer-events: none !important; }

#contact-widget #form_msg {
  margin-top: 15px; }

@media (min-width: 320px) and (max-width: 767px) {
  #contact-widget .c-dropdown {
    margin-bottom: 130px; }
  #contact-widget #submit {
    width: 100%; } }
