/*
    Theme Name: The Center for Guardianship Excellence
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/
/*------------------------------------*\
    

\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

* {
    min-width: 0;
    min-height: 0;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    color: #000 !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 1.7 !important;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    text-decoration: none;
    color: #82a1c3;
}

a:hover {
    color: #4E5F80;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1em;
}

main ul li, main ol li {
  margin-bottom: 1rem;
}

h1 {
    color: #4E5F80;
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1.3em;    
}

h2 {
    color: #4E5F80;
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 1.3em;
}

h3 {
    color: #4E5F80;
    font-size: 2.7rem;
    margin-bottom: 10px;
    line-height: 1.5em;
}

h4 {
    color: #4E5F80;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5em;
}

h5 {
    color: #4E5F80;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5em;
}

h6 {
    color: #4E5F80;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.5em;
}

blockquote {
    margin: 25px 5vw;
    padding: 0 5vw 0 20px;
    font-style: italic;
    font-size: 1.9rem;
    border-left: solid 6px #e1e4ea;
}

hr {
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    /*overflow-y: hidden;*/
    overflow: hidden;
}

main {
    width: 100%;
}

.container {
    max-width:1280px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.container-wide {
    max-width:1400px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.container-thin {
    max-width:1100px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.container-ultra-thin {
    max-width:900px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.standard-section {
    margin-top: 60px;
}

/* GUTENBERG */

.wp-block-button__link {
  transition: all 0.3s ease-in-out;
  background-color: #18C2B0;
  color: #ffffff;
  position:relative;
}

.wp-block-button.is-style-full, .wp-block-button.is-style-full .wp-block-button__link {
  width: 100%;
}

.wp-block-button__link:before {
  content: '';
  border-radius: inherit;
  position:absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  -webkit-box-shadow: 0px 10px 13px -7px #737373, 5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -7px #737373, 5px 5px 15px 5px rgba(0,0,0,0);
}

.wp-block-button__link:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f343';
  display: inline;
  margin-left:20px;
  transition: all 0.3s ease-in-out;
}

.wp-block-button__link:hover {
  box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.wp-block-button__link:hover:after {
  margin-left: 30px;
}

.wp-block-button.is-style-fancy-link .wp-block-button__link {
  background-color: transparent!important;
  box-shadow: none!important;
  padding-left: 0!important;
  color: #4E5F80;
  font-weight:600;
}
.wp-block-button.is-style-fancy-link .wp-block-button__link:hover {
  opacity: 0.8;
}
.wp-block-button.is-style-fancy-link .wp-block-button__link:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wp-block-separator {
  margin-top: 40px;
  margin-bottom: 40px;
}

.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
    margin-bottom: 40px;
    margin-top: 40px;
}

.alignwide {
  margin-top: 40px;
  margin-bottom:40px;
}

.wp-block-group__inner-container {
  max-width:1280px;
  align-self: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px 30px;
}

.wp-block-group.has-background {
  height:100%;
}

.wp-block-group {
/*  background-color: #d7e3f4;*/
}

.has-mint-background-color {
    background-color: #18C2B0;
}

.has-mint-color {
    color: #18C2B0;
}

.has-light-mint-background-color {
    background-color: #def6f3;
}

.has-light-mint-color {
    color: #def6f3;
}

.has-dark-blue-background-color {
    background-color: #445572;
}

.has-dark-blue-color {
    color: #445572;
}

.has-light-blue-background-color {
    background-color: #e0e5ec;
}

.has-light-blue-color {
    color: #e0e5ec;
}

.has-dark-gray-background-color {
    background-color: #5a5a5a;
}

.has-dark-gray-color {
    color: #5a5a5a;
}

.has-light-gray-background-color {
    background-color: #f5f5f5;
}

.has-light-gray-color {
    color: #f5f5f5;
}

.has-white-background-color {
    background-color: #ffffff;
}

.has-white-color {
    color: #ffffff;
}

.is-style-alt {
  position: relative;
  border-radius: 60px 0 0 0;
}

.is-style-alt:before {
  content: '';
  position: absolute;
  right: -100vw;
  background-color: inherit;
  height: 100%;
  left: 60px;
  z-index: -1;
  overflow: hidden;
  top: 0;
}

/*------------------------------------*\
    THEME COLORS and FORMATTING
\*------------------------------------*/

.accent-color {
    color:#4E5F80;
}

.accent-color-2 {
    color:#032336;
}

.accent-color-3 {
    color:#245E72
}

a.accent-color:hover {
    color: #162848;
}

.white-text {
    color:#FFFFFF;
}

.has-white-color a {
  color:#FFFFFF;
}

.white-text a:hover, .has-white-color a:hover {
    color:#FFFFFF;
    text-decoration: underline;
}

a.white-text:hover, a.has-white-color:hover {
    color:#FFFFFF;
    text-decoration: underline;
}

.accent-background {
    background-color: #4E5F80;
}

.accent-background-2 {
    background-color: #032336;
}

.accent-background-3 {
    background-color: #245E72;
}

.light-background {
    background-color :#e0e5ec;
}

.gray-background {
    background-color :#F8F9FD;
}

.inherit {
    color: inherit;
}

a.inherit:hover {
    color: inherit;
}

.small-text {
    font-size: 1.5rem;
}

.standard-text {
  font-size: 1.7rem;
}

.header-large {
  font-size: 3.6rem;
}

.header-medium {
  font-size: 3rem;
}

.header-small {
  font-size: 2rem;
}

.basic-rollover {
  transition: all 0.5s ease-in-out;
}
.basic-rollover:hover {
  opacity: 0.7;
}

.height-100 {
    height: 100%;
}

.lazyload {
   opacity: 0;
   transition: .3s ease-in-out;
}

.shadow-on-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.rounded-corners {
  border-radius: 10px;
}

.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.light-weight {
    font-weight: 100;
}

.italic {
    font-style: italic;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 3px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.m-0 {
  margin: 0px !important;
}

.m-3 {
  margin: 3px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}


/* header */
.header {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}

.logo-img {
    backface-visibility: hidden;
    max-height: 105px;
}

.header .side-content {
    display: flex;
    justify-content:flex-end;
    align-items:center;
}

.header .side-content form {
    padding: 5px 10px;
    border: solid 1px #dadada;
    border-radius: 30px;
}

.header .side-content form input {
    border: 0!important;
}

.header .side-content form button {
    color:#18C2B0;
    background-color: transparent;
    border: 0;
}

.header .side-content form button:hover {
    color:#0c8e80;
}

.header .side-content i {
    margin-left:20px;
    font-size: 32px; 
}

/* nav */
.nav {
  margin-bottom: 20px;
}

.nav .container {
  padding: 0;
}

.nav > .container > ul {
    display:flex;
    padding:0;
    list-style:none;
    justify-content: space-between;
    margin-bottom:0;
    margin:0;
}

.nav > .container > ul li {
    margin: 0;
    display: inline-block;
    position: relative;
}

.nav > .container > ul > li {
    min-height:60px;
}

/* animated lines */
.nav > .container > ul > li > a {
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align:center;
  font-weight: 600;
  text-decoration: none;
  color:#707070;
  padding:0px;
  /*padding: 10px 0px;*/
  margin: 0px 10px;
  margin: 0;
  display: flex;
  align-items:center;
  height:100%;
  position: relative;
  opacity: 1;
}

.nav > .container > ul > li > a:hover {
    color: #18C2B0;
}

.nav > .container > ul > li > a::before {
  transition: opacity 300ms ease-in-out;
  height: 5px;
  /*height: 100%;*/
  z-index: -1;

  content: "";
  position: absolute;
  background-color: #18C2B0;

  width: 100%; /* added this because client wanted them to show lines at all times */
  opacity: 0;
}

.nav > .container > ul > li > a::before {
 /* width: 0%;*/ /* removed this because client wanted them to show lines at all times */
  bottom: 0;
  left:0;
}

.nav > .container > ul > li > a:hover::before {
  width: 100%;
  opacity:1;
}

.nav li:hover ul.sub-menu  {
    /* display: block; */
    /* animation */
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}

.nav li ul.sub-menu ul.sub-menu {
    /* display: none; */
    left: 149%;
    top: 0;
}

.nav li:hover ul.sub-menu ul.sub-menu {
    /* display: none; */
    left: 149%;
    top: 0;
    /* animation */
    position:absolute;
    z-index:1;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}

.nav ul.sub-menu li:hover ul.sub-menu {
    /* display: block; */
    left: 159%;
    top: -8px;
    /* animation */
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}

ul.sub-menu {
    background: #ffffff;
    border-radius: 4px;
    width: 225px;
    text-align: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.4rem;
    /* display: none; */
    z-index: 100;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  /*  border-bottom: solid 5px #243F70;*/
    /* animation */
    position:absolute;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
    padding: 10px;
}

.nav > .container > ul > li:first-child > ul.sub-menu {
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.nav > .container > ul > li:last-child > ul.sub-menu {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.sub-menu li {
    padding:0px;
}

.sub-menu a {
    font-size: 1.6rem;
    font-weight:normal;
    color: #707070;
}

.sub-menu a:hover {
    font-size: 1.6rem;
    font-weight:normal;
    /*color: #243F70;*/
}

ul.sub-menu a {
    display: block;
    padding: 5px 10px;
}

ul.sub-menu li {
    display: block!important;
}

ul.sub-menu > li.menu-item-has-children > a {
  position: relative;
}

ul.sub-menu > li.menu-item-has-children > a::after {
font-family: 'Font Awesome 5 Pro';
content: '\f054';
display: inline;
margin-left:10px;
position:absolute;
}

/* current item handling */
.nav > .container > ul > .current-menu-item > a,
.nav > .container > ul > .current-menu-parent > a,
.nav > .container > ul > .current-menu-ancestor > a {
    color: #18C2B0;
}

.nav > .container > ul > .current-menu-item > a::before,
.nav > .container > ul > .current-menu-parent > a::before,
.nav > .container > ul > .current-menu-ancestor > a::before {
    width: 100%;
    bottom: 0;
    left: 0;
/*    height: 100%;
  content: "";
  position: absolute;
  background-color: #d0f5f1;*/
  opacity: 1;
}

.sub-menu > .current-menu-item > a,
.sub-menu > .current-menu-parent > a,
.sub-menu a:hover {
    background-color: #d0f5f1;
}

/* secondary nav */
.secondary-nav a {
  display:flex; 
  align-items:center; 
  background-color: #ABC2E8; 
  border: solid 2px #ABC2E8; 
  border-radius:60px; 
  padding:10px 30px; 
  min-height:85px; 
  justify-content:center;
  transition: all 0.5s ease;
  height:100%;
  line-height: 20px;
  font-weight: 500;
  text-align:center;
}

.secondary-nav a:hover, .secondary-nav .current_page_item a {
  background-color: white;
  color:#4D5E7E;
  border-color: #4D5E7E;
}

.secondary-nav .current_page_item a {
  pointer-events: none;
}

.secondary-nav ul {
  padding: 0;
  justify-content:center;
}

/* sidebar */
.sidebar {}

/* footer */
.footer {
    background: #445572;
    padding: 40px 0 0 0;
    color: white;
    margin-top:60px;
}
.footer a, .footer p {
	color: white;
}
.footer a:hover {
	color: white;
	text-decoration: underline;
}
.footer .copyright {
	background-color: #18C2B0;
	margin-bottom:0;
	text-align:center;
}
.footer ul {
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
.footer .footer-email i,
.footer .footer-phone i,
.footer .footer-social a {
	font-size: 3rem;
	color: #18C2B0;
}

.footer label {
  display:none!important;
}

/* wordpress */

.pagination {
    font-size: 1.6rem;
}

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

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

/* common */
.page-title-area {
    margin-top: 30px;
    margin-bottom:60px;
}

.home .page-title-area {
    margin-bottom:0;
}

.page-title-area .columns {
  align-items:center;
}

.page-title-area h1 {
    font-size: 3.6rem;
}

.home .page-title-area h1 {
    font-size: 3.6rem;
}

.breadcrumbs {
  font-size: 1.5rem;
  text-align:left;
}

.breadcrumbs, .breadcrumbs a {
  color: #4E5F80;
}

.breadcrumbs a, .breadcrumbs strong {
  display: inline-block;
}

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

.page-title-image {
    background-size: cover;
    background-position: center;
    /* height: 300px; */
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    border-radius: 500px 0 0 500px;
    height: 100%;
    min-height: 200px;
}

ul.is-style-arrow { padding-left:20px; list-style:none; }
ul.is-style-arrow li { margin-bottom:10px; padding-left: 1.3em ; position: relative; }
ul.is-style-arrow li:before {    
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
    content: '\f30b';
    font-weight: 100;
    margin: 0 5px 0 -15px;
    margin-left: -1.3em;
    width: 1.3em;
    position: absolute;
    top: -7px;
}

/* old way */
ul.fa-arrow-list {
    margin-left: 3em;
}
ul.fa-arrow-list .fa-li {
    left: -3.5em;
    width: 3.5em;
}
ul.fa-arrow-list li {
    margin-bottom:5px;
}
ul.fa-arrow-list i {
    font-size: 32px;
    color: #4E5F80;
}
/* /old way */

.is-style-compass-box .wp-block-group__inner-container {
  position: relative;
}

.is-style-compass-box .wp-block-group__inner-container:before {
    content: '';
    position:absolute;
    width:250px;
    height:250px;
    background-image: url('img/group_83.svg');
    background-size:cover;
    background-position:center;
    top: -100px;
    right:-150px;
}

.compass-bg-container {
  max-width:600px;
}

/*.home .compass-bg-container {
	margin-right: -22%;
	margin-left: 23%;
}*/

.compass-background {
    padding-top:50px;
    padding-bottom: 120px;
    margin-top: 200px!important;
}
.compass-background .container {
    position: relative;
}
.compass-background .container:before {
    content: '';
    position:absolute;
    width:250px;
    height:250px;
    background-image: url('img/group_83.svg');
    background-size:cover;
    background-position:center;
    top: -200px;
    left:-125px;
}

.research-boxes .zoom-container {
  overflow: hidden;
}

.research-boxes h3 {
  margin-top:5px; 
  padding-top:10px; 
  border-top: solid 4px #4E5F80;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.research-boxes img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.research-boxes a:hover h3 {
  color: #82a1c3;
  border-top: solid 4px #82a1c3;
}

.research-boxes a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* sliders */

    .slider {
        width: 100%;
        margin: 0px auto;
    }

    .slider .slick-track {
        padding: 10px 0 60px 0;
        display:flex;
    }

    .slick-slide {
      margin: 0px 20px;
      display: flex;
      height: auto;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }

    .slick-slide {
      transition: all ease-in-out .3s;
    }
    .slick-next, .slick-prev {
      width: auto;
      height: auto;
    }

    .slick-prev:before {
      color: #4E5F80;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f053";
      font-size: 60px;
    }

    .slick-next:before {
      color: #4E5F80;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f054";
      font-size: 60px;
    }
 

/* fact sheets */
.fact-sheet-container {
  display:flex; 
  flex-direction: column; 
  justify-content: space-between;
}

.fact-sheet-container .columns {
  justify-content:space-between;
}

.fact-sheet-container .date-holder {
  flex: 0 1 auto;
}

.fact-sheet-container .date-holder {
  flex: 0 1 auto;
}

.fact-sheet-container .fact-sheet-button {
  margin-bottom:-40px;
}

/* home */
.home-new-guardians .column {
	display: flex;
	flex-direction: column;
	align-items:center;
}

.home-ev-container {
    background-color:#e0e5ec; 
    border-left:solid 4px #445572; 
    display:flex; 
    justify-content:space-between;
    margin-top: 20px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.home-ev-container:hover {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.home-ev-container:hover .home-ev-button {
    background-color: #13a595;
}

.home-ev-date {
    width:95px; 
    padding: 1.5em 0; 
    flex: 0 0 auto; 
    display:flex; 
    flex-direction: column; 
    justify-content:center; 
    color:#4E5F80
}
.home-ev-date-month {
    font-size:15px; 
    margin:0; 
    text-align:center;
}
.home-ev-date-day {
    font-size:50px; 
    line-height:50px; 
    margin:0; 
    text-align:center;
}
.home-ev-date-year {
    font-size:15px; 
    margin:0; 
    text-align:center;
}
.home-ev-info {
    padding:1.5em 10px;
    width: 100%;
}
.home-ev-info h4 {
    margin-top:0;
}
.home-ev-info p {
    margin-bottom:0;
}
.home-ev-button {
    width:40px; 
    background-color:#18C2B0; 
    min-height:100px; 
    display:flex; 
    justify-content:center; 
    align-items:center; 
    flex: 0 0 auto;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.home-ev-button i {
    font-size: 30px; 
    color:white;
}

.ce-box {
    background-color:#4E5F80;
    transition: all .2s ease-in-out;
}
.ce-box:hover {
    transform: scale(1.025);
    background-color:#374258;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.ce-box-inner {
    border: solid 2px white; 
    padding:10px; 
    text-align:center;
    height:100%;
}
.ce-box-inner img {
    margin-top:15px;
    height: 80px; 
    width:auto;
}

.home-bottom-logos img {
    max-height:120px; 
    width:auto;
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    transition: all .2s ease-in-out;
}

.home-bottom-logos img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

/* staff */
.single-staff-listing {
  transition: all .2s ease-in-out;
}

.single-staff-listing:hover {
  transform: scale(1.025);
}

/* contact */
#form_contact-form {
	max-width: 1000px;
	margin: 0 auto;
}

/* projects */
.projects h3.header-small {
  font-size: 2.7rem;
}

.projects-listing-single img {
  border-radius: 50%;
}
.project-featured-image img {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  margin-bottom:40px;
}

/* organizations */
.organization-columns .column {
  text-align:center;
}
.organization-columns img {
  max-height: 110px;
  width: auto;
}

/*** EVENTS ***/
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  width: 100%!important;
  margin: 15px 0!important;
}

.tribe-events-list .type-tribe_events {
  padding: 20px 20px 40px 20px!important;
  margin-bottom: 40px!important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
  font-size: 1.7rem!important;
}


/*------------------------------------*\
   BUTTONS
\*------------------------------------*/
.button {
    padding: 10px 25px;
    font-size: 1.6rem;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    transition: all 0.5s ease;
    border: solid 2px #18C2B0;
    background-color: #18C2B0;
    color: #FFFFFF!important;
    opacity: 1!important;
}
.button:hover {
    background-color: #FFFFFF;
    color: #18C2B0!important;
    text-decoration: none!important;
    opacity: 1;
}

.button.dark-btn {
    background-color:#032336;
    border-color:#032336;
    color:#FFFFFF!important;
}

.button.dark-btn:hover {
    background-color:#FFFFFF;
    color:#032336!important;
}

.button.outline-btn {
    border: solid 2px #245E72;
    border-radius: 4px;
    color: #245E72;
    background-color:transparent;
}
.button.outline-btn:hover {
    background-color: #245E72;
    color:#FFFFFF;
}

.button.outline-btn.reversed {
    border: solid 2px #FFFFFF;
    border-radius: 4px;
    color: #032336;
}
.button.outline-btn.reversed:hover {
    background-color: #FFFFFF;
    color: #032336;
}

.button.shadow-btn {
	-webkit-box-shadow: 0px 10px 13px -7px #737373, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #737373, 5px 5px 15px 5px rgba(0,0,0,0);
}

.button.full-btn {
    width: 100%;
}
.button.pill-btn {
    border-radius:40px!important;
}

.arrow-underline {
    width:50%;
}

.arrow-underline a {
    border-bottom: solid 3px #DDE7F6;
}

.button i {
	margin-left:24px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }

   /* Fixes potential theme css conflict. */
  .acf-map img {
   max-width: inherit !important;
  }


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:769px) {
  .page-title-area h1 {
    font-size: 6.4rem;
  }
	.page-title-image {
	    max-width: 50vw;
      min-height: 400px;
	}
	.compass-bg-container {
		margin-right: auto;
    	margin-left: auto;
	}
	.home-new-guardians .column {
		display: block;
	}
}

@media only screen and (min-width:1024px) {
  .breadcrumbs {
    text-align:right;
  }
}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (max-width:1023px) {
  header .side-content-column {
    display: none;
  }
  .course-listing-image {
    display: none;
  }
}

@media only screen and (max-width:479px) {
  .logo-container {
    padding-right: 55px!important;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

.columns.is-variable.is-9 {
    --columnGap: 6rem;
}

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

._3d-flip-book.fb3d-thumbnail-mode:hover .book-thumbnail{
  -webkit-box-shadow: none!important; 
  box-shadow: none!important;
}

._3d-flip-book.fb3d-thumbnail-mode:hover .book-thumbnail img {
  transform: none!important;
  background-color: white;
}

._3d-flip-book.fb3d-thumbnail-mode,
._3d-flip-book.fb3d-thumbnail-mode .book-thumbnail {
  width: 100%;
}

._3d-flip-book.fb3d-thumbnail-mode,
._3d-flip-book.fb3d-thumbnail-mode .book-thumbnail,
._3d-flip-book.fb3d-thumbnail-mode .book-thumbnail img {
  height:100%;
}

._3d-flip-book.fb3d-thumbnail-mode .book-thumbnail img {
  width: auto;
  margin: 0 auto;
}

._3d-flip-book .book-thumbnail img {
  transform: none!important;
  background-color: white;
}

.flip-one {
  position: relative;
  padding-bottom: 38%; /* 1000:200 */
	height: 0;
}

.flip-two {
  width: 1000px;
  height: 200px;
  background: #efefef;
  color: #FFF;
  text-align: center;
  font-family: sans-serif;
  max-width: 100%;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.ar-one {
  position: relative;
  padding-bottom: 38%; /* 1000:200 */
  height: 0;
  margin-bottom:20px;
}

.ar-two {
  width: 1000px;
  height: 200px;
  background: #999;
  color: #FFF;
  text-align: center;
  font-family: sans-serif;
  max-width: 100%;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.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;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.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 .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}


____________

body,
p,
ul,
ol,
li,
span,
a,
h1, h2, h3, h4, h5, h6,
blockquote {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  color: #000 !important;
}



body,
p,
ul,
ol,
li,
span,
a,
blockquote {
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
  color: #000 !important;
  font-size: 18px !important; /* slightly larger than current */
}

.nav > .container > ul > li > a,
.sub-menu a {
  font-size: 17px !important; /* nav links */
  font-weight: 600 !important;
}
 
.footer,
.footer p,
.footer a {
  font-size: 17px !important; 
}
