/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #333333;
  background-color: white; }

.container {
  width: 1200px;
  margin: 0 auto; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 930px;
  float: right;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #dddddd;
  border: none; }

.columns > .sidebar {
  width: 270px;
  float: left;
  padding: 27px 0 27px 0; }

/*
 * ---:[ links ]:---
 */
a {
  color: #005568;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ header ]:---
 */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#site_title {
  font-size: 37px;
  line-height: 1.32em;
  font-weight: bold;
  color: #333333; }

#site_title a {
  color: #333333; }

#site_title a:hover {
  color: #005568; }

#site_tagline {
  font-size: 14px;
  color: #888888;
  line-height: 1.32em; }

#social_search_container {
  text-align: right; }
  #social_search_container a {
    color: #5d5d5d;
    padding: 0 10px;
    transition: all 1s ease; }
    #social_search_container a:hover {
      color: #4cb5c5;
      transition: all 1s ease; }
  #social_search_container a.icon {
    color: gainsboro;
    padding: 0 2px;
    font-size: 32px;
    top: 6px;
    position: relative; }
    #social_search_container a.icon:hover {
      color: #005568; }
    #social_search_container #searchform #s {
      height: 32px;
      border: 0;
      position: relative;
      top: -11px;
      padding-left: 10px;
      width: 230px; }
      #social_search_container #searchform #s:focus {
        background: #eeeeee; }
  #social_search_container .header_widgets {
    margin-bottom: 18px; }
    #social_search_container .header_widgets:last-child {
      margin-bottom: 0; }

/*
 * ---:[ nav menu ]:---
 */
#main_nav {
  background: #005568;
  color: white;
  padding: 8px 0; }

.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 154px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 154px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0.5em 1em; }

.menu a:hover {
  background-color: #dddddd; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dddddd; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

#menu-main-header {
  background: transparent;
  border: none;
  margin: 5px 0 5px; }

#menu-main-header .menu-item {
  background: transparent;
  border: none; }

#menu-main-header .menu-item a {
  background: transparent;
  border: none;
  color: white;
  transition: all 0.75s ease;
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: 0 !important; }

#menu-main-header .menu-item:hover a {
  color: #4cb5c5;
  transition: all 0.75s ease; }

#menu-main-header .current-menu-item a {
  color: #4cb5c5; }

#menu-main-header .menu-item:first-child a {
  padding-left: 0;
  margin-left: 0; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
h1,
.grt h1 {
  font-size: 40px;
  color: #005568;
  font-weight: 700; }

h2,
.grt h2 {
  font-size: 36px;
  line-height: 40px;
  color: #005568;
  font-weight: 500; }

