/*
Theme Name: Family Values @ Work Theme 
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");
@import url("css/unitegallery/css/unite-gallery.css");
@import url("https://use.typekit.net/sjp8ucn.css");

:root {
	--black: #000000;
	--white: #ffffff;
	--orange: #EE6352;
	--green: #2FA39A;
	--purple: #683257;
	--blue-dk: #005288;
	--text-color: #373738;
}

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: var(--white);
	font-family:"rooney-web", serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	height: 100%;
	color: #373738;
	margin: 0 auto !important;
}

a {
	color: var(--orange);
	font: inherit;
}

p a, div a {
	font-family: 'franklin-gothic-atf', sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.header a:not(.btn), footer a, .posts--single--content a:not(.read-more), .staff--single a, .text-over-image--sidebar a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:visited {
	color: var(--purple);;
}

a:hover, a:focus {
	color: var(--green);
}

p {
	margin: 0 0 30px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1.5rem;
}

h1, .h1, h2, .h2 {
	font-family:"franklin-gothic-atf",sans-serif;
	font-weight: 800;
}

h3, .h3, h4, .h4, h5, .h5 {
	font-family:"freight-sans-pro",sans-serif;
	font-weight: 600;
	line-height: 1.2;
	color: var(--blue-dk);
}

h1, .h1 {
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
}

h2, .h2 {
	font-size: 32px;
	line-height: 1.1;
}

.post--content h2 {
	font-family:"freight-sans-pro",sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: var(--blue-dk);

}

h3, .h3 {
	font-size: 28px;
	font-weight: 700;
}

h4, .h4 {
	font-size: 24px;
}

h4.alt, .h4.alt {
	font-size: 26px;
	font-weight: 600;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-family:"freight-sans-pro",sans-serif;
	font-size: 21px;
	color: var(--text-color);
	font-weight: 600;
}

li {
	margin-bottom: 1rem;
}

li::marker {
	color: var(--blue-dk);
}

blockquote {
	position: relative;
	margin-top: 65px;
}

blockquote::before {
	content: url('data:image/svg+xml, <svg class="svg-inline--fa fa-quote-left fa-w-16" aria-hidden="true" data-prefix="fas" data-icon="quote-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="" style="color:rgba(47,163,154,1)"><path fill="currentcolor" d="M0 432V304C0 166.982 63.772 67.676 193.827 32.828 209.052 28.748 224 40.265 224 56.027v33.895c0 10.057-6.228 19.133-15.687 22.55C142.316 136.312 104 181.946 104 256h72c26.51 0 48 21.49 48 48v128c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm336 48h128c26.51 0 48-21.49 48-48V304c0-26.51-21.49-48-48-48h-72c0-74.054 38.316-119.688 104.313-143.528C505.772 109.055 512 99.979 512 89.922V56.027c0-15.762-14.948-27.279-30.173-23.199C351.772 67.676 288 166.982 288 304v128c0 26.51 21.49 48 48 48z"></path></svg>');
	position: absolute;
	width: 50px;
	height: 50px;
	top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

blockquote p:last-child {
	font-family: 'franklin-gothic-atf', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--purple);
}

blockquote, blockquote p:only-child {
	font-family:"rooney-web", serif;
	font-style: italic;
	font-size: 22px;
	color: var(--text-color);
	font-weight: 400;
}
/*Selection Styles*/

