  @charset "UTF-8";
/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*colors*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,500i,700,700i|PT+Serif");
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

.clear:before, #footer .social ul:before, #unique > div a:before, .eventsList header:before, .clear:after, #footer .social ul:after, #unique > div a:after, .eventsList header:after {
  content: " ";
  display: table;
}

.clear:after, #footer .social ul:after, #unique > div a:after, .eventsList header:after {
  clear: both;
}

.clear, #footer .social ul, #unique > div a, .eventsList header {
  *zoom: 1;
}

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

a {
  color: #00699c;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #00699c;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  outline: 0;
}

.embedBox {
  position: relative;
  padding-bottom: 54%;
  padding-top: 25px;
  height: auto;
  overflow: hidden;
}
.embedBox iframe, .embedBox object, .embedBox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.button {
  font-weight: bold;
  text-decoration: none !important;
  margin-bottom: 20px;
  display: block;
}
.button:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  display: inline-block;
  text-decoration: inherit;
  margin-left: 10px;
  content: "";
  position: relative;
  top: 4px;
}
.button:hover:after {
  text-decoration: none;
}

img.round {
  border-radius: 50%;
}

a.arrowIcon {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 3px solid #FFF;
  text-align: center;
}
a.arrowIcon i {
  color: #FFF;
  font-size: 40px;
}
a.arrowIcon:hover {
  border-color: #d3dde3;
}
a.arrowIcon:hover i {
  color: #d3dde3;
}
a.arrowIcon.blackIcon {
  border-color: #000;
  margin-bottom: 40px;
}
a.arrowIcon.blackIcon i {
  color: #000;
  position: relative;
  top: -2px;
}
a.arrowIcon.blackIcon:hover {
  border-color: #00699c;
}
a.arrowIcon.blackIcon:hover i {
  color: #00699c;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 160%;
  line-height: 150%;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "PT Serif", serif;
  color: #1c2b58;
}

.ptSerif, #sidebarNav > ul > li > a, #mainContent blockquote, .intro, #homeTestimonials .quote {
  font-family: "PT Serif", serif;
}

.montserrat, #homeNews .post h3, #homeTestimonials .author {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h2 + h3 {
  margin-top: 0;
}

h3 + h2 {
  margin-bottom: 0;
}

a {
  transition: all 0.2s;
}
a:hover {
  transition: all 0.2s;
}

.italics {
  font-family: "Droid Serif", serif;
}

article.page a {
  text-decoration: underline;
}
article.page a:hover {
  text-decoration: none;
}

.blueBar, #sidebarNav > ul > li > a, #homeMiddle h2 {
  position: relative;
  padding-top: 30px;
  margin-top: 0px;
}

.blueBar:before, #sidebarNav > ul > li > a:before, #homeMiddle h2:before {
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  max-width: 195px;
  height: 12px;
  background: #1c2b58;
}

.arrow {
  font-family: FontAwesome;
  font-weight: lighter;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  position: absolute;
}

.eventsList > a:after, .eventsList > div > a:after {
  font-family: FontAwesome;
  font-weight: lighter;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  position: absolute;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^=col-], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

body {
  background: #FFF;
}

.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.dropdown-menu {
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: left;
}

.caret {
  display: none;
}

