@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/* =============== */
/* === General === */
/* =============== */

body {
    color: #1E3A65;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.45px;
    overflow-x: hidden;
    overflow-y: scroll;
	font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
    overflow-y: hidden;
}

h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1.38px;
    margin-bottom: 25px;
}

h2 {
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.88px;
    margin-bottom: 25px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.63px;
    margin-bottom: 25px;
}

h3.alt {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 16px;
    line-height: 28px;      
    font-weight: 600;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
}

a {
    color: #00A0CC;
}

a:hover,
a:focus{
    color: #00A0CC;
    text-decoration: underline;
}

ul {
    margin-bottom: 25px;
    padding-left: 25px;
}

ul ul {
    margin-bottom: 0;
}

section {
    clear: both;
    width: 100%;
    float: left;
}

.container {
    position: relative;
}

.gutter {
    padding-left: 100px;
    padding-right: 100px;
}

.gutter.narrow {
    padding-left: 200px;
    padding-right: 200px;
}

.link,
.login-submit input {
	color: #fff;
	font-weight: 500;
	padding: 12px 40px;
	border-radius: 30px;
	display: inline-block;
    border: none;
    line-height: 26px;
    letter-spacing: 0.35px;
    outline: none !important;
    text-align: center;
	background-image: url("/wp-content/themes/westwater/images/gradient.jpg");
	background-position: 30% 50%;
	background-repeat: no-repeat;
	background-size: 400% 100%;
	transition: all 0.3s ease-in-out;
}

.link:hover,
.login-submit input:hover {
	color: #fff;
	background-position: 60% 50%;
	transition: all 0.3s ease-in-out;
}

.external-link .fas {
    font-size: 85%;
    margin-left: 10px;
}

.arrowlink {
    color: #00A0CC;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.arrowlink:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.arrowlink.left .fas {
    padding-right: 10px;
}

.arrowlink.right .fas {
    padding-left: 10px;
}

.page-id-190 #text-heading {
    margin-bottom: 100px;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.error404 #text-heading {
    margin-bottom: 120px;
}

.page-id-755 #call-to-action .inner {
    width: 710px;
}

.page-id-755 #internal-heading {
    background-position: bottom center;
}

/* ============== */
/* === Header === */
/* ============== */

#masthead {
    position: fixed;
    width: 100%;
    background: #fff;
    margin-top: 0;
    height: 80px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

#masthead.hide {
    margin-top: -80px;
    transition: all 0.3s ease-in-out;
}

.home #masthead.top {
    background: transparent;
    transition: all 0.3s ease-in-out;
}


#masthead .container {
    height: 100%;
}

#masthead #logo {
    width: 140px;
    display: block;
    float: left;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
}

#masthead #logo svg {
    width: 100%;
    height: auto;
}

.home #masthead.top #logo {
    width: 200px;
    margin-top: 18px;
    transition: all 0.3s ease-in-out;
}

#masthead #logo svg path.f {
    fill: #1E3A65;
    transition: all 0.3s ease-in-out;
}

#masthead #logo svg path.e {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.home #masthead.top #logo svg path.f {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.home #masthead.top #logo svg path.e {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

#masthead #navigation ul {
    float: right;
    margin: 0;
    padding: 0;
}

#masthead #navigation ul li {
    display: inline-block;
    list-style: none;
    height: auto;
    margin-top: 20px;
    margin-left: 25px;
    padding: 10px 0;
}

#masthead #navigation ul li.nolink > a {
    pointer-events: none;
}

#masthead #navigation ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #1E3A65;
    display: block;
    text-decoration: none !important;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
}

#masthead #navigation ul li:hover a,
#masthead #navigation ul li.current_page_parent a {
    text-decoration: none;
    border-bottom: 3px solid #1E3A65;
    transition: all 0.3s ease-in-out;
}

.home #masthead.top #navigation ul li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.45px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
}

.home #masthead.top #navigation ul li:hover a {
    text-decoration: none;
    border-bottom: 3px solid #fff;
    transition: all 0.3s ease-in-out;
}

#masthead #navigation ul li .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    width: 250px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#masthead #navigation ul li:hover .sub-menu {
    display: block;
}

#masthead #navigation ul li .sub-menu li {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
}

#masthead #navigation ul li .sub-menu li:nth-last-child(1) {
    margin-bottom: 0;
}