h3,
.grt h3 {
  font-size: 18px;
  line-height: 24px;
  color: #005568; }

h4,
.grt h4 {
  font-size: 24px;
  line-height: 28px;
  color: #2e6834; }

.grt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }

.grt .headline {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin: 0; }

.headline,
.headline a {
  color: #333333; }

.headline a:hover {
  color: #005568; }

.grt h3 {
  font-weight: bold; }

.grt .small,
.grt .caption {
  font-size: 11px;
  line-height: 23px; }

.grt .drop_cap {
  font-size: 54px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .aligncenter,
.grt .alignnone,
.grt .post_image,
.grt .post_image_box,
.grt .wp-post-image,
.grt .caption,
.grt .wp-caption,
.grt .alert,
.grt .note,
.grt .box,
.grt .footnotes,
.headline_area {
  margin-bottom: 27px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 27px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert p:last-child,
.grt .note p:last-child,
.grt .box p:last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .footnotes p:last-child {
  margin-bottom: 0; }

.grt .left,
.grt .alignleft,
.grt .ad_left {
  margin-bottom: 27px;
  margin-right: 27px; }

.grt .right,
.grt .alignright,
.grt .ad {
  margin-bottom: 27px;
  margin-left: 27px; }

.grt .caption {
  margin-top: -14px;
  color: #888888; }

.grt .footnotes p {
  margin-bottom: 14px; }

/*
 * ---:[ custom text styles ]:---
 */
.grt ul {
  list-style-type: square; }

.grt li a {
  text-decoration: underline; }

.grt li a:hover {
  text-decoration: none; }

.grt blockquote {
  color: #888888;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #dddddd; }

.grt code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.grt pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 14px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 14px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 14px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .wp-caption p {
  font-size: 11px;
  line-height: 23px; }

.grt .alert,
.grt .note,
.grt .box {
  padding: 14px; }

.grt .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.grt .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

.grt .box {
  background-color: #d6f8ff;
  border: 1px solid #a7f0ff; }

.grt .footnotes {
  font-size: 11px;
  line-height: 23px;
  border-top: 1px dotted #dddddd;
  padding-top: 27px; }

.grt .avatar {
  width: 55px;
  height: 55px;
  float: right;
  clear: both;
  margin-left: 14px; }

.grt .footnotes,
.grt sub,
.grt sup,
.grt .post_cats,
.grt .post_tags,
.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #333333; }

.byline .post_edit {
  margin-left: 14px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.grt .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 27px; }

.grt .author_description_intro {
  font-weight: bold; }

.grt .author_description .avatar {
  width: 81px;
  height: 81px;
  float: left;
  margin-right: 14px;
  margin-left: 0; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 23px;
  line-height: 34px;
  width: 45%;
  margin-bottom: 14px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box structural styles ]:---
 */
.post_box {
  padding: 27px 27px 0 27px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

/*
 * ---:[ other post box styles ]:---
 */
/*
 * Post Feed Styles
 */
.post-grid-date {
  color: #005568; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 27px; }

.num_comments_link:hover {
  background-color: #eeeeee; }

.bracket,
.num_comments {
  font-size: 27px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 27px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 14px 27px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 11px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 54px; }

.comments_intro {
  color: #888888;
  margin-bottom: 14px;
  padding: 0 27px; }

.comments_intro a:hover {
  text-decoration: underline; }

.comments_closed {
  font-size: 11px;
  line-height: 23px;
  color: #888888;
  margin: 0 27px 27px 27px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 54px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 27px; }

.children .comment {
  list-style-type: none;
  margin-top: 27px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 27px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #005568; }

.comment .comment_head {
  margin-bottom: 14px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 11px;
  margin-left: 14px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 11px;
  line-height: 23px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 14px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 54px;
  height: 54px;
  float: right;
  margin-left: 14px; }

.comment_nav {
  font-size: 11px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 14px 27px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -54px 0 54px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
input[type=\"text\"],
.input_text,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #333333;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=\"text\"]:focus,
.input_text:focus,
textarea:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 27px; }

input[type=\"submit\"],
.input_submit {
  font-family: inherit;
  line-height: 1em;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url(\'images/bg-button.png\') repeat-x;
  padding: 0.5em; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 54px 0;
  padding: 0 27px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin: 0 -27px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 27px 14px 27px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 14px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#commentform .input_submit {
  font-size: 18px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #005568; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: #eeeeee; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 21px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 23px;
  line-height: 33px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 11px;
  color: #4cb5c5; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 21px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 21px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 21px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 42px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 11px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .post_content,
.widget li ul,
.widget li ol,
.sidebar .search-form input[type=\"submit\"] {
  margin-top: 11px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

.sidebar .page_item a {
  font-size: 14px;
  color: black; }

.sidebar .page_item {
  border-bottom: 1px solid grey;
  padding: 8px 0; }

.sidebar .page_item:before {
  content: \"\\f0da\";
  font-family: \'FontAwesome\';
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 14px; }

.sidebar .page_item:last-child {
  border-bottom: 0; }

.sidebar .page_item:hover a {
  color: #005568;
  text-decoration: none; }

#bookmark-links .list-group-item {
  transition: all 0.75s ease;
  color: #333333;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0; }

#bookmark-links .list-group-item:hover {
  color: #4cb5c5;
  transition: all 0.75s ease; }

.widget_radiant_rp_widget .widget_title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #888888; }

/*
 * .widget_radiant_rp_widget .widget_title:before {
 * content: \'\\f1ea\';
 * display: inline-block;
 * padding-right: 5px;
 * font-size: 32px;
 * color: #005568;
 * font-family: \'FontAwesome\';
 * position: relative;
 * top: 5px;
 * }
 */
.widget_radiant_rp_widget .date {
  color: #005568;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0; }

.widget_radiant_rp_widget .excerpt {
  font-size: 14px; }

.sidebar .widget {
  margin-bottom: 75px; }

/*
 * ---:[ sub footer ]:---
 */
.sub_footer {
  background: #005568;
  color: white;
  padding: 30px 0 0;
  margin-top: 30px;
  border-top: solid 8px #4cb5c5; }

.sub_footer_widgets_right {
  text-align: right; }

.sub_footer_widgets_right #gform_2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  justify-content: end;
  float: right; }

.sub_footer_widgets_right #gform_2 input {
  margin: 16px 0 16px 16px;
  height: 33px; }

.sub_footer_widgets_right #gform_2 input[type=\"submit\"],
.input_submit {
  background-color: #4cb5c5;
  border: 1px solid white;
  color: white;
  padding-left: 20px;
  padding-right: 20px; }

.sub_footer .widget_title {
  color: white; }

.sub_footer .gfield {
  margin-top: 0 !important;
  display: inline-block; }

.sub_footer .gfield_label {
  display: none !important; }

.sub_footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.sub_footer .widget {
  margin-bottom: 0; }

.sub_footer .menu {
  border: none;
  text-align: right;
  display: inline-block; }

.sub_footer .menu li {
  background-color: transparent;
  border: none;
  text-align: right;
  float: none;
  display: inline-block; }

.sub_footer .menu a {
  background-color: transparent;
  color: white;
  border: none;
  font-size: 14px;
  padding: 0 8px; }

.sub_footer .menu li:last-child a {
  padding-right: 0; }

#text-20 .textwidget {
  text-align: right; }

#text-20 .textwidget img {
  display: inline-block;
  margin: 8px 0 15px; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 11px;
  line-height: 23px;
  color: #005568;
  background: #06323e;
  padding: 14px 27px;
  text-align: left;
  display: flex;
  justify-content: space-between; }

.footer a {
  color: white;
  transition: all 1s ease; }

.footer a:hover {
  color: #4cb5c5;
  transition: all 1s ease; }

.footer .container {
  display: flex;
  justify-content: space-between; }

.footer .copyright {
  font-style: italic; }

.footer_social_icon {
  font-size: 24px;
  margin-left: 10px;
  transition: all 1s ease; }

.footer_social_icon:hover {
  transition: all 1s ease; }

/*
 * ---:[ custom template styles ]:---
 */
body.landing {
  padding-top: 0; }

.landing .container {
  width: 930px; }

.landing .header,
.landing .headline_area,
.landing .footer {
  text-align: center; }

.full_page .columns > .content {
  width: 1200px;
  float: none;
  border-right: 0; }

.template-front .post_box {
  padding-top: 0; }

.template-resources .content {
  padding: 0 0 0 20px; }

.vc_btn3-block.vc_btn3-size-md {
  font-size: 14px;
  padding: 14px 20px; }

.template-single-projects span.title {
  color: #005568; }

.template-single-projects .grt .headline {
  font-size: 36px; }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after,
.clearfix:after {
  display: table;
  clear: both;
  content: \'\'; }

/*
 * ---:[ interior pages ]:---
 */

.interior_banner .container {
  display: flex !important;
  align-items: center;
  min-height: 200px; }

.interior_banner h1.banner_page_title {
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 20px;
  display: inline-block;
  line-height: 65px;
  font-size: 60px;
  font-weight: 700; }

.interior_banner {
  margin-bottom: 30px; }

.template-resources .sidebar .widget {
  margin-bottom: 25px; }

/*
 * ---:[ archive pages ]:---
 */
.template-news .headline_area,
.template-events .headline_area,
.template-insights .headline_area {
  margin-bottom: 3px; }

/*
 * ---:[ visual composer ]:---
 */
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
  background-color: #0c4c70 !important;
  color: white !important; }

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover {
  color: #ec733c !important; }

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  background-color: white !important;
  color: #0c4c70 !important; }

.vc_btn3.vc_btn3-color-info,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
  background-color: #4cb5c5 !important; }

.bucket_title {
  font-size: 24px;
  font-weight: 500;
  color: white;
  position: relative;
  top: -45px;
  padding: 0 15px; }

.bucket_content {
  border: 1px solid;
  top: -24px;
  position: relative;
  border-top-width: 8px;
  padding: 30px 10px; }

.sidebar .bucket_content {
  margin-top: -45px;
  position: static; }

.sidebar .bucket_title {
  top: -55px; }

.bucket_content a {
  text-decoration: none;
  text-transform: uppercase; }

.bucket_content.green {
  border-color: #2c6331; }

.bucket_content.green a {
  color: #2c6331; }

.bucket_content.blue {
  border-color: #4cb5c5; }

.bucket_content.blue a {
  color: #4cb5c5; }

.bucket_content.red {
  border-color: #e24943; }

.bucket_content.red a {
  color: #e24943; }

.cta_text {
  color: white; }

.cta_text h3 {
  color: white; }

.white_text,
.white_text h2,
.white_text i,
.white_text h3,
.white_text a {
  color: white;
  font-weight: 500;
  text-decoration: none; }

.float_left {
  float: left;
  padding-right: 15px; }

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #005568 !important; }

/*
 * ---:[ gravity forms ]:---
 */
.gform_body ul {
  list-style-type: none;
  margin-left: 0; }

.gform_body ul li {
  margin-bottom: 10px; }

.ginput_container label {
  display: none; }

#field_1_2,
#field_1_3 {
  display: block; }


#input_1_3_2_container {
  margin-left: 7px; }

#field_1_7 {
  display: inline-block;
  margin-right: 10px; }

.ginput_container .gchoice_1_10_1 label,
.ginput_container .gchoice_1_13_1 label,
.ginput_container .gchoice_1_16_1 label,
.ginput_container .gchoice_1_17_1 label {
  display: inline; }

#choice_1_10_1,
#choice_1_13_1 {
  position: relative;
  top: 2px; }

#input_1_6 {
  width: 175px;
  margin-right: 10px; }


#field_1_5,
#field_1_6,
#field_1_7,
#field_1_8,
#field_1_9,
#field_1_15 {
  display: inline-block; }

#field_1_15,
#field_1_5,
#field_1_8 {
  margin-right: 10px; }

#input_1_1_6_container {
  margin-left: 7px; }

#input_1_14 {
  max-width: initial !important; }

#gform_1 .gform_footer {
  margin-top: 10px;
  margin-bottom: 30px; }

#gform_1 select,
#gform_3 select {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  font-family: \'Fira Sans\';
  padding: 3px 3px 0px;
  max-width: 275px; }

#gform_1 li {
  margin-bottom: 20px; }

#gform_3 li {
  margin-bottom: 20px;
  display: inline-block;
  width: 285px; }

.gfield_visibility_ {
  visibility: hidden;
  height: 0px;
  width: 0px; }

#text-19 div {
  text-align: right; }

#text-19 div img {
  display: inline-block; }

.hidden-img {
  opacity: 0; }

.mobile_only {
  display: none !important; }

.template-front #gform_fields_2 {
  display: none !important; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1200px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 930px; }

  .header {
    border-top: 1px solid #dddddd; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .full_page .columns > .content {
    width: 100%; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #dddddd; }

  /*
   * .menu_control {
   * display: block;
   * width: 100%;
   * border-width: 0;
   * background-color: #FFFFFF;
   * padding: 1em 27px;
   * cursor: pointer;
   * -webkit-box-sizing: border-box;
   * -moz-box-sizing: border-box;
   * box-sizing: border-box;
   * }
   * .menu {
   * display: none;
   * width: 100%;
   * border-width: 1px 0 0 0;
   * clear: both;
   * }
   * .show_menu {
   * display: block;
   * }
   * .menu .sub-menu {
   * position: static;
   * display: block;
   * margin: 0;
   * border-top: 1px solid #DDDDDD;
   * padding-left: 27px;
   * }
   * .menu li {
   * width: 100%;
   * float: none;
   * margin-bottom: 0;
   * }
   * .menu .sub-menu li {
   * width: 100%;
   * }
   * .menu a {
   * border-width: 1px 1px 0 0;
   * background-color: #FFFFFF;
   * padding: 1em 27px;
   * }
   * .menu .current-menu-item > a {
   * background-color: #EEEEEE;
   * }
   * .menu > li > a {
   * border-left-width: 1px;
   * }
   * .menu li:first-child > a:first-child {
   * border-top-width: 0;
   * }
   * .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
   * width: 50%;
   * }
   * #menu-main-header .menu-item:first-child a {
   * padding-left: 15px;
   * margin-left: 0;
   * }
   */  #menu-main-header .menu-item a {
    font-size: 14px; }

  .bucket_title {
    font-size: 18px !important;
    top: 70px !important; }

  .template-front .vc_icon_element {
    margin-bottom: 60px; }

  .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    white-space: nowrap; }

  .footer .container {
    width: 100%; } }

@media all and (max-width: 930px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  #main_nav .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: #005568;
    color: white;
    padding: 1em 27px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500; }

  #main_nav .menu {
    display: none;
    width: 100%;
    clear: both; }

  #main_nav .show_menu {
    display: block; }

  #main_nav .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    padding-left: 27px; }

  #main_nav .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  #main_nav .menu .sub-menu li {
    width: 100%; }

  #main_nav .menu a {
    border-width: 1px 1px 0 0;
    background-color: #005568;
    padding: 1em 27px; }

  #main_nav .menu .current-menu-item > a {
    background-color: #4cb5c5;
    color: white; }

  #main_nav .menu > li > a {
    border-left-width: 1px; }

  #main_nav .menu li:first-child > a:first-child {
    border-top-width: 0; }

  #main_nav .menu li:first-child > a {
    padding: 1em 27px; }

  .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    font-size: 13px !important;
    padding: 10px 0px !important; } }