::selection {
  background: var(--blue-dk); /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: var(--blue-dk); /* Gecko Browsers */
  color: white;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

::placeholder {
  color: #4B4C4C !important;
  font-family:"rooney-web", serif;
  font-weight: 300;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4B4C4C !important;
   opacity: 1;
   font-family:"rooney-web", serif;
   font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4B4C4C !important;
   opacity: 1;
   font-family:"rooney-web", serif;
   font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4B4C4C !important;
   opacity: 1;
   font-family:"rooney-web", serif;
   font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  color: #4B4C4C !important;
   opacity: 1;
   font-family:"rooney-web", serif;
   font-weight: 300;
}

/*Bootstrap Hacks*/
b, strong {
	font-weight: 700;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

svg {
	vertical-align: unset;
}

.screen-reader-text {
	display: none;
}

.frame img {
	max-width: 100%;
    height: auto;
}

.pb-45 {
	padding-bottom: 2rem !important;
}

.pt-45 {
	padding-top: 2rem !important;
}

.btn, .btn:visited, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=submit]:visited {
	display: inline-block;
    background-color: var(--orange);
    color: var(--white);
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
    padding: 12px 18px;
    text-decoration: none;	
	font-family:"franklin-gothic-atf",sans-serif;
    font-weight: 600;
    border: none;
    font-size: 16px;
	line-height: 20px;
	box-shadow: 0 3px 6px #00000029;
	letter-spacing: 0.8px;
}

.btn:hover, .btn:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus {
	background-color: var(--green);
	color: var(--white);
}

a.btn:not([href]):not([tabindex]) {
	color: var(--text-color);
}
/* Helper Classes */
.font-franklin-gothic-atf { font-family:"franklin-gothic-atf",sans-serif !important; letter-spacing: 0.8px;}
.font-freight-sans-pro { font-family:"freight-sans-pro",sans-serif !important; }
.font-weight-medium { font-weight: 500 !important; }
.font-weight-semi-bold { font-weight: 600 !important; }
.round { border-radius: 50%; }
.object-fit-cover { object-fit: cover;}
.box-shadow { box-shadow: 0 3px 6px #00000029;}
.c-text-color { color: var(--text-color);}
.c-white { color: var(--white);}
.c-orange { color: var(--orange);}
.c-purple { color: var(--purple);}
.c-blue-dk { color: var(--blue-dk);}
.bg-white { background-color: var(--white);}
.bg-purple { background-color: var(--purple);}
.bg-green { background-color: var(--green);}
.bg-orange { background-color: var(--orange);}

/* Forms */
select {
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background: url('img/select-icon.svg') 95% center/11px no-repeat var(--white);
}

.gform_wrapper .gform_body, .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 22px !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
	padding-top: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-family:"franklin-gothic-atf",sans-serif; 
	font-size: 20px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
	display: inline;
}

.gform_wrapper .gform_body input[type=checkbox], .gform_wrapper .gform_body input[type=radio] {
    accent-color: var(--orange);
	width: 16px;
	height: 16px;
}

.gform_wrapper .gform_body input[type=checkbox] {
    width: 26px;
	height: 20px;
}

.gform_wrapper .gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit]), input:not([type=checkbox]):not([type=radio]):not([type=submit]), select {
	border: 0;
	-webkit-border-radius: 0;
	outline: 0;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: inherit !important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider ul.slick-dots {
    list-style: none;
    width: 100%;
	margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    bottom: 50px;
	text-align: center;
}

.slick-slider ul.slick-dots li {
	padding: 0 3.5px;
	margin-bottom: 0;
	display: inline-block;
	width: 19px;
}

.slick-slider ul.slick-dots > li:only-child {
	display: none;
}

.slick-slider ul.slick-dots li::marker {
	content: none;
}

.slick-slider ul.slick-dots li button {
	font-size: 0;
    line-height: 0;
    border: 0;
    outline: none;
    background: transparent;
	position: relative;
}

.slick-slider ul.slick-dots li button::before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	text-align: center;
	background-color: var(--white);
	border: 1px solid #707070;
	border-radius: 50%;
}

.slick-slider ul.slick-dots li.slick-active button::before {
	background-color: var(--orange);
	border: 1px solid var(--orange);
}

.slick-slider a.slick-arrow {	
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
	cursor: pointer;
}

.slick-slider a.slick-arrow:hover .fa-square-full {	
	color: var(--orange);
}

.slick-slider a.slick-arrow.slick-prev {
	left: 0;
}

.slick-slider a.slick-arrow.slick-next {
	right: 0;
}

/*Menu*/
.dropdown-toggle::after {
	display: none;
}

/*Header*/

.header {
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.header a:not(.btn) {
	color: var(--white);
}

.header .header--alert-bar {
	font-size: 14px;
}

.header .header--logo {
	width: 150px;
	position: relative;
	z-index: 1;
}

.header .header--logo a {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	transition: all ease-in-out 0.3s;
}

.header.sticky-header .header--logo a {
	width: calc(100% - 72px);
}

.header .header--right {
	padding-top: 10px;
	position: static;
}

.header .header--right .header--right__socials  {
	display: none;
}

.header .header--right .header--right__socials a {
	margin-right: 7px;
	font-size: 20px;
	color: var(--text-color);
}

.header .header--right .header--right__socials a:hover {
	color: var(--green);
}

.header .header--right .header--right__search {
	position: absolute;
	right: 50px;
	bottom: 1.5rem;
}

.header .header--right .header--right__search input {
	border: 0;
	outline: 0;
    background: #F3F3F3;
    max-width: 150px;
    padding: 3px;
	padding-right: 30px;
	height: 30px;
}

.header .header--right .header--right__search #searchsubmit {
	position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    border: 0;
	outline: 0;
}

.header .header--right .header--right__search #searchsubmit:hover {
	color: var(--green);
}

.header .header--right .header--right__search .header--right__search--icon--inner {
	cursor: pointer;
}

.header .header--right .header--right__search .header--right__search--icon--inner:hover {
	color: var(--green);
}

.header .header--right .header--right__wpml {
	display: none;
}

.header .header--right__wpml a {
	color: var(--black);
}

.header .header--right .header--right__wpml .wpml-ls-legacy-dropdown {
	width: auto;
}

.header .header--right .header--right__wpml .wpml-ls-legacy-dropdown a, .header .header--right .header--right__wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding: 5px;
	border: none;
}

.header .header--right .header--right__wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: none;
}

.header .header--right .nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	overflow-y: auto;
	background-color: var(--purple);
	padding-top: 60px;
	padding-bottom: 50vh;
	height: 100vh;
}

.header .header--right .nav li {
	margin-bottom: 0;
	padding: 0 40px 5px;
}

.header .header--right .nav a {
	padding: 0.25rem 0;
}

.header .header--right ul.nav > li > a {
	font-family: "franklin-gothic-atf",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}

.header .header--right ul.nav > li:hover > a {
	font-weight: 800;
}