#header {
  color: #50778f;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#header .title {
  position: relative;
}
#header .navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0;
}
#header .navbar-default #menu-primary.navbar-nav > {
  float: right;
}
#header .navbar-default #menu-primary.navbar-nav > li:hover > ul.dropdown-menu {
  display: block !important;
}
#header .navbar-default #menu-primary.navbar-nav > li > a {
  font-weight: bold;
  color: #50778f;
  font-size: 14px;
  padding: 12px 10px 0;
}
#header .navbar-default #menu-primary.navbar-nav > li > a > span {
  padding-bottom: 12px;
  display: block;
}
#header .navbar-default #menu-primary.navbar-nav > li > a:hover {
  color: #1c2b58;
}
#header .navbar-default #menu-primary.navbar-nav > li:last-child > a {
  padding-right: 0;
}
#header .navbar-default #menu-primary.navbar-nav > li.active > a {
  color: #1c2b58;
}
#header .navbar-default #menu-primary.navbar-nav > li.active > a:hover, #header .navbar-default #menu-primary.navbar-nav > li.active > a:focus {
  color: #1c2b58;
}
#header .navbar-default .navbar-toggle {
  border-color: #00699c;
  margin-top: 32px;
}
#header .navbar-default .navbar-toggle .icon-bar {
  background-color: #00699c;
}
#header .navbar-default .dropdown-menu {
  padding: 0 20px;
  border-top: 5px #1c2b58 solid;
}
#header .navbar-default .dropdown-menu > li > a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d3dde3;
  color: #00699c;
  background: transparent;
}
#header .navbar-default .dropdown-menu > li > a:hover {
  background: inherit;
  color: #00699c;
}
#header .navbar-default .dropdown-menu > li:last-child a {
  border: none;
}
#header #sideHead {
  float: right;
  margin-top: 10px;
  color: #d4c5c4;
}
#header #sideHead .nav {
  float: right;
  font-size: 12px;
  font-weight: bold;
}
#header #sideHead .nav a {
  padding: 0px;
  margin: 0 10px;
  display: inline-block;
}
#header #sideHead .nav li + li:before {
  content: "|";
  display: inline;
}
#header #sideHead a {
  color: #d4c5c4;
}
#header #sideHead a:hover {
  color: #50778f;
}
#header #headerSocial {
  float: left;
  font-size: 18px;
}
#header #headerSocial a {
  margin: 0 5px;
}
#header #searchform {
  display: none;
  float: right;
  font-size: 15px;
  color: #000;
}
#header #searchform > div {
  float: right;
  position: relative;
}
#header #searchform #s {
  background: transparent;
  border: 1px solid #000;
  padding: 3px 25px 3px 10px;
  border-radius: 2px;
  line-height: 20px;
  width: 230px;
}
#header #searchform #searchsubmit {
  background: none;
  border: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 7px;
  color: #000;
  z-index: 3;
}
#header #searchform .icon-magnifier {
  font-weight: bolder;
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 2;
}
#header .navbar-brand {
  height: auto;
  padding: 0;
  margin: 20px 0 20px 5px;
  z-index: 100;
  width: 300px;
  position: relative;
}
#header .navbar-brand > img {
  width: 220px;
}

@media only screen and (min-width: 768px) {
  #header #menu-primary {
    float: right;
    margin: 35px 0 0;
  }
}
@media only screen and (min-width: 1800px) {
  #header {
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  #header .navbar-brand > img {
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #header #menu-primary, #header #sideHead, #header .pageActions {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 996px) {
  #header #searchform #s {
    width: 140px;
  }
  #header .navbar-brand {
    width: 230px;
  }
  #header #menu-primary {
    margin-top: 0;
  }
}
#breadcrumbs {
  font-size: 13px;
  padding: 10px 20px;
  margin-bottom: 40px;
  background: #f6f6f6;
}
#breadcrumbs ul, #breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#breadcrumbs .divider {
  padding: 0 10px;
}
#breadcrumbs .active {
  color: #1c2b58;
  font-weight: normal;
}

