/*
Theme Name:     forefront_tk
Theme URI:      http://c2.washington.edu
Description:    _tk child theme for Forefront Website
Author:         C2 Web Developers
Author URI:     http://c2.washington.edu
Template:       _tk
Version:        0.1.0
*/

@font-face {
    font-family: 'Encode Sans Black';
    src:  url('./includes/fonts/encodesanscompressed-black-webfont.ttf') format('truetype'),
          url('./includes/fonts/encodesanscompressed-black-webfont.woff2') format('woff2'),
          url('./includes/fonts/encodesanscompressed-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semibold';
    src:  url('./includes/fonts/encodesanscompressed-semibold-webfont.ttf') format('truetype'),
          url('./includes/fonts/encodesanscompressed-semibold-webfont.woff2') format('woff2'),
          url('./includes/fonts/encodesanscompressed-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    word-wrap: break-word;
    font-family: 'Open Sans', Arial, sans-serif;
}
/*Headers*/
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
h1.page-title, h1.entry-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 34px;
}
h2, .h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
h3, .h3 {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
h4, .h4 {
  font-size: 16px;
  font-weight: 500;
}
h5, .h5 {
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
}
h6, .h6 {
  color: #4b2e83;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
}

p {
  font-size: 14px;
  line-height: 22px;
}
.hentry {
  margin-bottom: 0;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*Links*/
.main-content-inner a {
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  /*border-bottom: 1px solid #6cc6bf;*/
  -webkit-box-shadow: inset 0 -3px 0 #6cc6bf;
  box-shadow: inset 0 -3px 0 #6cc6bf;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.main-content-inner a:hover {
  background-color: #6cc6bf;
  color: #000;
}

.screenreader {
  visibility: hidden;
}

/*MODAL*/
.help-header {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
}
.modal-title {
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    position: relative;
}
.modal-header {
  border-bottom: 0;
  padding: 15px 0 0 0;
}
.modal-header .close {
  font-size: 40px;
  color: #ffffff;
  background-color: #000000;
  opacity: 1;
  margin-top: -15px;
  margin-bottom: 0;
  padding: 10px 15px;
}
.modal-body {
  padding: 0 15px 15px 15px;
  text-align: center;
}
.modal-body p {
  font-size: 18px;
  line-height: 24px;
}
.modal-body a {
  text-decoration: none;
  color: #ffffff;
}
.modal-body h3 a, .modal-body h3 a:hover {
  text-decoration: none !important;
  color: #ffffff;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content {
  border-radius: 0;
}
.modal-phone {
  background-image: url('./includes/img/phone_icon.png');
  background-size: 25% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
}
.modal-right h3 {
  margin: 0;
  font-size: 30px;
}

/*CUSTOM GUTTERS*/
/*15px gutter*/
.gutter-15.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.gutter-15 > [class^="col-"], .gutter-15 > [class^=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/*COLORS*/
.teal {
  color: #6cc6bf;
}
.teal-bg {
  background-color: #6cc6bf;
}
.darkgrey {
  color: #444444;
}
.darkgrey-bg {
  background-color: #444444;
}
.lightgrey {
  color: #d9d9d9;
}
.lightgrey-bg {
  background-color: #d9d9d9;
}
.purple {
  color: #4b2e83;
}
.purple-bg {
  background-color: #4b2e83;
}
.blue {
  color: #004f7e;
}
.blue-bg {
  background-color: #004f7e;
}
.white {
  color: #ffffff;
}
.white-bg {
  background-color: #ffffff;
}
.black {
  color: #000000;
}
.black-bg {
  background-color: #000000;
}
.tan {
  color: #b7a57a;
}
.tan-bg {
  background-color: #b7a57a;
}

/*MASTHEAD*/
#masthead {
    height: 135px;
    background-color: #4b2e83;
}
.site-header-inner a {
  color: #000000;
}
.site-title, .site-description {
  margin: 0;
}
.site-branding {
  /* width: 92%;
  position: relative;
  top: 0;
  left: 0; */
  padding: 10px 15px 0 0;
  text-align: center;
  z-index: 5;
  /* background-image: url('./includes/img/Forefront-DeptSig-White.png');
  background-size: 250px auto;
  background-position: 50% 70%;
  background-repeat: no-repeat; */
  height: 90px;
}
.site-branding .uw-patch {
  background-image: url("includes/img/Block_W_v2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  height: 80px;
  left: 0;
  top: -22px;
  width: 60px;
  display: block;
  text-indent: -9999px;
  z-index: 1;
  float: left;
  margin-right: 15px;
}
.site-branding .ff-logo {
  background-image: url('./includes/img/Forefront-DeptSig-White_v2.png');
  display: block;
  text-indent: -9999px;
  z-index: 1;
  height: 80px;
  /* left: 0;
  bottom: 0; */
  width: 200px;
  float: left;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
.social-links {
  list-style-type: none;
  padding: 0;
}
.social-links li {
  float: left;
}
.mini-nav-wrap, .site-branding-wrap {
  display: table;
  margin: auto;
}
.mini-nav {
  /* margin-top: 105px; */
  float: right;
  position: relative;
}
.mini-nav-social {
  margin-top: 0;
}
.mini-nav .social-links {
  padding-left: 0;
}
.mini-nav .social-links li a {
  font-family: "Encode Sans Semibold", "Open Sans", Arial, sans-serif;
  color: #ffffff;
  padding: 0 9px 0 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 200;
}
.mini-nav .social-links li a:hover {
  color: #6cc6bf;
  text-decoration: none;
}
.mini-nav .social-links li a.btn {
  color: #d9d9d9;
}
.mini-nav .social-links li a.btn:hover {
  color: #6cc6bf;
}

.share-links {
  list-style-type: none;
  padding-left: 0;
}
.share-links li {
  float: left;
  margin-right: 10px;
}
.share-links li a {
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.share-links li a:hover {
  background-color: #ffffff;
  border: 2px solid #6cc6bf;
}
.share-links li a.btn-facebook {
  color: #4867aa;

}
.share-links li a.btn-twitter {
  color: #5ea9dd;
}
.share-links li a.btn-gplus {
  color: #db4b40;
}
.share-links li a.btn-linkedin {
  color: #007bb6;
}
.share-links li a.btn-email {
  color: #b7a57a;
}

/*CALL TO ACTION BUTTON*/
a.btn-action {
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  color: #4b2e83;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
a.btn-action:hover {
  background-color: #ffffff;
  border: 2px solid #4b2e83;
  color: #4b2e83;
}
a.btn-action:after {
    font-family: "FontAwesome", Arial, sans-serif;
    content: ' \f061';
    color: #85754d;
}

/*MAIN NAVIGATION*/
/*uncomment for full width navbar*/
.site-navigation {
    background-color: #ffffff;
    /* border-top: 2px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; */
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    margin-bottom: 50px;
    /* margin-top: 35px; */
    position: relative;
}
.ghost-border {
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #d9d9d9;
  width: 100%;
}
.site-navigation .container {
    padding-bottom: 0;
}
.navbar-default {
    background-color: #ffffff;
}
.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    font-family: "Encode Sans Semibold", "Open Sans", Arial, sans-serif;
    color: #4b2e83;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    padding: 15px 13px 15px 0;
}

.navbar-default .navbar-brand {
  padding-left: 0;
}
.navbar-default .navbar-header {
  float: left;
  position: relative;
  width: 100%;
}
.navbar-default .navbar-toggle {
  margin-right: 0;
}
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:hover {
  /* background-color: #d9d9d9; */
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .current_page_ancestor, .navbar-default .navbar-nav > .current_page_ancestor > a, .navbar-default .navbar-nav .current-menu-ancestor > a {
  color: #444444;
  background-color: #ffffff;
}
.navbar-nav > li > .dropdown-menu {
  position: relative;
  background-color: #fffff;
  border-top: 4px solid #6cc6bf;
  top: 95%;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 8px;
  width: 100%;
  left: -15px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.navbar-nav > li > .dropdown-menu > li {
  border-bottom: 1px solid #eeeeee;
  padding: 3px 0;
}
.navbar-nav > li > .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-nav > li > .dropdown-menu > li > a {
  font-family: "Encode Sans Semibold", "Open Sans", Arial, sans-serif;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li.current-menu-item > a {
  color: #4b2e83;
  background-image: none;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav .caret {
    display: none;
}


/*SEARCH*/

.navbar-footer {
    /* display: block; */
    width: 5%;
    /* float: right; */
    right: 15px;
    top: 0;
    position: absolute;
    margin-right: 0;
}
.navbar-footer .search-form {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 5;
}
.navbar-footer .search-form label span {
    width: 25px;
    color: #444444;
    position: absolute;
    font-size: 1.2em;
    top: 6px;
    right: 0;
    cursor: pointer;
}
.navbar-footer .search-form label span:hover {
    color: #6cc6bf;
}
.navbar-footer .search-field {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    position: relative;
    -webkit-transition: width 200ms ease, background 200ms ease;
    transition:         width 200ms ease, background 200ms ease;
    width: 0;
}
.navbar-footer .search-field-toggle {
    background-color: #ffffff;
    border-bottom: 2px solid #6cc6bf;
    cursor: text;
    outline: 0;
    width: 290px;
    margin: 0;
}

.navbar-footer .search-submit {
  display: none;
}

.navbar-footer input[type="search"] {
  -webkit-appearance: textfield;
}

/*HOMEPAGE STYLES*/
/* Carousel */
.slideshow {
  margin-bottom: 15px;
}
.slideshow .item {
  height: 360px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: visible;
	        backface-visibility: visible;
}
.carousel-control, .carousel-control:hover, .carousel-control:active {
  margin-top: 22%;
  width: 5%;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;

}
.carousel-control .fa {
  color: #ffffff;
  font-size: 30px;
}
.carousel-caption {
    position: absolute;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,.8);
    padding: 0;
}
.caption-text {
  position: relative;
  bottom: auto;
  top: auto;
  padding: 10px 60px 10px 30px;;
  text-align: left;
  font-weight: 600;
}
.caption-text h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
.caption-text p {
  font-size: 12px;
  line-height: 18px;
}
.caption-text p a, .caption-text p a:hover {
  color: #ffffff;
}
.carousel-indicators {
  display: none;
}


.home .block h3 {
  font-family: "Encode Sans Semibold", "Open Sans", Arial, sans-serif;
  letter-spacing: 1px;
}
.block {
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    padding: 0 30px 0 30px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

/*PHOTO BLOCK FADE IN*/
/*.block.photo-block {
  opacity: 0;
}*/
.block.photo-block:hover {
  opacity: 0.9;
  transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-webkit-transition: opacity .35s ease-in-out;
}

.block.photo-block .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background-color: rgba(0,0,0,0.6);
  color: #ffffff;
  line-height: 14px;
  font-size: 12px;
  padding: 10px 15px;
  text-align: left;
}

.block.hotline {
  text-align: left;
  background-size: auto 40%;
  background-repeat: no-repeat;
  background-position: 95% 90%;
  padding: 15px 15px 15px 15px;
}
.block.hotline h1 {
  font-family: "Encode Sans Black", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  color: #666666;
  letter-spacing: 1px;
}
.block.hotline h1 strong {
  color: #000000;
}
.block.hotline h2 {
  font-family: "Encode Sans Semibold", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
  color: #000000;
}
.block.hotline h2 a {
  color: #000000;
  border-bottom: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.block.event-block {
  padding: 20px 20px 20px 20px;
  color: #000000;
  background-size: auto 50%;
  background-position: 80% 50%;
  background-repeat: no-repeat;
}
.block.event-block a {
  color: #000000;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 -3px 0 #ffffff;
  box-shadow: inset 0 -3px 0 #ffffff;
}
.block.event-block a:hover {
  background-color: #ffffff;
  color: #000;
}

.block.twitter-feed {
  border: 2px solid #6cc6bf;
  padding: 0;
}
.row-short .block.twitter-feed {
  line-height: 45px;
}
.block.twitter-feed .twitter-header {
  float: left;
  position: relative;
  width: 100%;
  height: 35px;
  background-color: #6cc6bf;
}
.block.twitter-feed .twitter-header .fa {
  color: #ffffff;
  text-align: center;
}

/*DYNAMIC EVENT ROLLUP TILE*/
.block.event-rollup .block-content {
  position: relative;
  height: 100%;
}
.block.event-rollup h2, .block.event-rollup p {
  font-size: 14px;
  line-height: 24px;
}
.block.event-rollup h2, .block.event-rollup p {
  margin-bottom: 0;
}
.block.event-rollup p.pull-right {
  position: absolute;
  bottom: 50px;
  right: 0;
}
.block.event-rollup p.pull-right a {
  color: #ffffff;
}
.block.event-rollup p.more-events {
  margin-top: 30px;
}

.block-mask {
  opacity: 0;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  text-align: left;
  padding: 0 30px 0 30px;
}
.block:hover .block-mask, .block:focus .block-mask, .block:active .block-mask {
  opacity: 1;
}
.block.event-rollup .block-mask, .block.event-rollup:focus .block-mask, .block.event-rollup:active .block-mask {
  opacity: 1;
  background-color: rgba(0,0,0,0.4);
}

/*TEXT SLIDE IN*/
.block-mask .block-content {
  font-weight: 500;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.block-mask:hover .block-content {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.block-mask .block-content h3 {
    font-size: 14px;
}
.block-mask .block-content h4 {
    line-height: 18px;
}
.block-mask .block-content p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
}
.block-mask .block-content p.small {
  line-height: 18px;
}
.block-mask .block-content a {
  color: #ffffff;
}

.block.event-rollup .block-content {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.block.event-rollup .block-mask .block-content h3 {
  margin-top: 0;
  font-weight: 500;
}

/*ROW HEIGHTS*/
.row-short .block {
    height: 265px;
    line-height: 265px;
}
.row-tall .block {
    height: 380px;
    line-height: 380px;
}

/*BLOCK TEXT VERTICAL ALIGNED*/
.intro {
  background-size: 32%;
  background-position: 0% 50%;
  margin-bottom: 30px;
}
.home .intro p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.home .mission h3 {
  font-family: "Encode Sans Semibold", "Open Sans", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
.block span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.block span p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.block span h3 {
    opacity: 1;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    position: relative;
}
.block:hover span h3 {
  opacity: 0;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
}
.block h3 {
  float: left;
  position: relative;
  width: 100%;
}

/*ICONS*/
.icon {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 30px 30px 30px;
  height: 215px;
}
.home .icon.icon-2 {
  border-left: 1px dotted #d9d9d9;
  border-right: 1px dotted #d9d9d9;
}
.icon p {
  font-size: 20px;
  line-height: 26px;
  color: #444444;
}
.icon p a {
  color: #ffffff;
}
.icon-img {
  height: 150px;
  background-size: auto 65%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.icon-1 .icon-img {
  background-size: auto 35%;
}
.icon-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 25px;
}
.icon-mask {
  opacity: 0;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #444444;
  padding: 15px 15px;
}
.icon:hover .icon-mask {
  opacity: 1;
}

.icon-mask p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

/*QUICKTABS*/
.quicktab {
  position: relative;
  margin-bottom: 15px;
  padding: 0 25px;
  border: 2px solid #d9d9d9;
  height: 140px;
  line-height: 140px;
  text-align: center;
}
.quicktab span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.quicktab span p {
  font-size: 25px;
  line-height: 35px;
  color: #4b2e83;
}
.quicktab span p strong {
  /*font-family: "Encode Sans Black", "Open Sans", Arial, sans-serif;*/
  font-weight: 900;
}
.quicktab-mask {
  opacity: 0;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #444444;
  padding: 15px 15px;
}
.quicktab:hover .quicktab-mask {
  opacity: 1;
}

.quicktab-mask p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

/*LANDING PAGE CONTENT*/
.page-template-page_full-width .main-content-inner article, .page-template-page_education-training .main-content-inner article {
  background-color: #bfdbd9;
  padding: 40px 35px;
  background-image: url('./includes/img/watermark_flip.png');
  background-repeat: no-repeat;
  background-position: right 5%;
  background-size: auto 40%;
  margin-bottom: 15px;
}
/*education training page*/
.page-template-page_education-training .main-content-inner .tile h3 {
  text-transform: none;
}
.page-template-page_education-training #other-training {
  text-align: center;
  margin-bottom: 40px;
}
.page-template-page_education-training #quotes {
  border-top: 3px solid #b7a57a;
  /*border-bottom: 3px solid #b7a57a;*/
  padding: 15px 0 0 0;
  margin-top: 30px;
}
.page-template-page_education-training .quote-group {
  height: 250px;
  position: relative;
}
.page-template-page_education-training .quote-group .quote-slide {
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-page_education-training #quotes .attr-text {
  color: #4b2e83;
}

/*MAIN PAGE CONTENT*/

.home .main-content, .page-template-page_full-width .main-content, .page-template-page_education-training .main-content {
  margin-top: 0;
}
.main-content-inner ul li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.entry-meta {
  margin-bottom: 15px;
}
.entry-content-thumbnail {
  margin-bottom: 30px;
}
.page .entry-content-thumbnail {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.main-content .btn-info {
  background-color: #ffffff;
  border-color: #6cc6bf;
  color: #333333;
}
.main-content .btn-info:hover {
  color: #ffffff;
  background-color: #6cc6bf;
}
.form-inline {
  float: left;
  margin-right: 5px;
}
.form-inline .form-control {
  margin-right: 2px;
}
#news-search, #news-reset, #article-search, #article-reset {
  width: 290px;
  margin-bottom: 10px;
}
#news-search .form-control, #article-search .form-control {
  width: 210px;
  float: left;
  position: relative;
}
#news-search .btn-info, #article-search .btn-info {
  width: 75px;
  float: left;
  position: relative;
}
#eo-widget-next-month a {
  float: right;
}

/*Accordions*/
.panel {
  border: 0;
  box-shadow: none;
}
.panel-group {
  margin-top: 0; /*was 40px*/
}
.panel-default > .panel-heading {
  background-color: #ffffff;
  font-size: 17px;
  line-height: 23px;
  height: 70px;
  color: #000000;
  border: 2px solid #4b2e83;
  border-radius: 0;
  display: table;
  width: 100%;
  padding: 0;
}
.panel-title > a {
  /*display: table-cell;*/
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-weight: 700;
  padding: 30px 60px 30px 15px;
  box-shadow: none;
}
.panel-title > a:hover, .panel-title > a[aria-expanded="true"] {
  color: #ffffff;
  background-color: #4b2e83;
}
.panel-body {
  font-size: 14px;
  line-height: 22px;
  padding: 20px 15px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\2212";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    margin-right: 15px;
    color: #ffffff;         /* adjust as needed */
    position: absolute;
    right: 15px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b";    /* adjust as needed, taken from bootstrap.css */
    color: #4b2e83;
}
.panel-heading:hover .accordion-toggle.collapsed:after {
  color: #ffffff;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}


/*TILES*/
.tile {
  height: auto;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.tile-group, .icon-group {
  text-align: center;
}
.tile-group a {
  color: #ffffff;
}
.tile-group a:hover {
  color: #ffffff;
}
.tile h3 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 23px;
}
.tile p {
  font-size: 16px;
  line-height: 24px;
}
.tile.teal-bg:hover {
  background-color: #53ada6;
}
.tile.darkgrey-bg:hover {
  background-color: #222222;
}
.tile.purple-bg:hover {
  background-color: #32156a;
}
.tile-centered, .icon-centered {
  display: block;
  float: none;
  margin-right: -3px;
}

/*ARCHIVES*/
.news-roll, .blog-roll {
  margin-top: 30px;
}
.news-roll h2, .blog-roll h2, h2.eo-event-title {
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.news-roll h2 a, .external-news-roll h2 a, .blog-roll h2 a, h2.eo-event-title a {
  color: #4b2e83;
  -webkit-transition: none;
  transition: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news-roll h2 a:hover, .external-news-roll h2 a:hover, .blog-roll h2 a:hover, h2.eo-event-title a:hover {
  color: #000000;
  background-color: transparent;
}
.news-roll p {
  font-size: 14px;
  line-height: 20px;
}
.news-roll hr, .blog-roll hr {
  border: 2px solid #d9d9d9;
}
.news-roll hr:last-of-type, .blog-roll hr:last-of-type {
  display: none;
}
.external-news-roll h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.external-news-roll p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.external-news-roll hr {
  border: 1px solid #d9d9d9;
  margin: 10px 0;
}
.blog-roll h2 {
  margin: 0 0 5px 0;
}

/*PEOPLE*/
.people-roll .panel-group .panel + .panel {
  margin-top: 0;
}
.people-roll .accordion-toggle::after {
  margin-top: 60px;
  color: #6cc6bf;
}
.people-roll .panel-heading {
  background-color: transparent;
  border-top: 3px solid #d9d9d9;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.people-roll .panel-heading:hover .accordion-toggle:after, .people-roll .panel-heading .accordion-toggle:after {
  color: #6cc6bf;
}
.people-roll .panel-body {
  padding: 0 15px 5px 15px;
}
.people-roll .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.people-roll .panel-heading .person-meta {
  margin: 10px 0;
  height: 130px;
}
.people-roll .panel-heading .person-meta h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #4b2e83;
  font-weight: 600;
}
.people-roll .panel-heading .person-meta h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.people-roll .panel-heading .person-meta p {
  margin-top: 0;
}
.people-roll p, .people-roll p a {
  font-size: 14px;
}

/*EVENTS*/
.single-event .eventorganiser-event-meta h4 {
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
}
.single-event .eventorganiser-event-meta ul.eo-event-meta {
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
  width: 55%;
}
.eo-event-date {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: 700;
}
.eo-event-thumbnail {
  float: right !important;
}
.eo-event-meta a {
  border-bottom: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.eo-event-meta a:hover {
  background-color: transparent;
}
.eo-event-meta, .eo-tc-event .eo-event-content, .eo-event-content {
  margin-left: 0 !important;
}
.eo-tc-event .eo-event-content, .eo-event-content {
  margin-bottom: 30px;
}
.eo-tc-event {
  border-bottom: 2px solid #d9d9d9;
}
#wp-calendar caption {
  color: #4b2e83;
  font-weight: 700;
}
#wp-calendar tbody td, #wp-calendar thead th {
  text-align: center;
}
#wp-calendar .event {
  background-color: #6cc6bf;
}
#wp-calendar .event a {
  color: #ffffff;
}
#wp-calendar tfoot td a {
  color: #4b2e83;
  font-weight: 700;
}
.EO_Event_List_Widget ul {
  padding-left: 15px;
}
.EO_Event_List_Widget ul a {
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  border-bottom: 1px solid #6cc6bf;
  -webkit-box-shadow: inset 0 -3px 0 #6cc6bf;
  box-shadow: inset 0 -3px 0 #6cc6bf;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.EO_Event_List_Widget ul a:hover {
  background-color: #6cc6bf;
  color: #000;
}

/*FEATURE ARTICLES*/
/*.single-article .entry-content-thumbnail {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}*/
.single-article article .entry-meta, .single-post article .entry-meta {
  font-style: italic;
  font-size: 16px;
}
.wp-caption {
  border: 0;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
.custom-pagination {
  margin-top: 30px;
}
.custom-pagination a {
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  color: #4b2e83;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
}
.custom-pagination a:hover {
  background-color: #ffffff;
  border: 2px solid #4b2e83;
  color: #4b2e83;
}
.custom-pagination a:last-of-type {
  width: auto;
  display: block;
  float: right;
}

/*SIDEBAR NAVIGATION*/
/*only display current page plus parent in navigation for each main section*/
.widget_nav_menu li.menu-item {
  display: none;
}

/*.widget_nav_menu .nav li.menu-item.current_page_item, .widget_nav_menu .nav li.menu-item.current_page_item > ul.sub-menu > li, .widget_nav_menu .nav li.menu-item.current_page_ancestor, .widget_nav_menu .nav li.menu-item.current_page_ancestor > ul.sub-menu > li {
  display: block;
}*/

.widget_nav_menu .nav li.menu-item.current-menu-item, .widget_nav_menu .nav li.menu-item.current-menu-item > ul.sub-menu > li, .widget_nav_menu .nav li.menu-item.current-menu-ancestor, .widget_nav_menu .nav li.menu-item.current-menu-ancestor > ul.sub-menu > li {
  display: block;
}

.widget_nav_menu .nav > li > a {
  background-color: #6cc6bf;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 0;
}
.widget_nav_menu .nav li > ul.sub-menu > li > a {
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  border-bottom: 1px solid #6cc6bf;
}
.widget_nav_menu .nav li > ul.sub-menu > li > ul.sub-menu > li {
  margin-left: 15px;
}
.widget_nav_menu .nav li > ul.sub-menu > li:last-of-type > a {
  border-bottom: 0;
}
.widget_nav_menu .nav > li > ul.sub-menu > li > a:hover, .widget_nav_menu .nav > li > ul.sub-menu > li.menu-item.current-menu-item > a {
  background-color: #d9d9d9;
}
.widget_nav_menu .nav > li > ul.sub-menu > li.menu-item.current-menu-item > a {
  font-weight: 700;
}

/*widget logic*/
/*.post-type-archive-article .widget_categories, .post-type-archive-article .widget_archive, .single-article .widget_categories, .single-article .widget_archive, .post-type-archive-external_news .widget_categories, .post-type-archive-external_news .widget_archive, .post-type-archive-event .widget_categories, .post-type-archive-event .widget_archive, .single-event .widget_categories, .single-event .widget_archive {
  display: none;
}*/

.widget_archive .nav > li > a {
  color: #6cc6bf;
}

/*FOOTER*/
#colophon {
  color: #ffffff;
  background-color: #4b2e83;
  height: 300px;
  padding: 60px 0 30px 0;
  font-size: 16px;
}
#colophon .site-info {
  margin-bottom: 30px;
  font-size: 14px;
}
#colophon .site-info a {
  color: #ffffff;
}
#colophon .site-info a:hover {
  color: #6cc6bf;
  text-decoration: none;
}
#colophon .social-links li a {
  color: #ffffff;
  padding: 0 10px;
}
#colophon .social-links li a:hover {
  color: #6cc6bf;
}
#colophon .uw-branding {
  margin-bottom: 30px;
}
#colophon .btn-info {
  background-color: #6cc6bf;
  border-color: #6cc6bf;
  margin-top: -5px;
}
#colophon .btn-info:hover {
  background-color: #53ada6;
  border-color: #53ada6;
}
#colophon .bottom-footer {
  padding: 30px 0;
  background-color: #4b2e83;
  color: #ffffff;
  border-top: 2px solid #bdb7ce;
}
#colophon .bottom-footer .disclaimer p {
  font-size: 15px;
  margin-bottom: 30px;
}
#colophon .bottom-footer .nspl img {
  width: 80%;
}