.header .header--right ul.nav ul.dropdown-menu {
	display: block;
	margin: 0;
	border: 0;
	border-radius: 0;
	position: static;
	background-color: transparent;
	float: none;
	padding: 0.5rem 1rem;
}

.header .header--right ul.nav ul.dropdown-menu a {
	text-decoration: none;
	font-family: "freight-sans-pro",sans-serif; 
	font-weight: 600;
	font-size: 18px;
}
	
.header .header--right ul.nav ul.dropdown-menu a svg {
	width: 15px;
	color: var(--orange);
	visibility: hidden;
	display: none;
	transition: all ease-in-out 0.3s;
}

.header .header--right ul.nav ul.dropdown-menu li:hover > a svg {
	visibility: visible;
	transform: translateX(10px);
}


/*Breadcrumbs*/
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs span {
	color: var(--text-color);
	font-size: 22px;
	font-family: 'freight-sans-pro', sans-serif;
	font-weight: 600;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	color: var(--green);
	text-decoration: none;
}

/*Page*/
.hero {
	background: linear-gradient(180deg, var(--purple) 85%, var(--white) 85%);
	color: var(--white);
	padding-top: 150px;
}

.hero .hero--title {
	position: relative;
}

.hero .hero--title svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 235px;
}

.hero .hero--image img {
    border: 15px solid #fff;
	width: 100%;
}

.section {
	padding-top: 36px;
	padding-bottom: 36px;
	overflow: hidden;
}

.section.clear + .section.clear { 
	padding-top: 0 !important;
} 

.section.image-text-bg-color * {
	color: var(--white);
}

.section.image-text-bg-color .text-column--inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.expanders--single__title {
	font-size: 22px;
	padding: 20px 40px;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
	border: 0 !important;
	width: 100%;
	text-align: left;
	background-color: var(--white);
	color: var(--text-color);
}

.expanders--single__title svg {
	margin-left: 20px;
	transition: all ease-in-out 0.3s;
}

.expanders--single__content {
	padding: 20px 40px;
}

.expanders--single.expander-open .expanders--single__title, .expanders--single__title:hover, .expanders--single__title:focus  {
	background-color: var(--purple);
	color: var(--white);
	outline: 0;
}

.expanders--single.expander-open .expanders--single__title svg {
	transform: rotate(90deg);
}

.expanders--single.expander-open .expanders--single__title svg path {
	stroke: var(--white);
}

.sidebar-with-text .icon-sidebar {
	background-color: #f0f0f0;
}

.sidebar-with-text .icon-sidebar img {
	margin-top: 22px;
}

.sidebar-with-text .icon-sidebar--title {
	font-family: "franklin-gothic-atf", sans-serif;
	font-weight: 800;
	font-size: 65px;
	line-height: 1;
	color: var(--green);
}

.sidebar-with-text .icon-sidebar--sub-title {
	font-family: "franklin-gothic-atf", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: var(--green);
}

.sidebar-with-text .icon-sidebar--content {
	font-size: 16px;
}

.text-over-image {
	padding: 100px 0;
	position: relative;
}

.text-over-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 82, 136, 0.9);
	mix-blend-mode: multiply;
}

.text-over-image .text-over-image--text * {
	color: var(--white);
}

.text-over-image .text-over-image--sidebar {
	background-color: var(--white);
    padding: 15px 15px 30px 30px;
    font-size: 22px;
    line-height: 28px;
}

.text-over-image .text-over-image--sidebar__title {
	text-transform: uppercase;
    background-color: var(--purple);
    padding: 15px;
    color: var(--white);
    margin-bottom: 20px;
    margin-left: -45px;
    padding-left: 45px;
}

.text-over-image .text-over-image--sidebar__nav {
	list-style: none;
	padding: 0;
}

.text-over-image .text-over-image--sidebar__nav a {
	color: var(--text-color);
	text-decoration: none;
}

.text-over-image .text-over-image--sidebar__nav a svg {
	visibility: hidden;
	transition: all ease-in-out 0.3s;
}

.text-over-image .text-over-image--sidebar__nav a:hover svg {
	visibility: visible;
	transform: translateX(10px);
}

.staff-bios .staff--single__image {
	background-color: rgba(55, 55, 56, 0.65);
	mix-blend-mode: multiply;
	position: relative;
}

.staff-bios .staff--single__image::before, .staff-bios .staff--single__image::after {
	content: '';
	position: absolute;
	top: 0;
	width: 15px;
	height: 90%;
	background-color: var(--orange);
	transform: scaleX(0);
	transition: all ease-in-out 0.3s;
}

.staff-bios .staff--single__image::before {
	left: -15px;
}

.staff-bios .staff--single__image::after {
	right: -15px;
}

.staff-bios .staff--single__inner:hover .staff--single__image::before, .staff-bios .staff--single__inner:hover .staff--single__image::after {
	transform: scaleX(1);
}

.staff-bios .staff--single__image--inner {
	height: 320px;
	position: relative;
	transition: all ease-in-out 0.3s;
}

.staff-bios .staff--single__inner:hover .staff--single__image--inner {
	mix-blend-mode: multiply;
}

.staff-bios .staff--single__image--inner::before, .staff-bios .staff--single__image--inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.staff-bios .staff--single__image--inner::before {
	background: #4b4c4c;
    mix-blend-mode: color;
}