#sidebar {
  float: left;
}
#sidebar nav {
  margin-bottom: 40px;
}
#sidebar > div {
  display: flex;
  flex-flow: column;
}
#sidebar #sidebarNav {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sidebarNav ul, #sidebarNav li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#sidebarNav a {
  display: block;
  padding: 7px 15px;
  width: 100%;
  font-size: 16px;
  white-space: normal;
  color: #000;
  border-bottom: 1px solid #d4c5c4;
  margin: 0;
}
#sidebarNav a:hover {
  text-decoration: none;
  color: #1c2b58;
  background: #f6f6f6;
}
#sidebarNav li.current_page_item > a {
  text-decoration: none;
  color: #1c2b58;
  background: #f6f6f6;
}
#sidebarNav .dropdown-menu {
  float: none;
  position: static;
  min-width: 0;
}
#sidebarNav > ul > li {
  display: none;
}
#sidebarNav > ul > li.current-menu-ancestor, #sidebarNav > ul > li.current-menu-parent, #sidebarNav > ul > li.current-menu-item {
  display: block;
  margin-bottom: 40px;
}
#sidebarNav > ul > li.current-menu-ancestor li, #sidebarNav > ul > li.current-menu-parent li, #sidebarNav > ul > li.current-menu-item li {
  display: block;
}
#sidebarNav > ul > li > a {
  font-size: 24px;
  padding: 30px 15px;
  color: #1c2b58;
}
#sidebarNav > ul > li > a:hover {
  cursor: text;
  color: #00699c;
  background: transparent;
}
#sidebarNav > ul > li > ul {
  display: block;
  background: transparent;
}
#sidebarNav > ul > li > ul > li > a {
  font-weight: bold;
}
#sidebarNav > ul > li > ul > li:last-child {
  border-bottom: none;
}
#sidebarNav > ul > li > ul > li > ul {
  display: none;
}
#sidebarNav > ul > li > ul > li.current-menu-ancestor > ul, #sidebarNav > ul > li > ul > li.current-menu-parent > ul, #sidebarNav > ul > li > ul > li.current-menu-item > ul {
  display: block;
  position: static;
  background: transparent;
}
#sidebarNav > ul > li > ul > li.current-menu-ancestor > ul a, #sidebarNav > ul > li > ul > li.current-menu-parent > ul a, #sidebarNav > ul > li > ul > li.current-menu-item > ul a {
  padding-left: 30px;
}
#sidebarNav > ul > li > ul > li.current-menu-ancestor > ul a:hover, #sidebarNav > ul > li > ul > li.current-menu-parent > ul a:hover, #sidebarNav > ul > li > ul > li.current-menu-item > ul a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #sidebarNav {
    order: 2;
  }
}
body.single-post #sidebarNav > ul > li:last-child {
  display: block;
  margin-bottom: 40px;
}
body.single-post #sidebarNav > ul > li:last-child > ul > li:first-child {
  text-decoration: none;
  color: #1c2b58;
  background: #f6f6f6;
}
body.single-post .newsImage {
  max-width: 350px;
}

@media only screen and (min-width: 768px) {
  body.single-post .newsImage {
    float: right;
    margin: 0 0 40px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #sideResources {
    order: 1;
  }
}
#sideResources h2 {
  background: #1c2b58;
  margin: 0;
  padding: 15px 15px;
  color: #FFF;
}
#sideResources a {
  border-top: 1px solid #FFF;
  display: block;
  padding: 7px 15px;
  width: 100%;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  background: #1c2b58;
}
#sideResources a:hover {
  background: #283e7f;
}

@media only screen and (max-width: 768px) {
  #sideQuicklinks {
    order: 3;
  }
}
#sideQuicklinks a {
  display: block;
  padding: 7px 15px;
  width: 100%;
  font-size: 16px;
  background: #50778f;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
}
#sideQuicklinks a:hover {
  background: #6891aa;
}

#featureImageContainer {
  width: 100%;
  position: relative;
}
#featureImageContainer .featuredImage {
  border-bottom: 20px solid #1c2b58;
  width: 100%;
}

#mainContent {
  float: right;
}
#mainContent.textSizeLarge {
  font-size: 120%;
  line-height: 140%;
}
#mainContent h1 {
  margin-top: 0;
}
#mainContent article h3, #mainContent .callout h3 {
  font-size: 24px;
}
#mainContent article a, #mainContent .callout a {
  text-decoration: underline;
}
#mainContent blockquote {
  padding: 0;
  border: 0;
  color: #50778f;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  position: relative;
  margin-bottom: 10px;
}
#mainContent .sideContent blockquote {
  padding: 20px 0 0;
}
#mainContent .sideContent blockquote:before {
  width: 70px;
  height: 5px;
  background: #50778f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#mainContent header {
  margin-bottom: 30px;
}
#mainContent .pageActions {
  float: right;
  font-size: 12px;
}
#mainContent .pageActions a {
  margin-left: 10px;
}
#mainContent article {
  margin-bottom: 40px;
}
#mainContent .callout {
  background: #1c2b58;
  background: linear-gradient(to right, #c2a975, #9e8859);
  padding: 30px;
  margin-bottom: 40px;
}
#mainContent .callout h1, #mainContent .callout h2, #mainContent .callout h3, #mainContent .callout h4, #mainContent .callout h5, #mainContent .callout p, #mainContent .callout ul, #mainContent .callout ol {
  color: #FFF;
}
#mainContent .callout h2:first-child, #mainContent .callout h3:first-child, #mainContent .callout h4:first-child, #mainContent .callout h5:first-child {
  margin-top: 0;
}
#mainContent .callout a {
  color: #FFF;
}
#mainContent .sideContent img {
  margin-bottom: 20px;
}
#mainContent ol p {
  margin: 0;
}
#mainContent ol ul {
  margin-bottom: 10px;
}