/*TEXT-ALIGNS*/
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

/*NEWSLETTER SUBSCRIBE FORM STYLE OVERRIDES*/
#subscribe-form, #mc_embed_signup, #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: #d9d9d9 !important;
}
#mc_embed_signup {
  padding-top: 30px;
}
#mc_embed_signup .mc-field-group {
  width: 90% !important;
  clear: none !important;
  float: left !important;
  padding-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 18px !important;
  height: 80px !important;
}
#mc_embed_signup .indicates-required {
  visibility: hidden !important;
}
#mc_embed_signup form {
  padding: 0 !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
}
#mc-embedded-subscribe {
  background-color: #6cc6bf !important;
  border-color: #6cc6bf !important;
  display: inline-block !important;
  padding: 6px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  border-radius: 4px !important;
  float: right !important;
  margin-top: 23px !important;
  height: 38px !important;
}
#mc_embed_signup .asterisk {
  top: 0 !important;
  font-size: 100% !important;
}
#mc_embed_signup #mce-responses {
    margin: 0 !important;
}

/* MARKETO NEWSLETTER FORM OVERRIDES */
#marketo-form {
  padding: 30px 0 0 0;
}
#marketo-form h2 {
  font-weight: 700;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
#marketo-form p {
  margin-bottom: 30px;
}