.staff-bios .staff--single__image--inner::after {
	background: rgba(0,82,136,0.52);
    mix-blend-mode: multiply;
}

.staff-bios .staff--single__inner:hover .staff--single__image--inner::before, .staff-bios .staff--single__inner:hover .staff--single__image--inner::after {
	visibility: visible;
}

.staff-bios .staff--single__inner {
	position: relative;
	padding: 15px;
	display: block;
}

.staff-bios  .staff--single__inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 15px;
	background-color: var(--orange);
	transform: scaleX(0);
	transition: all ease-in-out 0.3s;	
}

.staff-bios  .staff--single__inner:hover::before {
	transform: scaleY(1);
}

.staff-bios .staff--single__content {
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	padding: 15px;
	visibility: hidden;
}

.staff-bios .staff--single__inner:hover .staff--single__content {
	visibility: visible;
}

.staff-bios .staff--single__outer {
	padding: 0 15px 15px;
}

.staff-bios .staff--single__name a {
	color: var(--blue-dk);
	text-decoration: none;
}

.staff-bios .staff--single__name a:hover {
	color: var(--green);
}

.staff-bios .staff--single__link {
	text-decoration: none;
	color: var(--white);
}

.staff-bios .staff--single__link:hover {
	color: var(--green);
}

.staff-bios .staff--single__link:hover svg path{
	stroke: var(--green);
}

.content-tiles .content-tiles--single {
	height: 275px;
	padding: 25px;	
	position: relative;
	text-decoration: none;
}

.content-tiles .content-tiles--single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 75%, var(--black) 100%);
}

.content-tiles .content-tiles--single:hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(104, 50, 87, 0.54);
}

.content-tiles .content-tiles--single__link {
	z-index: 1;
	font-family:"franklin-gothic-atf",sans-serif;
	font-size: 22px;
	font-weight: 800;
}

.content-tiles .content-tiles--single__icons {
	flex: 0 0 20%;
	max-width: 20%;
}

.content-tiles .content-tiles--single__icons svg {
	width: 20px;
	height: 20px;
}

.two-column-image .eq-height-cols .two-column-image--img-col img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.two-column-image .eq-height-cols.object-position-top .two-column-image--img-col img {
	object-position: top center;
}

.two-column-image .eq-height-cols.object-position-bottom .two-column-image--img-col img {
	object-position: bottom center;
}

.forms .forms--left {
	position: relative;
}

.forms .forms--left__image > img {
	min-height: 350px;
}

.forms .forms--left__cta {
	min-height: 145px;
}

.forms .forms--left__cta h2 {
	color: var(--text-color);
}

.forms .forms--left__cta svg {
	flex: 0 0 calc(20% - 15px);
	max-width: calc(20% - 15px);
	margin-left: 15px;
	transform: rotate(90deg);
}

.forms .forms--right__inner {
	background-color: var(--purple);
}

.forms .forms--right *, .forms .forms--right .gform_wrapper .gfield_required, .forms .forms--right .gform_wrapper .gfield_error legend, .forms .forms--right .gform_wrapper .gfield_error label {
	color: var(--white);
}

.forms .forms--right p {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 22px;
}

.forms .forms--right form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .forms .forms--right form select, .forms .forms--right form select option {
	color: var(--text-color);
	font-size: 18px;
	font-family: 'rooney-web', serif;
}

.forms .forms--right .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	padding: 5px !important;
	font-size: 16px !important;
}

.story-library .filter-options {
	cursor: pointer;
}

.story-library .filter-options.story-library--form__open svg {
	transform: rotate(90deg);
}

.story-library .filter-options, .story-library .story-library--form {
	padding: 25px;
	background-color: #F0F0F0;
}

.story-library .story-library--form {
	color: var(--black);
	display: none;
}

.story-library .story-library--form .story-library--form__keyword input[type=text], .story-library .story-library--form .form-control {
	border: 1px solid #707070;
	padding: 4px 30px 4px 16px;
	border-radius: 0;
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	max-width: 100%;
}

.story-library .story-library--form .story-library--form__keyword ::-webkit-input-placeholder {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #969595;
}

.story-library .story-library--form .story-library--form__keyword ::-moz-placeholder {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #969595;
}

.story-library .story-library--form .story-library--form__keyword :-ms-input-placeholder {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #969595;
}

.story-library .story-library--form .story-library--form__keyword ::placeholder {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #969595;
}

.story-library .story-library--form .story-library--form__keyword svg {
	margin-left: -25px;
	opacity: 0.5;
}

.story-library .story-library--loading {
	display: none;
	position: relative;
	left: calc(50% - 23px);
}

.story-library .story-library--loading::after {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
    border: 5px solid #EE6352;
    border-color: #EE6352 transparent #EE6352 transparent;
    -webkit-animation: story-library--loading--ring 1.2s linear infinite;
    animation: story-library--loading--ring 1.2s linear infinite;
}

@-webkit-keyframes story-library--loading--ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes story-library--loading--ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.story-library .story-library--posts__single--inner > a:hover {
	color: var(--blue-dk);
	text-decoration: none;
}

.story-library .story-library--posts__single--title:hover {
	color: var(--green);
}

