/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

.sans {
  font-family: "Avenir", Arial, Verdana, sans-serif; }

.blue {
  color: #0f2c4c; }

.lt-blue {
  color: #10a6e0; }

.mid-blue {
  color: #235585; }

.green {
  color: #a0bf2f; }

.dk-green {
  color: #44802b; }

.lt-grey {
  color: #ebeaea; }

.grey {
  color: #969696; }

.dk-grey {
  color: #6d6e71; }

.white {
  color: #fff; }

.blue-bg {
  background: #0f2c4c; }

.mid-blue-bg {
  background: #235585; }

.lt-blue-bg {
  background: #10a6e0; }

.green-bg {
  background: #a0bf2f; }

.dk-green-bg {
  background: #44802b; }

.lt-grey-bg {
  background: #ebeaea; }

.grey-bg {
  background: #969696; }

.dk-grey-bg {
  background: #6d6e71; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #a0bf2f;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover {
  color: #10a6e0;
  text-decoration: none !important; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline > li {
  display: inline;
  float: left; }

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top; }

ul.ilb {
  display: block; }

li.vmiddle,
.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.reverse {
  direction: rtl; }

.dfix {
  direction: ltr; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.cover {
  background: url(../img/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.hex,
.exp-intro:before {
  background: url(../img/lt-blue-hex.svg) repeat center top #0f2c4c;
  background-attachment: fixed; }

/* !Font Size Fuctions - - - - - */
/* !Page Defaults - - - - - */
.text,
.block-intro-text {
  line-height: 1.6em;
  font-size: 1.2857142857em; }

.text.small-text {
  font-size: 0.7142857143em; }

.text p {
  margin: 15px 0;
  color: #969696; }

.text.blue p {
  color: #0f2c4c; }

.text.white p {
  color: #fff; }

.block-intro-text.lt-blue p {
  color: #10a6e0; }

.header-text p:first-child,
.text p:first-child {
  margin-top: 0; }

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal; }

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%; }

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.text ul {
  list-style: none;
  margin: 30px 0;
  padding: 0; }

.text ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
  display: block; }

.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  background: #a0bf2f; }

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 30px 0 10px 0;
  font-weight: normal;
  color: #a0bf2f;
  line-height: 1.4em; }

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text ul:first-child {
  margin-top: 0; }

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text ul:last-child {
  margin-bottom: 0; }

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 5px solid #a0bf2f;
  color: #969696;
  font-weight: 600;
  font-size: 1.2857142857em;
  line-height: 1.5em;
  text-align: left;
  font-family: "Avenir", Arial, Verdana, sans-serif; }

/* !Body - - - - - */
body#expansion {
  min-width: 320px;
  font-size: 14px;
  font-family: "Avenir", Arial, Verdana, sans-serif;
  color: #a0bf2f;
  line-height: 1.6em;
  background: #fff;
  padding-top: 0; }

.inner {
  max-width: 1080px;
  margin: 0 auto;
  display: block;
  padding: 0 40px; }

/* !Expansion Top - - - - - */
.exp-intro,
.right-stripe {
  padding-right: 160px;
  position: relative; }

.exp-intro-content {
  padding: 180px 90px; }

.exp-intro:before,
.closer-look:before,
.right-stripe:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 157px;
  z-index: 10;
  background: #fff; }

.exp-intro:after,
.closer-look:after,
.right-stripe:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 120px;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

h1.exp-headline {
  font-size: 3.5714285714em;
  line-height: 1.2em; }

h1.exp-headline span {
  display: block; }

.exp-intro-under {
  margin-top: 90px; }

.ct-logo-white {
  width: 130px;
  margin-right: 60px;
  position: relative; }

.ct-logo-white:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #a0bf2f;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 1; }

.exp-logo-type {
  font-size: 1.2857142857em;
  line-height: 1.4em; }

.exp-intro-content:after {
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  bottom: 30px;
  left: 90px;
  background: url(../img/double-green-arrow-down.svg) no-repeat center;
  z-index: 10; }

/* !Closer Look - - - - - */
.closer-look {
  padding-left: 100px; }

.closer-look:before {
  right: auto;
  left: 97px; }

.closer-look:after {
  width: 100px;
  right: auto;
  left: 0;
  height: 40px;
  top: 130px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.closer-top-box {
  width: 50%; }

.closer-top.third .closer-top-box {
  width: 33.33%; }

.closer-top.third .closer-top-box + .closer-top-box {
  border-left: 6px solid #fff; }

.closer-top:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 10;
  background: #fff; }

.closer-top.third:before {
  display: none; }

.closer-vert {
  width: 100px;
  background: #0f2c4c;
  position: absolute;
  top: 0;
  left: 0;
  height: 130px;
  border-top: 6px solid #fff;
  text-align: left;
  writing-mode: vertical-rl;
  font-size: 1.2857142857em;
  line-height: 1.3em;
  transform: rotate(180deg); }

.closer-vert-pad {
  padding: 20px; }

.closer-vert:before {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../img/green-arrow-right.svg) no-repeat center;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
  transform: rotate(180deg); }

.closer-box-pad {
  padding: 70px; }

.closer-box-title {
  font-size: 1.6428571429em;
  line-height: 1.4em;
  border-bottom: 2px solid #0f2c4c;
  margin-bottom: 30px; }

.closer-box-title.white {
  border-color: #fff; }

.closer-table {
  font-size: 1.1428571429em;
  line-height: 1.4em;
  margin-top: 30px; }

.closer-table tr {
  border-bottom: 1px dashed #0f2c4c; }

.closer-top-box.blue-bg .closer-table tr {
  border-color: #fff; }

.closer-table td {
  padding: 10px 10px 10px 0;
  display: inline-block; }

a.arrow-link {
  display: block;
  font-size: 0.9285714286em;
  font-weight: bold;
  text-transform: uppercase;
  color: #0f2c4c; }

a.arrow-link svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px; }

a.arrow-link:hover {
  color: #fff; }

a.arrow-link.lt-blue {
  color: #10a6e0; }

a.arrow-link.lt-blue:hover {
  color: #fff; }

.closer-box-pad a.arrow-link {
  margin-top: 30px; }

.closer-bottom-label {
  font-size: 1.2857142857em;
  line-height: 1.4em; }

.closer-link {
  position: relative;
  padding: 45px 200px 45px 0;
  border-bottom: 1px dashed #fff; }

.closer-link:last-child {
  border: none;
  padding-bottom: none; }

.closer-link a.exp-button {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 10;
  max-width: 190px; }

a.exp-button,
input.sub-button,
.form-footer input[type=submit] {
  display: inline-block;
  font-size: 0.9285714286em;
  line-height: 1.4em;
  padding: 10px 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #a0bf2f;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 6px !important;
  border: none;
  font-family: "Avenir", Arial, Verdana, sans-serif;
  letter-spacing: .05em;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.exp-button:hover,
input.sub-button:hover,
.form-footer input[type=submit]:hover {
  background: #10a6e0; }

.closer-link:nth-child(odd) a.exp-button {
  background: #10a6e0; }

.closer-link:nth-child(odd) a.exp-button:hover {
  background: #a0bf2f; }

.closer-title {
  font-size: 3em;
  line-height: 1.3em; }

.closer-sub {
  font-size: 1.7142857143em;
  line-height: 1.4em;
  color: #a0bf2f; }

.closer-link:nth-child(odd) .closer-sub {
  color: #10a6e0; }

.closer-sub.grey {
  color: #969696; }

.closer-bottom {
  padding: 90px 0; }

.closer-bottom .inner {
  position: relative;
  z-index: 10; }

.closer-bottom:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(15, 44, 76, 0.85); }

table.closer-table {
  width: 100%; }

.mobile-closer-image {
  display: none;
  border-top: 6px solid #fff; }

/* !Expansion Footer - - - - - */
.exp-footer {
  border: 6px solid #fff; }

.exp-footer:before,
.exp-footer:after,
.closer-vert:after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/footer-angle.svg) no-repeat center;
  z-index: 10; }

.exp-footer:after {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(180deg);
  transform-origin: center; }

.exp-footer-top {
  padding: 120px 0; }

.exp-footer-border {
  padding: 90px 0;
  border-top: 1px dashed #0f2c4c; }

.exp-footer-right {
  width: 340px; }

.exp-footer-left {
  width: calc(100% - 340px);
  padding-right: 50px; }

.exp-footer-title {
  font-weight: bold;
  text-transform: uppercase;
  color: #0f2c4c;
  font-size: 1em;
  line-height: 1.4em; }

.exp-footer-text {
  margin-top: 20px;
  font-size: 0.9285714286em;
  line-height: 1.5em; }

.exp-credit {
  font-size: 0.7857142857em;
  line-height: 1.4em;
  margin-top: 20px; }

.exp-credit a,
.exp-footer-text a {
  color: #6d6e71; }

.exp-credit a:hover,
.exp-footer-text a:hover,
.exp-footer-title a {
  color: #0f2c4c; }

.exp-footer-title a:hover {
  color: #10a6e0; }

.exp-footer-col1 {
  width: 20%;
  padding-right: 40px; }

.exp-footer-col2 {
  width: 24%;
  padding: 0 40px 0 0; }

.exp-footer-col3 {
  width: 24%;
  padding: 0 40px 0 0; }

.exp-footer-col4 {
  width: 32%; }

a.exp-footer-logo {
  max-width: 180px;
  display: block; }

.footer-sep {
  padding: 0 8px; }

a.social {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

a.social circle {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.social:hover circle {
  fill: #6d6e71; }

a.social:first-child {
  margin-left: 0; }

.exp-social {
  margin-top: 20px; }

/* !Tabs - - - - - */
.exp-tabs-left {
  width: 33.33%;
  padding: 80px 90px; }

.exp-tabs-right {
  width: 66.66%; }

.tab-pad {
  padding: 90px; }

.tab-title {
  font-size: 3.2857142857em;
  line-height: 1.4em;
  padding: 10px 0 10px 60px;
  position: relative;
  border-top: 1px dashed #0f2c4c;
  color: #0f2c4c;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

li:first-child .tab-title {
  border: none; }

.resp-tab-active .tab-title {
  color: #10a6e0; }

.tab-title:before {
  content: attr(data-tab);
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background: #0f2c4c;
  color: #fff;
  font-size: 38%;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  border-radius: 120%;
  transform: translate(0, -50%);
  z-index: 2;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.tab-title:after {
  content: "";
  background: url(../img/lt-blue-hex-shape.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  overflow: hidden;
  color: #fff;
  font-size: 38%;
  text-align: center;
  font-weight: bold;
  border-radius: 120%;
  opacity: 1;
  transform: translate(0, -50%);
  z-index: 1;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.resp-tab-active .tab-title:before {
  background-color: rgba(15, 44, 76, 0); }

.resp-tab-active .tab-title:after {
  height: 48px;
  line-height: 48px;
  border-radius: 0; }

.tab-left {
  width: 50%;
  padding-right: 30px; }

.tab-right {
  width: 50%;
  padding-left: 30px; }

.tab-headline {
  font-size: 2.8571428571em;
  line-height: 1.3em;
  margin-bottom: 80px;
  position: relative;
  font-weight: bold;
  color: #0f2c4c; }

.tab-headline:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #0f2c4c;
  position: absolute;
  bottom: -41px;
  left: 0;
  z-index: 1; }

.tab-sub {
  font-weight: bold;
  font-size: 1.6428571429em;
  line-height: 1.4em; }

.text.tab-text {
  font-size: 1.4285714286em; }

.tab-right a.arrow-link {
  margin-top: 30px; }

.tab-right a.arrow-link path {
  fill: #10a6e0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.tab-right a.arrow-link:hover {
  color: #10a6e0; }

.resp-tab-content,
a.resp-accordion {
  display: none; }

.resp-tab-content.resp-tab-content-active {
  display: block; }

a.resp-accordion {
  cursor: pointer;
  position: relative;
  background-color: #10a6e0; }

a.resp-accordion:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  border-radius: 120%;
  overflow: hidden;
  background: #0f2c4c; }

a.resp-accordion:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: url(../img/plus.svg) no-repeat center;
  overflow: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.resp-accordion.resp-tab-active:after {
  height: 2px; }

a.resp-accordion .tab-title {
  font-size: 2.5714285714em;
  padding-left: 0;
  color: #fff;
  padding: 20px 80px 20px 30px;
  border: none; }

a.resp-accordion .tab-title:before {
  display: none; }

a.resp-accordion:nth-of-type(3n+1) {
  background-color: #10a6e0 !important; }

a.resp-accordion:nth-of-type(3n+2) {
  background-color: #a0bf2f !important; }

a.resp-accordion:nth-of-type(3n+3) {
  background-color: #44802b !important; }

.tab-image {
  max-width: 860px;
  margin: 0 auto; }

/* !Form Styling - - - - - */
.exp-form .mc-field-group input,
.form-row input,
.form-row textarea,
.form-row select {
  background: #fff;
  color: #969696;
  font-weight: normal;
  font-family: "Avenir", Arial, Verdana, sans-serif;
  width: 100%;
  border-radius: 6px !important;
  padding: 8px 10px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 1.1428571429em;
  -moz-appearance: none;
  -webkit-appearance: none; }

.form-row select {
  background: url(../img/select-arrow.svg) no-repeat right center #fff;
  padding-right: 46px; }

.form-row textarea {
  padding: 10px;
  height: 150px;
  resize: none; }

.exp-form .mc-field-group,
.form-row {
  margin-bottom: 10px; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #969696;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #969696;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #969696;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-ms-input-placeholder {
  opacity: 1;
  color: #969696;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

body .grecaptcha-badge {
  display: none !important; }

span.wpcf7-form-control-wrap {
  display: block;
  width: 100%; }

.form-footer {
  text-align: right; }

div.wpcf7 .ajax-loader {
  display: block; }

/* !Contact - - - - - */
.form-wrap {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1x dashed #fff; }

.form-left {
  width: 300px;
  padding-right: 40px; }

.form-right {
  width: calc(100% - 300px); }

.contact-section {
  padding-bottom: 20px; }

.contact-section + .contact-section {
  border-top: 1px dashed #fff;
  padding-top: 20px; }

.contact-buttons a.exp-button {
  background: #235585;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  vertical-align: top; }

.contact-buttons a.exp-button:hover {
  background: #a0bf2f;
  color: #fff; }

.contact-buttons a.exp-button + a.exp-button {
  margin-left: 10px; }

.contact-section a {
  display: block;
  padding-left: 45px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8571428571em;
  line-height: 1.5em;
  position: relative; }

.contact-section a:hover {
  color: #a0bf2f; }

.contact-section a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(0, -50%); }

.contact-section a.phone:before {
  background: url(../img/phone-icon.svg) no-repeat left center; }

.contact-section a.email:before {
  background: url(../img/email-icon.svg) no-repeat left center; }

.contact-section a.map:before {
  background: url(../img/map-icon.svg) no-repeat left center; }

.first-pad .closer-sub.white {
  color: #fff;
  margin-top: 20px; }

.first-pad {
  padding: 180px 0 140px 0; }

/* !Expansion Nav - - - - - */
.exp-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  height: 85px; }

ul.exp-nav {
  padding-left: 90px; }

ul.exp-nav a {
  display: block;
  line-height: 85px;
  font-weight: bold;
  color: #a0bf2f;
  font-size: 1.2142857143em;
  position: relative; }

ul.exp-nav a:before {
  content: "";
  width: 20px;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/nav-arrow.svg) no-repeat center bottom;
  z-index: 1;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.exp-nav a:hover:before,
ul.exp-nav li#current a:before {
  height: 10px; }

ul.exp-nav a:hover,
ul.exp-nav li#current a {
  color: #fff; }

ul.exp-nav li + li a {
  margin-left: 40px; }

/* !GF Form Fields - - - - - */
ul.gform_fields,
.text ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li,
.text ul.gform_fields li {
  margin-bottom: 25px;
  clear: both; }

.text ul.gform_fields li {
  padding: 0;
  margin: 0 0 30px 0; }

.text ul.gform_fields li:before {
  display: none; }

input.medium,
textarea,
select {
  width: 100%;
  background: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 15px;
  height: 46px;
  font-family: "Avenir", Arial, Verdana, sans-serif;
  color: #969696;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 1.1428571429em;
  font-weight: 500;
  border-radius: 6px; }

textarea {
  border: 2px solid #fff;
  padding: 15px;
  resize: none;
  height: 200px;
  text-transform: none; }

select {
  background: url(../img/select-arrow-small.svg) no-repeat right 10px center;
  color: #969696;
  padding-right: 40px; }

li.gform_validation_container {
  display: none !important; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #969696;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #969696;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #969696;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-ms-input-placeholder {
  opacity: 1;
  color: #969696;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.gfield_description {
  color: #0f2c4c; }

.validation_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #b50000;
  font-size: 1.1428571429em;
  line-height: 1.4em; }

.validation_message {
  padding-top: 5px;
  color: #b50000;
  font-style: italic;
  font-size: 0.9285714286em;
  line-height: 1.4em; }

.gform_confirmation_message {
  color: #0f2c4c;
  font-weight: bold;
  font-size: 1.1428571429em;
  line-height: 1.4em; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

ul.gfield_radio li,
ul.gfield_checkbox li {
  text-align: left;
  display: block;
  padding: 0 0 0 34px;
  margin: 15px 0 0 0;
  position: relative; }

li.image-choices-field ul.gfield_radio li,
li.image-choices-field ul.gfield_checkbox li {
  width: 33.33%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative; }

.image-choices-choice-text {
  text-align: center;
  font-weight: bold; }

ul.gfield_radio label,
ul.gfield_checkbox label {
  font-weight: bold;
  font-size: 1.1428571429em;
  display: block;
  color: #0f2c4c; }

ul.gfield_radio input,
ul.gfield_checkbox input,
input[type=checkbox],
input[type=radio] {
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  background: none;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

ul.gfield_checkbox input[type=checkbox] {
  border-radius: 0; }

input[type=checkbox]:checked,
input[type=radio]:checked {
  background: url(../img/check.svg) no-repeat center #fff; }

.image-choices-choice-text {
  font-weight: bold !important; }

li.image-choices-field ul.gfield_radio li input[type=radio],
li.image-choices-field ul.gfield_checkbox li input[type=checkbox] {
  position: absolute;
  top: 20px;
  left: 25px;
  width: 20px;
  height: 20px;
  z-index: 10;
  border: none;
  background: none; }

li.image-choices-field ul.gfield_radio li input[type=radio]:checked,
li.image-choices-field ul.gfield_checkbox li input[type=checkbox]:checked {
  background: url(../img/circle-check.svg) no-repeat center; }

ul.gform_fields li.left,
ul.gform_fields li.right {
  width: 50%;
  float: left;
  clear: none; }

ul.gform_fields li.left {
  padding-right: 12px;
  clear: left; }

ul.gform_fields li.third-left {
  width: 33.33%;
  float: left;
  clear: none;
  padding-right: 10px; }

ul.gform_fields li.third-middle {
  width: 33.33%;
  float: left;
  clear: none;
  padding: 0 5px; }

ul.gform_fields li.third-right {
  width: 33.33%;
  float: left;
  clear: none;
  padding-left: 10px; }

ul.gform_fields li.right {
  padding-left: 12px;
  clear: none !important; }

ul.gform_fields li.clear {
  clear: both; }

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both; }

h2.gsection_title {
  font-weight: 900;
  color: #fff;
  font-size: 1.5714285714em;
  line-height: 1.3em;
  padding: 60px 0 10px 0;
  clear: both; }

li:first-child h2.gsection_title {
  padding-top: 0; }

li.gsection {
  clear: both; }

.gfield_label {
  display: none; }

.show-label .gfield_label {
  display: block;
  color: #0f2c4c;
  font-weight: bold;
  font-size: 1.1428571429em;
  line-height: 1.4em; }

.small-section h2.gsection_title {
  padding-bottom: 0;
  padding-top: 40px;
  font-family: "Avenir", Arial, Verdana, sans-serif; }

li.empty-section {
  margin-bottom: 0 !important; }

.field_description_above .gfield_description {
  padding-bottom: 8px; }

input.gform_button {
  font-family: "Avenir", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.1428571429em;
  line-height: 1.5em;
  padding: 10px 20px;
  background: #a0bf2f;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

input.gform_button:hover {
  background: #0f2c4c; }

.gform_footer {
  text-align: center; }

.gform_drop_area {
  border: 1px dashed #fff;
  padding: 70px 25px;
  margin: 5px 0;
  text-align: center;
  font-weight: bold; }

.gform_drop_area input[type=button] {
  background: none;
  font-size: 1em;
  line-height: 1.3em;
  border: none;
  font-family: "Avenir", Arial, Verdana, sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.gform_drop_area input[type=button]:hover {
  color: #969696;
  border-color: #969696; }

.gform_drop_instructions {
  font-family: "Avenir", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em; }

#extensions_message {
  display: block;
  margin-top: 3px; }

.ginput_preview {
  position: relative;
  padding-left: 22px;
  font-size: 1.0714285714em;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 8px; }

.ginput_preview img {
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 0; }

.ginput_preview:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: url(../img/cancel.svg) no-repeat; }

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important; }

/* !Charts - - - - - */
.feed-chart svg text {
  fill: #0f2c4c !important;
  font-size: 100% !important; }

.feedback-bottom,
.feedback-form-bottom {
  padding: 80px 0; }

.feed-question {
  width: 40%; }

.feed-chart,
.feed-question {
  direction: ltr; }

.feed-row:nth-child(even) {
  direction: rtl; }

.feed-chart {
  width: 60%;
  padding-left: 40px; }

.feed-chart > span {
  padding-left: 40px; }

.feed-row:nth-child(even) .feed-chart,
.feed-row:nth-child(even) .feed-chart > span {
  padding-left: 0;
  padding-right: 40px; }

.feed-chart svg {
  overflow: visible !important; }

.feed-chart svg > g > g > g {
  border-top: 20px solid transparent !important; }

.feed-chart svg > g > g > g text {
  transform: translate(-5px, 0);
  stroke: 10 !important;
  stroke-color: transparent !important; }

.feed-row + .feed-row {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #969696; }

.block-intro-left {
  width: 40%;
  padding-right: 20px; }

.block-intro-right {
  width: 60%;
  padding-left: 40px; }

.block-intro-text.margin-top {
  margin-top: 30px; }

/* !Mobile Nav - - - - - */
a.nav-toggle {
  width: 50px;
  height: 50px;
  background: #10a6e0;
  border-radius: 120%;
  overflow: hidden;
  position: fixed;
  top: 15px;
  left: 15px;
  cursor: pointer;
  z-index: 100300;
  display: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.nav-toggle div {
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 12px;
  text-indent: -9999px;
  z-index: 101;
  border-radius: 2px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.nav-toggle div:nth-child(1) {
  top: 16px; }

a.nav-toggle div:nth-child(2) {
  top: 50%;
  margin-top: -1px; }

a.nav-toggle div:nth-child(3) {
  bottom: 16px;
  width: 22px; }

a.nav-toggle.active div:nth-child(2) {
  opacity: 0; }

a.nav-toggle.active div:nth-child(1) {
  top: 24px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.nav-toggle.active div:nth-child(3) {
  bottom: 24px;
  width: 26px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.nav-wrap {
  visibility: hidden;
  display: block;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #10a6e0;
  z-index: 100200;
  width: 100%;
  padding: 60px 20px 80px 20px;
  min-height: 100%;
  overflow-y: scroll;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.nav-wrap .flex-wrap {
  min-height: calc(100vh - 140px);
  position: relative;
  z-index: 100300;
  overflow: visible; }

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1; }

.nav-fade .nav-wrap {
  opacity: 0; }

ul.mobile-nav a {
  display: block;
  font-size: 1.7142857143em;
  font-weight: bold;
  color: #0f2c4c;
  line-height: 1.4em; }

ul.mobile-nav li + li a {
  margin-top: 20px; }

ul.mobile-nav li#current a,
ul.mobile-nav a:hover {
  color: #fff; }

/* !Partners - - - - - */
.block-left {
  width: 43%;
  padding-right: 40px; }

.block-right {
  width: 57%; }

ul.partner-list.ilb li {
  width: 33.33%;
  padding: 20px 0 20px 40px;
  vertical-align: middle; }

ul.partner-list {
  margin-top: -20px; }

ul.partner-list a {
  display: block; }

ul.partner-list img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block; }

.under-logos-text {
  margin-top: 30px;
  padding-left: 20px; }

.under-logos-text:first-child {
  margin-top: 0; }

.logos-label + .text {
  margin-top: 20px; }

.logos-label {
  font-size: 1em;
  line-height: 1.4em; }

.partners-block {
  padding: 60px 0; }

/* !Animations - - - - - */
@keyframes pulse {
  0% {
    opacity: 1; }
  100% {
    opacity: .1; } }

.closer-vert:before,
.exp-intro-content:after {
  animation: pulse 1200ms 300ms alternate infinite; }

/* !Hidden Form Fields - - - - - */
.gfield_visibility_hidden {
  display: none !important; }

@media only screen and (max-width: 1200px) {
  .closer-box-pad {
    padding: 50px 40px; } }

@media only screen and (max-width: 1160px) {
  /* Style adjustments for viewports that meet the condition */
  h1.exp-headline {
    font-size: 2.8571428571em; }
  td.closer-label,
  td.closer-text {
    display: inline-block; }
  .exp-tabs-left,
  .tab-pad {
    padding: 60px 40px; }
  .tab-left,
  .tab-right {
    display: block;
    width: 100%;
    padding: 0; }
  .tab-right {
    margin-top: 30px; }
  .tab-text.text {
    font-size: 1.1428571429em; }
  .tab-headline {
    font-size: 1.8571428571em;
    margin-bottom: 50px; }
  .tab-headline:after {
    bottom: -26px; }
  .tab-sub {
    font-size: 1.2857142857em; }
  .tab-title {
    font-size: 2.5714285714em; } }

@media only screen and (max-width: 1023px) {
  .closer-top:before,
  .exp-tabs-left,
  .tab-title:after,
  ul.exp-nav {
    display: none; }
  h1.exp-headline {
    font-size: 2.4285714286em; }
  .exp-intro,
  .right-stripe {
    padding-right: 100px; }
  .exp-intro:before,
  .right-stripe:before {
    right: 97px; }
  .exp-intro:after,
  .right-stripe:after {
    right: 60px; }
  .exp-intro-content {
    padding: 100px 30px 80px 30px; }
  .exp-intro-content:after {
    left: 30px; }
  .exp-intro-under {
    margin-top: 60px; }
  .inner {
    padding: 0 30px; }
  .exp-tabs {
    border-top: 6px solid #fff; }
  .closer-top-box,
  .closer-top.third .closer-top-box {
    width: 100%;
    height: auto !important;
    background: #ebeaea; }
  .closer-box-pad {
    padding: 45px 30px; }
  .exp-footer-col1 {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 40px; }
  .exp-footer-col2,
  .exp-footer-col3 {
    width: 34%;
    padding: 0 40px 0 0; }
  .exp-tabs-right {
    width: 100%;
    display: block; }
  .tab-pad {
    padding: 30px; }
  a.resp-accordion {
    display: block; }
  a.resp-accordion:first-child .tab-title {
    border-top: none; }
  .closer-look {
    border-top: 6px solid #fff; }
  .closer-text.white,
  .closer-top-box .text p,
  .closer-top-box .white {
    color: #0f2c4c !important; }
  .closer-box-pad a.arrow-link.lt-blue {
    color: #0f2c4c; }
  .closer-box-pad a.arrow-link:hover,
  .closer-box-pad a.arrow-link.lt-blue:hover {
    color: #10a6e0; }
  .closer-box-title.white,
  .closer-top-box.blue-bg .closer-table tr {
    border-color: #0f2c4c; }
  .closer-top.third .closer-top-box + .closer-top-box {
    border-left: none;
    border-top: 6px solid #fff; }
  .closer-box-pad a.arrow-link path {
    fill: #10a6e0; }
  .block-intro-left,
  .block-intro-right,
  .feed-question,
  .feed-chart,
  .form-left,
  .form-right {
    width: 100%;
    display: block;
    padding: 0; }
  .block-intro-right,
  .feed-chart,
  .form-right {
    margin-top: 30px; }
  a.nav-toggle {
    display: block; }
  .first-pad {
    padding-top: 100px;
    padding-bottom: 60px; }
  .block-left {
    width: 38%; }
  .block-right {
    width: 62%; } }

@media only screen and (max-width: 850px) {
  /* Style adjustments for viewports that meet the condition */
  h1.exp-headline {
    font-size: 2.5714285714em; }
  h1.exp-headline span {
    display: inline; }
  .exp-intro,
  .right-stripe {
    padding-right: 30px;
    overflow: hidden; }
  .closer-look {
    padding-left: 30px; }
  .exp-intro:before,
  .right-stripe:before {
    right: 27px; }
  .closer-look:before {
    left: 27px; }
  .exp-intro:after,
  .right-stripe:after {
    right: 0;
    width: 30px; }
  .closer-look:after {
    width: 30px;
    top: 170px; }
  .closer-vert {
    width: 30px;
    font-size: 0.9285714286em;
    height: 170px;
    text-align: right; }
  .closer-vert-pad {
    padding: 40px 5px 30px 0; }
  .closer-vert:after {
    width: 20px;
    height: 20px; }
  .closer-vert:before {
    top: 12px;
    left: 12px; }
  .text {
    font-size: 1.1428571429em; }
  .closer-box-title {
    font-size: 1.4285714286em; }
  .closer-table {
    font-size: 1.0714285714em; }
  .closer-link {
    padding: 35px 0; }
  .closer-title {
    font-size: 2.5714285714em; }
  .closer-sub {
    font-size: 1.2857142857em; }
  .closer-link a.exp-button {
    position: static;
    margin-top: 30px; }
  .closer-bottom-label {
    font-size: 1.1428571429em; }
  .closer-bottom {
    padding: 50px 0; }
  .exp-footer-left,
  .exp-footer-right {
    width: 100%;
    padding: 0;
    display: block; }
  .exp-footer-right {
    margin-top: 40px; }
  .exp-footer-top,
  .exp-footer-border {
    padding: 50px 0; }
  .exp-footer-col2 {
    width: 50%;
    padding: 0 20px 0 0; }
  .exp-footer-col3 {
    width: 50%;
    padding: 0 0 0 20px; }
  .exp-footer-col4 {
    display: block;
    padding: 0;
    margin-top: 40px;
    width: 100%; }
  .mobile-closer-image {
    display: block; }
  .closer-bottom.cover {
    background-image: none !important;
    background-color: #0f2c4c; }
  .block-left,
  .block-right {
    width: 100%;
    display: block; }
  .block-right {
    margin-top: 20px; }
  ul.partner-list.ilb {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px; }
  ul.partner-list.ilb li {
    width: 25%;
    padding: 15px; }
  .under-logos-text {
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  h1.exp-headline,
  .closer-title {
    font-size: 2.1428571429em; }
  .closer-box-title {
    font-size: 1.1428571429em; }
  ul.gform_fields li.left,
  ul.gform_fields li.right {
    width: 100%;
    float: none;
    padding: 0;
    clear: both; }
  ul.partner-list.ilb {
    max-width: 390px; }
  ul.partner-list.ilb li {
    width: 50%; } }

@media only screen and (max-width: 500px) {
  /* Style adjustments for viewports that meet the condition */
  h1.exp-headline {
    font-size: 1.8571428571em; }
  .ct-logo-white {
    display: block;
    margin: 0 0 30px 0; }
  .ct-logo-type {
    display: block; }
  .exp-footer-col2,
  .exp-footer-col3 {
    width: 100%;
    display: block;
    padding: 0; }
  .exp-footer-col3 {
    margin-top: 40px; }
  .footer-sep.break {
    width: 100%;
    height: 10px;
    text-indent: -9999px;
    display: block; }
  .ct-logo-white {
    margin: 0 0 30px 0; }
  .ct-logo-white:after {
    width: 30px;
    height: 1px;
    top: auto;
    bottom: -18px;
    right: auto;
    left: 0; }
  li.image-choices-field ul.gfield_radio li,
  li.image-choices-field ul.gfield_checkbox li {
    width: 50%; } }

@media only screen and (max-width: 375px) {
  /* Style adjustments for viewports that meet the condition */
  .contact-section a {
    padding-left: 40px; } }