#masthead #navigation ul li .sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #1E3A65 !important;
    border-bottom: none !important;
    transition: all 0.3s ease-in-out;
}

#masthead #navigation ul li .sub-menu li a:hover {
    color: #00A0CC !important;
    text-decoration: underline !important;
    transition: all 0.3s ease-in-out;
}

/* =================== */
/* === Mobile Menu === */
/* =================== */

.home #masthead.top #mobile-nav-open {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

#masthead #mobile-nav-open {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    float: right;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    color: #1E3A65;
    font-size: 26px;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
}

#mobile-menu {
    position: fixed;
    z-index: 30;
    background: #0F2242;
    height: 100%;
    width: 100%;
}

#mobile-menu.closed {
    right: -100%;
    transition: all 0.3s ease-in-out;
}

#mobile-menu.opened {
    right: 0;
    transition: all 0.3s ease-in-out;
}

#mobile-menu > .inner {
    height: 100%;
    overflow-y: scroll;
}

#mobile-menu .container {
    padding-left: 40px;
    padding-right: 40px;
}

#mobile-menu .menu-header {
    height: 80px;
}

#mobile-menu .menu-header #mobile-nav-close {
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: relative;
    float: right;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    color: #fff;
}

#mobile-menu .top {
    background-image: url("/wp-content/themes/westwater/images/mobile-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#mobile-menu .bottom {
    padding-top: 60px;
    padding-bottom: 120px;
    float: left;
    width: 100%;
}

#mobile-menu .bottom a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.45px;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 20px;
}

#mobile-menu #primary-menu {
    padding: 20px 0 60px;
    margin: 0;
    list-style: none;
}

#mobile-menu #primary-menu li {
    position: relative;
    margin-bottom: 30px;
}

#mobile-menu #primary-menu li.nolink > a {
    pointer-events: none;
}

#mobile-menu #primary-menu li a {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.65px;
}

#mobile-menu #primary-menu li .arrow {
    height: 22px;
    background: none;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: right;
}

#mobile-menu #primary-menu li .arrow:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f078";
    height: 100%;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
}

#mobile-menu #primary-menu li .arrow.open:before {
    content: "\f077";
}


#mobile-menu #primary-menu li ul {
    list-style: none;
    padding-top: 15px;
    padding-left: 0;
    display: none;
}

#mobile-menu #primary-menu li ul.show {
    display: block;
}

#mobile-menu #primary-menu li ul li {
    margin-bottom: 15px;
}

#mobile-menu #primary-menu li ul li a {
    font-size: 20px;
    line-height: 20px;
}


/* ==================== */
/* === Hero Content === */
/* ==================== */

#hero-content h1 {
    display: none;
}

#hero-content .top {
    padding-top: 220px;
    background-image: url("/wp-content/themes/westwater/images/fade2.png"), url("/wp-content/themes/westwater/images/home-hero.jpg");
    background-position: 50% 100%, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 200px, cover;
}

#hero-content .bottom {
    background-color: #102445;
	padding-top: 100px;
    padding-bottom: 120px;
}

#hero-content .title {
    color: #fff;
    width: 55%;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    margin: auto auto 30px;
}

#hero-content .subtitle {
    color: #fff;
    width: 60%;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    margin: auto;
}

/* About */

#hero-content .about {
    color: #fff;
    width: 70%;
    margin: auto auto 140px;
    text-align: center;
}

/* Intro */

#hero-content .chart {
	color: #fff;
}

/* Chart */

.index-chart > .inner {
	background: #fff;
	padding: 5px 0 10px 10px;
}

.index-chart > h4 {
    color: #fff;
}

.index-chart #chartdiv {
	width: 100%;
	max-width: 100% !important;
}

/* Cta blocks */

#hero-content .cta-blocks {
	margin-top: 60px;
}

#hero-content .cta-blocks .block {
	text-align: center;
}

#hero-content .cta-blocks .block .inner {
	background: #fff;
	padding: 40px;
}

#hero-content .cta-blocks .block img {
	max-height: 80px;
}

#hero-content .cta-blocks .block h3 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#hero-content .cta-blocks .block p {
	margin-bottom: 30px;
}

/* ======================== */
/* === Internal Heading === */
/* ======================== */

#internal-heading {
    height: 580px;
    padding-top: 80px;
    margin-bottom: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#internal-heading .container {
    height: 100%;
}

