.row:after, form:after, form p:after, #nav-menu:after, #secondary-nav-menu:after, .nova-loop:after, .navigation:after, #pagination:after, .nova-accordions-content .nova-accordion-headline:after, .nova-feature-column-content:after, .nova-feature-size-small:after {
  clear: both;
  display: table;
  content: " "; }

.row, .nova-header .header-content .header-content-inner {
  max-width: 1200px;
  margin: 0 auto; }

.nova-header .header-content .header-content-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) perspective(1px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) perspective(1px); }

.nova-features-content, .nova-team-members-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*--------*/
/* Resets */
/*--------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *:focus {
    outline: none; }

/*--------*/
/* Global */
/*--------*/
html {
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  font: 16px/1.5 "proxima-nova", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #596b7a; }

main {
  display: block; }
  main ul, main ol {
    margin-left: 30px; }
    main ul ul, main ol ul {
      margin-top: 0;
      margin-bottom: 0; }

section {
  position: relative;
  padding: 30px 0;
  background-position: center;
  background-size: cover; }
  section.no-padding-top {
    padding-top: 0; }
  section.no-padding-bottom {
    padding-bottom: 0; }
  section.large-padding-top {
    padding-top: 60px; }
  section.large-padding-bottom {
    padding-bottom: 60px; }

hr {
  border: 0;
  border-bottom: solid 1px #000; }

iframe {
  display: block;
  max-width: 100%; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

a img {
  border: 0; }

/*-----------------*/
/* Utility Classes */
/*-----------------*/
.nova-button, input[type='button'], .commentlist .comment-reply-link {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  margin: 15px;
  padding: 8px 20px;
  background-color: #0c393c;
  border-radius: 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .nova-button:hover, input[type='button']:hover, .commentlist .comment-reply-link:hover {
    color: #fff;
    background-color: #596b7a; }

.nova-button.nova-button-white, .nova-button.nova-button-transparent:hover {
  background-color: #fff;
  border-color: #fff; }
.nova-button.nova-button-black {
  background-color: #000;
  border-color: #000; }
.nova-button.nova-button-transparent {
  background-color: transparent;
  border-color: #fff; }
.nova-button.nova-button-has-icon {
  position: relative;
  padding-right: 25px; }
  .nova-button.nova-button-has-icon:before {
    position: absolute;
    right: 8px;
    font-family: 'FontAwesome';
    content: '\f105'; }

.primary-color-background .nova-button.nova-button-white {
  background-color: #fff;
  border-color: #fff; }
.primary-color-background .nova-button.nova-button-black {
  background-color: #000;
  border-color: #000; }
.primary-color-background .nova-button.nova-button-transparent {
  background-color: transparent;
  border-color: #fff; }
.primary-color-background .nova-button:hover, .primary-color-background .nova-button:active {
  background-color: #fff;
  border-color: #fff; }

.secondary-color-background .nova-button:hover {
  background-color: #fff;
  border-color: #fff; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

/*-------------*/
/* Grid System */
/*-------------*/
.column {
  position: relative;
  float: left; }
  .column.center {
    float: none;
    margin: 0 auto; }

.column-inner {
  margin: 15px 30px; }

.column.xs-span1 {
  width: 8.33333%; }

.column.xs-span2 {
  width: 16.66667%; }

.column.xs-span3 {
  width: 25%; }

.column.xs-span4 {
  width: 33.33333%; }

.column.xs-span5 {
  width: 41.66667%; }

.column.xs-span6 {
  width: 50%; }

.column.xs-span7 {
  width: 58.33333%; }

.column.xs-span8 {
  width: 66.66667%; }

.column.xs-span9 {
  width: 75%; }

.column.xs-span10 {
  width: 83.33333%; }

.column.xs-span11 {
  width: 91.66667%; }

.column.xs-span12 {
  width: 100%; }

.column.xs-left0 {
  margin-left: 0%; }

.column.xs-right0 {
  margin-right: 0%; }

.column.xs-left1 {
  margin-left: 8.33333%; }

.column.xs-right1 {
  margin-right: 8.33333%; }

.column.xs-left2 {
  margin-left: 16.66667%; }

.column.xs-right2 {
  margin-right: 16.66667%; }

.column.xs-left3 {
  margin-left: 25%; }

.column.xs-right3 {
  margin-right: 25%; }

.column.xs-left4 {
  margin-left: 33.33333%; }

.column.xs-right4 {
  margin-right: 33.33333%; }

.column.xs-left5 {
  margin-left: 41.66667%; }

.column.xs-right5 {
  margin-right: 41.66667%; }

.column.xs-left6 {
  margin-left: 50%; }

.column.xs-right6 {
  margin-right: 50%; }

.column.xs-left7 {
  margin-left: 58.33333%; }

.column.xs-right7 {
  margin-right: 58.33333%; }

.column.xs-left8 {
  margin-left: 66.66667%; }

.column.xs-right8 {
  margin-right: 66.66667%; }

.column.xs-left9 {
  margin-left: 75%; }

.column.xs-right9 {
  margin-right: 75%; }

.column.xs-left10 {
  margin-left: 83.33333%; }

.column.xs-right10 {
  margin-right: 83.33333%; }

.column.xs-left11 {
  margin-left: 91.66667%; }

.column.xs-right11 {
  margin-right: 91.66667%; }

.column.xs-left12 {
  margin-left: 100%; }

.column.xs-right12 {
  margin-right: 100%; }

.column.xs-left1point5 {
  margin-left: 12.5%; }

.column.xs-right1point5 {
  margin-right: 12.5%; }

@media screen and (min-width: 480px) {
  .column.sm-span1 {
    width: 8.33333%; }

  .column.sm-span2 {
    width: 16.66667%; }

  .column.sm-span3 {
    width: 25%; }

  .column.sm-span4 {
    width: 33.33333%; }

  .column.sm-span5 {
    width: 41.66667%; }

  .column.sm-span6 {
    width: 50%; }

  .column.sm-span7 {
    width: 58.33333%; }

  .column.sm-span8 {
    width: 66.66667%; }

  .column.sm-span9 {
    width: 75%; }

  .column.sm-span10 {
    width: 83.33333%; }

  .column.sm-span11 {
    width: 91.66667%; }

  .column.sm-span12 {
    width: 100%; }

  .column.sm-left0 {
    margin-left: 0%; }

  .column.sm-right0 {
    margin-right: 0%; }

  .column.sm-left1 {
    margin-left: 8.33333%; }

  .column.sm-right1 {
    margin-right: 8.33333%; }

  .column.sm-left2 {
    margin-left: 16.66667%; }

  .column.sm-right2 {
    margin-right: 16.66667%; }

  .column.sm-left3 {
    margin-left: 25%; }

  .column.sm-right3 {
    margin-right: 25%; }

  .column.sm-left4 {
    margin-left: 33.33333%; }

  .column.sm-right4 {
    margin-right: 33.33333%; }

  .column.sm-left5 {
    margin-left: 41.66667%; }

  .column.sm-right5 {
    margin-right: 41.66667%; }

  .column.sm-left6 {
    margin-left: 50%; }

  .column.sm-right6 {
    margin-right: 50%; }

  .column.sm-left7 {
    margin-left: 58.33333%; }

  .column.sm-right7 {
    margin-right: 58.33333%; }

  .column.sm-left8 {
    margin-left: 66.66667%; }

  .column.sm-right8 {
    margin-right: 66.66667%; }

  .column.sm-left9 {
    margin-left: 75%; }

  .column.sm-right9 {
    margin-right: 75%; }

  .column.sm-left10 {
    margin-left: 83.33333%; }

  .column.sm-right10 {
    margin-right: 83.33333%; }

  .column.sm-left11 {
    margin-left: 91.66667%; }

  .column.sm-right11 {
    margin-right: 91.66667%; }

  .column.sm-left12 {
    margin-left: 100%; }

  .column.sm-right12 {
    margin-right: 100%; }

  .column.sm-left1point5 {
    margin-left: 12.5%; }

  .column.sm-right1point5 {
    margin-right: 12.5%; } }
@media screen and (min-width: 660px) {
  .column.md-span1 {
    width: 8.33333%; }

  .column.md-span2 {
    width: 16.66667%; }

  .column.md-span3 {
    width: 25%; }

  .column.md-span4 {
    width: 33.33333%; }

  .column.md-span5 {
    width: 41.66667%; }

  .column.md-span6 {
    width: 50%; }

  .column.md-span7 {
    width: 58.33333%; }

  .column.md-span8 {
    width: 66.66667%; }

  .column.md-span9 {
    width: 75%; }

  .column.md-span10 {
    width: 83.33333%; }

  .column.md-span11 {
    width: 91.66667%; }

  .column.md-span12 {
    width: 100%; }

  .column.md-left0 {
    margin-left: 0%; }

  .column.md-right0 {
    margin-right: 0%; }

  .column.md-left1 {
    margin-left: 8.33333%; }

  .column.md-right1 {
    margin-right: 8.33333%; }

  .column.md-left2 {
    margin-left: 16.66667%; }

  .column.md-right2 {
    margin-right: 16.66667%; }

  .column.md-left3 {
    margin-left: 25%; }

  .column.md-right3 {
    margin-right: 25%; }

  .column.md-left4 {
    margin-left: 33.33333%; }

  .column.md-right4 {
    margin-right: 33.33333%; }

  .column.md-left5 {
    margin-left: 41.66667%; }

  .column.md-right5 {
    margin-right: 41.66667%; }

  .column.md-left6 {
    margin-left: 50%; }

  .column.md-right6 {
    margin-right: 50%; }

  .column.md-left7 {
    margin-left: 58.33333%; }

  .column.md-right7 {
    margin-right: 58.33333%; }

  .column.md-left8 {
    margin-left: 66.66667%; }

  .column.md-right8 {
    margin-right: 66.66667%; }

  .column.md-left9 {
    margin-left: 75%; }

  .column.md-right9 {
    margin-right: 75%; }

  .column.md-left10 {
    margin-left: 83.33333%; }

  .column.md-right10 {
    margin-right: 83.33333%; }

  .column.md-left11 {
    margin-left: 91.66667%; }

  .column.md-right11 {
    margin-right: 91.66667%; }

  .column.md-left12 {
    margin-left: 100%; }

  .column.md-right12 {
    margin-right: 100%; }

  .column.md-left1point5 {
    margin-left: 12.5%; }

  .column.md-right1point5 {
    margin-right: 12.5%; } }
@media screen and (min-width: 850px) {
  .column.lg-span1 {
    width: 8.33333%; }

  .column.lg-span2 {
    width: 16.66667%; }

  .column.lg-span3 {
    width: 25%; }

  .column.lg-span4 {
    width: 33.33333%; }

  .column.lg-span5 {
    width: 41.66667%; }

  .column.lg-span6 {
    width: 50%; }

  .column.lg-span7 {
    width: 58.33333%; }

  .column.lg-span8 {
    width: 66.66667%; }

  .column.lg-span9 {
    width: 75%; }

  .column.lg-span10 {
    width: 83.33333%; }

  .column.lg-span11 {
    width: 91.66667%; }

  .column.lg-span12 {
    width: 100%; }

  .column.lg-left0 {
    margin-left: 0%; }

  .column.lg-right0 {
    margin-right: 0%; }

  .column.lg-left1 {
    margin-left: 8.33333%; }

  .column.lg-right1 {
    margin-right: 8.33333%; }

  .column.lg-left2 {
    margin-left: 16.66667%; }

  .column.lg-right2 {
    margin-right: 16.66667%; }

  .column.lg-left3 {
    margin-left: 25%; }

  .column.lg-right3 {
    margin-right: 25%; }

  .column.lg-left4 {
    margin-left: 33.33333%; }

  .column.lg-right4 {
    margin-right: 33.33333%; }

  .column.lg-left5 {
    margin-left: 41.66667%; }

  .column.lg-right5 {
    margin-right: 41.66667%; }

  .column.lg-left6 {
    margin-left: 50%; }

  .column.lg-right6 {
    margin-right: 50%; }

  .column.lg-left7 {
    margin-left: 58.33333%; }

  .column.lg-right7 {
    margin-right: 58.33333%; }

  .column.lg-left8 {
    margin-left: 66.66667%; }

  .column.lg-right8 {
    margin-right: 66.66667%; }

  .column.lg-left9 {
    margin-left: 75%; }

  .column.lg-right9 {
    margin-right: 75%; }

  .column.lg-left10 {
    margin-left: 83.33333%; }

  .column.lg-right10 {
    margin-right: 83.33333%; }

  .column.lg-left11 {
    margin-left: 91.66667%; }

  .column.lg-right11 {
    margin-right: 91.66667%; }

  .column.lg-left12 {
    margin-left: 100%; }

  .column.lg-right12 {
    margin-right: 100%; }

  .column.lg-left1point5 {
    margin-left: 12.5%; }

  .column.lg-right1point5 {
    margin-right: 12.5%; } }
@media screen and (min-width: 1024px) {
  .column.xl-span1point5 {
    width: 14%; } }
/*------------------------------*/
/* Wordpress - Required Classes */
/*------------------------------*/
.alignleft, .alignright {
  max-width: 50%;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.alignleft {
  float: left;
  clear: right;
  margin-right: 20px;
  margin-right: 2rem; }

.alignright {
  float: right;
  clear: left;
  margin-left: 20px;
  margin-left: 2rem; }

.aligncenter {
  display: block;
  margin: 20px auto;
  margin: 2rem auto; }

.bypostauthor {
  background-color: #eeeeee; }

.sticky {
  background-color: #eeeeee; }

.wp-caption {
  background-color: #eeeeee;
  padding: 10px; }

.wp-caption-text, .gallery-caption {
  text-align: center; }

/* Other Wordpress classes (not required to style) */
.categories {
  display: inline-block;
  margin: 0;
  list-style: none; }
  .categories .cat-item {
    display: inline-block;
    margin: 5px 5px 5px 0; }
    .categories .cat-item a {
      display: block;
      padding: 5px 10px; }

#wp-calendar {
  width: 100%;
  text-align: center; }

.wp-post-image {
  box-sizing: content-box; }

/*------*/
/* Text */
/*------*/
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 10px 0;
  margin: 1rem 0;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  color: #333; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1, h3, h6 {
  font-weight: 100; }

h2, h4, h5 {
  font-weight: 100; }

h1, h2, h3, h5, h6 {
  text-transform: uppercase;
  color: #248a95; }

h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.25;
  color: #FFF; }

h2 {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  color: #596b7a;
  line-height: 120%; }

h3 {
  font-size: 20px;
  font-size: 2rem; }

h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #248a95; }

h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #665980; }

p, li {
  font-size: 20px;
  font-size: 2rem;
  text-align: left; }

p {
  font-weight: 100;
  margin: 15px 0;
  margin: 1.5rem 0;
  line-height: 1.6;
  color: #596b7a; }

hr {
  margin: 30px 0;
  margin: 3rem 0;
  border: none;
  border-bottom: solid 1px #888; }

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #665980;
  text-decoration: none; }

main a {
  text-decoration: underline; }

/*-------*/
/* Forms */
/*-------*/
label {
  display: block;
  line-height: 1.5; }

input:not([type='button']):not([type='submit']):not([type='file']), textarea, select {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: 0.85;
  width: 100%;
  margin: 2px 0 10px 0;
  margin: 0.2rem 0 1rem 0;
  padding: 5px 10px;
  background-color: #eeeeee;
  border: 0;
  font: 16px/1.5 "proxima-nova", sans-serif;
  font-size: 1.6rem; }
  input:not([type='button']):not([type='submit']):not([type='file']):focus, textarea:focus, select:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

.gray-background input:not([type='button']):not([type='submit']):not([type='file']), .gray-background textarea, .gray-background select {
  background-color: #ddd; }

input:not([type='button']):not([type='submit']), select {
  height: 38px;
  height: 3.8rem; }

input[type='button'], input[type='submit'], input[type='text'], select, textarea {
  -webkit-appearance: none; }

input[type='checkbox'], input[type='radio'], input[type='submit'] {
  width: auto; }
input[type='checkbox'], input[type='radio'] {
  height: auto; }

input[type='button'] {
  min-width: 150px;
  max-width: 250px;
  margin: 0;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  color: #248a95; }

input[type='button'] {
  font-size: 16px;
  font-size: 1.6rem; }

input[type='submit'] {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  background: none;
  border: none;
  text-transform: uppercase;
  background-image: url("/wp-content/uploads/2016/10/Submit.png");
  background-size: auto 100%;
  padding-left: 50px;
  background-repeat: no-repeat;
  cursor: pointer; }

select {
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 30" enable-background="new 0 0 18 30" xml:space="preserve"><path fill="%23999999" d="M17.8,8.8c0,0.3-0.1,0.6-0.3,0.8c-0.2,0.2-0.5,0.3-0.8,0.3H1.3C1,9.9,0.8,9.7,0.6,9.5 C0.3,9.3,0.2,9.1,0.2,8.8c0-0.3,0.1-0.6,0.3-0.8l7.7-7.7C8.4,0.1,8.7,0,9,0c0.3,0,0.6,0.1,0.8,0.3L17.4,8 C17.7,8.2,17.8,8.5,17.8,8.8z"/><path fill="%23999999" d="M17.4,20.5c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.6-0.3,0.8l-7.7,7.7C9.6,29.9,9.3,30,9,30 c-0.3,0-0.6-0.1-0.8-0.3L0.6,22c-0.2-0.2-0.3-0.5-0.3-0.8c0-0.3,0.1-0.6,0.3-0.8c0.2-0.2,0.5-0.3,0.8-0.3h15.3 C17,20.1,17.2,20.3,17.4,20.5z"/></svg>');
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 0; }

textarea {
  max-width: 100%; }

/*--------*/
/* Tables */
/*--------*/
table {
  width: 100%;
  border: solid 1px #eeeeee;
  border-collapse: collapse;
  border-color: rgba(89, 107, 122, 0.5); }

tr:nth-child(even) {
  background-color: #eeeeee;
  background-color: rgba(89, 107, 122, 0.2); }

th {
  font-weight: 700; }

td, th {
  vertical-align: top;
  padding: 5px; }

/*----------------*/
/* Navigation Bar */
/*----------------*/
.nav-wrapper {
  z-index: 50; }
  .nav-wrapper #primary-menu-container {
    margin: 20px 0; }

.nav-items-wrapper {
  width: 100%; }

#nav {
  word-wrap: break-word; }
  #nav #secondary-nav-menu, #nav #top-nav-menu {
    display: none; }
  #nav #nav-social-desktop li {
    display: inline-block; }
    #nav #nav-social-desktop li a {
      font-size: 2.4rem;
      color: #596b7a; }
  #nav, #nav .nav-wrapper {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    top: 0;
    right: 100%;
    left: 0;
    z-index: 50;
    position: fixed;
    background: #FFF; }
  #nav .nav-wrapper {
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.05);
    position: absolute;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }
  #nav.show, #nav.show .nav-wrapper {
    right: 0; }
  #nav img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    width: 320px;
    margin: 10px 0 0; }
  #nav .row {
    min-width: 160px;
    margin: 0 20px;
    padding: 20px 0;
    border-top: solid 1px #596b7a; }
    #nav .row:first-child {
      border: 0; }
    #nav .row .column {
      float: none;
      padding: 0; }
  #nav ul {
    margin: 15px 0;
    margin: 1.5rem 0;
    list-style: none; }
  #nav li {
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem; }
    #nav li.current-menu-item > a, #nav li.current_page_parent > a, #nav li.current_page_ancestor > a {
      color: #248691; }
    #nav li.current-menu-item li.current-menu-item a {
      font-weight: 100; }
    #nav li:before {
      display: inline-block;
      margin-right: 3px; }
    #nav li ul {
      margin-bottom: 30px;
      margin-bottom: 3rem; }
      #nav li ul li {
        margin: 5px 0;
        margin: 0.5rem 0; }
        #nav li ul li:before {
          display: none; }
  #nav a {
    text-decoration: none;
    color: #248a95;
    font-family: "proxima-nova-extra-condensed", sans-serif; }
  #nav .nav-mobile-menu-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    padding: 5px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center; }
    #nav .nav-mobile-menu-button:hover, #nav .nav-mobile-menu-button:active {
      color: #fff; }
    #nav .nav-mobile-menu-button.hide {
      display: none; }
  #nav .nav-mobile-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #596b7a;
    background-color: rgba(89, 107, 122, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center; }
    #nav .nav-mobile-menu-close:hover, #nav .nav-mobile-menu-close:active {
      background-color: #596b7a; }
  #nav .nav-footer {
    text-align: center;
    display: none; }
    #nav .nav-footer .column {
      padding: 15px 5px; }
    #nav .nav-footer .nav-footer-content {
      padding: 0 5px;
      width: 330px;
      margin: auto; }
      #nav .nav-footer .nav-footer-content p {
        text-align: center; }
    #nav .nav-footer p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.3rem;
      text-align: center; }
    #nav .nav-footer h4 {
      color: #248a95; }
    #nav .nav-footer a {
      text-decoration: underline; }

