/*
Theme Name: Prescience Point
Description: Prescience Point Theme
Author: North Street Creative
Author URI: http://northstreetcreative.com
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, .gform_confirmation_wrapper, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  -webkit-transition: color 0.5s ease, border 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, border 0.5s ease, background 0.5s ease; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* --- CLEARFIX --- */
.clearfix {
  display: block;
  zoom: 1; }
  .clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden; }

@font-face {
  font-family: "seekingalpha";
  src: url("fonts/seekingalpha.eot");
  src: url("fonts/seekingalpha.eot?#iefix") format("embedded-opentype"), url("fonts/seekingalpha.woff") format("woff"), url("fonts/seekingalpha.ttf") format("truetype"), url("fonts/seekingalpha.svg#seekingalpha") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "seekingalpha" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "seekingalpha" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alpha:before {
  content: "\61"; }

/*
Ability to set font size, line height, and font size for each breakpoint
Headings usually have setup scale of 1, .95, .9, .85, .8, .75
*/
/*
Ability to set columns, margins, how many columns for each breakpoint, and margins for each breakpoint
For scaling down margin relatively, 1, .9, .8, .7, .6, .5 works well
*/
html {
  font-size: 16px; }

body {
  color: #000000;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #666666; }
  a:hover {
    color: #000000; }

.maxWidth {
  margin: 0px auto;
  max-width: 1300px;
  width: 100%; }

.centerLink {
  text-align: center;
  width: 100%;
  display: block; }

.smallWidth {
  width: 100%;
  max-width: 800px;
  margin: 0px auto; }
  @media only screen and (max-width: 1300px) {
    .smallWidth {
      width: calc(100% - 40px); } }

.fullWidth {
  width: 100%; }

.flexWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flexCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.textCenter {
  text-align: center; }

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

.grayBack {
  background: #f3f4f6; }

a img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-filter: blur(0);
          filter: blur(0); }
  a img:hover {
    opacity: 0.7; }

sup {
  font-size: 40%;
  vertical-align: text-top;
  margin-left: 2px;
  position: relative;
  top: 4px; }

.pageTitle {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px; }

.buttonWrapper {
  margin-top: 30px;
  width: 100%;
  text-align: center; }

.standardButton {
  color: #ffffff;
  padding: 15px 25px;
  border: 2px solid #D1B484;
  font-family: "Oswald",sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 3px;
  -webkit-box-shadow: inset 0 0 0 0 #D1B484;
          box-shadow: inset 0 0 0 0 #D1B484;
  -webkit-transition: color 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: color 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, color 0.5s ease;
  transition: box-shadow 0.5s ease, color 0.5s ease, -webkit-box-shadow 0.5s ease; }
  .standardButton.dark {
    color: #000000; }
    .standardButton.dark:hover {
      color: #ffffff; }

.standardButton:hover {
  -webkit-box-shadow: inset 300px 0 0 0 #D1B484;
          box-shadow: inset 300px 0 0 0 #D1B484;
  color: #ffffff; }

.arrowLink, .arrowBackLink {
  color: #41687A;
  border-bottom: 1px solid #41687A;
  font-size: 16px;
  line-height: 1.35;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 5px;
  display: inline-block; }
  .arrowLink:hover, .arrowBackLink:hover {
    color: #1F3C62;
    border-bottom: 1px solid #1F3C62; }
  .arrowLink:after, .arrowBackLink:after {
    font-family: "Ionicons";
    font-weight: normal;
    font-style: normal;
    position: absolute;
    padding-left: 5px;
    content: "\f3d6";
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .arrowLink:hover:after, .arrowBackLink:hover:after {
    padding-left: 10px; }

.arrowBackLink {
  margin-left: 20px; }
  .arrowBackLink:before {
    font-family: "Ionicons";
    font-weight: normal;
    font-style: normal;
    position: absolute;
    padding-right: 5px;
    content: "\f3d5";
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: -20px; }
  .arrowBackLink:after {
    content: ""; }
  .arrowBackLink:hover:before {
    margin-left: -25px; }

/*
PAGINATION
*/
.navigation {
  text-align: center;
  color: #5D6164; }
  .navigation ul {
    margin-left: 0px;
    padding-left: 0px !important;
    margin-bottom: 0px !important; }
  .navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    color: #ffffff !important; }
  .navigation li {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0px !important; }
    .navigation li:before {
      display: none; }
    .navigation li a {
      color: #5D6164 !important; }
      .navigation li a:after {
        display: none !important; }
    .navigation li a:hover {
      color: #D1B484 !important; }
    .navigation li.active a {
      color: #ffffff;
      background: #D1B484;
      cursor: default;
      pointer-events: none;
      padding: 5px 15px; }

.smallWidth .content {
  border: none; }

.contentWrapper {
  position: relative; }
  .contentWrapper .bar {
    width: 2px;
    height: 0px;
    background: #ffffff;
    top: 0px;
    left: 50%;
    position: absolute;
    -webkit-transition: height 1.5s ease;
    transition: height 1.5s ease; }
    .contentWrapper .bar.animate {
      height: 100px; }
    .contentWrapper .bar.mediumBlue {
      background: #41687A; }
    .contentWrapper .bar.darkBlue {
      background: #1F3C62; }
  .contentWrapper.barPage {
    padding-top: 100px; }
  .contentWrapper .blue {
    color: #1F3C62;
    font-weight: 700;
    display: block;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px; }

.content hr {
  border: 0;
  height: 2px;
  background: #e1e8f0;
  margin-bottom: 40px; }

.content p, .content ul, .content ol, .content .group {
  font-size: 15px;
  line-height: 1.85;
  color: #5D6164;
  font-family: "Poppins",sans-serif;
  font-weight: 400; }
  .content p a, .content ul a, .content ol a, .content .group a {
    position: relative;
    display: inline-block;
    color: #5D6164; }
    .content p a:hover, .content ul a:hover, .content ol a:hover, .content .group a:hover {
      color: #D1B484; }
    .content p a:after, .content ul a:after, .content ol a:after, .content .group a:after {
      display: block;
      content: '';
      background: #D1B484;
      width: 100%;
      height: 2px;
      position: relative;
      -webkit-transition: width 0.5s ease;
      transition: width 0.5s ease;
      bottom: 3px; }

.content ul {
  padding-left: 25px;
  position: relative;
  margin-bottom: 40px; }

.content ol {
  list-style: none;
  list-style: auto;
  padding-left: 15px;
  margin-bottom: 40px; }
  .content ol li {
    margin-bottom: 20px; }

.content ul li {
  margin-bottom: 20px;
  position: relative; }
  .content ul li:before {
    font-family: "Ionicons";
    font-weight: normal;
    font-style: normal;
    content: "\f3d1";
    color: #D1B484;
    position: absolute;
    left: -25px;
    top: -2px; }

.content .checks ul li:before {
  content: "\f3fd";
  font-size: 30px;
  margin-top: -14px; }

.content.largeText p {
  font-size: 20px;
  line-height: 1.85;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .content.largeText p {
      font-size: 19px; } }
  @media only screen and (max-width: 768px) {
    .content.largeText p {
      font-size: 18px; } }
  @media only screen and (max-width: 480px) {
    .content.largeText p {
      font-size: 17px; } }
  @media only screen and (max-width: 320px) {
    .content.largeText p {
      font-size: 16px; } }

.content.page h2, .content.page h3 {
  margin-top: 20px; }

.content.page p, .content.page ul, .content.page ol {
  margin-bottom: 40px; }

.content.page .small p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 20px; }

.content .alignleft {
  float: left;
  width: calc(50% - 60px);
  margin-right: 60px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .content .alignleft {
      margin-right: 40px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .content .alignleft {
      float: none;
      width: 100%; } }

.content .arrowLink, .content .arrowBackLink {
  margin-bottom: 40px; }

h1 {
  font-size: 54px;
  line-height: 1.35;
  font-family: "Oswald",sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000; }
  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 51px; } }
  @media only screen and (max-width: 960px) {
    h1 {
      font-size: 49px; } }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 46px; } }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 43px; } }
  @media only screen and (max-width: 320px) {
    h1 {
      font-size: 41px; } }

h2 {
  font-size: 28px;
  line-height: 1.35;
  font-family: "Oswald",sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000; }
  @media only screen and (max-width: 1200px) {
    h2 {
      font-size: 27px; } }
  @media only screen and (max-width: 960px) {
    h2 {
      font-size: 25px; } }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 22px; } }
  @media only screen and (max-width: 320px) {
    h2 {
      font-size: 21px; } }

h3 {
  font-size: 24px;
  line-height: 1.35;
  font-family: "Oswald",sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000; }
  @media only screen and (max-width: 1200px) {
    h3 {
      font-size: 23px; } }
  @media only screen and (max-width: 960px) {
    h3 {
      font-size: 22px; } }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 20px; } }
  @media only screen and (max-width: 480px) {
    h3 {
      font-size: 19px; } }
  @media only screen and (max-width: 320px) {
    h3 {
      font-size: 18px; } }

h4, .gform_confirmation_wrapper {
  font-size: 17px;
  line-height: 1.35;
  font-family: "Oswald",sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: #D1B484; }

h5 {
  font-size: 17px;
  line-height: 1.35;
  font-family: "Oswald",sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: #9CC7F1; }

h6 {
  font-size: 14px;
  line-height: 1.35;
  font-family: "Oswald",sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: #D1B484; }

p {
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  color: #5D6164; }

h1, h2, h3, h4, .gform_confirmation_wrapper, h5, h6, p {
  margin-bottom: 40px; }

form {
  font-size: 0px; }

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type="text"], textarea {
  height: 48px;
  border: 2px solid #C9CDD1;
  line-height: 44px;
  font-size: 15px;
  padding: 0px 10px;
  vertical-align: top;
  color: #000000; }

::-webkit-input-placeholder {
  color: #5D6164;
  opacity: 1; }

:-ms-input-placeholder {
  color: #5D6164;
  opacity: 1; }

::-ms-input-placeholder {
  color: #5D6164;
  opacity: 1; }

::placeholder {
  color: #5D6164;
  opacity: 1; }

.submit {
  margin-left: 7px;
  line-height: 44px;
  height: 48px;
  padding: 0px 20px;
  vertical-align: top;
  color: #000000;
  background: none; }

.contentVerticalPadding {
  padding: 80px 0px 120px; }
  .contentVerticalPadding.noTopPad {
    padding-top: 0px !important; }
  .contentVerticalPadding.noBottomPad {
    padding-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .contentVerticalPadding {
      padding: 50px 0px; } }

.reveal {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  .reveal.inView {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.newsMeta {
  font-family: "Oswald",sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
  display: block; }

.center {
  text-align: center; }

.headingCenter {
  text-align: center; }

.imageLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media only screen and (min-width: 1300px) and (max-width: 9999px) {
    .imageLinks .linkItem {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 50px - .05px)/3); }
      .imageLinks .linkItem:nth-child(3n+3), .imageLinks .linkItem:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .imageLinks .linkItem {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 50px - .05px)/3); }
      .imageLinks .linkItem:nth-child(3n+3), .imageLinks .linkItem:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 960px) and (max-width: 1200px) {
    .imageLinks .linkItem {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 50px - .05px)/3); }
      .imageLinks .linkItem:nth-child(3n+3), .imageLinks .linkItem:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .imageLinks .linkItem {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 50px - .05px)/3); }
      .imageLinks .linkItem:nth-child(3n+3), .imageLinks .linkItem:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .imageLinks .linkItem {
      margin-bottom: 25px;
      margin-right: 25px !important;
      width: calc((100% - 25px)/2); }
      .imageLinks .linkItem:nth-child(2n+2), .imageLinks .linkItem:last-of-type {
        margin-right: 0px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 480px) {
    .imageLinks .linkItem {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 0px)/1); }
      .imageLinks .linkItem:nth-child(1n+1), .imageLinks .linkItem:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 0px) and (max-width: 320px) {
    .imageLinks .linkItem {
      margin-bottom: 25px;
      margin-right: 25px;
      width: calc((100% - 0px)/1); }
      .imageLinks .linkItem:nth-child(1n+1), .imageLinks .linkItem:last-of-type {
        margin-right: 0px; } }

.itemTitle {
  color: #41687A;
  letter-spacing: 1px;
  display: inline-block;
  margin: 20px 0px 10px; }
  .itemTitle a {
    color: #41687A; }
    .itemTitle a:hover {
      color: #1F3C62; }

.itemSubtitle {
  color: #5D6164;
  font-size: 16px;
  line-height: 1.35;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  display: block; }
  .itemSubtitle.secondary {
    margin-top: 10px; }

.imageCaption {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  padding: 30px 35px;
  background: #1F3C62;
  color: #ffffff; }
  .imageCaption .imageCaptionTitle {
    font-size: 24px;
    line-height: 1;
    font-family: "Oswald",sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block; }
    @media only screen and (max-width: 768px) {
      .imageCaption .imageCaptionTitle {
        font-size: 22px; } }
    @media only screen and (max-width: 480px) {
      .imageCaption .imageCaptionTitle {
        font-size: 19px; } }
    @media only screen and (max-width: 320px) {
      .imageCaption .imageCaptionTitle {
        font-size: 17px; } }
  .imageCaption .imageCaptionLocation {
    font-size: 14px;
    line-height: 1;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    display: block; }
    @media only screen and (max-width: 768px) {
      .imageCaption .imageCaptionLocation {
        font-size: 13px; } }
    @media only screen and (max-width: 480px) {
      .imageCaption .imageCaptionLocation {
        font-size: 11px; } }
    @media only screen and (max-width: 320px) {
      .imageCaption .imageCaptionLocation {
        font-size: 10px; } }
  @media only screen and (max-width: 768px) {
    .imageCaption {
      padding: 20px 25px; } }

.marginBottom {
  margin-bottom: 40px; }

.boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0px 50px; }
  @media only screen and (max-width: 768px) {
    .boxes {
      padding: 0px 20px; } }

.box {
  text-align: left;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0px; }
  @media only screen and (min-width: 1300px) and (max-width: 9999px) {
    .box {
      margin-bottom: 30px;
      margin-right: 30px;
      width: calc((100% - 60px - .05px)/3); }
      .box:nth-child(3n+3), .box:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .box {
      margin-bottom: 30px;
      margin-right: 30px;
      width: calc((100% - 60px - .05px)/3); }
      .box:nth-child(3n+3), .box:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 960px) and (max-width: 1200px) {
    .box {
      margin-bottom: 30px;
      margin-right: 30px;
      width: calc((100% - 60px - .05px)/3); }
      .box:nth-child(3n+3), .box:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .box {
      margin-bottom: 30px;
      margin-right: 30px;
      width: calc((100% - 0px - .05px)/1); }
      .box:nth-child(1n+1), .box:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .box {
      margin-bottom: 30px;
      margin-right: 30px !important;
      width: calc((100% - 0px)/1); }
      .box:nth-child(1n+1), .box:last-of-type {
        margin-right: 0px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 480px) {
    .box {
      margin-bottom: 30px;
      margin-right: 30px;
      width: calc((100% - 0px)/1); }
      .box:nth-child(1n+1), .box:last-of-type {
        margin-right: 0px; } }
  @media only screen and (min-width: 0px) and (max-width: 320px) {
    .box {
      margin-bottom: 30px;
      margin-right: 30px;
      width: calc((100% - 0px)/1); }
      .box:nth-child(1n+1), .box:last-of-type {
        margin-right: 0px; } }
  .box a {
    display: block;
    padding: 40px; }
  .box:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    top: -10px; }
    @media only screen and (max-width: 960px) {
      .box:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        top: 0px; } }

.headerWrapper {
  width: 100%;
  padding: 0px 50px;
  position: absolute;
  z-index: 50; }
  .headerWrapper.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #ffffff;
    z-index: 98;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
    .headerWrapper.sticky .header .mobileMenuButton, .headerWrapper.sticky .header .mobileMenuClose {
      color: #000000; }
    .headerWrapper.sticky .header .logoDark {
      display: inline-block; }
    .headerWrapper.sticky .header .logoLight {
      display: none; }
    .headerWrapper.sticky .header ul li a {
      height: 90px;
      line-height: 90px;
      font-size: 14px;
      color: #000000; }
      .headerWrapper.sticky .header ul li a:hover {
        color: #000000; }
      .headerWrapper.sticky .header ul li a:after {
        bottom: 25px; }
    .headerWrapper.sticky .header .socialLink {
      height: 90px;
      line-height: 90px;
      color: #D1B484; }
      @media only screen and (max-width: 1000px) {
        .headerWrapper.sticky .header .socialLink {
          height: 60px;
          line-height: 60px; } }
      .headerWrapper.sticky .header .socialLink:hover {
        color: #1F3C62; }
    .headerWrapper.sticky .header .current-menu-item a:after, .headerWrapper.sticky .header .current-menu-ancestor a:after, .headerWrapper.sticky .header .current_page_item a:after, .headerWrapper.sticky .header .current-page-ancestor a:after {
      bottom: 25px; }
    @media only screen and (max-width: 1000px) {
      .headerWrapper.sticky .topNav {
        position: fixed;
        padding-bottom: 40px; }
      .headerWrapper.sticky ul li a {
        height: auto;
        line-height: 1;
        padding: 0px !important; }
        .headerWrapper.sticky ul li a:after {
          display: none !important; } }
  .headerWrapper.dark {
    background: #ffffff; }
    .headerWrapper.dark .header .mobileMenuButton, .headerWrapper.dark .header .mobileMenuClose {
      color: #000000; }
    .headerWrapper.dark .header .logoDark {
      display: inline-block; }
    .headerWrapper.dark .header .logoLight {
      display: none; }
    .headerWrapper.dark .header ul li a {
      color: #000000; }
      .headerWrapper.dark .header ul li a:hover {
        color: #000000; }
    .headerWrapper.dark .header .socialLink {
      color: #D1B484; }
      .headerWrapper.dark .header .socialLink:hover {
        color: #1F3C62; }
  @media only screen and (max-width: 1000px) {
    .headerWrapper {
      height: 60px;
      padding: 0px; }
      .headerWrapper .topNav {
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        display: none;
        top: 60px;
        left: 0px;
        z-index: 9999;
        position: absolute;
        width: 100%;
        background: #ffffff;
        overflow: hidden;
        text-align: center; }
        .headerWrapper .topNav.open {
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .headerWrapper .topNav li {
          width: calc(100% - 40px);
          margin: 0px auto;
          display: block;
          border-top: none; }
          .headerWrapper .topNav li:hover {
            border-top: none; }
        .headerWrapper .topNav li a {
          height: auto;
          display: block;
          line-height: 1.35;
          padding: 10px 20px 10px 0px;
          margin-top: 0px; }
          .headerWrapper .topNav li a:hover {
            color: #ffffff; }
        .headerWrapper .topNav .current-menu-item,
        .headerWrapper .topNav .current-menu-ancestor,
        .headerWrapper .topNav .current-page-item,
        .headerWrapper .topNav .current-page-ancestor {
          border-top: none; }
          .headerWrapper .topNav .current-menu-item a,
          .headerWrapper .topNav .current-menu-ancestor a,
          .headerWrapper .topNav .current-page-item a,
          .headerWrapper .topNav .current-page-ancestor a {
            color: #ffffff; }
          .headerWrapper .topNav .current-menu-item:hover,
          .headerWrapper .topNav .current-menu-ancestor:hover,
          .headerWrapper .topNav .current-page-item:hover,
          .headerWrapper .topNav .current-page-ancestor:hover {
            border-top: none; } }
  .headerWrapper .header {
    margin: 0px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .headerWrapper .header img {
      height: 42px;
      width: auto;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1); }
      @media only screen and (max-width: 320px) {
        .headerWrapper .header img {
          height: 25px !important; } }
    .headerWrapper .header .logo {
      margin-right: auto;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .headerWrapper .header .logoDark {
      display: none; }
    .headerWrapper .header .mobileMenuClose {
      font-size: 28px;
      width: 21px;
      text-align: center;
      color: #ffffff;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      cursor: pointer;
      display: none;
      height: 60px;
      width: 60px;
      line-height: 60px;
      padding-top: 2px; }
    .headerWrapper .header .mobileMenuButton {
      font-size: 28px;
      width: 21px;
      color: #ffffff;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      cursor: pointer;
      display: none;
      text-align: center;
      width: 60px;
      height: 60px;
      line-height: 60px;
      padding-top: 2px; }
      @media only screen and (max-width: 1000px) {
        .headerWrapper .header .mobileMenuButton {
          display: inline-block;
          color: #ffffff; } }
    .headerWrapper .header .socialLink {
      height: 120px;
      font-size: 24px;
      line-height: 120px;
      color: #ffffff;
      margin-left: 15px; }
      .headerWrapper .header .socialLink:hover {
        color: #D1B484; }
      .headerWrapper .header .socialLink i {
        position: relative;
        top: 2px; }
        @media only screen and (max-width: 480px) {
          .headerWrapper .header .socialLink i {
            margin-right: 10px !important; } }
      .headerWrapper .header .socialLink.twitter {
        margin-left: 50px; }
        @media only screen and (max-width: 1000px) {
          .headerWrapper .header .socialLink.twitter {
            margin-left: 0px !important; } }
      .headerWrapper .header .socialLink.alpha i {
        top: 2px;
        font-size: 18px; }
    .headerWrapper .header ul {
      font-size: 0px; }
      .headerWrapper .header ul li {
        display: inline-block; }
        .headerWrapper .header ul li:last-of-type a {
          padding-right: 0px; }
        .headerWrapper .header ul li a {
          height: 120px;
          display: block;
          font-size: 14px;
          line-height: 1.35;
          font-family: "Oswald",sans-serif;
          letter-spacing: 3px;
          text-transform: uppercase;
          font-weight: 400;
          text-transform: uppercase;
          line-height: 120px;
          padding: 0px 30px;
          color: #ffffff;
          -webkit-transition: none;
          transition: none; }
          .headerWrapper .header ul li a:hover {
            color: #ffffff; }
          .headerWrapper .header ul li a:after {
            display: block;
            content: '';
            background: #D1B484;
            width: 0px;
            height: 2px;
            position: relative;
            -webkit-transition: width 0.5s ease;
            transition: width 0.5s ease;
            bottom: 40px; }
          .headerWrapper .header ul li a:hover:after {
            width: 100%; }
    .headerWrapper .header .current-menu-item a, .headerWrapper .header .current-menu-ancestor a, .headerWrapper .header .current_page_item a, .headerWrapper .header .current-page-ancestor a {
      color: #ffffff; }
    .headerWrapper .header .current-menu-item a:after, .headerWrapper .header .current-menu-ancestor a:after, .headerWrapper .header .current_page_item a:after, .headerWrapper .header .current-page-ancestor a:after {
      display: block;
      content: '';
      background: #D1B484;
      width: 100%;
      height: 2px;
      position: relative;
      bottom: 40px; }
    @media only screen and (max-width: 1000px) {
      .headerWrapper .header {
        width: 100%;
        height: 60px;
        padding-left: 20px; }
        .headerWrapper .header img {
          height: 32px; }
        .headerWrapper .header .socialLink {
          margin-left: 0px;
          height: 60px;
          font-size: 24px;
          line-height: 60px;
          display: inline-block; }
          .headerWrapper .header .socialLink i {
            position: relative;
            margin-right: 20px; }
          .headerWrapper .header .socialLink.alpha i {
            margin-right: 0px !important; } }

.signupWrapper {
  padding: 30px 50px 120px;
  border-top: 6px solid #1F3C62; }
  .signupWrapper h3 {
    margin-bottom: 0px;
    padding-top: 6px;
    float: left; }
    @media only screen and (max-width: 1200px) {
      .signupWrapper h3 {
        margin-bottom: 20px;
        text-align: center;
        float: none; } }
  .signupWrapper .signupForm {
    float: right; }
    @media only screen and (max-width: 1200px) {
      .signupWrapper .signupForm {
        float: none;
        text-align: center; } }
  @media only screen and (max-width: 1200px) {
    .signupWrapper {
      padding: 30px 20px 50px; } }
  .signupWrapper input[type="text"] {
    width: 270px; }
    @media only screen and (max-width: 480px) {
      .signupWrapper input[type="text"] {
        width: 50%; } }

.footerWrapper {
  background: #1F3C62; }

.footer {
  color: #ffffff;
  padding: 70px 50px; }
  .footer a {
    color: #ffffff;
    position: relative;
    display: inline-block; }
    .footer a:after {
      display: block;
      content: '';
      background: #9CC7F1;
      width: 0px;
      height: 2px;
      position: relative;
      -webkit-transition: width 0.5s ease;
      transition: width 0.5s ease;
      bottom: -2px; }
    .footer a:hover:after {
      width: 100%; }
  .footer h5 {
    font-size: 14px; }
  .footer .footerColumn1 {
    margin-right: auto; }
    .footer .footerColumn1 img {
      width: auto;
      height: 50px;
      max-width: 100%;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1); }
      @media only screen and (max-width: 480px) {
        .footer .footerColumn1 img {
          height: 40px; } }
    @media only screen and (max-width: 768px) {
      .footer .footerColumn1 {
        width: 100%;
        margin-bottom: 30px; } }
  .footer .footerColumn3, .footer .footerColumn4 {
    margin-left: 10%; }
    @media only screen and (max-width: 768px) {
      .footer .footerColumn3, .footer .footerColumn4 {
        margin-left: 0px; } }
  .footer .footerColumn2 h4, .footer .footerColumn2 .gform_confirmation_wrapper, .footer .footerColumn3 h4, .footer .footerColumn3 .gform_confirmation_wrapper, .footer .footerColumn4 h4, .footer .footerColumn4 .gform_confirmation_wrapper {
    color: #A9DFF5;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 20px; }
  .footer .footerColumn2 p, .footer .footerColumn3 p, .footer .footerColumn4 p {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .footer .footerColumn2, .footer .footerColumn3, .footer .footerColumn4 {
      width: 50%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 1300px) {
    .footer {
      padding: 40px 20px 0px; } }
  @media only screen and (max-width: 768px) {
    .footer {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  @media only screen and (max-width: 480px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footerBottom {
  padding: 20px 50px;
  border-top: 1px solid #335077;
  border-bottom: 1px solid #335077; }
  .footerBottom p {
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 0px; }
    .footerBottom p a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }
      .footerBottom p a:hover {
        color: #9CC7F1;
        border-bottom: 1px solid #9CC7F1; }
  .footerBottom .footerBottomRight i {
    font-size: 25px; }
  .footerBottom .footerBottomRight .icon-alpha {
    position: relative;
    top: 0px;
    font-size: 18px; }
  .footerBottom .footerBottomRight a {
    color: #ffffff;
    margin-left: 20px; }
    .footerBottom .footerBottomRight a:hover {
      color: #D1B484; }
  .footerBottom .footerBottomLeft {
    margin-right: auto; }
    @media only screen and (max-width: 480px) {
      .footerBottom .footerBottomLeft {
        margin-bottom: 20px; } }
  .footerBottom .footerBottomRight {
    min-width: 150px; }
    @media only screen and (max-width: 480px) {
      .footerBottom .footerBottomRight a:first-of-type {
        margin-left: 0px; } }
  @media only screen and (max-width: 1300px) {
    .footerBottom {
      padding: 20px; } }
  @media only screen and (max-width: 480px) {
    .footerBottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footerDisclaimer {
  padding: 20px 50px; }
  .footerDisclaimer p {
    color: #6F90AF;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
    line-height: 21px; }
  @media only screen and (max-width: 1300px) {
    .footerDisclaimer {
      padding: 20px; } }

.heroWrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 960px) {
    .heroWrapper {
      min-height: 350px; } }
  .heroWrapper .notFoundHeading {
    max-width: 800px; }
  .heroWrapper.short {
    min-height: 480px; }
    @media only screen and (max-width: 960px) {
      .heroWrapper.short {
        min-height: 350px; } }
  .heroWrapper .bar {
    width: 2px;
    height: 0px;
    background: #ffffff;
    bottom: 0px;
    left: 50%;
    position: absolute;
    -webkit-transition: height 1.5s ease;
    transition: height 1.5s ease; }
    .heroWrapper .bar.animate {
      height: 100px !important; }
  .heroWrapper .homeBarWrapper {
    bottom: 0px;
    height: 100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .heroWrapper .homeBarWrapper .bar {
      width: 2px;
      height: 0px;
      background: #ffffff;
      display: inline-block;
      left: 50px; }
      @media only screen and (max-width: 480px) {
        .heroWrapper .homeBarWrapper .bar {
          left: 50%; } }
    @media only screen and (max-width: 480px) {
      .heroWrapper .homeBarWrapper {
        position: absolute;
        left: 0px;
        -webkit-transform: none;
                transform: none;
        width: 100%; } }
  .heroWrapper .heroContent {
    padding: 125px 50px; }
    .heroWrapper .heroContent.heroPage h1 {
      margin-bottom: 0px; }
    @media only screen and (max-width: 960px) {
      .heroWrapper .heroContent {
        padding: 120px 50px !important; } }
    .heroWrapper .heroContent h1 {
      font-family: "Oswald",sans-serif;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 54px;
      line-height: 1.35;
      color: #ffffff;
      text-transform: uppercase; }
      @media only screen and (max-width: 1200px) {
        .heroWrapper .heroContent h1 {
          font-size: 51px; } }
      @media only screen and (max-width: 960px) {
        .heroWrapper .heroContent h1 {
          font-size: 49px; } }
      @media only screen and (max-width: 768px) {
        .heroWrapper .heroContent h1 {
          font-size: 46px; } }
      @media only screen and (max-width: 480px) {
        .heroWrapper .heroContent h1 {
          font-size: 43px; } }
      @media only screen and (max-width: 320px) {
        .heroWrapper .heroContent h1 {
          font-size: 41px; } }
    .heroWrapper .heroContent .disclaimerText {
      font-size: 12px;
      color: #ffffff;
      display: block;
      font-family: "Poppins",sans-serif;
      font-weight: 400;
      margin-top: 30px; }
      .heroWrapper .heroContent .disclaimerText a {
        color: #ffffff;
        border-bottom: 1px solid #D1B484; }
        .heroWrapper .heroContent .disclaimerText a:hover {
          color: #D1B484; }
      @media only screen and (max-width: 480px) {
        .heroWrapper .heroContent .disclaimerText {
          font-size: 10px; } }
    .heroWrapper .heroContent.researchPage p {
      font-size: 17px;
      line-height: 1.35;
      color: #ffffff;
      max-width: 800px;
      margin: 0px auto 40px; }
    @media only screen and (max-width: 480px) {
      .heroWrapper .heroContent.researchPage h1 {
        font-size: 36px; } }
    @media only screen and (max-width: 320px) {
      .heroWrapper .heroContent.researchPage h1 {
        font-size: 30px; } }
    .heroWrapper .heroContent.researchMainPage {
      padding: 125px 50px 90px; }
      .heroWrapper .heroContent.researchMainPage p {
        font-size: 15px;
        line-height: 1.85;
        color: #ffffff;
        margin-bottom: 40px;
        max-width: 50%;
        padding-right: 20px; }
        @media only screen and (max-width: 1000px) {
          .heroWrapper .heroContent.researchMainPage p {
            max-width: 100%;
            padding-right: 0px; } }
      .heroWrapper .heroContent.researchMainPage h1 {
        max-width: 50%;
        padding-right: 20px; }
        @media only screen and (max-width: 1000px) {
          .heroWrapper .heroContent.researchMainPage h1 {
            max-width: 100%;
            padding-right: 0px; } }
        @media only screen and (max-width: 480px) {
          .heroWrapper .heroContent.researchMainPage h1 {
            font-size: 36px; } }
        @media only screen and (max-width: 320px) {
          .heroWrapper .heroContent.researchMainPage h1 {
            font-size: 30px; } }
  @media only screen and (max-width: 480px) {
    .heroWrapper.homeHero .heroContent {
      text-align: center; } }
  .heroWrapper.homeHero .standardButton {
    opacity: 0;
    margin-left: 50px; }
  .heroWrapper.homeHero h1 {
    max-width: 40%;
    letter-spacing: 5px;
    font-size: 64px;
    line-height: 1.35; }
    .heroWrapper.homeHero h1 span {
      opacity: 0; }
    @media only screen and (max-width: 1200px) {
      .heroWrapper.homeHero h1 {
        font-size: 61px; } }
    @media only screen and (max-width: 960px) {
      .heroWrapper.homeHero h1 {
        font-size: 58px; } }
    @media only screen and (max-width: 768px) {
      .heroWrapper.homeHero h1 {
        font-size: 54px; } }
    @media only screen and (max-width: 480px) {
      .heroWrapper.homeHero h1 {
        font-size: 51px; } }
    @media only screen and (max-width: 320px) {
      .heroWrapper.homeHero h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 960px) {
      .heroWrapper.homeHero h1 {
        max-width: 100%; } }
    @media only screen and (max-width: 480px) {
      .heroWrapper.homeHero h1 {
        text-align: center;
        font-size: 36px; } }

.homeContent {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0px; }
  .homeContent p {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75;
    color: #5D6164; }
  @media only screen and (max-width: 1024px) {
    .homeContent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0px 0px 50px; } }
  .homeContent .homeContentHalf {
    width: 50%; }
    @media only screen and (max-width: 1200px) {
      .homeContent .homeContentHalf {
        width: 100%; } }
    .homeContent .homeContentHalf.left {
      padding: 60px 80px; }
      @media only screen and (max-width: 480px) {
        .homeContent .homeContentHalf.left {
          padding: 150px 20px 50px;
          text-align: center; } }
      .homeContent .homeContentHalf.left p {
        margin-bottom: 0px; }
      .homeContent .homeContentHalf.left .signupForm {
        margin-top: 50px; }
        .homeContent .homeContentHalf.left .signupForm input[type="text"] {
          width: 270px; }
          @media only screen and (max-width: 768px) {
            .homeContent .homeContentHalf.left .signupForm input[type="text"] {
              width: 50%; } }
        @media only screen and (max-width: 480px) {
          .homeContent .homeContentHalf.left .signupForm {
            margin-bottom: 40px; } }
    .homeContent .homeContentHalf.right {
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      padding: 70px; }
      @media only screen and (max-width: 480px) {
        .homeContent .homeContentHalf.right {
          padding: 50px 20px; } }
    .homeContent .homeContentHalf .newsItem {
      margin-bottom: 40px;
      color: #ffffff; }
      .homeContent .homeContentHalf .newsItem a {
        color: #ffffff;
        position: relative;
        display: inline-block; }
        .homeContent .homeContentHalf .newsItem a:after {
          display: block;
          content: '';
          background: #9CC7F1;
          width: 0px;
          height: 2px;
          position: relative;
          -webkit-transition: width 0.5s ease;
          transition: width 0.5s ease;
          bottom: -2px; }
        .homeContent .homeContentHalf .newsItem a:hover:after {
          width: 100%; }
      .homeContent .homeContentHalf .newsItem h3 {
        margin-bottom: 15px; }
      .homeContent .homeContentHalf .newsItem p {
        color: #ffffff;
        font-size: 15px; }
      .homeContent .homeContentHalf .newsItem:last-of-type {
        margin-bottom: 0px; }
  .homeContent .bar {
    width: 2px;
    height: 0px;
    background: #1F3C62;
    top: 0px;
    left: 50px;
    position: absolute;
    -webkit-transition: height 1.5s ease;
    transition: height 1.5s ease; }
    .homeContent .bar.animate {
      height: 218px; }
      @media only screen and (max-width: 480px) {
        .homeContent .bar.animate {
          height: 100px; } }
    @media only screen and (max-width: 480px) {
      .homeContent .bar {
        left: 50%;
        height: 0px; } }

.researchArea {
  position: relative;
  padding: 120px 0px; }
  @media only screen and (max-width: 1200px) {
    .researchArea {
      padding: 0px 0px 70px; } }
  @media only screen and (max-width: 480px) {
    .researchArea {
      padding-bottom: 70px; } }
  .researchArea .watermark {
    font-family: "Oswald",sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 134px;
    line-height: 1;
    color: #EBF0F5;
    position: absolute;
    z-index: -1;
    top: 0px; }
    @media only screen and (max-width: 1200px) {
      .researchArea .watermark {
        font-size: 28px;
        line-height: 1.35;
        font-family: "Oswald",sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        color: #000000;
        top: auto;
        z-index: 1;
        position: relative; } }

.contactDetails .contactInfo {
  width: 50%;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .contactDetails .contactInfo {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .contactDetails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.gform_wrapper {
  max-width: 450px !important;
  margin: 0px auto !important;
  padding-bottom: 70px; }
  .gform_wrapper ul li:before {
    display: none; }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important; }
  .gform_wrapper .validation_error {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.35 !important;
    max-width: 100% !important; }
  .gform_wrapper input, .gform_wrapper textarea {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .gform_wrapper .gfield label {
    display: none !important; }
  .gform_wrapper .button {
    line-height: 44px;
    height: 48px;
    padding: 0px 20px;
    vertical-align: top;
    color: #000000;
    background: none;
    font-size: 15px !important; }
    .gform_wrapper .button:hover {
      -webkit-box-shadow: inset 450px 0 0 0 #D1B484;
              box-shadow: inset 450px 0 0 0 #D1B484; }
  .gform_wrapper .ginput_container_fileupload {
    cursor: pointer;
    position: relative;
    height: 48px;
    border: 2px solid #C9CDD1;
    line-height: 44px;
    font-size: 15px;
    padding: 0px 10px; }
    .gform_wrapper .ginput_container_fileupload input {
      opacity: 0;
      z-index: 50;
      position: relative;
      height: 48px !important;
      width: 100% !important;
      padding: 0px !important;
      cursor: pointer; }
    .gform_wrapper .ginput_container_fileupload .uploadInstructions {
      z-index: 49;
      position: absolute;
      left: 10px;
      top: 0px; }
      .gform_wrapper .ginput_container_fileupload .uploadInstructions i {
        font-size: 32px;
        position: relative;
        top: 3px;
        margin-right: 10px; }
      .gform_wrapper .ginput_container_fileupload .uploadInstructions .instructionsText {
        position: relative;
        top: -3px;
        display: inline-block; }

.gform_confirmation_wrapper {
  text-align: center;
  padding: 50px 0px 70px; }

.post .postHeading {
  margin-top: 70px;
  text-align: center; }
  .post .postHeading h1 {
    margin-bottom: 70px; }

.post p, .post img {
  margin-bottom: 40px; }

.post .wp-caption-text {
  margin-top: -20px;
  font-size: 14px;
  line-height: 1.35;
  font-family: "Poppins",sans-serif;
  font-weight: 400; }

.post .contentVerticalPadding {
  padding-bottom: 40px; }

.more {
  padding-bottom: 120px;
  text-align: center; }

.gform_fileupload_rules {
	display: none;
}