.story-library .story-library--posts__single--inner img {
	height: 275px;
	object-fit: cover;
}

.latest-news .latest-news--posts .row .latest-news--posts__single img {
	height: 195px;
	min-height: 100%;
}

.latest-news .latest-news--posts > .latest-news--posts__single img {
	height: 425px;
	object-fit: cover;
}

.latest-news .latest-news--posts .latest-news--posts__single .latest-news--posts__single--title {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 22px;
	line-height: 1.2;
}

.latest-news .latest-news--posts > .latest-news--posts__single .latest-news--posts__single--title {
	font-family: 'franklin-gothic-atf', sans-serif;
	font-size: 16px;
	background-color: var(--text-color);
	color: var(--white);
	padding: 15px;
	text-transform: uppercase;
}

.latest-news .latest-news--posts .latest-news--posts__single > a:hover {
	text-decoration: none;
}

.latest-news .latest-news--posts .latest-news--posts__single > a:hover .latest-news--posts__single--title {
	color: var(--orange);
}

.latest-news .latest-news--posts .latest-news--posts__single > a:hover .latest-news--posts__single--title svg path {
	stroke: var(--orange);
}

.latest-news .latest-news--posts .row .latest-news--posts__single a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 75%, rgba(0,0,0) 100%);
}

.latest-news .latest-news--posts .row .latest-news--posts__single--title {
	position: absolute;
	bottom: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    align-items: flex-end;
	justify-content: space-between;
    color: var(--white);
    font-weight: 600;
}

.latest-news .latest-news--posts .row .latest-news--posts__single--title--icons {
	flex: 0 0 auto;
	max-width: none;
}

.story-testimonials .story-testimonials--single {
	height: 250px;
	cursor: pointer;
}

.story-testimonials .position-static:first-child .story-testimonials--single {
	height: 300px;
}

.story-testimonials .story-testimonials--single--image {
	filter: grayscale(1);
	transition: all ease-in-out 0.3s;
	border: 5px solid transparent;
}

.story-testimonials .story-testimonials--single--content {
	height: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	transform: scale(0);
	background-color: rgba(255,255,255,0.93);
	z-index: 3;
	padding: 20px 50px 30px;
}

.story-testimonials .story-testimonials--single.hover-active  .story-testimonials--single--image {
	filter: grayscale(0);
	border: 5px solid var(--orange);
}

.story-testimonials .story-testimonials--single.hover-active  .story-testimonials--single--content {
	top: 50%;
	left: 47%;
	height: auto;
	transform: scale(1) translate(-50%, -53%);
	visibility: visible;
	transition: all ease-in-out 0.5s;
}

.story-testimonials .story-testimonials--single--content__close {
	font-size: 40px;
	color: var(--orange);
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 10px;
}

.story-testimonials .story-testimonials--single--content > svg {
	color: var(--green);
	font-size: 50px;
}

.story-testimonials .story-testimonials--single--content > a:visited {
	color: var(--text-color);
}

.story-testimonials .story-testimonials--single--content > a:hover {
	color: var(--orange);
	text-decoration: none;
}

.story-testimonials .story-testimonials--single--content > a:hover svg path {
	stroke: var(--orange);
}

.story-testimonials .story-testimonials--single--quote {
	font-size: 22px;
}

.timeline-of-wins--inner {
	position: relative;
	margin-left: 25px;
}

.timeline-of-wins--progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	background-color: #f3f3f3;
	overflow: hidden;
}

.timeline-of-wins--progress-bar__inner {
	width: 10px;
	background-color: #C2EDE9;
}

.timeline-of-wins--jump {
	border-top: 1px solid #e0e0e0;
    margin: 50px 0;
    padding-top: 30px;
}

.timeline-of-wins--jump__select {
	padding: 8px 15px;
    border: 1px solid #707070;
    width: 280px;
    font-family: "freight-sans-pro",sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #4b4c4c;
}

.timeline-of-wins--single {
	padding-left: 75px;
}

.timeline-of-wins--single img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

.timeline-of-wins--single__content img {
	margin-bottom: 25px;
}

.timeline-of-wins--single__carousel--single__content {
	margin-top: 25px;
}

.timeline-of-wins--single__carousel a.slick-arrow {
	top: -35px;
	transform: none;
	width: 20px;
	transition: all ease-in-out 0.2s;
}

.timeline-of-wins--single__carousel a.slick-arrow.slick-prev {
	left: 8px;
}

.timeline-of-wins--single__carousel a.slick-arrow.slick-prev svg {
	transform: rotateY(180deg);
}

.timeline-of-wins--single__carousel a.slick-arrow.slick-next {
	right: auto;
}

.timeline-of-wins--single__carousel ul.slick-dots {
	width: auto;
	left: 43px;
	top: -35px;
	bottom: auto;
	transition: all ease-in-out 0.2s;
}

.timeline-of-wins--single__carousel ul.slick-dots li button::before {
	top: -10px;
}

.timeline-of-wins--single__carousel--pagination {
	font-family:"franklin-gothic-atf",sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
	transition: all ease-in-out 0.2s;
}