#menu-big-menu {
  text-align: center; }
  #menu-big-menu li {
    display: none;
    list-style: none;
    padding: 0 1%; }
    #menu-big-menu li a {
      color: #808080;
      text-decoration: none; }
    #menu-big-menu li.menu-item-144143, #menu-big-menu li.menu-item-144142 {
      display: inline-block; }

/* Search Bar */
.searchform .screen-reader-text {
  display: none; }
.searchform input, .searchform .searchsubmit-small-wrapper {
  display: inline-block; }
.searchform .searchinput {
  width: 105px; }
.searchform .searchsubmit-small, .searchform .searchsubmit-large {
  float: none;
  margin: 0; }
.searchform .searchsubmit-small-wrapper {
  position: relative;
  margin-left: 5px; }
  .searchform .searchsubmit-small-wrapper .fa-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    padding: 5px 9px;
    line-height: 1.5;
    color: #fff;
    pointer-events: none; }
.searchform .searchsubmit-small {
  padding-left: 15px;
  padding-right: 15px; }
.searchform .searchsubmit-large {
  display: none;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.searchform .searchinput {
  border: 0; }
.searchform .searchsubmit-small, .searchform .searchsubmit-large {
  border: solid 2px #fff; }
  .searchform .searchsubmit-small:hover, .searchform .searchsubmit-small:active, .searchform .searchsubmit-large:hover, .searchform .searchsubmit-large:active {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1; }
.searchform .searchsubmit-small-wrapper .fa-search {
  border: solid 2px transparent; }

/*----------------*/
/* CLS Navigation Bar */
/*----------------*/
#nav {
  z-index: 2;
  width: 100%; }
  #nav .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 5px; }
    #nav .row .column {
      float: none;
      vertical-align: middle; }
  #nav li {
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase; }
    #nav li:hover > a, #nav li:active > a {
      color: #248691; }
    #nav li#menu-item-144158 a {
      background-color: #248a95;
      color: #FFF; }
  #nav a {
    text-decoration: none;
    font-size: 17px; }
    #nav a img {
      /* Fix blurriness when scaling/transitioning */
      -webkit-filter: blur(0);
      filter: blur(0);
      /* Fix for blur filter causing issues in IE9 */
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  #nav #top-nav-menu ul {
    float: right;
    margin: 0;
    padding: 5px 25px; }
    #nav #top-nav-menu ul li {
      display: inline-block;
      text-align: right; }
      #nav #top-nav-menu ul li a {
        color: #596b7a;
        font-size: 13px; }
  #nav #menu-everything-else {
    float: none;
    text-align: center; }
    #nav #menu-everything-else li {
      display: inline-block;
      margin: 0 10px;
      padding: 0; }
      #nav #menu-everything-else li a {
        color: #333;
        font-size: 15px; }
        #nav #menu-everything-else li a:hover {
          color: #248a95; }