@media all and (max-width: 768px) {
  .container {
    max-width: 740px; }

  .bucket_title {
    font-size: 14px !important;
    top: 40px !important; } }

@media all and (max-width: 450px) {
  .vc_gitem-zone.vc_gitem-zone-a {
    height: 250px !important; }

  .menu a,
  .menu_control {
    padding: 1em 14px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 14px;
    padding-left: 14px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 14px; }

  .comments_closed,
  .login_alert {
    margin-right: 14px;
    margin-left: 14px; }

  .comment_form_title {
    margin-left: -14px;
    margin-right: -14px; }

  .right,
  .alignright,
  img[align=\"right\"],
  .left,
  .alignleft,
  img[align=\"left\"] {
    float: none; }

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: \'\\a\';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .grt blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; }

  .sub_footer .container {
    display: block; }

  .sub_footer_widgets_right {
    text-align: left; }

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

  #header {
    display: block; }

  #social_search_container,
  #thesis_logo_image {
    text-align: left;
    margin-top: 15px; }

  #main_nav .menu_control {
    font-size: 14px; }

  .impact_awardee_map,
  .homepage_map {
    display: none !important; }

  .mobile_only {
    display: block !important; } }

.grt .size-post_thumbnail {
  width: 150px; }

.grt .attachment-post_thumbnail {
  float: right; }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ custom CSS ]:---
 */
#mapid {
  height: 180px; }

.project-resource-link {
  color: black; }

.project-resource-link:hover {
  color: #005568; }