#internal-heading h1 {
    color: #fff;
    top: 50%;
    letter-spacing: 1.38px;
    font-weight: 400;    
    transform: translateY(-50%);
    text-align: center;
    position: relative;
    padding: 0 30px;
}

/* ==================== */
/* === Text Heading === */
/* ==================== */

#text-heading {
    margin-top: 180px;
    margin-bottom: 60px;
}

/* ===================== */
/* === Basic Content === */
/* ===================== */

#basic-content {
    margin-bottom: 60px;
}

/* ==================== */
/* === Gray Content === */
/* ==================== */

#gray-content {
    margin-bottom: 80px;
    padding: 60px 40px;
    background: #EFEFEF;
}

/* ============================ */
/* === Content with Sidebar === */
/* ============================ */

#content-with-sidebar {
    margin-bottom: 60px;
}

#content-with-sidebar .main .inner {
    padding-right: 40px;
}

#content-with-sidebar .side .inner {
    background: #EFEFEF;
    padding: 40px;
}

/* ========================== */
/* === Content with Chart === */
/* ========================== */

#content-with-chart {
    margin-bottom: 60px;
}

#content-with-chart .chart {
    margin-bottom: 40px;
}

#content-with-chart #chartdiv {
    max-width: 100%;
    height: 350px;
}

/* ======================= */
/* === Divided Content === */
/* ======================= */

#divided-content {
    margin-bottom: 60px;
}

#divided-content .section-title {
/*    font-size: 25px;
    line-height: 35px;
    font-weight: 400;*/
    margin-bottom: 40px;
}

#divided-content .division .title {
    font-weight: 600;
}

#divided-content .division {
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #43B1D0;
}

#divided-content .division:nth-last-child(1) {
    border-bottom: none;
}

/* ============================ */
/* === Three Column Content === */
/* ============================ */

#three-column-content {
    margin-bottom: 60px;
}

#three-column-content .column {
    margin-bottom: 40px;
}

#three-column-content .column .inner {
    padding: 30px;
    box-shadow: 0px 0px 30px #00000029;
}

#three-column-content .heading {
    margin-bottom: 40px;
}

#three-column-content h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

#three-column-content .column .image {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

#three-column-content .column .image img {
    height: 80px;
    width: auto;
}

#three-column-content .column li {
    margin-bottom: 15px;
}

#three-column-content .column li:nth-last-child(1) {
    margin-bottom: 0;
}

/* ======================= */
/* === Text with Image === */
/* ======================= */

#text-with-image {
	margin-bottom: 100px;
}

#text-with-image img {
	width: 100%;
	height: auto;
}

#text-with-image h2 {
	margin-top: 80px;
}

/* ======================= */
/* === Recent Insights === */
/* ======================= */

#recent-insights {
    margin: 80px 0 100px;
}

#recent-insights h2 {
    text-align: center;
    margin-bottom: 30px;
}

#recent-insights .post .outer {
    padding: 15px;
}

#recent-insights .post .outer .inner {
    box-shadow: 0 0 0 transparent;
    transition: all 0.3s ease-in-out;
}

#recent-insights .post:hover .outer .inner {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.29);
    transition: all 0.3s ease-in-out;
}

#recent-insights .post .image {
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#recent-insights .post .image .gradient {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60%;
    bottom: 0;
    opacity: 0;
    background: rgb(89,202,233);
    background: linear-gradient(360deg, rgba(89,202,233,1) 0%, rgba(27,65,126,0) 100%);
    transition: all 0.3s ease-in-out;
}

#recent-insights .post:hover .image .gradient {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#recent-insights .post .linkwrap {
    padding-top: 10px;
    padding-bottom: 20px;
}

#recent-insights .post .text {
    padding: 25px;
}

#recent-insights .post .post-categories {
    padding: 0;
    margin-bottom: 5px;
    list-style: none;
}

#recent-insights .post .post-categories a {
    color: #00A0CC;
    font-size: 14px;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 700;
}

#recent-insights .post h3 {
    font-size: 24px;
    font-weight: 400;
}

#recent-insights .view-all {
    text-align: right;
    margin-top: 20px;
}

/* =========================== */
/* === Recent Transactions === */
/* =========================== */

#recent-transactions {
    background: #EFEFEF;
    padding: 100px 0 120px;
    margin-top: 20px;
}