.timeline-of-wins--single__year::before {
	content: '';
	mask: url('img/timeline-gear.svg') center center/contain no-repeat;
	-webkit-mask: url('img/timeline-gear.svg') center center/contain no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: radial-gradient(#ffffff, #ffffff 35%, #969595 35%, #969595);
	position: absolute;
	left: 0;
}

.timeline-of-wins--single__year.timeline-of-wins--single__year--scrolled::before {
	background: radial-gradient(#ffffff, #ffffff 35%, #36BDB2 35%, #36BDB2);	
}

.timeline-of-wins--single__subhead {
	font-family:"freight-sans-pro",sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.timeline-of-wins--back-to-top a::after {
	content: '';
	mask: url('img/select-icon.svg') center center/contain no-repeat;
	-webkit-mask: url('img/select-icon.svg') center center/contain no-repeat;
	background-color: var(--orange);
	display: inline-block;
    width: 14px;
    height: 9px;
    transform: rotateX(180deg);
    margin-left: 10px;
}

.timeline-of-wins--back-to-top a:hover::after {
	background-color: var(--green);
}

/*Homepage*/
.hero.home--hero .hero--title {
	margin-top: 180px;
	margin-bottom: 100px;
}

.hero.home--hero .hero--title__form {
	max-width: 500px;
	letter-spacing: 1.5px;
}

.hero.home--hero .gform_wrapper .gform_fields {
	grid-column-gap: 0;
	align-items: flex-start;
}

.hero.home--hero .gform_wrapper .gform_fields input {
	grid-column-gap: 0;
	align-items: flex-start;
	padding: 11px 8px;
}

.hero.home--hero .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

.hero.home--hero .gform_wrapper .gform_body #field_1_1 {
	grid-column: span 10;
}

.hero.home--hero .gform_wrapper .gform_body #field_submit {
	grid-column: span 2;
}

.hero.home--hero .gform_wrapper .gform_body #field_submit input[type=image] {
	background-color: var(--orange);
}

.hero.home--hero .gform_wrapper .gform_body #field_submit input[type=image]:hover {
	background-color: var(--purple);
}

/* Blog Page */
.posts .posts--single__date {
	font-size: 14px;
}

.posts .posts--single__image img {
	min-height: 255px;
}

.next-prev-links {
	margin: 45px 0;
}

.next-prev-links .next-prev-links--icons {
	background-color: var(--orange);
	padding: 5px 10px 8px;
}

.next-prev-links .next-prev-links--text {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
	text-transform: uppercase;
}

.next-prev-links .prev.page-numbers svg {
	transform: rotate(180deg);
}

.next-prev-links .prev.page-numbers {
	float: left;
}

.next-prev-links .next.page-numbers {
	float: right;
}

.next-prev-links .current.page-numbers {
	font-family: 'franklin-gothic-atf', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--orange);
	display: inline-block;
	margin: 0 5px;
}

.next-prev-links a:not(.next.page-numbers):not(.prev.page-numbers) {
	display: inline-block;
	margin: 0 5px;
}

.next-prev-links .next-prev-links--icons svg path {
	stroke: var(--white);
}

.next-prev-links a {
	color: var(--text-color);
	text-decoration: none;
}

.next-prev-links a:hover {
	color: var(--green);
}

.next-prev-links a:hover .next-prev-links--icons {
	background-color: var(--green);
}

/* Staff Single*/

/* Posts/News Single */
.single-post .hero--post {
	background: linear-gradient(180deg, var(--purple) 85%, var(--white) 85%);	
}

.hero--post h1 {
	text-transform: none;
}

.hero--post img {
	max-height: 550px;
	object-fit: contain;
}

.related-posts .related-posts--single {
	height: 220px;
	padding: 25px;	
	position: relative;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}

.related-posts .related-posts--single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 75%, var(--black) 100%);
}

.related-posts .related-posts--single:hover {
	filter: grayscale(1);
}

.related-posts .related-posts--single__title {
	z-index: 1;
}

.related-posts .related-posts--single__icons {
	flex: 0 0 20%;
	max-width: 20%;
}

.addthis_toolbox .custom_images img {
	filter: grayscale(1);
}

.addthis_toolbox .custom_images a:hover img {
	filter: grayscale(0);
}
/*Sidebar*/


/*Footer*/
footer {
	background-color: var(--blue-dk);
	padding-top: 75px;
	padding-bottom: 30px;
	color: rgba(255,255,255,0.75);
	font-family: "freight-sans-pro",sans-serif; 
	font-size: 16px;
}

footer a, footer a:visited {
	color: rgba(255,255,255,0.75);	
}

footer .footer--title, footer .footer--menu ul.nav > li > a, footer .footer--menu ul.nav > li > a:visited {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 0;
	color: var(--white);
}

footer a:hover, footer .footer--menu ul.nav > li > a:hover, footer .footer--socials a:hover  {
	color: var(--green);
	text-decoration: none;
}

footer .footer--form .gform_wrapper .gform_fields {
	grid-column-gap: 0;
	align-items: flex-start;
}

footer .footer--form .gform_wrapper .gform_fields .gfield {
	grid-column: 2/span 9;
}

footer .footer--form .gform_wrapper .gform_fields .gfield#field_submit {
	grid-column: span 2;
}

footer .footer--form .gform_wrapper .gform_fields .gfield#field_submit input[type=image] {
	background-color: var(--orange);
}

