/*
Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro
*/
/**
 * Scss File Name: colors.php
 * Description: ITU color scheme
 * Version: 1.0
 * Author: Gil Vanderkluysen
 * Author URI: https://www.blacktiki.co
 */
.inverted a {
  color: #73dcfa;
}

.awards a {
  color: #e67e00;
}

.x-col .x-text,
.x-col .x-image {
  max-width: 100%;
}

/**
 * Scss File Name: colors.php
 * Description: ITU color scheme
 * Version: 1.0
 * Author: Gil Vanderkluysen
 * Author URI: https://www.blacktiki.co
 */
body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label,
body .gform_wrapper .gfield_label {
  font-size: 1.2em !important;
}

body .gform_wrapper .gsection_title {
  font-weight: 500 !important;
  color: #00386b;
  font-size: 2em !important;
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield select:not([multiple]),
body .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  font-size: 1em !important;
  
}

body .gform_wrapper .gfield_required {
  color: rgba(0, 56, 107, 0.5) !important;
  padding-left: .5em;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: .35em;
  background-color: #00386b;
  text-shadow: none;
  padding: .725em 2.25em;
}
/*# sourceMappingURL=style.css.map */