#recent-transactions h2 {
    text-align: center;
    margin-bottom: 60px;
}


#recent-transactions .transaction {
    margin-bottom: 30px;
}

#recent-transactions .transaction .inner {
    background: #fff;
    padding: 25px;
    border: 2px solid #1E3A65;
}

#recent-transactions .transaction .logo {
    margin-bottom: 25px;
}

#recent-transactions .transaction .logo img {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

#recent-transactions .transaction .description,
#recent-transactions .transaction .amount {
    text-align: center;
    font-weight: 700;
    line-height: 22px;
    font-size: 16px;   
}

#recent-transactions .transaction .type {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

#recent-transactions .hidden.hide .outwrap {
    height: 0 !important;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

#recent-transactions .hidden.show .outwrap {
    overflow: visible;
    transition: all 0.5s ease-in-out;
}

#recent-transactions .hidden.hide .transaction .inner {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s ease-in-out;
}

#recent-transactions .hidden.show .transaction .inner {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}

#recent-transactions .button-wrap {
    text-align: center;
    margin-top: 30px;
}

#recent-transactions button:hover span {
    text-decoration: underline;
}

#recent-transactions button.closed span.more,
#recent-transactions button.opened span.less {
    display: inline-block;
}

#recent-transactions button.closed span.less,
#recent-transactions button.opened span.more {
    display: none;
}

/* ====================== */
/* === Call to Action === */
/* ====================== */

#call-to-action {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#call-to-action .overlay {
    /*background: rgba(0, 0, 0, 0.4);*/
}

#call-to-action .inner {
    color: #fff;
    padding: 160px 30px;
    text-align: center;
    width: 700px;
    margin: auto;
}

#call-to-action .inner .link {
    margin-top: 10px;
}

/* ============================ */
/* === Career Opportunities === */
/* ============================ */

#career-opportunities {
    margin-bottom: 80px;
}

#career-opportunities .no-openings {
    margin-bottom: 40px;
}

#career-opportunities .opening {
    margin-top: 20px;
    margin-bottom: 60px;
    display: block;
    float: left;
    width: 100%;
}

#career-opportunities .opening h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

#career-opportunities .opening h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#career-opportunities .opening span {
    display: block;
    margin-bottom: 7px;   
}

/* ====================== */
/* === Career Posting === */
/* ====================== */

#career-posting {
    margin-top: 140px;
    margin-bottom: 60px;
}

#career-posting .title {
    margin-top: 40px;
    margin-bottom: 5px;
}

#career-posting .location {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#career-posting .description {
    font-weight: 700;
    display: block;
}

/* ==================== */
/* === Team Section === */
/* ==================== */

#team-section {
    margin-bottom: 60px;
}

#team-section .image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#team-section .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#team-section .member {
    text-align: center;
    margin-bottom: 40px;
}

#team-section .member h4 {
    color: #1E3A65;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#team-section .member p {
    color: #1E3A65;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

#team-section .member a:hover,
#team-section .member a:hover h4,
#team-section .member a:hover p {
    color: #00A0CC;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

/* ==================== */
/* === Team Profile === */
/* ==================== */

.desktop-profile {
    display: block;
}

.mobile-profile {
    display: none;
}

#team-profile {
    margin-top: 120px;
    margin-bottom: 80px;
}

#team-profile .bio {
    margin-top: 100px;
    padding-left: 80px;
}

#team-profile .bio h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

#team-profile .bio h2 {
    color: #1E3A65;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#team-profile .details .image {
    margin-top: 20px;
    margin-bottom: 30px;
}

#team-profile .image img {
    width: 100%;
}

#team-profile .details .contact {
    margin-bottom: 25px;
}

#team-profile .details .contact a {
    color: #1E3A65;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

#team-profile .details .contact a:hover {
    color: #00A0CC;
    transition: all 0.3s ease-in-out;
}

#team-profile .details h4 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#team-profile .details ul {
    margin-bottom: 25px;
}

/* ======================== */
/* === Office Locations === */
/* ======================== */

#office-locations {
    margin-bottom: 60px;
}

#office-locations h2 {
    margin-bottom: 50px;
}

#office-locations .location {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #43B1D0;
}

#office-locations .location span {
    font-weight: 700;
}

#office-locations .location .name {
    display: block;
    margin-bottom: 15px;
}

#office-locations .location .name h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
}