#primary-menu-container .row {
  height: 60px; }

#menu-secondary-menu > li > a:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  bottom: 0;
  left: 0;
  color: #248a95;
  background-color: #248a95;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
#menu-secondary-menu > li > a:hover:before, #menu-secondary-menu > li.current_page_parent > a:before {
  visibility: visible;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5); }

#secondary-menu-container > a {
  border-bottom: solid 1px #248a95; }
#secondary-menu-container ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }
  #secondary-menu-container ul a {
    display: block;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    color: #333;
    text-align: right;
    text-decoration: none; }
  #secondary-menu-container ul .sub-menu .current-menu-item a {
    color: #333; }
  #secondary-menu-container ul li {
    position: relative;
    margin: 0;
    padding: 0; }
    #secondary-menu-container ul li:hover > ul {
      display: block; }
  #secondary-menu-container ul ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 20;
    background: #fff;
    padding: 0;
    text-align: right; }
    #secondary-menu-container ul ul li {
      float: none;
      width: 150px; }
    #secondary-menu-container ul ul a {
      line-height: 120%;
      padding: 10px 15px; }
    #secondary-menu-container ul ul ul {
      top: 0;
      left: 100%; }

/* Mobile menu */
.dl-menuwrapper:first-child {
  margin-right: 10px; }

