/* Settings
--------------------------------------------- */
/* Defaults
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #FFF;
  color: #3b3b3b;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625; }

a {
  color: #F26530;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  color: #FF9E1B;
  text-decoration: none; }

a.more-info:after {
  content: '\00a0\00bb'; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  position: relative; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #00A9CE; }
  h1 a {
    color: #00A9CE; }

h2 {
  font-family: "Habibi", "Times New Roman", Times, serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #78BE20; }
  h2 a {
    color: #78BE20; }

h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #015581; }
  h3 a {
    color: #015581; }

h4 {
  font-family: "Rokkitt", "Times New Roman", Times, serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #FF9E1B; }
  h4 a {
    color: #FF9E1B; }

h5 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #F26530; }
  h5 a {
    color: #F26530; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #FFF;
  border: 1px solid #dedede;
  color: #4c4c4c; }

input:focus,
textarea:focus {
  border: 1px solid #dedede; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background: #4c4c4c;
  color: #FFF;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  text-transform: uppercase; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background: #F26530;
  color: #FFF; }

.button.button-small {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 4px 12px; }

.gform_wrapper ul li.gfield {
  margin: 0 !important; }

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 10px !important; }

.gform_wrapper .gform_footer {
  padding: 16px 0 0 !important;
  margin-top: 0 !important; }

/* Tables
--------------------------------------------- */
table {
  line-height: 2;
  table-layout: auto; }

td {
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  position: relative; }