#office-locations .location .address,
#office-locations .location .phone,
#office-locations .location .consultant {
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
}

#office-locations .location .address,
#office-locations .location .phone {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid;
}

/* ======================== */
/* === Full Width Image === */
/* ======================== */

#full-width-image {
    margin-bottom: 60px;
}

#full-width-image img {
    width: 100%;
    pointer-events: none;
}

/* ==================== */
/* === Contact Form === */
/* ==================== */

#contact-form {
    margin-top: 40px;
    margin-bottom: 80px;
}

#contact-form h2 {
    text-align: center;
    margin-bottom: 40px;
}

#field_3_6 {
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
}

#field_3_6 .ginput_container > div {
    float: right;
}

/* =================== */
/* === Video Embed === */
/* =================== */

#video-embed {
    margin-bottom: 60px;
}

#video-embed .wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }
  
  #video-embed .wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

/* ================= */
/* === All Posts === */
/* ================= */

#insights {
    margin-bottom: 30px;
}

#insights .main {
    padding-right: 80px;
}

#insights .side {
    padding-left: 30px;
}

#insights .insight {
    margin-bottom: 80px;
}

#insights .insight > .outer > .inner {
    box-shadow: 0 0 0 transparent;
    padding-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

#insights .insight:hover >.outer > .inner {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.29);
    transition: all 0.3s ease-in-out;
}

#insights .insight .image {
    width: 100%;
    padding-top: 52.3%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
} 

#insights .insight .image .gradient {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60%;
    bottom: 0;
    opacity: 0;
    background: rgb(89,202,233);
    background: linear-gradient(360deg, rgba(89,202,233,1) 0%, rgba(27,65,126,0) 100%);
    transition: all 0.3s ease-in-out;
}

#insights .insight:hover .image .gradient {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#insights .insight .text {
    padding: 0 25px;
}

#insights .category {
    color: #00A0CC;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 25px;
}

#insights .insight h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.63px;
}

#insights .pager {
    width: 100%;
}

#insights .pagination {
    margin-top: 40px;
    margin-bottom: 80px;
}

#insights .pager h2 {
    display: none;
}

#insights .nav-links {
    margin: auto;
}

#insights .nav-links .page-numbers {
    font-size: 18px;
    padding: 0 3px;
    margin: 0 4px;
    color: #1E3A65;
}

#insights .nav-links .page-numbers.current {
    border-bottom: 2px solid;
}


#insights .side .outer {
    padding: 40px;
    background: #EFEFEF;
}

#insights .side p.validated {
    margin-bottom: 0;
    font-weight: 500;
    padding: 15px 0;
}

.searchbox .searchandfilter ul {
    display: block;
    padding: 0;
}
.searchbox .searchandfilter ul li {
    display: block;
    padding-right: 0; 
}

.searchbox .searchandfilter ul li:nth-child(2) {
    text-align: right;
    margin-top: 8px;
}

.searchbox .searchandfilter select {
    color: #1E3A65;
    border: 1px solid #1E3A65;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    padding: 12px 15px;
    outline: none !important;
    background-image: url(images/select-arrow.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);    
    -webkit-appearance: none;
}

.searchbox .searchandfilter input[type=submit] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    border: none;
    padding: 0;
    color: #00A0CC;
    background: none;
    outline: none !important;
    letter-spacing: 0.35px;
}

.searchbox .searchandfilter input[type=submit]:hover {
    text-decoration: underline;
}

/* =================== */
/* === Single Post === */
/* =================== */

#single-post {
    padding-top: 140px;
    padding-bottom: 120px;
}

#single-post .backlink {
    margin-bottom: 40px;
}

#single-post .hidden .link {
    margin-top: 20px;
}

#single-post .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0.63px;
    margin-top: 40px;
    margin-bottom: 15px;    
}

#single-post .banner {
    width: 100%;
    height: auto;
}

#single-post .forms {
    margin-top: 60px;
}

#single-post .forms .outer {
    padding: 40px;
    background: #EFEFEF;
}

#single-post .hidden {
    margin-bottom: 25px;
}

#single-post .addtoany_shortcode {
    padding-top: 30px;
}

/* =================== */
/* === Post Gating === */
/* =================== */

/*#user-login .button-wrap,
#user-register .button-wrap {
    text-align: right;
    margin-top: 10px;
}*/