#dl-menu.dl-menuwrapper {
  float: right;
  height: 45px;
  z-index: 100;
  margin-right: 10px; }
  #dl-menu.dl-menuwrapper button, #dl-menu.dl-menuwrapper ul {
    right: 15px; }
  #dl-menu.dl-menuwrapper button {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 0; }
  #dl-menu.dl-menuwrapper ul {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    top: 50px;
    left: auto;
    width: 250px;
    margin: 0;
    background-color: #fff; }
    #dl-menu.dl-menuwrapper ul li {
      margin: 0; }
  #dl-menu.dl-menuwrapper li.dl-back:after, #dl-menu.dl-menuwrapper li > a:not(:only-child):after {
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 37px;
    content: '\f105'; }
  #dl-menu.dl-menuwrapper a {
    padding: 10px 25px;
    font-size: 14px;
    color: #596b7a;
    font-size: 1.4rem;
    text-decoration: none; }
    #dl-menu.dl-menuwrapper a:hover, #dl-menu.dl-menuwrapper a .active {
      color: #248a95; }

/* Desktop menu */
#nav-menu ul, #secondary-nav-menu ul {
  list-style: none;
  margin: 0; }
  #nav-menu ul li, #secondary-nav-menu ul li {
    position: relative;
    font-size: 12px;
    font-size: 1.5rem; }
    #nav-menu ul li a, #secondary-nav-menu ul li a {
      display: block; }

#menu-secondary-menu li:nth-child(1) {
  margin-left: 0; }

#nav img {
  display: inline-block;
  padding-right: 10px; }
#nav .site-description {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  padding-left: 10px;
  text-transform: uppercase;
  vertical-align: calc(150%); }

#menu-big-menu {
  width: 100%; }

#nav .nav-wrapper {
  z-index: 50; }

#nav-menu {
  float: left;
  display: none;
  width: 100%; }
  #nav-menu ul {
    float: left; }
    #nav-menu ul li.menu-item-has-children > a:after {
      font-family: 'FontAwesome';
      content: '  \f105';
      margin-left: 5px; }
    #nav-menu ul li a {
      padding: 17px 10px; }
    #nav-menu ul ul {
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: visibility 0.4s ease, opacity 0.4s ease;
      transition: visibility 0.4s ease, opacity 0.4s ease;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      position: absolute;
      top: 100%;
      left: -1px;
      visibility: hidden;
      z-index: 20;
      float: none;
      width: 260px;
      background-color: #eeeeee;
      text-align: center; }
      #nav-menu ul ul ul {
        left: 260px;
        width: inherit; }
      #nav-menu ul ul.show {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 2000;
        visibility: visible; }
      #nav-menu ul ul.show-adjust {
        right: 0; }
      #nav-menu ul ul li {
        float: none;
        display: block;
        border: 0;
        text-align: left; }
        #nav-menu ul ul li a {
          padding-top: 10px !important;
          padding-bottom: 10px !important;
          color: #596b7a;
          font-size: 15px; }
      #nav-menu ul ul ul {
        top: 3px;
        left: 100%; }
        #nav-menu ul ul ul.show-adjust {
          left: -100%;
          left: calc(-100% - 2px); }
  #nav-menu .sub-menu .sub-menu {
    left: 260px;
    width: 200px;
    z-index: 2000; }
    #nav-menu .sub-menu .sub-menu li {
      display: inline-block;
      width: 190px;
      vertical-align: top; }
    #nav-menu .sub-menu .sub-menu li a {
      padding: 1px 3px !important;
      font-size: 14px; }

.search-bar-active #nav-menu ul li:last-child {
  border-right: solid 1px #596b7a;
  border-color: rgba(89, 107, 122, 0.5); }

#secondary-nav-menu ul {
  float: right;
  text-align: right; }
  #secondary-nav-menu ul li a {
    padding: 23px 15px; }

/*----------------*/
/* Side Bar Menu */
/*----------------*/
@media all and (min-width: 850px) {
  #nav #secondary-nav-menu, #nav #top-nav-menu {
    display: block; }
  #nav .row .column {
    display: table-cell; }

  #dl-menu {
    display: none; }

  #nav-menu, #secondary-menu-container {
    display: block; }

  #nav.two-navs + main > section:first-child {
    padding-top: 150px; }
    #nav.two-navs + main > section:first-child.nova-header {
      padding-top: 0; }

  .nav-items-wrapper > .searchform {
    display: block; }

  #nav-menu > ul > li > ul {
    -webkit-box-shadow: inset 0 8px 7px -7px #999999;
    -moz-box-shadow: inset 0 8px 7px -7px #999999;
    box-shadow: inset 0 8px 7px -7px #999999; }
  #nav-menu > ul > li > a {
    padding: 17px 0; }

  #menu-big-menu > li.current-menu-ancestor, #menu-big-menu > li.current-menu-item {
    background-color: #ccc; }

  #nav .row {
    margin: auto; }
  #nav #secondary-menu-container, #nav #primary-menu-container {
    -webkit-box-shadow: 0px 2px 5px rgba(153, 153, 153, 0.7);
    -moz-box-shadow: 0px 2px 5px rgba(153, 153, 153, 0.7);
    box-shadow: 0px 2px 5px rgba(153, 153, 153, 0.7);
    position: relative; }
  #nav #secondary-menu-container {
    z-index: 15; }
  #nav #primary-menu-container {
    background: #f1f1f1;
    z-index: 12;
    display: none; } }