/* Site Inner
--------------------------------------------- */
/* Titles
---------------------------------------------------------------------------- */
.archive-title,
article.page > .entry-header > .entry-title {
  font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #00A9CE;
  border-bottom: 5px solid #F26530;
  margin-bottom: 1em; }
  .archive-title a,
  article.page > .entry-header > .entry-title a {
    color: #00A9CE; }

.entry-title {
  color: #2f8395; }
  .entry-title a {
    color: #2f8395; }
    .entry-title a:hover {
      color: #F26530; }

/* Widgets
---------------------------------------------------------------------------- */
.widget.widget_wph_dropdown_nav {
  text-align: right;
  margin: 0; }
  .widget.widget_wph_dropdown_nav .widget-body {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
    .widget.widget_wph_dropdown_nav .widget-body label {
      display: block;
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center; }
    .widget.widget_wph_dropdown_nav .widget-body select {
      display: block;
      width: auto;
      padding: 2px;
      font-size: 13px;
      font-size: 1.3rem;
      margin: 0 auto; }

.widget.widget_wph_social_nav {
  margin: 0; }

.widget.soliloquy .soliloquy-container {
  margin: 0 auto !important; }

.widget.soliloquy .soliloquy-item {
  overflow: hidden; }

.widget.soliloquy .soliloquy-caption {
  position: relative;
  background: none;
  text-align: right; }
  .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    /*&:before, &:after {
					position: absolute;
					transform: skewX(-20deg);
					z-index: -1;
					display: block;
					content: '';
					width: 50%;
					height: 25%;
				}
				&:before {
					top: -15px;
					left: -15px;
					background: $orange;
				}
				&:after {
					right: -15px;
					bottom: -15px;
					background: $blue;
				}
				h2 {
					position: relative;
					z-index: 2;
					font-family: $header-font-2;
					font-size: 27px;
					font-size: 2.7rem;
					line-height: 1.2;
					color: $navy;
					text-shadow: none;
					//transform: skewX(20deg);
				}*/ }
    .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside .caption-wrap {
      position: relative;
      display: block;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
      padding: 30px 50px; }
    .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h1, .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h2, .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h3, .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h4, .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h5 {
      text-align: left;
      margin-bottom: 5px; }
    .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h1 {
      font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
      color: #FF9E1B;
      font-size: 32px;
      font-size: 3.2rem; }
    .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h2 {
      font-family: "Habibi", "Times New Roman", Times, serif;
      color: #FFCD00;
      font-size: 28px;
      font-size: 2.8rem; }
    .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h3 {
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      color: #00A9CE;
      font-size: 24px;
      font-size: 2.4rem; }
    .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h4 {
      font-family: "Rokkitt", "Times New Roman", Times, serif;
      color: #78BE20;
      font-size: 18px;
      font-size: 1.8rem; }
    .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside h5 {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      color: #F26530;
      font-size: 16px;
      font-size: 1.6rem; }
    .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside p {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      color: #FFF;
      line-height: 1.4em;
      text-align: left; }

.widget.widget_wph_super_button .super-button {
  display: block;
  padding: 30px;
  color: #FFF; }
  .widget.widget_wph_super_button .super-button .button-title {
    display: block;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    margin-bottom: 0.3em; }
  .widget.widget_wph_super_button .super-button.blue {
    background: #00A9CE;
    border: 1px solid #0094b5; }
    .widget.widget_wph_super_button .super-button.blue .button-title {
      border-bottom-color: #0094b5; }
  .widget.widget_wph_super_button .super-button.dark-blue {
    background: #015581;
    border: 1px solid #014468; }
    .widget.widget_wph_super_button .super-button.dark-blue .button-title {
      border-bottom-color: #014468; }
  .widget.widget_wph_super_button .super-button.orange {
    background: #FF9E1B;
    border: 1px solid #f18b00; }
    .widget.widget_wph_super_button .super-button.orange .button-title {
      border-bottom-color: #f18b00; }
  .widget.widget_wph_super_button .super-button.dark-orange {
    background: #F26530;
    border: 1px solid #ea4b0f; }
    .widget.widget_wph_super_button .super-button.dark-orange .button-title {
      border-bottom-color: #ea4b0f; }
  .widget.widget_wph_super_button .super-button.green {
    background: #78BE20;
    border: 1px solid #6aa81c; }
    .widget.widget_wph_super_button .super-button.green .button-title {
      border-bottom-color: #6aa81c; }
  .widget.widget_wph_super_button .super-button.navy {
    background: #003B5C;
    border: 1px solid #002b43; }
    .widget.widget_wph_super_button .super-button.navy .button-title {
      border-bottom-color: #002b43; }
  .widget.widget_wph_super_button .super-button.red {
    background: #fb716b;
    border: 1px solid #f94b44; }
    .widget.widget_wph_super_button .super-button.red .button-title {
      border-bottom-color: #f94b44; }
  .widget.widget_wph_super_button .super-button.yellow {
    background: #FFCD00;
    border: 1px solid #e6b900;
    color: #99310a; }
    .widget.widget_wph_super_button .super-button.yellow .button-title {
      border-bottom-color: #e6b900; }

.widget.widget_wph_content_stripe .widget-image .image-wrap {
  position: relative; }
  .widget.widget_wph_content_stripe .widget-image .image-wrap:before {
    position: absolute;
    content: '';
    display: block;
    left: -40px;
    top: 0;
    width: 50%;
    height: 40px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg); }
  .widget.widget_wph_content_stripe .widget-image .image-wrap:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    right: -40px;
    width: 50%;
    height: 40px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg); }
  .widget.widget_wph_content_stripe .widget-image .image-wrap a {
    display: block;
    overflow: hidden; }

.widget.widget_wph_content_stripe .widget-content h3.widget-title {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .widget.widget_wph_content_stripe .widget-content h3.widget-title a {
    color: #FFCD00; }

.widget.widget_wph_content_stripe .widget-content p {
  color: #FFF; }

.widget.widget_wph_highlights {
  padding: 20px; }
  .widget.widget_wph_highlights .widget-content {
    padding: 0 15px; }
  .widget.widget_wph_highlights h3.widget-title {
    display: block;
    text-align: center;
    font-family: "Rokkitt", "Times New Roman", Times, serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 0.9em; }
  .widget.widget_wph_highlights .widget-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 8px solid #dedede; }
  .widget.widget_wph_highlights .text-center {
    text-align: center; }
    .widget.widget_wph_highlights .text-center a.button {
      margin: 0 auto; }

.widget.gform_widget {
  padding: 30px; }
  .widget.gform_widget .gform_wrapper {
    margin: 0; }
  .widget.gform_widget h4.widget-title {
    font-family: "Habibi", "Times New Roman", Times, serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    color: #003B5C;
    text-align: center;
    margin: 0 auto 0.5em; }
  .widget.gform_widget .gform_description {
    text-align: center; }
  .widget.gform_widget .gform_footer {
    text-align: right; }
  .widget.gform_widget input[type='submit'], .widget.gform_widget .button {
    background: #F26530; }
    .widget.gform_widget input[type='submit']:hover, .widget.gform_widget .button:hover {
      background: #FF9E1B; }

.widget.widget_dedications {
  padding: 20px; }
  .widget.widget_dedications .widget-content {
    padding: 0 15px;
    margin: 0 0 15px; }
  .widget.widget_dedications h3.widget-title {
    display: block;
    text-align: center;
    font-family: "Rokkitt", "Times New Roman", Times, serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 0.9em; }
  .widget.widget_dedications .widget-image {
    text-align: center; }
    .widget.widget_dedications .widget-image .image-wrap {
      display: inline-block;
      border: 8px solid #dedede;
      margin: 0 auto; }
    .widget.widget_dedications .widget-image a {
      display: inline-block; }
    .widget.widget_dedications .widget-image img {
      display: block;
      width: 100%;
      max-width: 480px;
      height: auto; }
  .widget.widget_dedications .text-center {
    text-align: center; }
    .widget.widget_dedications .text-center a.button {
      margin: 0 auto; }

.widget.widget-side-menu ul.menu li a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px dotted #CCC; }

.widget.widget-side-menu ul.menu > li > a {
  background: #f2f2f2;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00A9CE;
  text-transform: uppercase; }

.widget.widget-side-menu ul.sub-menu li {
  margin-left: 0; }

.widget.widget-side-menu ul.sub-menu li li a {
  padding-left: 30px; }

.widget.widget-side-menu ul.sub-menu > li.current-menu-item > a {
  background: #015581;
  color: #FFF; }

/* Site Header
--------------------------------------------- */
.header-top {
  display: none;
  background: #efefef; }

.site-header {
  min-height: 150px;
  background: none;
  position: relative; }

.admin-bar .site-header {
  top: auto; }

/* Title Area
--------------------------------------------- */
.title-area {
  position: relative;
  width: 100%;
  z-index: 2;
  float: none;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.wp-custom-logo .title-area {
  max-width: none;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
  max-width: 100% !important; }

.custom-logo-link {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0; }

.site-title {
  top: 50%;
  left: 110px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }
  .site-title .logo-banner {
    position: relative;
    display: inline-block;
    background: #FFCD00;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 40px;
    margin-left: 6px; }
    .site-title .logo-banner img {
      position: relative;
      top: 50%;
      display: block;
      width: 100%;
      max-width: 200px;
      height: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .site-title .logo-banner .banner-left {
      position: absolute;
      left: -10px;
      top: 0;
      z-index: 0;
      width: 50px;
      height: 50px;
      content: '';
      background: #FFCD00;
      -webkit-transform: skew(20deg);
              transform: skew(20deg); }
    .site-title .logo-banner:before, .site-title .logo-banner:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      right: -25px;
      border-style: solid; }
    .site-title .logo-banner:before {
      top: 0;
      border-width: 25px 25px 0 0;
      border-color: #FFCD00 transparent transparent transparent; }
    .site-title .logo-banner:after {
      bottom: 0;
      border-width: 25px 0 0 25px;
      border-color: transparent transparent transparent #FFCD00; }
  .site-title .logo-university {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    height: auto; }

.site-description,
.wp-custom-logo .site-title {
  display: block;
  border: 0;
  clip: auto;
  height: 100px;
  overflow: visible;
  position: absolute !important;
  width: 200px;
  word-wrap: normal !important; }

.custom-logo {
  width: 100%;
  max-width: 100px;
  height: auto; }

/* Site Navigation
--------------------------------------------- */
.genesis-nav-menu a {
  padding-top: 0;
  padding-bottom: 0; }

.genesis-nav-menu > .menu-item > a {
  color: #003B5C;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu > .menu-item.sfHover > a {
  background: #999;
  color: #FFF;
  text-decoration: none; }

.genesis-nav-menu .current-menu-item > a {
  background: #F26530;
  color: #FFF;
  text-decoration: none; }

.genesis-nav-menu .sub-menu {
  padding-left: 0; }

.genesis-nav-menu .sub-menu a {
  background-color: #00A9CE;
  color: #FFF;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  padding: 15px; }
  .genesis-nav-menu .sub-menu a:hover {
    background-color: #00bee8; }

.genesis-nav-menu .sub-menu > .current-menu-item > a {
  background: #F26530;
  border: 1px solid #FF9E1B; }

/* Responsive Menu
--------------------------------------------- */
/*.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
}*/
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  color: #FFCD00; }

.menu-toggle {
  float: none;
  background: #4c4c4c;
  color: #FFF;
  border-radius: 3px !important;
  margin: 0; }
  .menu-toggle:hover {
    background: #00A9CE;
    color: #FFF; }

/* Header Menu
--------------------------------------------- */
.nav-stripe {
  background: #CCC; }

.nav-primary {
  padding-bottom: 0;
  padding-top: 0; }

/* Callout Menu
--------------------------------------------- */
#callout-menu {
  display: none;
  position: absolute;
  top: 50px;
  right: 25px;
  width: auto; }
  #callout-menu .menu-item {
    text-align: center; }
    #callout-menu .menu-item a {
      display: inline-block;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-size: 2.0rem;
      font-weight: bold;
      padding: 8px 16px;
      border-radius: 4px;
      text-transform: uppercase;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #callout-menu .menu-item a .menu-item-description {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      #callout-menu .menu-item a:hover {
        background: #FFF !important; }
        #callout-menu .menu-item a:hover .menu-item-description {
          color: #000 !important; }
    #callout-menu .menu-item .menu-item-description {
      display: block;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      text-transform: uppercase; }
    #callout-menu .menu-item:nth-child(1) a {
      background: #f15e26;
      color: #FFCD00; }
      #callout-menu .menu-item:nth-child(1) a .menu-item-description {
        color: #FFF; }
      #callout-menu .menu-item:nth-child(1) a:hover {
        color: #F26530; }
    #callout-menu .menu-item:nth-child(2) a {
      background: #0094b5;
      color: #FFCD00; }
      #callout-menu .menu-item:nth-child(2) a .menu-item-description {
        color: #FFF; }
      #callout-menu .menu-item:nth-child(2) a:hover {
        color: #00A9CE; }
    #callout-menu .menu-item:nth-child(3) a {
      background: #6aa81c;
      color: #FFCD00; }
      #callout-menu .menu-item:nth-child(3) a .menu-item-description {
        color: #FFF; }
      #callout-menu .menu-item:nth-child(3) a:hover {
        color: #78BE20; }
    #callout-menu .menu-item:nth-child(4) a {
      background: #fa5a53;
      color: #FFCD00; }
      #callout-menu .menu-item:nth-child(4) a .menu-item-description {
        color: #FFF; }
      #callout-menu .menu-item:nth-child(4) a:hover {
        color: #fb716b; }

/* Social Menu
--------------------------------------------- */
.nav-social {
  z-index: 4; }
  .nav-social a {
    color: #CCC; }
    .nav-social a:hover {
      color: #00A9CE; }

.site-header .widget_wph_social_nav {
  display: none; }

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.content .entry:not(.type-wph_dedications) {
  padding: 20px 0;
  border-bottom: 1px dotted #999; }
  .content .entry:not(.type-wph_dedications):last-child {
    border-bottom: 0; }

.entry-content p:last-child {
  margin-bottom: 0; }

/* Entry Meta
--------------------------------------------- */
.entry-footer .entry-meta {
  border-top: none; }

.entry-categories,
.entry-tags {
  display: inline; }

/* Site Content
---------------------------------------------------------------------------- */
.site-inner {
  padding: 60px 30px; }

/*.header-top .wrap,
.site-header .wrap,
.nav-primary .wrap,
.site-inner,
.home-splash .wrap,
.home-buttons .wrap,
.home-stripe-1 .wrap,
.home-highlights .wrap,
.home-stripe-2 .wrap,
.home-subscribe .wrap,
.footer-widgets .wrap,
.site-footer .wrap {
	position: relative;
	width: 100%;
	max-width: $site-width-max;
	margin: 0 auto;
}

.home-splash .wrap {
	max-width: $slide-width-max;
}*/
.archive-dedications .wph_dedications {
  border-bottom: 0;
  text-align: center; }
  .archive-dedications .wph_dedications h2.entry-title {
    font-family: "Habibi", "Times New Roman", Times, serif;
    font-size: 16px;
    font-size: 1.6em;
    line-height: 1em; }
    .archive-dedications .wph_dedications h2.entry-title a {
      color: #F26530; }

.resources-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

/* Home Page
---------------------------------------------------------------------------- */
.home-stripe-1 {
  background: #F26530; }
  .home-stripe-1 .widget {
    margin: 0; }
    .home-stripe-1 .widget .widget-image .image-wrap:before {
      background: #F26530; }
    .home-stripe-1 .widget .widget-image .image-wrap:after {
      background: #FF9E1B; }
    .home-stripe-1 .widget .button {
      background: #FFF;
      color: #F26530; }
      .home-stripe-1 .widget .button:hover {
        background: #FF9E1B;
        color: #FFF; }

.home-stripe-2 {
  background: #015581; }
  .home-stripe-2 .widget {
    margin: 0; }
    .home-stripe-2 .widget .widget-image .image-wrap:before {
      background: #015581; }
    .home-stripe-2 .widget .widget-image .image-wrap:after {
      background: #00A9CE; }
    .home-stripe-2 .widget .button {
      background: #FFF;
      color: #015581; }
      .home-stripe-2 .widget .button:hover {
        background: #00A9CE;
        color: #FFF; }

.home-highlights {
  padding: 30px 15px; }
  .home-highlights .widget {
    margin-bottom: 1em; }
    .home-highlights .widget:last-child {
      margin-bottom: 0; }
    .home-highlights .widget:nth-child(1) {
      background: #efefef; }
      .home-highlights .widget:nth-child(1) h3.widget-title a {
        color: #003B5C !important; }
      .home-highlights .widget:nth-child(1) .button:hover {
        background: #003B5C !important; }
    .home-highlights .widget:nth-child(2) {
      background: #f8f8f8; }
      .home-highlights .widget:nth-child(2) h3.widget-title a {
        color: #F26530 !important; }
      .home-highlights .widget:nth-child(2) .button:hover {
        background: #F26530 !important; }
    .home-highlights .widget:nth-child(3) {
      background: #efefef; }
      .home-highlights .widget:nth-child(3) h3.widget-title a {
        color: #78BE20 !important; }
      .home-highlights .widget:nth-child(3) .button:hover {
        background: #78BE20 !important; }

.home-subscribe {
  padding: 30px 15px; }
  .home-subscribe .widget {
    margin-bottom: 0; }
    .home-subscribe .widget:nth-child(1) {
      background: #f8f8f8; }
    .home-subscribe .widget:nth-child(2) h3.widget-title {
      text-align: left; }
    .home-subscribe .widget:nth-child(2) h3.widget-title a {
      color: #78BE20 !important; }
    .home-subscribe .widget:nth-child(2) .button:hover {
      background: #78BE20 !important; }

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 0;
  background-color: #4c4c4c;
  color: #FFF;
  clear: both;
  padding: 60px 0; }
  .footer-widgets h3.widget-title {
    position: relative;
    color: #FFCD00;
    background: #595959;
    font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    padding: 8px 16px; }
    .footer-widgets h3.widget-title:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-top: 25.5px solid transparent;
      border-right: 33px solid #4c4c4c;
      border-bottom: 25.5px solid transparent; }
  .footer-widgets .widget.widget_wph_social_nav a {
    color: #999; }
    .footer-widgets .widget.widget_wph_social_nav a:hover {
      color: #FFCD00; }
  .footer-widgets .widget.widget_nav_menu .menu {
    padding: 0 10px; }
  .footer-widgets .widget.widget_nav_menu .menu-item {
    margin: 0; }
  .footer-widgets .widget.widget_nav_menu a {
    display: block;
    padding: 6px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFF;
    border-bottom: 1px solid #3b3b3b; }
    .footer-widgets .widget.widget_nav_menu a:hover {
      color: #FFCD00; }
  .footer-widgets .widget.widget-info {
    background: #595959;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
    padding: 20px; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #3f3f3f;
  border-top: 0;
  color: #FFF;
  border-top: 0; }

@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  .header-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, transparent 48%, rgba(222, 222, 222, 0.5) 52%);
    background: linear-gradient(to right, transparent 48%, rgba(222, 222, 222, 0.5) 52%);
    padding: 5px;
    z-index: 99999; }
  .site-header {
    position: relative;
    top: auto;
    /*position: fixed;
		width: 100%;
		z-index: 9999;*/
    height: 210px; }
    .site-header .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .site-header .wrap .title-area {
        max-width: 50% !important;
        text-align: left;
        height: 190px; }
      .site-header .wrap .header-widget-area {
        display: block;
        z-index: 3;
        width: calc(50% - 1px); }
    .site-header .nav-social {
      margin-top: 120px; }
  .admin-bar .site-header {
    top: auto; }
  .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 190px;
    background: -webkit-linear-gradient(left, #FFF 50%, #f8f8f8 50.001%);
    background: linear-gradient(to right, #FFF 50%, #f8f8f8 50.001%);
    text-align: right;
    /*.wrap * {
			transform: skew(-20deg);
		}*/ }
    .header-bg .wrap {
      position: relative;
      width: 100%;
      max-width: 1400px;
      height: 100%;
      margin: 0 auto; }
      .header-bg .wrap .background {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 260px;
        display: block;
        width: 100%;
        -webkit-transform: skew(20deg);
                transform: skew(20deg);
        overflow: hidden; }
        .header-bg .wrap .background:before {
          display: block;
          position: absolute;
          top: 0;
          left: -40px;
          right: 50%;
          bottom: 0;
          content: '';
          background-image: url("https://dev.widowedresilience.org/wp-content/uploads/2019/06/SchreinerUniversityCampus.jpg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-transform: skew(-20deg);
                  transform: skew(-20deg); }
  .site-title {
    position: absolute;
    top: 50%;
    left: 260px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 260px); }
    .site-title .site-logo-title {
      display: block;
      position: absolute;
      top: calc(50% + 20px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .site-title .logo-banner img {
      max-width: 300px; }
    .site-title .logo-university {
      margin-left: 50px;
      max-width: 280px; }
  .custom-logo {
    max-width: 240px; }
    .custom-logo .title-area {
      max-width: 240px !important; }
  /* Genesis Menu
	--------------------------------------------- */
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 250px; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #00bee8; }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #00bee8; }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
    padding-top: 0; }
  /* Header Menu
	--------------------------------------------- */
  .nav-primary {
    clear: left;
    float: none;
    width: 100%; }
  .nav-primary .genesis-nav-menu a {
    /*padding-left: 15px;
		padding-right: 15px;*/ }
  /* Callout Menu
	--------------------------------------------- */
  #callout-menu {
    display: block; }
  /* Social Menu
	--------------------------------------------- */
  .site-header .widget_wph_social_nav {
    display: block; }
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    max-width: 1400px;
    margin-top: 70px; }
  /* Home Page
	--------------------------------------------- */
  .home-buttons .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .home-buttons .widget {
    width: calc(33.333%); }
    .home-buttons .widget .widget-wrap,
    .home-buttons .widget .super-button {
      height: 100%; }
  .home-stripe-1 {
    background: -webkit-linear-gradient(left, #FF9E1B 0%, #FF9E1B 25%, #F26530 25.01%, #F26530 100%);
    background: linear-gradient(to right, #FF9E1B 0%, #FF9E1B 25%, #F26530 25.01%, #F26530 100%); }
  .home-stripe-2 {
    background: -webkit-linear-gradient(left, #015581 0%, #015581 75%, #00A9CE 75.01%, #00A9CE 100%);
    background: linear-gradient(to right, #015581 0%, #015581 75%, #00A9CE 75.01%, #00A9CE 100%); }
    .home-stripe-2 .widget .widget-image .image-wrap:before {
      background: #00A9CE; }
    .home-stripe-2 .widget .widget-image .image-wrap:after {
      background: #015581; }
  .home-highlights .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .home-highlights .widget {
    width: calc(33.333% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 0; }
  .home-subscribe .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .home-subscribe .widget:nth-child(1) {
    width: 40%;
    margin-right: 2%; }
  .home-subscribe .widget:nth-child(2) {
    width: calc(58% - 1px);
    margin-right: 0; }
  /* Content
	--------------------------------------------- */
  .header-top .wrap,
  .site-header .wrap,
  .nav-primary .wrap,
  .site-inner,
  .home-splash .wrap,
  .home-buttons .wrap,
  .home-stripe-1 .wrap,
  .home-highlights .wrap,
  .home-stripe-2 .wrap,
  .home-subscribe .wrap,
  .footer-widgets .wrap,
  .site-footer .wrap {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
  .home-splash .wrap {
    max-width: 1600px; }
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .archive.tax-dedications.full-width-content .content {
    width: 100%; }
  .resources-section .resources-left,
  .resources-section .resources-right {
    width: 50%; }
  .resources-section .resources-right {
    width: calc(50% - 1px); }
  /* Widgets
	--------------------------------------------- */
  .widget.soliloquy {
    margin-bottom: 0; }
    .widget.soliloquy .soliloquy-caption {
      position: absolute; }
      .widget.soliloquy .soliloquy-caption .soliloquy-caption-inside {
        width: auto;
        max-width: 50%;
        margin-right: 25px;
        /*margin-right: -25px;
					transform: skewX(-20deg);
					h2 {
						transform: skewX(20deg);
					}
					&:before, &:after {
						transform: skewX(0deg);
					}*/ }
  .widget.widget_wph_dropdown_nav .widget-body label {
    display: inline-block; }
  .widget.widget_wph_dropdown_nav .widget-body select {
    display: inline-block;
    margin: 0; }
  .widget.widget_wph_content_stripe {
    /*.widget-content {
				h3.widget-title {
					font-family: $header-font-3;
					font-size: 30px;
					font-size: 3.0rem;
					font-weight: 300;
					letter-spacing: 0.08em;
					text-transform: uppercase;
					a { color: $yellow; }
				}
				p {
					color: $white;
				}
			}*/ }
    .widget.widget_wph_content_stripe .widget-image .image-wrap {
      position: relative;
      -webkit-transform: skewX(-20deg);
              transform: skewX(-20deg);
      /*a {
						//position: relative;
						display: block;
						overflow: hidden;
					}*/ }
      .widget.widget_wph_content_stripe .widget-image .image-wrap:before {
        /*position: absolute;
						content: '';
						display: block;*/
        top: 0;
        left: -40px;
        width: 40px;
        height: 33.333%;
        -webkit-transform: skewX(0deg);
                transform: skewX(0deg); }
      .widget.widget_wph_content_stripe .widget-image .image-wrap:after {
        /*position: absolute;
						content: '';
						display: block;*/
        bottom: 0;
        right: -40px;
        width: 40px;
        height: 33.333%;
        -webkit-transform: skewX(0deg);
                transform: skewX(0deg); }
      .widget.widget_wph_content_stripe .widget-image .image-wrap img {
        position: relative;
        left: 50%;
        -webkit-transform: skewX(20deg) translateX(-50%);
                transform: skewX(20deg) translateX(-50%);
        display: block;
        width: 135%;
        height: auto;
        max-width: none;
        margin: 0; }
  .after-entry,
  .comment-respond {
    margin-bottom: 60px; }
  .entry {
    margin-bottom: 0; }
  .author-box,
  .archive-description,
  .entry-comments,
  .entry-pings {
    margin-bottom: 2em; }
  .footer-widgets .wrap {
    max-width: 1400px; } }