#user-login button.register,
#user-register button.login {
    font-size: 14px;
    font-weight: 500;
	background: none;
    letter-spacing: 0.35px;
	color: #00A0CC;
    border: none;
    outline: none;
}

#user-login button.register:hover,
#user-register button.login:hover {
    text-decoration: underline;
}

#user-login p,
#user-register p {
    line-height: 22px;
}

#user-login h3,
#user-register h3 {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
}

#user-login .inner,
#user-register .inner {
    position: relative;
}

#user-login .button-wrap,
#user-register .button-wrap {
    position: absolute;
    left: 0;
    bottom: 10px;
}

/* SIGN IN */

#user-login.active {
	display: block;
}

#user-login.inactive {
	display: none;
}

#user-login .login-remember,
#user-login .login-username label,
#user-login .login-password label {
	display: none;
}

#user-login .login-password {
    height: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
}

#user-login .login-password.hide {
	display: none;
}

#user-login a {
    display: none;
}

#user-login .login-submit {
    text-align: right;
    margin-bottom: 0;
}

#user-login .login-username input {
    border: none;
    line-height: 16px;
    padding: 15px;
    height: 55px;
    width: 100%;
    outline: none;
}

#user-login .login-username {
    margin-bottom: 30px;
}

.login-username input:-moz-placeholder { color: #777; }
.login-username input::-moz-placeholder { color: #777; }
.login-username input:-ms-input-placeholder { color: #777; }
.login-username input::-webkit-input-placeholder { color: #777; }

/* REGISTER */

#user-register.active {
	display: block;
}

#user-register.inactive {
	display: none;
}

#user-register .gform_title {
	display: none;
}

#user-register #field_1_6 {
    height: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
}

#user-register #field_1_6.hide {
	display: none;
}

#user-register #field_1_6 label {
	display: none;
}

#user-register .gform_wrapper {
    margin-bottom: 0;
}

#user-register p {
    margin-bottom: 30px;
}

#user-register .gform_wrapper li {
    margin-bottom: 20px !important;
}

#user-register .gform_footer {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

#user-register .ginput_container input {
    border: none !important;
}

#user-register .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}
    
/* Footer register */

#footer-register #field_4_6 {
    height: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
}

#footer-register #field_4_6.hide {
    display: none;
}

#footer-register #field_4_6 label {
    display: none;
}

/* ================= */
/* === Story Map === */
/* ================= */

#story-map {
    margin-bottom: 120px;
}

#story-map .map-wrap {
    height: 300px;
    width: 100%;
    background: #000;
    overflow: hidden;
}

#story-map .map-wrap a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

#story-map .map-wrap span {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 0 60px;
}

#story-map .map-wrap .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    transform: scale(1);
    background-image: url("/wp-content/uploads/2020/11/story-map-image2.jpg");
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}

#story-map .map-wrap a:hover .bg {
    opacity: 0.6;
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

/* ============== */
/* === Footer === */
/* ============== */

#colophon {
    color: #fff;
	padding: 80px 0;
    background-image: url("/wp-content/themes/westwater/images/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    width: 100%;    
}

#colophon .logo svg {
    width: 260px;
}

#colophon .links {
    margin-top: 40px;
}

#colophon .links a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.4px;
    display: inline-block;
    margin-right: 25px;
}

#colophon h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.45px;
    margin-bottom: 10px;
}

#colophon p {
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.4px
}

#colophon .column > span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.35px;
    margin-top: 30px;
    display: block;
    float: left;
    width: 100%;
}

#colophon .column > span > span {
    margin-left: 5px;
}

#footer-register,
#colophon .gform_wrapper {
    float: left;
    width: 100%;
}

#colophon .gform_wrapper {
    margin: 0;
}

#colophon .gform_body {
    width: calc(100% - 150px);
    display: block;
    clear: none;
    float: left;
}

#colophon .gform_body li {
    margin: 0 !important;
}

#colophon .gform_body li input {
    border: none !important;
}

#colophon .gform_footer {
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
    clear: none;
    float: left;
}


#colophon .gform_footer input[type=submit] {
    height: 55px;
    border-radius: 0;
    width: 150px;
}

#colophon .gform_footer input[type=submit]:hover {
    text-decoration: underline;
}