@media all and (min-width: 1024px) {
  #nav-menu ul li {
    margin: 0 20px; }

  #nav .searchform {
    width: 200px; }

  .nova-header .header-content {
    height: 700px; }
    .nova-header .header-content.header-size-small {
      height: 400px; }

  .nav-wrapper #menu-big-menu ul {
    top: 0;
    left: 274px; } }
@media all and (min-width: 1200px) {
  #nav-menu ul li {
    margin: 0 30px; } }
@media all and (max-width: 660px) {
  #nav li#menu-item-144158 a {
    padding: 0 6px; }

  #secondary-nav-menu ul li {
    float: left; }

  #nav-menu ul li a {
    padding: 0px 5px; }

  h1.halfsize {
    width: 100%; }
    h1.halfsize span {
      max-width: 80%;
      display: block; }

  .innerpage #primary-menu-container {
    position: absolute;
    top: 15px; }
  .innerpage #nav .md-span8 {
    position: relative;
    top: -20px; }
  .innerpage #nav #secondary-nav-menu ul {
    float: left; }
  .innerpage #nav img {
    max-width: 110px; } }
/*------------*/
/* Posts Loop */
/*------------*/
.nova-loop {
  padding: 30px 0;
  border-top: solid 1px #596b7a; }
  .nova-loop:first-child {
    border-top: 0;
    padding-top: 0; }
  .nova-loop .nova-button {
    margin-left: 0;
    margin-right: 0; }

/*----------*/
/* Comments */
/*----------*/
.commentlist .comment {
  padding: 10px 15px;
  padding: 2rem 3rem;
  border-bottom: solid 2px #eeeeee; }
  .commentlist .comment:last-child {
    border-bottom: 0; }
.commentlist .comment-meta a {
  text-decoration: none; }
.commentlist .comment-reply-link {
  margin-left: 0;
  margin-right: 0;
  line-height: 1; }
.commentlist .children {
  list-style: none; }

.navigation a {
  text-decoration: none; }

/*---------*/
/* Sidebar */
/*---------*/
#sidebar .sidebar-widget {
  margin: 20px 0 30px 0;
  margin: 2rem 0 3rem 0; }
#sidebar .post-date {
  margin-left: 5px; }
#sidebar .screen-reader-text {
  display: none; }
#sidebar ul {
  margin-left: 0;
  list-style: none; }
  #sidebar ul li {
    padding: 10px 0;
    padding: 1rem 0;
    border-bottom: solid 1px #eeeeee; }
    #sidebar ul li:last-child {
      border-bottom: 0; }
  #sidebar ul a {
    text-decoration: none; }

/*---------------------------*/
/* NOVA Contact Info Section */
/*---------------------------*/
.nova-contact-info {
  margin: 15px 0;
  margin: 1.5rem 0; }
  .nova-contact-info .row {
    margin: 10px 0;
    margin: 1rem 0; }
  .nova-contact-info .column {
    padding: 0; }
    .nova-contact-info .column.nova-contact-info-icon {
      width: 40px;
      text-align: center; }
      .nova-contact-info .column.nova-contact-info-icon i {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.25; }
        .nova-contact-info .column.nova-contact-info-icon i.nova-contact-info-location-icon:before {
          content: '\f041';
          /* fa-map-marker */ }
        .nova-contact-info .column.nova-contact-info-icon i.nova-contact-info-phone-icon:before {
          content: '\f095';
          /* fa-phone */ }
        .nova-contact-info .column.nova-contact-info-icon i.nova-contact-info-email-icon:before {
          content: '\f1d8';
          /* fa-paper-plane */ }
    .nova-contact-info .column.nova-contact-info-content {
      width: 50%;
      width: calc(100% - 40px);
      word-wrap: break-word; }

/*--------------------*/
/* Social Media Links */
/*--------------------*/
.nova-social-links {
  padding: 0 0 20px 0;
  padding: 0 0 2rem 0; }
  .nova-social-links a {
    display: inline-block;
    margin: 4px; }
    .nova-social-links a .fa {
      font-size: 25px;
      line-height: 1; }

/*------------*/
/* Pagination */
/*------------*/
#pagination {
  margin-left: 0;
  padding-top: 30px;
  border-top: solid 1px #596b7a;
  list-style: none; }
  #pagination li {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem; }
  #pagination a {
    display: inline-block;
    padding: 15px 25px;
    background-color: #fff;
    border: solid 1px #596b7a;
    text-decoration: none; }
    #pagination a:hover {
      background-color: #596b7a;
      border-color: transparent;
      color: #fff; }

#newer-pages {
  float: left; }
  #newer-pages .fa {
    margin-right: 5px; }

#older-pages {
  float: right; }
  #older-pages .fa {
    margin-left: 5px; }

/*--------*/
/* Footer */
/*--------*/
#footer {
  padding: 200px 0 0;
  text-align: center;
  clear: both; }
  #footer, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p, #footer a {
    color: #FFF; }
  #footer p {
    text-align: center;
    font-size: 16px; }
  #footer .column {
    padding: 0 30px; }

#footer-info {
  background: #248a95;
  padding-bottom: 20px;
  position: relative;
  z-index: 2; }
  #footer-info a {
    text-decoration: underline; }

#footer-menu-container {
  background: #FFF;
  position: relative;
  text-align: center;
  padding: 40px 0 130px; }
  #footer-menu-container li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
    line-height: 11px; }
    #footer-menu-container li:nth-child(1) {
      border-left: none; }
    #footer-menu-container li a {
      color: #596b7a;
      font-size: 11px; }

@media all and (min-width: 660px) {
  #footer-menu-container li {
    border-left: solid 1px #596b7a; }
    #footer-menu-container li a {
      text-transform: uppercase;
      font-size: 14px; } }