/*404 AND SEARCH PAGES*/
.error404 .news-roll h4 {
  line-height: 22px;
  margin-bottom: 20px;
}
.search-results h1.page-title {
  font-size: 22px;
  margin-bottom: 5px;
}
.search-results .btn.btn-success {
  background-color: #4b2e83;
  border-color: #4b2e83;
}

.search-results .pagination > .active > a, .search-results .pagination > .active > a:focus, .search-results .pagination > .active > a:hover, .search-results .pagination > .active > span, .search-results .pagination > .active > span:focus, .search-results .pagination > .active > span:hover {
  background-color: #6cc6bf;
  border-color: #6cc6bf;
}
.pagination > li > a, .pagination > li > span {
  color: #444444;
  box-shadow: none;
  -webkit-box-shadow: none;
}


@media screen and (min-width: 375px) {
  .mini-nav .social-links li a {
    font-size: 16px;
    font-weight: 200;
    padding: 0 12px 0 0;
  }

}

/*MEDIA QUERIES*/
@media screen and (min-width: 768px) {

  #masthead {
    height: 90px;
  }
  .site-branding .uw-patch {
    width: 80px;
  }
  .site-branding .ff-logo {
    background-size: 100% auto;
    width: 62%;
  }
  .navbar-header {
    display: none;
  }
  .navbar-footer {
      margin-right: 15px;
      top: -38px;
  }
  .navbar-footer .search-form {
    top: -5px;
  }
  .navbar-footer .search-field {
    height: 45px;
    padding: 0 0 0 15px;
  }
  .navbar-footer .search-form label span {
    top: 10px;
  }
  .navbar-nav > li > .dropdown-menu {
    position: absolute;
    width: auto;
  }
  .navbar-default .navbar-nav > li > a::after {
    content: "/";
    padding-left: 22px;
    color: #6cc6bf;
    font-weight: 300;
  }
  .navbar-default .navbar-nav > li:last-child > a::after {
      visibility: hidden;
  }
  .navbar-default .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    right: 28px;
    top: 22px;
    background: url('includes/img/uw-sprite.svg') no-repeat -353px 0px;
  }
  /*.navbar-footer .search-field-toggle, .navbar-footer {
    width: 100%;
  }*/
  .site-navigation {
    margin-bottom: 35px;
  }
  .site-navigation .container {
    padding: 0;
  }
  .site-branding {
    /* width: 30%;
    background-position: 50% 50%;
    background-size: 40% auto; */
    /* height: 85px; */
  }
  .navbar-collapse {
    width: 95%;
    /* float: right; */
    position: relative;
    margin-right: 5%;
  }
  .navbar-footer .search-field-toggle {
    width: 725px;
  }
  .mini-nav-wrap, .site-branding-wrap {
    display: inline;
    margin: 0;
  }
  .mini-nav {
    margin-top: 35px;
  }
  .mini-nav .social-links {
    float: right;
  }
  .mini-nav .social-links li a {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 200;
  }

  .page .entry-content-thumbnail {
    height: 350px;
  }

  /*HOMEPAGE STYLES*/
  .block {
      position: relative;
      color: #ffffff;
      margin-bottom: 15px;
      padding: 0 30px 0 30px;
      /*text-align: center;*/
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      overflow: hidden;
  }

  /*PHOTO BLOCK FADE IN*/
  /*.block.photo-block {
    opacity: 0;
  }*/

  .block.hotline {
    background-size: auto 32%;
    background-repeat: no-repeat;
  }
  .block.hotline h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .block.hotline h2 {
    font-size: 16px;
  }
  .block.hotline a {
    color: #ffffff;
    border-bottom: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }

  .block.event-block {
    color: #000000;
    background-size: auto 50%;
    background-position: 80% 50%;
    background-repeat: no-repeat;
  }
  .block.event-block a {
    color: #000000;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: inset 0 -3px 0 #ffffff;
    box-shadow: inset 0 -3px 0 #ffffff;
  }
  .block.event-block a:hover {
    background-color: #ffffff;
    color: #000;
  }


  /*DYNAMIC EVENT ROLLUP TILE*/
  .block.event-rollup .block-content {
    position: relative;
    height: 100%;
  }
  /* .block.event-rollup h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .block.event-rollup h2, .block.event-rollup p {
    margin-bottom: 0;
  }
  .block.event-rollup p.pull-right {
    position: absolute;
    bottom: 30px;
    right: 0;
  } */
  .block.event-rollup p.pull-right a {
    color: #ffffff;
  }

  .block-mask {
    opacity: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    text-align: left;
    padding: 0 30px 0 30px;
  }
  .block:hover .block-mask {
    opacity: 1;
  }

  /*TEXT SLIDE IN*/
  .block-mask .block-content {
    font-weight: 500;
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  .block-mask:hover .block-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .block-mask .block-content h3 {
    font-size: 18px;
  }
  .block-mask .block-content p {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .block-mask .block-content p.small {
    line-height: 18px;
  }
  .block-mask .block-content a {
    color: #ffffff;
  }
  .block.event-rollup .block-mask .block-content p {
    font-size: 14px;
  }

  /*ROW HEIGHTS*/
  .row-short .block {
      height: 265px;
      line-height: 265px;
  }
  .row-tall .block {
      height: 360px; /*was 380*/
      line-height: 360px; /*was 380*/
  }

  /*BLOCK TEXT VERTICAL ALIGNED*/
  .intro {
    background-size: 32%;
    background-position: 0% 50%;
  }
  .home .intro p {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
  }

  .block span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .block span p {
      margin-bottom: 0;
      font-weight: 500;
      font-size: 18px;
      line-height: 42px;
  }
  .block.intro span p {
    font-size: 20px;
  }

  .block span h3 {
    opacity: 1;
      font-size: 35px;
      font-weight: 600;
      text-transform: uppercase;
      float: left;
      position: relative;
  }
  .block:hover span h3 {
    opacity: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
  }
  .block h3 {
    float: left;
    position: relative;
    width: 100%;
  }

  /*ICONS*/
  .icon {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 30px 30px 30px;
    height: 215px;
    float: left;
    width: 100%;
  }
  .icon p {
    font-size: 19px;
    line-height: 26px;
    color: #444444;
  }
  .icon-img {
    height: 150px;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .icon-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px;
  }

  .icon:hover .icon-mask {
    opacity: 1;
  }

  .icon-mask p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  /*QUICKTABS*/
  .quicktab {
    position: relative;
    margin-bottom: 15px;
    padding: 0 25px;
    border: 2px solid #d9d9d9;
    height: 140px;
    line-height: 140px;
    text-align: center;
  }
  .quicktab span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
  .quicktab span p {
    font-size: 25px;
    line-height: 35px;
    color: #4b2e83;
  }
  .quicktab:hover .quicktab-mask {
    opacity: 1;
  }

  #colophon {
    height: 250px;
  }
  #mc_embed_signup .mc-field-group {
    width: 22% !important;
    clear: none !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 18px !important;
    height: 125px !important;
  }

  /*MODAL*/
  .help-header {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    margin-top: 0;
  }
  .modal-title {
      margin-bottom: 0;
      margin-top: 0;
      float: left;
      position: relative;
  }
  .modal-header {
    border-bottom: 0;
    padding: 15px 0 0 0;
  }
  .modal-header .close {
    font-size: 40px;
    color: #ffffff;
    background-color: #000000;
    opacity: 1;
    margin-top: -15px;
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .modal-body {
    padding: 0 15px 15px 15px;
    text-align: left;
  }
  .modal-body p {
    font-size: 18px;
    line-height: 24px;
  }
  .modal-body a {
    text-decoration: none;
    color: #ffffff;
  }
  .modal-body h3 a, .modal-body h3 a:hover {
    text-decoration: none !important;
    color: #ffffff;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal-content {
    border-radius: 0;
  }
  .modal-phone {
    background-image: url('./includes/img/phone_icon.png');
    background-size: 25% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 150px;
  }
  .modal-right {
    padding-left: 0;
    padding-right: 30px;
  }
  .modal-right h3 {
    margin: 30px 0 20px 0;
    font-size: 18px;
  }
  .page-template-page_full-width .main-content-inner article, .page-template-page_education-training .main-content-inner article {
    background-position: right center;
    background-size: auto 80%;
  }
  .tile {
    height: 360px;
  }
  .tile-centered, .icon-centered {
    display: inline-block;
  }
  .tile h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 23px;
  }

  #colophon .bottom-footer .disclaimer, #colophon .bottom-footer .help-pro {
    margin-top: 0;
    margin-bottom: 0;
  }
  #colophon .bottom-footer .nspl {
    margin-left: 60px;
  }
  #colophon .bottom-footer .help-pro img, #colophon .bottom-footer .nspl img {
    width: 100%;
  }

}

