* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: #f5f5f5;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

sup {
  font-size: 0.63em;
  line-height: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, p, ul li, ol li, a, span, small {
  line-height: 140%;
  color: #5C5C5C;
}

h1, h2, h3 {
  font-family: "Roboto Slab";
}

h4, h5, p, ul li, ol li, a, span, small {
  font-family: "Roboto";
  font-weight: 300;
}

h1 {
  font-size: 60px;
  font-weight: 600;
}

.title {
  background: #283039;
}
.title h1 {
  color: white;
  padding: 35px 0px;
  margin: 0;
}

h2 {
  position: relative;
  font-size: 48px;
  color: #5C5C5C;
  font-weight: 400;
  margin-top: 0;
}

.separator {
  width: 66px;
  height: 7px;
}

.separator-blue {
  stroke: #0094aa;
}

.separator-gray {
  stroke: #b1b1b1;
}

.separator-yellow {
  stroke: #fcbd1b;
}

.separator-brown {
  stroke: #c18d00;
}

.separator-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

h2.h2-separator {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h2.h2-separator:after {
  position: absolute;
  content: " ";
  background-image: url("../img/separator.svg");
  background-size: 66px 7px;
  background-repeat: no-repeat;
  width: 66px;
  height: 7px;
  bottom: 0;
  left: 15px;
}

h2 {
  position: relative;
  font-size: 48px;
  color: #5C5C5C;
  font-weight: 400;
}

h2.h2-nomargin {
  margin-top: -10px;
}

h2.h2-marginbottom {
  margin-bottom: 50px;
}

h3 {
  font-size: 34px;
  font-weight: 400;
  margin: 20px 0px;
}

h4 {
  font-size: 24px;
  margin: 20px 0px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  font-weight: 500;
}

ul, ol {
  margin: 0;
}

p, ul li, ol li {
  font-size: 16px;
}

ul, ol {
  padding-left: 17px;
}

ul li, ol li {
  margin: 15px 0px;
}

small {
  display: block;
  font-size: 10px;
}

.align-center {
  text-align: center;
}

img.align-center, svg.align-center {
  display: block;
  margin: 0 auto;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.primarycolor {
  color: #FCBD1B;
}

.secondarycolor {
  color: #0094AA;
}

.whitecolor {
  color: white;
}

strong a {
  font-weight: 600;
}

.primarycolorbg {
  background-color: #FCBD1B;
}

.lightprimarycolorbg {
  background-color: #ffe4b5;
}

td.lightprimarycolorbg a, th.lightprimarycolorbg a {
  color: #0094AA;
}

.secondarycolorbg {
  background-color: #0094AA;
}

.nounderline {
  text-decoration: none !important;
}

.full-width-container {
  padding-left: 75px;
  padding-right: 75px;
}

.container {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.rownomargin {
  margin-right: 0;
  margin-left: 0;
}

.col {
  position: relative;
  min-height: 1px;
}

.col-padd {
  padding-right: 25px;
  padding-left: 25px;
  height: 100%;
}

.col-centered {
  margin: 0 auto;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666667%;
  flex: 0 0 91.6666667%;
  max-width: 91.6666667%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333334%;
  flex: 0 0 58.333334%;
  max-width: 58.333334%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333334%;
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

#topbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #283039;
  padding: 15px 0px 9px 0px;
  z-index: 9;
}

.btn {
  font-size: 14px;
  color: white;
  text-decoration: none;
  padding: 2px 9px;
  border-radius: 2px;
  font-weight: 500;
  font-family: "Roboto";
}

.secondary-btn {
  background: #384655;
}

.primary-btn {
  background: #FCBD1B;
}

.top-btn-block .btn {
  margin-left: 35px;
}

.small-icon {
  display: inline-block;
}
.small-icon svg {
  width: 18px;
  height: 18px;
}

.small-icon:last-child {
  margin-left: 25px;
}

.top-search {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  border-bottom: 1px solid white;
  margin-top: -2px;
}

.search-input {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  max-width: 130px;
  padding: 2px 7px;
}
.search-input::-webkit-input-placeholder {
  color: white;
}
.search-input::-moz-placeholder {
  color: white;
}
.search-input:-ms-input-placeholder {
  color: white;
}
.search-input:-moz-placeholder {
  color: white;
}

.search-icon svg {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}

.no-visible {
  display: none;
}

#navbar {
  position: fixed;
  background: white;
  padding: 20px 0px 0px 0px;
  top: 48px;
  width: 100%;
  z-index: 9;
  background: white;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.logo img {
  width: 161px;
}

.home-icon svg {
  width: 20px;
  height: 17px;
  margin-bottom: -2px;
}
.home-icon .cls-1 {
  fill: #5A5A5A;
  -webkit-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.home-icon:hover .cls-1 {
  fill: #FCBD1B;
}

.menu {
  margin: 5px 15px 5px 50px;
}
.menu ul {
  list-style: none;
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
  font-family: "Roboto";
  color: #5A5A5A;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 10px 8px;
  font-weight: 400;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.menu ul li a:hover {
  color: #FCBD1B;
}

#navbar.sticky {
  background: #0094AA;
}
#navbar.sticky .menu ul li a {
  color: white;
}
#navbar.sticky .menu ul li a:hover {
  color: #FCBD1B;
}
#navbar.sticky .menu ul li.active a {
  color: #FCBD1B;
}
#navbar.sticky .menu ul li.active .home-icons .cls-1 {
  fill: #FCBD1B;
}
#navbar.sticky .home-icon .cls-1 {
  fill: #FFFFFF;
}
#navbar.sticky .home-icon .cls-1:hover {
  fill: #FCBD1B;
}
#navbar.sticky .submenu {
  background: #0094AA;
}