/*---------------*/
/* NOVA Sections */
/*---------------*/
/* Section backgrounds */
.white-background {
  background-color: #fff; }

.light-gray-background {
  background-color: #eeeeee; }

.gray-background {
  background-color: #596b7a; }
  .gray-background p {
    color: #FFF; }

.primary-color-background a:not(.nova-button):hover, .secondary-color-background a:not(.nova-button):hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75; }

.pattern-background {
  background-image: url("../images/patternbg.png");
  background-repeat: repeat;
  background-size: inherit;
  background-color: #fff; }

section p {
  max-width: 800px;
  margin: 5px auto 15px; }

.has-background, .no-background {
  background-color: none !important; }
  .has-background h2, .has-background p, .no-background h2, .no-background p {
    color: white !important; }

#pis_pooled {
  background-color: #665980; }

.gemini-features .gemini-main-content, .gemini-circles .gemini-main-content {
  margin-bottom: 30px; }
.gemini-features .gemini-area > i, .gemini-circles .gemini-area > i {
  display: block;
  border: solid 2px #596b7a;
  border-radius: 50%; }
.gemini-features .gemini-area > .fa, .gemini-circles .gemini-area > .fa {
  font-size: 40px; }
.gemini-features .gemini-area > .entypo, .gemini-circles .gemini-area > .entypo {
  font-size: 70px; }

.gray-background.gemini-features .gemini-area > i, .gray-background.gemini-circles .gemini-area > i {
  border-color: #ccc; }

.wp-image-144209 {
  display: none; }

/* Subsections inside each section */
.nova-section-headline {
  text-align: center; }
  .nova-section-headline .column {
    padding-bottom: 0; }
  .nova-section-headline:only-child .column {
    padding-top: 0; }

.nova-background-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: 0.85;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*
 * The sections
 */
.nova-features-content, .nova-team-members-content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .nova-features-content > .column, .nova-team-members-content > .column {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

/*
 * Homepage
 */
.home .lg-span4 img {
  max-height: 160px;
  width: auto; }

.pis {
  margin-left: 600px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0px 20px;
  margin-bottom: 5px;
  display: inline-block; }

#main-header {
  padding: 30% 0 .5%;
  background-size: cover;
  background-repeat: no-repeat; }
  #main-header .nova-section-headline {
    z-index: 1;
    position: relative; }
  #main-header h1 {
    display: inline-block;
    padding: 7px 70px;
    text-align: left; }

@media all and (min-width: 850px) {
  .nova-two-column .row {
    max-width: 800px; }
    .nova-two-column .row .lg-span6:nth-child(1) .column-inner {
      margin-left: 0; }
    .nova-two-column .row .lg-span6:nth-child(2) .column-inner {
      margin-right: 0; }

  .page-id-144114 .nova-two-column, .page-id-144116 .nova-two-column {
    background-image: url("../images/border.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
    background-size: inherit; }
    .page-id-144114 .nova-two-column:nth-child(1), .page-id-144116 .nova-two-column:nth-child(1) {
      border-bottom: solid 4px #cfd2d5; }
    .page-id-144114 .nova-two-column .row, .page-id-144116 .nova-two-column .row {
      max-width: 1100px; }
      .page-id-144114 .nova-two-column .row .lg-span6:nth-child(1), .page-id-144116 .nova-two-column .row .lg-span6:nth-child(1) {
        padding-right: 90px; }
      .page-id-144114 .nova-two-column .row .lg-span6:nth-child(2), .page-id-144116 .nova-two-column .row .lg-span6:nth-child(2) {
        padding-left: 90px; }

  .page-id-144114 #section-3, .page-id-144116 #section-3 {
    position: absolute;
    left: 0;
    bottom: 31%;
    width: 100%;
    pointer-events: none;
    background: none; }

  .wp-image-144209 {
    margin: auto;
    max-width: 180px;
    display: block; }

  .page-id-144116 #section-3 {
    bottom: 40%; } }
/*-------------------------*/
/* Nova Accordions Section */
/*-------------------------*/
.nova-accordions-content > .column {
  padding-top: 5px;
  padding-bottom: 5px; }
.nova-accordions-content .column-inner {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5); }
  .nova-accordions-content .column-inner:hover, .nova-accordions-content .column-inner:active, .nova-accordions-content .column-inner.active-accordion {
    background-color: #fff; }
  .nova-accordions-content .column-inner.active-accordion .nova-accordion-headline .fa:before {
    content: '\f056'; }
.nova-accordions-content .nova-accordion-headline {
  margin: 0;
  cursor: pointer; }
  .nova-accordions-content .nova-accordion-headline span {
    float: left;
    display: block;
    width: 90%;
    width: calc(100% - 30px); }
  .nova-accordions-content .nova-accordion-headline .fa {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: left;
    display: block;
    width: 30px;
    font-size: 24px; }
    .nova-accordions-content .nova-accordion-headline .fa:before {
      content: '\f055'; }
.nova-accordions-content .nova-accordion-content {
  display: none; }

.white-background .nova-accordions-content .column-inner {
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, 0.5); }
  .white-background .nova-accordions-content .column-inner:hover, .white-background .nova-accordions-content .column-inner:active, .white-background .nova-accordions-content .column-inner.active-accordion {
    background-color: #eeeeee; }

.nova-boxes-content {
  text-align: center; }
  .nova-boxes-content img {
    max-width: 60%;
    margin: auto; }

/*-----------------------------*/
/* Nova Call to Action Section */
/*-----------------------------*/
.nova-cta, .nova-buttons {
  text-align: center; }
  .nova-cta .column, .nova-buttons .column {
    padding-top: 0;
    padding-bottom: 0; }
  .nova-cta p, .nova-buttons p {
    margin: 10px 0;
    margin: 1rem 0; }
  .nova-cta .nova-button, .nova-buttons .nova-button {
    width: 80%;
    margin: 0 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    text-transform: uppercase; }

/*------------------*/
/* Features Section */
/*------------------*/
.nova-icon-link:hover, .nova-icon-link:active {
  background-color: rgba(255, 255, 255, 0.1); }

.nova-feature-size-medium .nova-area {
  position: relative; }
  .nova-feature-size-medium .nova-area i {
    border-radius: 50%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #fff;
    position: relative;
    top: 0; }

.nova-feature-size-small {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .nova-feature-size-small p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0; }
  .nova-feature-size-small .nova-area {
    padding: 8px 5px; }
  .nova-feature-size-small i {
    transform: scale(1, 1);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border-radius: 50%; }
  .nova-feature-size-small h3 {
    margin-top: 10px;
    font-size: 50px;
    font-weight: normal;
    font-size: 2rem; }
  .nova-feature-size-small:hover i {
    transform: scale(1.1, 1.1); }

.nova-feature-size-medium .nova-area, .nova-feature-size-medium .nova-feature-column-content {
  height: 80px; }
.nova-feature-size-medium .nova-area {
  padding: 0; }
.nova-feature-size-medium .nova-main-icon {
  float: left;
  width: 70px;
  height: 70px;
  padding: 10px;
  font-size: 40px; }
.nova-feature-size-medium .nova-feature-column-content p {
  text-align: center; }
.nova-feature-size-medium h3 {
  float: left;
  width: calc(100% - 80px);
  margin: 0;
  padding-left: 10px;
  font-size: 18px; }

.nova-feature-size-large .nova-area {
  position: relative;
  background: white;
  padding-top: 7px;
  padding-bottom: 10px; }
  .nova-feature-size-large .nova-area p {
    color: #596b7a;
    margin: 0;
    padding-top: 0;
    line-height: 120%;
    font-size: 16px; }
  .nova-feature-size-large .nova-area:hover.has-link, .nova-feature-size-large .nova-area:focus.has-link {
    background: #248a95; }
    .nova-feature-size-large .nova-area:hover.has-link h3, .nova-feature-size-large .nova-area:hover.has-link p, .nova-feature-size-large .nova-area:hover.has-link i, .nova-feature-size-large .nova-area:focus.has-link h3, .nova-feature-size-large .nova-area:focus.has-link p, .nova-feature-size-large .nova-area:focus.has-link i {
      color: white; }
.nova-feature-size-large span {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: none; }
.nova-feature-size-large .nova-feature-column-content div {
  max-width: 100%; }
.nova-feature-size-large .nova-feature-column-content .nova-main-icon {
  margin-top: 12px; }
.nova-feature-size-large .nova-feature-column-content h6 {
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 55px;
  line-height: 5.5rem;
  margin-bottom: 0;
  color: #248a95; }

.nova-feature-size-small .nova-main-icon, .nova-feature-size-medium .nova-main-icon {
  font-size: 44px;
  background-color: #248a95;
  padding: 25px;
  color: #FFF; }

.nova-feature-size-large .nova-area, .nova-feature-size-small .nova-area {
  overflow: hidden;
  margin: 5px 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.nova-feature-column-content, .nova-feature-size-small {
  position: relative;
  text-align: center; }

.nova-features-content, .nova-features-hidden-content {
  padding-left: 10px;
  padding-right: 10px; }

.nova-hidden-content-container {
  min-height: 0;
  margin-top: 30px;
  margin-top: 3rem;
  padding: 0 25px; }

section.nova-features-hidden .nova-hidden-content {
  display: none;
  position: relative;
  background: white;
  padding: 20px; }
  section.nova-features-hidden .nova-hidden-content a {
    color: #000; }
  section.nova-features-hidden .nova-hidden-content p, section.nova-features-hidden .nova-hidden-content li, section.nova-features-hidden .nova-hidden-content td, section.nova-features-hidden .nova-hidden-content th {
    color: black;
    text-align: left; }
  section.nova-features-hidden .nova-hidden-content > .nova-area > h2:first-of-type {
    text-align: left; }

.nova-hidden-content-close, .announcement-close {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 30px auto;
  padding: 5px 0;
  color: white !important;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  top: 20px;
  right: 20px;
  z-index: 5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .nova-hidden-content-close:hover, .announcement-close:hover {
    transform: scale(0.9); }

.nova-full-cover-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.nova-feature-size-large p {
  color: #fff;
  text-align: center;
  padding: 25px; }
.nova-feature-size-large .nova-main-icon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 60px;
  line-height: 60px;
  text-align: center; }
.nova-feature-size-large .nova-feature-size-medium h3 {
  float: none;
  width: 100%;
  padding: 6px;
  font-size: 15px;
  font-size: 1.5rem; }

@media all and (min-width: 850px) {
  .nova-hidden-content .nova-area {
    width: 75%;
    margin: auto; }

  .nova-feature-size-large:nth-child(1), .nova-feature-size-large:nth-child(2) {
    border-right: solid 2px #eeeeee; }

  .nova-features-content li {
    font-size: 105%;
    text-align: left; }
  .nova-features-content p {
    padding-bottom: 5px; }
  .nova-features-content .nova-feature-size-medium {
    width: 48%;
    display: inline-block;
    float: none; }
  .nova-features-content .left {
    margin-right: 1.5%;
    margin-bottom: 1.5%; }
    .nova-features-content .left h3 {
      text-align: right; }
    .nova-features-content .left i {
      float: right; }
  .nova-features-content .right {
    margin-left: 1.5%;
    margin-bottom: 1.5%; }
    .nova-features-content .right h3 {
      text-align: left; }
    .nova-features-content .right i {
      float: left; } }
/*---------------------*/
/* Nova Header Section */
/*---------------------*/
#loadgraphic {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 20;
  background: #FFF; }
  #loadgraphic img {
    width: 100px;
    margin: auto;
    display: block;
    padding-top: 30%; }

.nova-header {
  position: relative;
  padding: 0; }
  .nova-header .row {
    max-width: 100%; }
  .nova-header .header-content {
    height: 400px;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 20%;
    padding-bottom: 40%; }
    .nova-header .header-content .header-content-inner .header-content-inner-content {
      padding-left: 15px;
      padding-right: 15px;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
      .nova-header .header-content .header-content-inner .header-content-inner-content > *:first-child {
        margin-top: 0; }
      .nova-header .header-content .header-content-inner .header-content-inner-content > *:last-child {
        margin-bottom: 0; }
  .nova-header h1 {
    font-size: 36px;
    font-size: 3.6rem; }
  .nova-header h2 {
    font-size: 28px;
    font-size: 2.8rem;
    color: #FFF;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .nova-header .nova-button {
    padding: 8px 30px;
    font-weight: 700; }
    .nova-header .nova-button:first-child {
      margin-left: 0; }
    .nova-header .nova-button:last-child {
      margin-right: 0; }
  .nova-header .nova-header-text-white {
    color: #fff; }
  .nova-header .nova-header-text-black {
    color: #000; }
  .nova-header .align-text-right {
    text-align: right; }
  .nova-header .align-text-left {
    text-align: left; }

/* Owl Carousel styling */
.owl-theme .owl-item h2 {
  font-size: 25px;
  font-weight: 100; }
.owl-theme .owl-controls {
  margin: 0; }
  .owl-theme .owl-controls .owl-page {
    display: block; }
  .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    top: 10px;
    right: -30px; }
  .owl-theme .owl-controls .owl-page span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 5px;
    height: 30px;
    border-color: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: .35; }
  .owl-theme .owl-controls .owl-buttons div {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    position: absolute;
    top: 39%;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 50px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    filter: Alpha(Opacity=70);
    opacity: 0.7; }
    .owl-theme .owl-controls .owl-buttons div:hover {
      filter: Alpha(Opacity=100);
      opacity: 1; }
    .owl-theme .owl-controls .owl-buttons div.owl-prev {
      left: 0; }
    .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: 0; }
    .owl-theme .owl-controls .owl-buttons div i {
      cursor: pointer; }

.home #section-1 .column-inner {
  z-index: 1;
  position: relative; }
.home .scroll-down-button {
  z-index: 1;
  position: absolute;
  bottom: 80px;
  display: block;
  left: 0;
  right: 0;
  width: 100%; }
.home .hello {
  position: fixed;
  top: 0;
  z-index: 0; }
.home .hello .overlayVideo {
  position: absolute;
  left: -3000px;
  top: 0px;
  z-index: 6;
  visibility: hidden; }
.home .hello .backgroundVideo {
  z-index: 4;
  visibility: hidden; }
.home .hello #video_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 1; }
.home .hello #video_container #text {
  position: absolute;
  z-index: 6;
  text-align: center;
  opacity: 0; }
.home .hello #video_container #text #actions {
  height: 95px; }
.home .hello #video_container #text #playbutton {
  z-index: 3;
  margin: 0 auto;
  margin-top: 60px;
  height: 95px;
  display: block; }
.home .hello #video_container #text #playbutton .rectangle {
  background-color: #3ea9f5;
  width: 149px;
  height: 95px;
  opacity: 0.8;
  margin: 0 auto; }
.home .hello #video_container #text #playbutton .rectangle:hover {
  background-color: #52bdff;
  cursor: pointer; }
.home .hello #video_container #text #playbutton .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 32px;
  border-color: transparent transparent transparent white;
  margin: 0 auto;
  position: relative;
  bottom: 70px;
  pointer-events: none; }
.home .hello #cover_all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%; }
.home .hello #ex {
  position: absolute;
  right: -3000px;
  top: 25px;
  z-index: 7;
  cursor: pointer;
  opacity: 0.8; }
