/**
* Shame CSS
*
* Dedicated stylesheet to house quick fixes and hacks that can be refactored
* at a later time. Please make sure to use !important if you are overriding
* existing styling and make sure to document your changes.
*
* Remember to enque the file in the assets function in lib/setup.php
*/

input#gform_submit_button_1 {
  padding: 15px !important;
}
.rc-anchor-normal-footer {
  margin-left: -55px!important;
}

.c-post__flight li{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.c-post--single .c-post__flight li{
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.page-id-698 .partners {
  margin-top: 250px;
}

@media (min-width: 1024px) {
  .c-logo .c-logo--background {
    width: 220px;
  }
}