#profiles .profile {
  margin-bottom: 20px;
}
#profiles p {
  background: #f6f6f6;
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
}
#profiles strong {
  display: block;
  color: #1c2b58;
  font-size: 16px;
  text-transform: none;
}

#btmCallout {
  padding: 80px 0;
  background: url("/wp-content/themes/equation/img/btmBanner.jpg") top center/cover no-repeat;
}
#btmCallout h2 {
  margin-bottom: 30px;
}
#btmCallout .callBtns a {
  background: #50778f;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  width: 200px;
  font-size: 18px;
  display: block;
}
#btmCallout .callBtns a:first-child {
  background: #c9b6b5;
  color: #1c2b58;
}
#btmCallout .callBtns a:last-child {
  background: #1c2b58;
}

#footer {
  background: #1c2b58;
  background: radial-gradient(lighter(#1c2b58, 5%) 30%, #1c2b58);
  padding: 30px 0;
  font-size: 13px;
  line-height: 18px;
}
#footer p, #footer a, #footer li {
  color: #FFF;
}
#footer strong {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
#footer .copyright {
  font-size: 11px;
  margin-top: 30px;
  text-transform: uppercase;
}
#footer .social {
  margin-bottom: 20px;
}
#footer .social ul {
  display: block;
}
#footer .social > a {
  margin-right: 10px;
  font-size: 25px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  #footer .copyright div:last-child {
    text-align: right;
  }
}
#sitemapContainer {
  padding: 40px 0;
  background: url("/wp-content/themes/equation/img/sitemapBG.svg") 80% top/300px no-repeat #f1edec;
}

#sitemap ul {
  margin: 0;
}
#sitemap .dropdown-menu {
  display: block;
  position: static;
  background: none;
  min-width: 0;
  float: none;
  margin-bottom: 20px;
}
#sitemap a {
  padding: 0;
  white-space: normal;
  background: none !important;
}
#sitemap a:hover {
  background: none;
  color: #00699c;
}
#sitemap > div > ul > li {
  display: none;
}
#sitemap > div > ul > li a {
  font-size: 12px;
  color: #1c2b58;
}
#sitemap > div > ul > li > a {
  text-transform: uppercase;
  color: #c9b6b5;
}
#sitemap > div:nth-child(1) > ul > li:nth-child(2), #sitemap > div:nth-child(2) > ul > li:nth-child(3), #sitemap > div:nth-child(3) > ul > li:nth-child(4), #sitemap > div:nth-child(4) > ul > li:nth-child(5), #sitemap > div:nth-child(5) > ul > li:nth-child(6), #sitemap > div:nth-child(6) > ul > li:nth-child(7) {
  display: block;
}
#sitemap > div > ul {
  padding: 0;
}
#sitemap > div > ul > li > ul {
  padding: 0;
}
#sitemap > div > ul > li > ul ul {
  padding-left: 10px;
}

#homeCallouts {
  margin-bottom: 25px;
}