@media screen and (min-width: 992px) {
  .site-branding .uw-patch {
    width: 120px;
    margin-right: 30px;
    background-position: 0% 100%;
  }
  .site-branding .ff-logo {
    background-size: 100% auto;
    width: 50%;
  }
  /*BACKGROUND IMAGE HOVER*/
  .block.text-block {
    background-size: auto 105%;
    background-position: 100% 50%;
     transition: background-position .35s;
      -webkit-transition: background-position .35s;
  }
  .block.text-block:hover {
    background-position: 50% 50%;
  }
  .block.event-block {
    padding: 20px 100px 20px 40px;
  }
  .block.event-rollup.text-block, .block.event-rollup.text-block:hover {
    background-position: 0% 50%;
  }
  .block.event-rollup p.more-events {
    margin-top: 10px;
  }
  .block.hotline h1 {
    font-size: 30px;
  }
  .block.hotline h2 {
    font-size: 18px;
  }
  .page-template-page_full-width .main-content-inner article, .page-template-page_education-training .main-content-inner article {
    min-height: 250px;
  }
  .page-template-page_full-width .main-content-inner article .entry-content, .page-template-page_education-training .main-content-inner article .entry-content {
    width: 70%;
  }
  .page-template-page_full-width .main-content-inner article .entry-content p, .page-template-page_education-training .main-content-inner article .entry-content p {
    font-size: 18px;
    line-height: 30px;
  }
  .sidebar-padder {
    padding-left: 30px;
  }
  .site-branding {
    /* width: 100%;
    background-position: 50% 70%; */
    /* height: 130px; */
  }
  .navbar-collapse {
    /* width: 67%; */
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    font-size: 16px;
    padding: 20px 10px 20px 0;
  }
  .navbar-default .navbar-nav > li > a::after {
    padding-left: 20px;
  }
  .navbar-default .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    right: 25px;
    top: 27px;
    background: url('includes/img/uw-sprite.svg') no-repeat -353px 0px;
  }
  .site-navigation {
    margin-top: 0;
  }
  .navbar-footer .search-field {
      background-color: #fffff;
      height: 54px;
      margin: 3px 0;
      padding: 0 0 5px 15px;
      font-size: 18px;
  }
  .navbar-footer .search-field-toggle {
    width: 310px;
  }
  .navbar-footer .search-form label span {
    top: 20px;
  }
  .navbar-footer .search-form {
    top: -17px;
  }

  .main-content {
    margin-top: 50px;
  }
  .icon p {
    font-size: 19px;
    line-height: 26px;
  }
  .icon-mask p {
    font-size: 18px;
    line-height: 24px;
  }
  .form-inline {
    float: left;
    margin-right: 5px;
  }
  .form-inline .form-control {
    margin-right: 8px;
  }
  #news-search, #news-reset, #article-search, #article-reset {
    width: 300px;
    margin-bottom: 10px;
  }
  #news-search .form-control, #article-search .form-control {
    width: 172px;
    float: left;
    position: relative;
  }
  #news-search .btn-info, #article-search .btn-info {
    width: 75px;
    float: left;
    position: relative;
  }

  .page-template-page_education-training #other-training {
    width: 70%;
    margin: 50px auto 30px auto;
  }
  .page-template-page_education-training #quotes .quote-group .quote-slide {
    padding: 0 200px 0 50px;
  }
  .icon-centered {
    border-left: 1px dotted #d9d9d9;
    margin-bottom: 30px;
  }
  .icon-centered.training-icon-3, .icon-centered.training-icon-6 {
    border-right: 1px dotted #d9d9d9;
  }

  #colophon {
    height: 210px;
  }
  #colophon .bottom-footer .disclaimer, #colophon .bottom-footer .help-pro {
    margin-top: 35px;
  }

}