.home .hello #ex:hover {
  opacity: 1; }
.home .hello #main-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #FFF; }

.scroll-down-button a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  bottom: 10%;
  display: block;
  font-weight: 100;
  line-height: 20px;
  position: absolute;
  width: 100%; }

/*---------------------------*/
/* Nova Team Members Section */
/*---------------------------*/
.nova-team-members {
  text-align: center; }

.nova-team-members-content > .column {
  float: none;
  max-width: 900px;
  margin: 0 auto; }
.nova-team-members-content h5 {
  font-size: 2rem; }
.nova-team-members-content h4 {
  margin-bottom: 0; }

.nova-team-member {
  vertical-align: top;
  display: inline-block;
  margin: 20px 0;
  margin: 2rem 0;
  min-height: 260px; }
  .nova-team-member h5, .nova-team-member h6 {
    margin: 0; }

.page-id-144121 .nova-feature-size-medium .nova-area {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eeeeee;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-id-144121 .nova-feature-size-medium .nova-area:hover {
    border: solid 0px #eeeeee;
	  opacity: 0.8;

}
  .page-id-144121 .nova-feature-size-medium .nova-area p {
    line-height: 130%;
    font-size: 15px;
    color: #596b7a; }
.page-id-144121 #section-1 h2:first-child {
  text-align: center; }
.page-id-144121 #section-1 .nova-area {
  position: relative;
  overflow: visible;
  margin-bottom: 115px;
  background-size: cover;
  background-position: center 24%; }
  .page-id-144121 #section-1 .nova-area h2 {
    color: #b2861d; }
  .page-id-144121 #section-1 .nova-area p {
    color: black; }
  .page-id-144121 #section-1 .nova-area .nova-feature-column-content {
    padding-top: 210px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .page-id-144121 #section-1 .nova-area .nova-feature-column-content h2 {
      font-size: 22px;
      font-size: 2.2rem;
      margin: 0; }
    .page-id-144121 #section-1 .nova-area .nova-feature-column-content p {
      padding: 0; }