#content {
  padding-top: 151px;
}

.inner {
  padding: 50px 0px;
}

.content {
  padding: 50px 0px;
}
.content a {
  color: #FCBD1B;
}
.content a:hover {
  text-decoration: none;
}
.content a.whitecolor {
  color: white;
}

#footer {
  margin-top: 50px;
  background-color: #283039;
  background-image: url("../img/");
  padding: 50px 0px 10px 0px;
}
#footer h4, #footer p, #footer ul li, #footer ol li {
  color: white;
}
#footer h4 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
#footer p, #footer ul li, #footer ol li {
  font-size: 14px;
}
#footer ul, #footer ol {
  padding-left: 15px;
}
#footer ul li, #footer ol li {
  margin: 15px 0px;
}

.logo-footer {
  width: 55px;
}

.copyright {
  margin-top: 50px;
}

.full-width-banner, .banner {
  padding: 40px 25px;
  margin: 35px 0px;
  text-align: center;
}
.full-width-banner h3, .full-width-banner p, .banner h3, .banner p {
  color: white;
  margin: 20px 0px;
}
.full-width-banner h3, .banner h3 {
  margin: 0px 0px 20px 0px;
}

.banner {
  border-radius: 4px;
}

.df-img {
  max-width: 100%;
  border-radius: 4px;
  margin: 35px 0px;
}

.df-btn {
  font-size: 14px;
  color: white;
  padding: 9px;
  border: none;
  border-radius: 2px;
  font-weight: 500;
  font-family: "Roboto";
  min-width: 160px;
  margin-top: 5px;
  cursor: pointer;
}

a.df-btn {
  color: white;
  text-decoration: none;
}
a.df-btn:hover {
  text-decoration: none;
}

button {
  border: 0;
}

.box {
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin: 35px 0px;
  background: white;
}

p.bigfont {
  font-size: 20px;
  margin: 45px 0px;
}

.nopadd-bottom {
  padding-bottom: 0;
}

#footer.nomargin-footer {
  margin-top: 0;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.migcontent.row {
  margin-left: -15px;
  margin-right: -15px;
}

.migcontent .col-padd {
  padding-left: 15px;
  padding-right: 15px;
}

.migcontent .col img {
  margin: 19px 0px;
}

.nopadd-top {
  padding-top: 0;
}

.nopadd-bot {
  padding-bottom: 0;
}

ul.submenu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0;
  margin-left: 0;
}

ul.submenu li {
  margin: 0;
  display: block;
}

ul.submenu li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

ul.submenu a:hover {
  color: #FCBD1B;
}

.menu li:hover .submenu {
  display: block;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  padding: 20px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 310px;
  z-index: 9;
}

.exit {
  float: right;
  margin-top: -9px;
  cursor: pointer;
}
.exit img {
  width: 32px;
  height: 32px;
}
.exit:hover img {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}

.df_input {
  width: 100%;
  font-size: 16px;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE;
  color: #212121;
  background: white;
  padding: 15px 20px;
  margin: 5px 0px;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}

.df_input_hidden {
  visibility: hidden;
  width: 1px;
  height: 1px;
  border: none;
  padding: 0;
}

.df_input:focus {
  border-color: #FCBD1B;
}

.df_select {
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  border: 1px solid #EEEEEE;
  border-color: #EEEEEE;
  color: #212121;
  border-radius: 0;
  background-color: white;
  padding: 15px 20px;
  margin: 5px 0px;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2em;
  background-repeat: no-repeat;
}

.df_select:focus {
  border-color: #FCBD1B;
}

.submitbutton {
  margin-top: 25px;
}

table {
  width: 100%;
}
table tr th, table tr td {
  padding: 10px 15px;
  font-family: "Roboto";
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Roboto";
  color: #212121;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container input:checked ~ .checkmark {
  background-color: #FCBD1B;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.creditcardlogo {
  margin-top: 50px;
}
.creditcardlogo img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 280px;
}

.fw_input {
  max-width: 200px;
}
@media (max-width: 400px) {
  .fw_input {
    max-width: auto;
    width: 100%;
  }
}

.donate-btn {
  padding: 16px 0px;
  margin-top: -5px;
}
@media (max-width: 400px) {
  .donate-btn {
    margin-top: 10px;
    display: block;
  }
}

.clientlogo img
{
  max-height: 100%;
}

.clientlogo
{
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/*# sourceMappingURL=style.css.map */