@media screen and (min-width: 1200px) {

  .site-branding .ff-logo {
    background-size: 80% auto;
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    font-size: 18px;
    padding: 25px 18px 25px 0;
  }
  .navbar-default .navbar-nav > li > a::after {
    padding-left: 30px;
  }
  .navbar-default .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    right: 42px;
    top: 32px;
    background: url('includes/img/uw-sprite.svg') no-repeat -353px 0px;
  }
  .navbar-default .navbar-nav > li > a:hover::before {
    background: url('includes/img/uw-sprite.svg') no-repeat -203px -490px;
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 25px;
    width: 16px;
    right: 33px;
    top: 22px;
  }
  .navbar-footer .search-form label span {
    top: 14px;
  }
  .navbar-footer .search-field {
    padding: 0 0 15px 15px;
  }
  .home .navbar-footer .search-field-toggle {
    width: 375px;
  }
  .navbar-footer .search-field-toggle {
    width: 333px;
  }
  .block.hotline {
    background-position: 85% 85%;
    padding: 15px 30px 15px 15px;
  }
  .block.hotline h1 {
    font-size: 35px;
  }
  .block.event-rollup p.more-events {
    margin-top: 20px;
  }
  .icon-mask {
    padding: 30px 15px 15px 15px;
  }
  .quicktab-mask {
    padding: 20px 30px;
  }
  .quicktab-mask p {
    font-size: 18px;
    line-height: 24px;
  }
  .icon p {
    font-size: 25px;
    line-height: 37px;
  }
  .page-template-page_education-training .icon p {
    font-size: 23px;
    line-height: 29px;
  }
  .icon-mask p {
    font-size: 18px;
    line-height: 24px;
  }
  .page-template-page_education-training .icon-mask p {
    font-size: 18px;
    line-height: 24px;
  }
  #news-search, #article-search {
    width: 315px;
  }
  #news-search .form-control, #article-search .form-control {
    width: 227px;
  }
  /*.single-article .entry-content-thumbnail {
    height: 400px;
  }*/

  #colophon .bottom-footer .help-pro img, #colophon .bottom-footer .nspl img {
    width: 80%;
  }


}