footer .footer--form .gform_wrapper .gform_fields .gfield#field_submit input[type=image]:hover {
	background-color: var(--green);
}

footer .footer--form .gform_wrapper .gform_fields input {
	grid-column-gap: 0;
	align-items: flex-start;
	padding: 11px 8px;
	height: 45px;
}

footer .footer--socials a {
	font-size: 16px;
    color: var(--white);
    margin-right: 20px;
}

footer .footer--menu ul.nav > li > ul.dropdown-menu {
	display: block;
    position: static;
    background: transparent;
    border: 0;
    min-width: auto;
}

footer .footer--menu ul.nav > li > ul.dropdown-menu li {
	margin-bottom: 0.25rem;
}

footer .footer--menu ul.nav > li > ul.dropdown-menu a svg {
	display: none;
}

/*Responsive Embeds*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
} 

.embed-responsive > div, .embed-container > div {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone, a img.alignnone {
	margin: 5px 20px 20px 0;
}
	
.aligncenter, div.aligncenter, .alignright, .alignleft, a img.alignright, a img.alignleft {
    display: block;
    margin: 5px auto 5px auto;
}
	
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	font-family: 'franklin-gothic-atf', sans-serif;
    font-size: 14px;
	font-weight: 500;
    margin: 0;
    padding: 10px;
	text-transform: uppercase;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*Media Queries*/

@media (min-width: 576px) {
	
	.admin-bar .header.fixed-top {
		top: 32px;
	}

	.header .header--logo {
		width: 186px;
	}

	.header.sticky-header .header--logo a {
		width: calc(100% - 58px);
	}

	.header .header--right .header--right__top {
		border-bottom: 4px solid #F3F3F3;
	}

	.header .header--right .header--right__socials  {
		display: block;
		flex: 0 0 auto;
	}

	.header .header--right .header--right__wpml {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
	}

	.header .header--right .header--right__search {
		position: static;
	}

	.header .header--right__search .search-form {
		display: none;
	}

	.header .header--right .header--right__search input {
		max-width: 200px;
	}

	.header .header--right .nav {
		columns: 2;
	}

	.header .header--right .nav > li {
		page-break-inside: avoid;
		break-inside: avoid-column;
	}
	
	.section.image-text-bg-color .container-fluid .text-column {
		max-width: 590px;
	}

	.single-post .hero--post {
		background: linear-gradient(180deg, var(--purple) 70%, var(--white) 70%);	
	}

	footer .footer--form .gform_wrapper .gform_fields .gfield {
		grid-column: span 8;
	}
	
	footer .footer--form .gform_wrapper .gform_fields .gfield#field_submit {
		grid-column: span 4;
	}
}

@media (min-width: 601px) {
	
	.admin-bar .header.fixed-top {
		top: 32px;
	}
}