/* ====================== */
/* === Mobile Styling === */
/* ====================== */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    #hero-content .top {
        padding-top: 220px;
    }

    #recent-insights .post .outer {
        padding: 0;
    }

    #call-to-action .inner {
        padding: 120px 30px;
    }

    #insights .insight .text {
        padding: 0;
    }

    #insights .main {
        padding-right: 15px;
    }
    
    #insights .side {
        padding-left: 30px;
    }

    #three-column-content h3 {
        font-size: 18px;
    }

	#text-with-image h2 {
		margin-top: 20px;
	}

    #hero-content .about {
        width: 100%;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .gutter,
    .gutter.narrow {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-size: 34px;
        line-height: 44px;
    }
    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .home #masthead.top #logo {
        width: 140px;
        margin-top: 8px;
    }

    #insights .side {
        margin-bottom: 20px;
    }

    #hero-content .top {
        padding-top: 160px;
    }

    #hero-content .title {
        width: 80%;
        font-size: 30px;
        line-height: 40px;
    }

    #hero-content .subtitle {
        width: 90%;
    }

    #hero-content .cta-blocks {
        margin-top: 80px;
    }

    #hero-content .cta-blocks .block {
        margin-bottom: 30px;
    }

    #hero-content .bottom {
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 100px;
    }

    #recent-insights h2 {
        margin-bottom: 40px;
        font-size: 24px;
    }

    #recent-insights .post {
        margin-bottom: 50px;        
    }

    #recent-insights .post h3 {
        font-size: 22px;
        line-height: 32px;
    }

    #colophon {
        text-align: center;
    }

    #colophon .logo svg {
        width: 180px;
    }

    #colophon .links a {
        display: block;
    }

    #colophon h3 {
        margin-top: 20px;
    }

    #colophon .column > span > span {
        margin-left: 0;
        display: block;
    }

    #colophon .gform_body {
        width: 100%;
    }

    #colophon .gform_footer {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #colophon .gform_footer input[type=submit] {
        border-radius: 30px;
        width: 170px;
    }

    #internal-heading {
        height: 350px;
    }

    #insights .insight > .inner {
        padding: 0 20px;
    }

    #call-to-action .inner,
    .page-id-755 #call-to-action .inner {
        padding: 100px 30px;
        width: 100%;
    }

    #three-column-content .column.center {
        margin: 25px 0;
    }

    #insights .side {
        padding-left: 15px;
    }

	.index-chart {
	    margin-top: 80px;
	}

	#text-with-image h2 {
		margin-top: 0;
	}

    #content-with-sidebar .main .inner {
        padding-right: 0;
    }

    #content-with-sidebar .side {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    #hero-content .about {
        width: 90%;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .desktop-profile {
        display: none;
    }

    .mobile-profile {
        display: block;
    }

    #single-post {
        padding-left: 30px;
        padding-right: 30px;
    }

    #team-profile .bio {
        margin-top: 0;
    }

    #team-profile .bio,
    #team-profile .details {
        padding-left: 60px;
        padding-right: 60px;
    }

    .mobile-profile .image {
        margin-top: 20px;
    }

    #team-profile .bio h1 {
        margin-top: 25px;
    }

    #office-locations .location .name,
    #office-locations .location .address, 
    #office-locations .location .phone,
    #office-locations .location .consultant {
        display: block;
        border: none;
    }
    
    #office-locations .location .address, 
    #office-locations .location .phone,
    #office-locations .location .consultant {
        margin-bottom: 10px;
    }

    #team-profile {
        margin-top: 130px;
    }

    #hero-content .top {
        padding-top: 140px;
        background-image: url("/wp-content/themes/westwater/images/fade2.png"), url("/wp-content/themes/westwater/images/home-hero-mobile.jpg");
        background-position: 50% 100%, center top;
    }

    #insights .side .outer {
        margin-bottom: 40px;
    }

    #insights .searchbox {
        padding: 0 30px;
    }

    .gform_footer input[type=submit] {
        width: auto !important;
    }

    .index-chart #chartdiv {
        height: 300px !important;
    }

	#text-with-image h2 {
		margin-top: 30px;
	}

	#text-with-image {
		margin-bottom: 80px;
	}

    #hero-content .about {
        width: 100%;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .page-id-755 #internal-heading {
        height: auto;
    }

    .page-id-755 #internal-heading h1 {
        height: auto;
        top: auto;
        transform: none;
        margin: 0;
        padding: 60px 30px;
    }


}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
    #insights .side {
        padding-left: 60px;
    }
}






