.page-id-144121 #section-1 .nova-hidden-content-container h2:nth-child(2) {
  font-size: 55px;
  font-size: 5.5rem; }

/*----------*/
/* 404 Page */
/*----------*/
.error404 main {
  text-align: center; }
  .error404 main .nova-button {
    margin-top: 30px; }

/*------------------*/
/* Single Post Page */
/*------------------*/
.single-post-meta h5, .single-post-meta h6 {
  margin: 0; }

.single-post-content {
  margin: 30px 0;
  padding: 20px 0;
  border-top: solid 1px #596b7a; }
  .single-post-content.comments-open {
    border-bottom: solid 1px #596b7a; }

/*-------------------*/
/* Plugins Overrides */
/*-------------------*/
/*
 * All in One Event Calendar
 */
/* Agenda view */
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
  background: none;
  border: 0; }
  .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today {
    background: none;
    border: 0; }
.ai1ec-agenda-widget-view .ai1ec-year, .ai1ec-agenda-view .ai1ec-year {
  -webkit-box-shadow: none;
  box-shadow: none; }
.ai1ec-agenda-widget-view .ai1ec-title, .ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-title, .ai1ec-agenda-view .ai1ec-date-title {
  background: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

.gray-background .ai1ec-agenda-widget-view .ai1ec-title, .gray-background .ai1ec-agenda-widget-view .ai1ec-date-title, .gray-background .ai1ec-agenda-view .ai1ec-title, .gray-background .ai1ec-agenda-view .ai1ec-date-title {
  background: #fff; }

.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded, .ai1ec-agenda-view .ai1ec-event:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  font-size: 20px; }
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
  font-size: 14px; }

.ai1ec-agenda-widget-view .ai1ec-event > a {
  border: 0; }
  .ai1ec-agenda-widget-view .ai1ec-event > a .ai1ec-allday-badge {
    display: none; }

/* Monthly view */
.ai1ec-month-view .ai1ec-date {
  text-shadow: none; }

/* Miscellaneous */
.ai1ec-dropdown-menu, .ai1ec-btn-group.ai1ec-open .ai1ec-dropdown-toggle, .ai1ec-popover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ai1ec-month-view .ai1ec-allday .ai1ec-event, .ai1ec-month-view .ai1ec-multiday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event {
  text-shadow: none; }

/*
 * Contact Form 7
 */
.wpcf7-form span.wpcf7-checkbox .wpcf7-list-item {
  display: block; }
.wpcf7-form span.wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-top: -1rem;
  padding: 0 5px;
  background-color: rgba(255, 0, 0, 0.5);
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff; }
.wpcf7-form div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  color: #fff; }

/*
 * List Category Posts
 */
.lcp_catlist p {
  text-align: center; }

/*---------------*/
/* Media Queries */
/*---------------*/
@media all and (min-width: 480px) {
  .nav.show {
    right: 50%; }

  .nova-features .nova-features-content .column.icon-left .nova-icon-link, .nova-features .nova-features-content .column.icon-left .nova-main-icon {
    float: left;
    margin-right: 15px; }
  .nova-features .nova-features-content .column.icon-left .nova-main-icon {
    line-height: 60px; }
  .nova-features .nova-features-content .column.icon-left .nova-feature-column-content {
    float: left;
    width: 60%;
    width: calc(100% - 75px); }
    .nova-features .nova-features-content .column.icon-left .nova-feature-column-content > h3:first-child {
      text-align: left; }
  .nova-features .nova-features-content .column.icon-above.has-button .nova-button, .nova-features .nova-features-content .column.icon-left.icon-column.has-button .nova-button {
    width: 70%; }

  .nova-cta {
    text-align: left; }
    .nova-cta .nova-button {
      width: 100%;
      margin: 0; } }
@media all and (min-width: 601px) {
  body.admin-bar #nav {
    top: 46px; } }
@media all and (min-width: 660px) {
  #secondary-menu-container .row {
    padding: 0 30px; }

  #footer .md-span6 i {
    font-size: 38px; }
  #footer .md-span6:nth-child(1) p {
    text-align: left; }
  #footer .md-span6:nth-child(2) p {
    text-align: right; }

  main > .lg-span9, main > section > .row > .lg-span9 {
    float: right; }
    main > .lg-span9 section:nth-child(1), main > section > .row > .lg-span9 section:nth-child(1) {
      padding: 0; }

  h1, .nova-header h1 {
    font-size: 40px;
    font-size: 4rem; }

  h3 {
    font-size: 25px;
    font-size: 2.5rem; }

  .nav.show {
    right: 70%; }

  .nova-header h2 {
    font-size: 30px;
    font-size: 3rem; }
  .nova-header .header-content .header-content-inner {
    padding-left: 50px;
    padding-right: 50px; }

  .nova-team-members .nova-team-members-content .column.nova-team-member-row hr {
    margin-left: 0;
    margin-right: 0; }

  .owl-theme .owl-controls .owl-buttons div {
    display: block; } }
@media all and (min-width: 783px) {
  body.admin-bar #nav {
    top: 32px; } }
@media all and (min-width: 850px) {
  #sidebar {
    -webkit-box-shadow: 0 7px 10px rgba(153, 153, 153, 0.7);
    -moz-box-shadow: 0 7px 10px rgba(153, 153, 153, 0.7);
    box-shadow: 0 7px 10px rgba(153, 153, 153, 0.7);
    margin-bottom: 50px; }

  .searchform .searchsubmit-small-wrapper {
    display: none; }
  .searchform .searchsubmit-large {
    display: inline-block; }

  .nova-header h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 120%; }

  .gemini-circle-hidden-content {
    display: none; }
    .gemini-circle-hidden-content.show {
      display: block;
      position: absolute;
      left: 0;
      bottom: 100%;
      width: 90%;
      margin: 0 5%;
      z-index: 20; }

  .nova-features .nova-features-content .column.icon-above.has-button .nova-button, .nova-features .nova-features-content .column.icon-left.icon-column.has-button .nova-button {
    width: 90%; }

  .gemini-circles .gemini-circles-content .gemini-circle-hidden-content {
    background-color: rgba(204, 204, 204, 0.95); } }
@media all and (min-width: 1024px) {
  .gemini-circles-content .column.xl-span1 {
    width: 12.5%; } }
@media all and (min-width: 660px) {
  .nova-features-content .md-span6:nth-child(2n+1), .nova-team-members-content .md-span6:nth-child(2n+1) {
    clear: both; }

  #secondary-menu-container ul a {
    display: block;
    font-size: 16px; } }
@media all and (min-width: 850px) {
  .nova-features-content .md-span6:nth-child(2n+1), .nova-team-members-content .md-span6:nth-child(2n+1) {
    clear: none; }
  .nova-features-content .lg-span3:nth-child(4n+1), .nova-team-members-content .lg-span3:nth-child(4n+1) {
    clear: both; }
  .nova-features-content .lg-span4:nth-child(3n+1), .nova-team-members-content .lg-span4:nth-child(3n+1) {
    clear: both; } }
@media all and (max-width: 660px) {
  .owl-item p {
    line-height: 20px; }

  .mobilehide {
    display: none; }

  #secondary-nav-menu {
    margin-right: 25px; }
    #secondary-nav-menu ul li {
      margin-left: 10px; }
      #secondary-nav-menu ul li a {
        padding: 0; } }