@media (min-width: 768px) {
	.alignright {
		float:right;
	    margin: 5px 0 20px 20px;
	}
	
	.alignleft {
		float: left;
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
		float: right;
	    margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
		float: left;
	    margin: 5px 20px 20px 0;
	}
	
	.align-center {
		text-align: center;
	}

	h1, .h1 {
		font-size: 60px;
	}
	
	h2, .h2 {
		font-size: 50px;
	}
	
	h3, .h3 {
		font-size: 38px;
	}
	
	h4, .h4 {
		font-size: 32px;
	}

	h4.alt, .h4.alt {
		font-size: 28px;
	}
	
	h5, .h5 {
		font-size: 24px;
	}

	.header .header--alert-bar {
		font-size: 16px;
	}

	.header .header--right__search .search-form {
		display: block;
	}
	
	.story-testimonials .position-static:first-child .story-testimonials--single {
		height: 300px;
	}

	.latest-news .latest-news--posts .row .latest-news--posts__single img {
		height: 135px;
	}

	.forms .forms--left__cta h2 {
		flex: 0 0 80%;
		max-width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.next-prev-links .next-prev-links--text {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		overflow: auto;
		clip: unset;
		white-space: nowrap;
		border: 0;
	}
		
}

@media (min-width: 992px) {	
	.left {
		text-align: left;
	}
	
	.right {
		text-align: right;
	}
	
	.col-lg-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.dropdown-caret {
		display: none;
	}

	.header a:not(.btn) {
		color: var(--text-color);
	}

	.header .header--alert-bar {
		font-size: 18px;
	}

	.header .header--alert-bar a {
		color: var(--white);
	}

	.header .header--right {
		position: relative;
	}

	.header .header--right .header--right__socials a {
		margin-right: 20px;
	}

	.header .header--right .nav {
		position: static;
		height: auto;
		background-color: transparent;
		columns: 1;
		padding: 0;
		overflow-y: unset;
	}

	.header .header--right .nav li {
		padding: 0 10px 10px;
	}
	
	.header .header--right .nav a {
		padding: 0.5rem 0;
	}

	.header .header--right ul.nav > li:first-child {
		padding-left: 0 !important;
	}

	.header .header--right ul.nav > li > a {
		font-size: 14px;
	}

	.header .header--right ul.nav > li > a::before {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 6px;
		background-color: #36BDB2;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		transition: all .3s ease-in-out 0s;
		visibility: hidden;
	}
	
	.header .header--right ul.nav > li:hover > a::before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.header .header--right ul.nav ul.dropdown-menu {
		width: max-content;
		display: none;
		background-color: var(--white);
		position: absolute;
		float: left;
	}
	
	.header .header--right ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	
	.header .header--right ul.nav li.dropdown ul.dropdown-menu > li.dropdown:hover > ul.dropdown-menu {
		display: block;
		top: 0;
		left: 100%;
	}
	
	.header .header--right ul.nav ul.dropdown-menu a svg {
		display: inline;
	}

	.hero {
		padding-top: 65px;
	}

	.hero:not(.home--hero) .hero--title h1, .hero .hero--title__inner {
		margin-bottom: calc(15% + 45px);
	}

	.hero .hero--title h1 {
		font-size: 60px;
	}

	.hero .hero--image img {
		min-height: 455px;
		object-fit: cover;
	}

	.forms .forms--left__image::before {
		content: '';
		position: absolute;
		top: 0;
		left: 15px;
		right: 15px;
		height: 100%;
		background: linear-gradient(180deg, transparent 15%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 70%, var(--black) 85%);
	}

	.forms .forms--left__image .forms--left__cta {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 40px;
		right: 40px;
		z-index: 1;
		left: 80px;
		right: -20px;
		background-color: transparent;
		padding: 0;
	}

	.forms .forms--left__image .forms--left__cta, .forms .forms--left__image .forms--left__cta h2 {
		color: var(--white);
	}

	.forms .forms--left__image .forms--left__cta svg path {
		stroke: var(--white);
	}

	.forms .forms--left__image::before {
		right: 0;
	}

	.forms .forms--left__image img {
		width: 102% !important;
		max-width: 102% !important;
	}

	.forms .forms--left__image .forms--left__cta {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 40px;
		right: 40px;
		z-index: 1;
	}

	.forms .forms--left__image .forms--left__cta svg {
		transform: rotate(0deg);
	}

	.section.image-text-bg-color .container-fluid .image-column.image-on-left {
		padding-right: 40px;
	}
	
	.section.image-text-bg-color .container-fluid .image-column.image-on-right {
		padding-left: 40px;
	}
	
	.section.image-text-bg-color .container-fluid .text-column {
		max-width: 505px;
	}
	
	.section.image-text-bg-color .container-fluid .text-column.text-on-left {
		margin-left: auto;
		padding-left: 60px;
	}

	.story-testimonials .story-testimonials--single {
		height: 250px;
	}
	
	.story-testimonials .position-static:first-child .story-testimonials--single {
		height: 500px;
	}

	.latest-news .latest-news--posts .row .latest-news--posts__single img {
		height: 165px;
	}

	.next-prev-links a:not(.next.page-numbers):not(.prev.page-numbers), .next-prev-links .current.page-numbers {
		margin: 0 20px;
	}

	.two-column-image .two-column-image--img-col img {
		height: 350px;
		width: 100%;
	}

	.two-column-image .eq-height-cols .two-column-image--img-col img {
		height: 100%;
	}

	.story-library .story-library--form {
		display: block !important;
	}

	.timeline-of-wins--inner {
		margin-left: 0;
	}

	.timeline-of-wins--progress-bar {
		left: 50%;
		transform: translateX(-50%);
	}

	.timeline-of-wins--single {
		padding-left: 15px;
	}

	.timeline-of-wins--single:not(.offset-lg-7) {
		text-align: right;
	}

	.timeline-of-wins--single:not(.offset-lg-7) .timeline-of-wins--single__carousel a.slick-arrow.slick-next {
		right: 8px;
		left: auto !important;
	}

	.timeline-of-wins--single:not(.offset-lg-7) .timeline-of-wins--single__carousel a.slick-arrow.slick-prev {
		left: auto;
	}
	
	.timeline-of-wins--single .timeline-of-wins--single__carousel ul.slick-dots {
		right: 43px;
		left: auto;
	}
	
	.timeline-of-wins--single.offset-lg-7 .timeline-of-wins--single__carousel ul.slick-dots {
		left: 43px;
		right: auto;
	}

	.timeline-of-wins--single .timeline-of-wins--single__year::before {
		left: 115%;
	}

	.timeline-of-wins--single.offset-lg-7 .timeline-of-wins--single__year::before {
		left: -25%;
	}
	
}

@media (min-width: 1200px) {
		
	.col-xl-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.header .header--right .nav li {
		padding: 0 1rem 10px;
	}

	.header .header--right ul.nav > li > a {
		font-size: 16px;
	}
	
	.section.image-text-bg-color .container-fluid .text-column {
		max-width: 595px;
	}

	.latest-news .latest-news--posts .row .latest-news--posts__single img {
		height: 195px;
	}

	.sidebar-with-text .icon-sidebar .col-9 {
		max-width: 49%;
	}

	.timeline-of-wins--single .timeline-of-wins--single__year::before {
		left: 115.75%;
	}

	.timeline-of-wins--single.offset-lg-7 .timeline-of-wins--single__year::before {
		left: -24.25%;
	}
}

@media (orientation: landscape) and (max-width: 991px) {
	.header {
		position: relative;
	}

	#main-content {
		height: 0 !important;
	}
}