#homeBannerSlider {
  position: relative;
  overflow: visible;
}
#homeBannerSlider > .slider {
  position: relative;
}
#homeBannerSlider > .slider:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}
#homeBannerSlider .bannerText {
  width: 100%;
  position: absolute;
  bottom: -90px;
}
#homeBannerSlider .bannerText h2 {
  font-size: 40px;
  max-width: 550px;
}
#homeBannerSlider .bannerText h2 span {
  position: relative;
}
#homeBannerSlider .bannerText h2 span.overlayText {
  color: #FFF;
}
#homeBannerSlider .bannerText img {
  display: inline;
  max-width: 400px;
  width: 60%;
  vertical-align: middle;
}
#homeBannerSlider .slide {
  text-align: center;
  position: relative;
}
#homeBannerSlider .slide img {
  min-width: 100%;
}
#homeBannerSlider .slide .caption {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
}
#homeBannerSlider .slide .caption p {
  margin: 0;
  font-family: "Droid Serif", serif;
  font-size: 50px;
  line-height: 56px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}
#homeBannerSlider #videoCallout {
  text-align: center;
  bottom: 170px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #homeBannerSlider #videoCallout {
    position: absolute;
  }
}
#homeBannerSlider #videoCallout > a {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  background: rgba(0, 172, 208, 0.9);
  padding: 40px 45px 60px;
  position: relative;
}
#homeBannerSlider #videoCallout > a .arrowIcon {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 100px);
  box-sizing: border-box;
  display: block;
  text-align: center;
}

#homeVideo {
  margin-bottom: 40px;
}
#homeVideo h2 {
  color: #00acd0;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 20px;
}

@media only screen and (min-width: 600px) {
  #homeBannerSlider .bannerText h2 span:first-child {
    bottom: -35px;
  }
  #homeBannerSlider .bannerText h2 span:first-child img {
    position: relative;
    top: -7px;
  }
  #homeBannerSlider .bannerText h2 span:last-child img {
    position: relative;
    top: -33px;
  }
}
@media only screen and (max-width: 600px) {
  #homeBannerSlider .bannerText h2 {
    font-size: 24px;
  }
  #homeBannerSlider .bannerText h2 span:last-child {
    top: -33px;
  }
}
@media only screen and (max-width: 768px) {
  #homeBannerSlider .bannerText img {
    position: relative;
    bottom: 7px;
  }
}
@media only screen and (min-width: 1200px) {
  #homeBannerSlider .bannerText {
    bottom: -160px;
  }
  #homeBannerSlider .bannerText h2 {
    max-width: 720px;
  }
  #homeBannerSlider .bannerText h2 span:last-child {
    left: 173px;
    top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  #homeBannerSlider .slide img {
    width: 768px;
    min-width: 768px;
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  #homeBannerSlider .slide img {
    margin-right: -120px;
  }
}
#unique {
  position: relative;
}
#unique h3 {
  background: #50778f;
  color: #FFF;
  padding: 40px 25px;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}
#unique > div a {
  display: block;
  vertical-align: middle;
  margin-bottom: 2px;
  background: #00699c;
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#unique > div a img {
  width: 148px;
  margin-right: 20px;
  flex-shrink: 0;
}
#unique > div a span {
  display: block;
}
#unique > div a .title {
  font-weight: bold;
}
#unique > div a:first-child {
  background: #00acd0;
}
#unique > div a:last-child {
  background: #1c2b58;
}

@media only screen and (max-width: 998px) {
  #unique {
    top: 0;
    margin: 20px 0;
  }
}
.timeline-Header-title {
  display: none !important;
}

a.video {
  position: relative;
  display: block;
  margin-top: 24px;
}
a.video .vidThumb {
  min-width: 100%;
}
a.video .vidPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  opacity: 0.8;
}
a.video:hover .vidPlay {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #header {
    position: relative;
  }
}
.whiteText p, .whiteText li, .whiteText a, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5 {
  color: #FFF;
}

#intro {
  margin-top: 140px;
}

@media only screen and (max-width: 1200px) {
  #intro {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  #homeBannerSlider .bannerText {
    display: none;
  }

  #intro {
    margin-top: 0;
  }

  #homeBannerSlider {
    margin-bottom: 40px;
  }
}
.intro {
  font-size: 18px;
  line-height: 24px;
  color: #50778f;
  margin-bottom: 20px;
}

.homeSection {
  margin-bottom: 20px;
}

#homeNews {
  background: #f1edec;
  padding: 0 15px;
}
#homeNews h2 {
  margin: 0 0 30px;
}
#homeNews .post {
  margin-bottom: 40px;
}
#homeNews .post h3 {
  font-weight: bold;
  color: #1c2b58;
  margin-bottom: 0;
}
#homeNews .post .date {
  color: #50778f;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
#homeNews .post .more {
  text-transform: uppercase;
  font-size: 14px;
  color: #50778f;
  display: block;
}

#homeMiddle a {
  color: #1c2b58;
  display: block;
  font-size: 18px;
  padding: 15px 0;
  font-weight: bold;
  position: relative;
}
#homeMiddle a i {
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 12px;
}
#homeMiddle a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#homeMiddle a > span {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  display: block;
}
#homeMiddle > div > div > div {
  padding: 0 15px;
}
#homeMiddle #homeEvents {
  background: #d3dde3;
}
#homeMiddle #homeTweets {
  border: 1px solid #d4c5c4;
}
#homeMiddle #homeQuicklinks {
  background: #d4c5c4;
}
#homeMiddle #homeQuicklinks a {
  padding-left: 40px;
}

@media only screen and (min-width: 992px) {
  #quickLinks > div > div:nth-child(1), #quickLinks > div > div:nth-child(3) {
    padding-right: 3px;
  }
  #quickLinks > div > div:nth-child(2), #quickLinks > div > div:nth-child(4) {
    padding-left: 3px;
  }
}
#quickLinks a {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  background: #1c2b58;
  color: #FFF;
  font-size: 18px;
  display: block;
  padding: 12px 15px;
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

#homeTestimonials {
  position: relative;
}
#homeTestimonials:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
}
#homeTestimonials > div {
  padding: 120px 0;
  background-size: cover;
}
#homeTestimonials .quote {
  max-width: 480px;
  color: #FFF;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  z-index: 100;
  word-spacing: 105%;
}
#homeTestimonials .author {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  line-height: 18px;
}

.eventsList {
  color: #00699c;
  position: relative;
  margin-bottom: 30px;
}
.eventsList header {
  background: transparent linear-gradient(to right, #00699c 33%, rgba(255, 255, 255, 0) 0%) repeat-x scroll center bottom/6px 2px;
}
.eventsList header h2 {
  color: #00699c;
}
.eventsList > a {
  color: #00699c;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  right: 5px;
}
.eventsList > a:after {
  top: 0;
  right: 0;
}
.eventsList > div {
  margin-top: 15px;
}
.eventsList > div > a {
  display: block;
  font-weight: 600;
  color: #00699c;
  border-bottom: 1px solid #d3dde3;
  position: relative;
  padding: 5px 20px 5px 0;
}
.eventsList > div > a .date {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.eventsList > div > a:after {
  right: 0;
  bottom: 3px;
}
.eventsList > div > a:last-child {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
  .eventsList > a {
    top: 28px;
    right: -6px;
  }
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background: #1c2b58;
  color: #FFF;
  border: none;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #1c2b58;
  color: #FFF;
  border: none;
}

#tribe-events .tribe-events-button, .tribe-events-button, #tribe-events .tribe-events-button:hover {
  background: #1c2b58;
  color: #FFF;
  border: none;
}

.tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover {
  background: #1c2b58;
  color: #FFF;
  border: none;
}

.tribe-events-calendar th {
  background: #1c2b58;
  color: #FFF;
  border: none;
}

#tribe-events-content .tribe-events-tooltip h4 {
  background: #00699c;
}

.tribe-events-calendar > thead > tr > th {
  border: none;
}

.pagination {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .home .parallax-mirror:nth-child(2) img {
    opacity: 0.5 !important;
  }
  .home .parallax-mirror:nth-child(2):after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
  }
}
::selection, ::-webkit-selection, ::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

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

.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

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

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  .ir a:after {
    content: "";
  }

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

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

@media only screen and (max-width: 749px){
.desktoponly {
    display: none !important;
}
}@media only screen and (min-width: 750px){
.mobileonly {
    display: none !important;
}
}