@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,700|Roboto:400,500,700');
@import "templates/home";
/**
 * 	CSS written by
 * 	@author: wanyi@awd.com.au;
 * 	General
 * 	- 1 Color Scheme
 * 	- 2 Spacers
 * 	- 3 Classes
 */
/*
 * 0: Spacers
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * It will generate several classes such as:
 * .m-r-10 which gives margin-right 10 pixels.
 * .m-r-15 gives MARGIN to the RIGHT 15 pixels.
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * The first letter is "m" or "p" for MARGIN or PADDING
 * Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
 * Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
 * 
 * @package storefront
 */
.m5t {
  margin-top: 5px; }

.p5t {
  padding-top: 5px; }

@media (max-width: 640px) {
      .m5t {
        margin-top: 2.5px; }
      .p5t {
        padding-top: 2.5px; } }

.m5b {
  margin-bottom: 5px; }

.p5b {
  padding-bottom: 5px; }

@media (max-width: 640px) {
      .m5b {
        margin-bottom: 2.5px; }
      .p5b {
        padding-bottom: 2.5px; } }

.m5l {
  margin-left: 5px; }

.p5l {
  padding-left: 5px; }

@media (max-width: 640px) {
      .m5l {
        margin-left: 2.5px; }
      .p5l {
        padding-left: 2.5px; } }

.m5r {
  margin-right: 5px; }

.p5r {
  padding-right: 5px; }

@media (max-width: 640px) {
      .m5r {
        margin-right: 2.5px; }
      .p5r {
        padding-right: 2.5px; } }

.m10t {
  margin-top: 10px; }

.p10t {
  padding-top: 10px; }

@media (max-width: 640px) {
      .m10t {
        margin-top: 5px; }
      .p10t {
        padding-top: 5px; } }

.m10b {
  margin-bottom: 10px; }

.p10b {
  padding-bottom: 10px; }

@media (max-width: 640px) {
      .m10b {
        margin-bottom: 5px; }
      .p10b {
        padding-bottom: 5px; } }

.m10l {
  margin-left: 10px; }

.p10l {
  padding-left: 10px; }

@media (max-width: 640px) {
      .m10l {
        margin-left: 5px; }
      .p10l {
        padding-left: 5px; } }

.m10r {
  margin-right: 10px; }

.p10r {
  padding-right: 10px; }

@media (max-width: 640px) {
      .m10r {
        margin-right: 5px; }
      .p10r {
        padding-right: 5px; } }

.m15t {
  margin-top: 15px; }

.p15t {
  padding-top: 15px; }

@media (max-width: 640px) {
      .m15t {
        margin-top: 7.5px; }
      .p15t {
        padding-top: 7.5px; } }

.m15b {
  margin-bottom: 15px; }

.p15b {
  padding-bottom: 15px; }

@media (max-width: 640px) {
      .m15b {
        margin-bottom: 7.5px; }
      .p15b {
        padding-bottom: 7.5px; } }

.m15l {
  margin-left: 15px; }

.p15l {
  padding-left: 15px; }

@media (max-width: 640px) {
      .m15l {
        margin-left: 7.5px; }
      .p15l {
        padding-left: 7.5px; } }

.m15r {
  margin-right: 15px; }

.p15r {
  padding-right: 15px; }

@media (max-width: 640px) {
      .m15r {
        margin-right: 7.5px; }
      .p15r {
        padding-right: 7.5px; } }

.m20t {
  margin-top: 20px; }

.p20t {
  padding-top: 20px; }

@media (max-width: 640px) {
      .m20t {
        margin-top: 10px; }
      .p20t {
        padding-top: 10px; } }

.m20b {
  margin-bottom: 20px; }

.p20b {
  padding-bottom: 20px; }

@media (max-width: 640px) {
      .m20b {
        margin-bottom: 10px; }
      .p20b {
        padding-bottom: 10px; } }

.m20l {
  margin-left: 20px; }

.p20l {
  padding-left: 20px; }

@media (max-width: 640px) {
      .m20l {
        margin-left: 10px; }
      .p20l {
        padding-left: 10px; } }

.m20r {
  margin-right: 20px; }

.p20r {
  padding-right: 20px; }

@media (max-width: 640px) {
      .m20r {
        margin-right: 10px; }
      .p20r {
        padding-right: 10px; } }

.m25t {
  margin-top: 25px; }

.p25t {
  padding-top: 25px; }

@media (max-width: 640px) {
      .m25t {
        margin-top: 12.5px; }
      .p25t {
        padding-top: 12.5px; } }

.m25b {
  margin-bottom: 25px; }

.p25b {
  padding-bottom: 25px; }

@media (max-width: 640px) {
      .m25b {
        margin-bottom: 12.5px; }
      .p25b {
        padding-bottom: 12.5px; } }

.m25l {
  margin-left: 25px; }

.p25l {
  padding-left: 25px; }

@media (max-width: 640px) {
      .m25l {
        margin-left: 12.5px; }
      .p25l {
        padding-left: 12.5px; } }

.m25r {
  margin-right: 25px; }

.p25r {
  padding-right: 25px; }

@media (max-width: 640px) {
      .m25r {
        margin-right: 12.5px; }
      .p25r {
        padding-right: 12.5px; } }

.m30t {
  margin-top: 30px; }

.p30t {
  padding-top: 30px; }

@media (max-width: 640px) {
      .m30t {
        margin-top: 15px; }
      .p30t {
        padding-top: 15px; } }

.m30b {
  margin-bottom: 30px; }

.p30b {
  padding-bottom: 30px; }

@media (max-width: 640px) {
      .m30b {
        margin-bottom: 15px; }
      .p30b {
        padding-bottom: 15px; } }

.m30l {
  margin-left: 30px; }

.p30l {
  padding-left: 30px; }

@media (max-width: 640px) {
      .m30l {
        margin-left: 15px; }
      .p30l {
        padding-left: 15px; } }

.m30r {
  margin-right: 30px; }

.p30r {
  padding-right: 30px; }

@media (max-width: 640px) {
      .m30r {
        margin-right: 15px; }
      .p30r {
        padding-right: 15px; } }

.m35t {
  margin-top: 35px; }

.p35t {
  padding-top: 35px; }

@media (max-width: 640px) {
      .m35t {
        margin-top: 17.5px; }
      .p35t {
        padding-top: 17.5px; } }

.m35b {
  margin-bottom: 35px; }

.p35b {
  padding-bottom: 35px; }

@media (max-width: 640px) {
      .m35b {
        margin-bottom: 17.5px; }
      .p35b {
        padding-bottom: 17.5px; } }

.m35l {
  margin-left: 35px; }

.p35l {
  padding-left: 35px; }

@media (max-width: 640px) {
      .m35l {
        margin-left: 17.5px; }
      .p35l {
        padding-left: 17.5px; } }

.m35r {
  margin-right: 35px; }

.p35r {
  padding-right: 35px; }

@media (max-width: 640px) {
      .m35r {
        margin-right: 17.5px; }
      .p35r {
        padding-right: 17.5px; } }

.m40t {
  margin-top: 40px; }

.p40t {
  padding-top: 40px; }

@media (max-width: 640px) {
      .m40t {
        margin-top: 20px; }
      .p40t {
        padding-top: 20px; } }

.m40b {
  margin-bottom: 40px; }

.p40b {
  padding-bottom: 40px; }

@media (max-width: 640px) {
      .m40b {
        margin-bottom: 20px; }
      .p40b {
        padding-bottom: 20px; } }

.m40l {
  margin-left: 40px; }

.p40l {
  padding-left: 40px; }

@media (max-width: 640px) {
      .m40l {
        margin-left: 20px; }
      .p40l {
        padding-left: 20px; } }

.m40r {
  margin-right: 40px; }

.p40r {
  padding-right: 40px; }

@media (max-width: 640px) {
      .m40r {
        margin-right: 20px; }
      .p40r {
        padding-right: 20px; } }

.m45t {
  margin-top: 45px; }

.p45t {
  padding-top: 45px; }

@media (max-width: 640px) {
      .m45t {
        margin-top: 22.5px; }
      .p45t {
        padding-top: 22.5px; } }

.m45b {
  margin-bottom: 45px; }

.p45b {
  padding-bottom: 45px; }

@media (max-width: 640px) {
      .m45b {
        margin-bottom: 22.5px; }
      .p45b {
        padding-bottom: 22.5px; } }

.m45l {
  margin-left: 45px; }

.p45l {
  padding-left: 45px; }

@media (max-width: 640px) {
      .m45l {
        margin-left: 22.5px; }
      .p45l {
        padding-left: 22.5px; } }

.m45r {
  margin-right: 45px; }

.p45r {
  padding-right: 45px; }

@media (max-width: 640px) {
      .m45r {
        margin-right: 22.5px; }
      .p45r {
        padding-right: 22.5px; } }

.m50t {
  margin-top: 50px; }

.p50t {
  padding-top: 50px; }

@media (max-width: 640px) {
      .m50t {
        margin-top: 25px; }
      .p50t {
        padding-top: 25px; } }

.m50b {
  margin-bottom: 50px; }

.p50b {
  padding-bottom: 50px; }

@media (max-width: 640px) {
      .m50b {
        margin-bottom: 25px; }
      .p50b {
        padding-bottom: 25px; } }

.m50l {
  margin-left: 50px; }

.p50l {
  padding-left: 50px; }

@media (max-width: 640px) {
      .m50l {
        margin-left: 25px; }
      .p50l {
        padding-left: 25px; } }

.m50r {
  margin-right: 50px; }

.p50r {
  padding-right: 50px; }

@media (max-width: 640px) {
      .m50r {
        margin-right: 25px; }
      .p50r {
        padding-right: 25px; } }

.m80t {
  margin-top: 80px; }

.p80t {
  padding-top: 80px; }

@media (max-width: 640px) {
      .m80t {
        margin-top: 40px; }
      .p80t {
        padding-top: 40px; } }

.m80b {
  margin-bottom: 80px; }

.p80b {
  padding-bottom: 80px; }

@media (max-width: 640px) {
      .m80b {
        margin-bottom: 40px; }
      .p80b {
        padding-bottom: 40px; } }

.m80l {
  margin-left: 80px; }

.p80l {
  padding-left: 80px; }

@media (max-width: 640px) {
      .m80l {
        margin-left: 40px; }
      .p80l {
        padding-left: 40px; } }

.m80r {
  margin-right: 80px; }

.p80r {
  padding-right: 80px; }

@media (max-width: 640px) {
      .m80r {
        margin-right: 40px; }
      .p80r {
        padding-right: 40px; } }

.m100t {
  margin-top: 100px; }

.p100t {
  padding-top: 100px; }

@media (max-width: 640px) {
      .m100t {
        margin-top: 50px; }
      .p100t {
        padding-top: 50px; } }

.m100b {
  margin-bottom: 100px; }

.p100b {
  padding-bottom: 100px; }

@media (max-width: 640px) {
      .m100b {
        margin-bottom: 50px; }
      .p100b {
        padding-bottom: 50px; } }

.m100l {
  margin-left: 100px; }

.p100l {
  padding-left: 100px; }

@media (max-width: 640px) {
      .m100l {
        margin-left: 50px; }
      .p100l {
        padding-left: 50px; } }

.m100r {
  margin-right: 100px; }

.p100r {
  padding-right: 100px; }

@media (max-width: 640px) {
      .m100r {
        margin-right: 50px; }
      .p100r {
        padding-right: 50px; } }

.m150t {
  margin-top: 150px; }

.p150t {
  padding-top: 150px; }

@media (max-width: 640px) {
      .m150t {
        margin-top: 75px; }
      .p150t {
        padding-top: 75px; } }

.m150b {
  margin-bottom: 150px; }

.p150b {
  padding-bottom: 150px; }

@media (max-width: 640px) {
      .m150b {
        margin-bottom: 75px; }
      .p150b {
        padding-bottom: 75px; } }

.m150l {
  margin-left: 150px; }

.p150l {
  padding-left: 150px; }

@media (max-width: 640px) {
      .m150l {
        margin-left: 75px; }
      .p150l {
        padding-left: 75px; } }

.m150r {
  margin-right: 150px; }

.p150r {
  padding-right: 150px; }

@media (max-width: 640px) {
      .m150r {
        margin-right: 75px; }
      .p150r {
        padding-right: 75px; } }

.m200t {
  margin-top: 200px; }

.p200t {
  padding-top: 200px; }

@media (max-width: 640px) {
      .m200t {
        margin-top: 100px; }
      .p200t {
        padding-top: 100px; } }

.m200b {
  margin-bottom: 200px; }

.p200b {
  padding-bottom: 200px; }

@media (max-width: 640px) {
      .m200b {
        margin-bottom: 100px; }
      .p200b {
        padding-bottom: 100px; } }

.m200l {
  margin-left: 200px; }

.p200l {
  padding-left: 200px; }

@media (max-width: 640px) {
      .m200l {
        margin-left: 100px; }
      .p200l {
        padding-left: 100px; } }

.m200r {
  margin-right: 200px; }

.p200r {
  padding-right: 200px; }

@media (max-width: 640px) {
      .m200r {
        margin-right: 100px; }
      .p200r {
        padding-right: 100px; } }

.m250t {
  margin-top: 250px; }

.p250t {
  padding-top: 250px; }

@media (max-width: 640px) {
      .m250t {
        margin-top: 125px; }
      .p250t {
        padding-top: 125px; } }

.m250b {
  margin-bottom: 250px; }

.p250b {
  padding-bottom: 250px; }

@media (max-width: 640px) {
      .m250b {
        margin-bottom: 125px; }
      .p250b {
        padding-bottom: 125px; } }

.m250l {
  margin-left: 250px; }

.p250l {
  padding-left: 250px; }

@media (max-width: 640px) {
      .m250l {
        margin-left: 125px; }
      .p250l {
        padding-left: 125px; } }

.m250r {
  margin-right: 250px; }

.p250r {
  padding-right: 250px; }

@media (max-width: 640px) {
      .m250r {
        margin-right: 125px; }
      .p250r {
        padding-right: 125px; } }
/*
 * 0: Mixins
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package storefront
 */
/* @include box-shadow(1px,1px,1px,0, #fff, true); */
/*** -1 Color Scheme ***/
.t-primary {
  color: #243d86; }

.th-primary:hover {
  color: #243d86 !important; }

.b-primary {
  background-color: #243d86 !important; }

.bh-primary:hover {
  background-color: #243d86 !important; }

.br-primary {
  border: 1px solid #243d86 !important; }

.brh-primary:hover {
  border: 1px solid #243d86 !important; }

.t-secondary {
  color: #1b3273; }

.th-secondary:hover {
  color: #1b3273 !important; }

.b-secondary {
  background-color: #1b3273 !important; }

.bh-secondary:hover {
  background-color: #1b3273 !important; }

.br-secondary {
  border: 1px solid #1b3273 !important; }

.brh-secondary:hover {
  border: 1px solid #1b3273 !important; }

.t-blue {
  color: #2c96d0; }

.th-blue:hover {
  color: #2c96d0 !important; }

.b-blue {
  background-color: #2c96d0 !important; }

.bh-blue:hover {
  background-color: #2c96d0 !important; }

.br-blue {
  border: 1px solid #2c96d0 !important; }

.brh-blue:hover {
  border: 1px solid #2c96d0 !important; }

.t-brightblue {
  color: #3fa9f5; }

.th-brightblue:hover {
  color: #3fa9f5 !important; }

.b-brightblue {
  background-color: #3fa9f5 !important; }

.bh-brightblue:hover {
  background-color: #3fa9f5 !important; }

.br-brightblue {
  border: 1px solid #3fa9f5 !important; }

.brh-brightblue:hover {
  border: 1px solid #3fa9f5 !important; }

.t-black {
  color: #000; }

.th-black:hover {
  color: #000 !important; }

.b-black {
  background-color: #000 !important; }

.bh-black:hover {
  background-color: #000 !important; }

.br-black {
  border: 1px solid #000 !important; }

.brh-black:hover {
  border: 1px solid #000 !important; }

.t-white {
  color: #fff; }

.th-white:hover {
  color: #fff !important; }

.b-white {
  background-color: #fff !important; }

.bh-white:hover {
  background-color: #fff !important; }

.br-white {
  border: 1px solid #fff !important; }

.brh-white:hover {
  border: 1px solid #fff !important; }

.t-dark-grey {
  color: #727272; }

.th-dark-grey:hover {
  color: #727272 !important; }

.b-dark-grey {
  background-color: #727272 !important; }

.bh-dark-grey:hover {
  background-color: #727272 !important; }

.br-dark-grey {
  border: 1px solid #727272 !important; }

.brh-dark-grey:hover {
  border: 1px solid #727272 !important; }

.t-light-grey {
  color: #f3f3f3; }

.th-light-grey:hover {
  color: #f3f3f3 !important; }

.b-light-grey {
  background-color: #f3f3f3 !important; }

.bh-light-grey:hover {
  background-color: #f3f3f3 !important; }

.br-light-grey {
  border: 1px solid #f3f3f3 !important; }

.brh-light-grey:hover {
  border: 1px solid #f3f3f3 !important; }

.t-light-grey2 {
  color: #bfbfbf; }

.th-light-grey2:hover {
  color: #bfbfbf !important; }

.b-light-grey2 {
  background-color: #bfbfbf !important; }

.bh-light-grey2:hover {
  background-color: #bfbfbf !important; }

.br-light-grey2 {
  border: 1px solid #bfbfbf !important; }

.brh-light-grey2:hover {
  border: 1px solid #bfbfbf !important; }

.t-transparent {
  color: transparent; }

.th-transparent:hover {
  color: transparent !important; }

.b-transparent {
  background-color: transparent !important; }

.bh-transparent:hover {
  background-color: transparent !important; }

.br-transparent {
  border: 1px solid transparent !important; }

.brh-transparent:hover {
  border: 1px solid transparent !important; }

a.t-white:hover {
  color: #fff; }

#fulltext a.t-white:hover {
  text-decoration: underline; }

#fulltext .sectitle span {
  color: #1b3273; }
/*
 * 0: Classes
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * 
 * @package storefront
 */
/* @media( min-width: 1440px ){
 .container{max-width: 1320px;}
 }
 @media( min-width: 1600px ){
 .container{max-width: 1560px;}
 } */
@font-face {
  font-family: ProximaNova-Bold;
  src: url("../fonts/ProximaNova-Bold.otf") format("opentype"); }

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova-Regular.otf") format("opentype"); }

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: ProximaNova, sans-serif;
  font-size: 18px; }

@media (max-width: 465px) {
    html, body {
      font-size: 16px; } }

h1, h2, h3 {
  font-weight: 600;
  line-height: 1;
  font-family: 'ProximaNova-Bold', sans-serif; }

h1, h2, h3, h4, h5 {
  color: #243d86; }

main {
  overflow: hidden;
  float: left;
  width: 100%; }

section, footer {
  position: relative;
  width: 100%;
  float: left; }

a {
  display: inline-block;
  color: #000; }

a:hover, a:focus {
  color: #243d86;
  text-decoration: none; }

a, a:hover, a:focus, input, input:hover, input:focus {
  transition: all 0.5s ease;
  outline: none; }

.post-content a {
  text-decoration: underline;
  color: #243d86; }

.title {
  font-size: 30px;
  color: #243d86;
  font-family: 'ProximaNova-Bold', sans-serif;
  line-height: 1.3; }

.title span {
  color: #1b3273; }

#hero-sliders .title {
  color: #fff; }

input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, button:focus {
  outline: 0; }

input[type=submit], button {
  cursor: pointer; }

.heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }

@media (max-width: 767px) {
    .heading {
      font-size: 24px; } }

.heading:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 5px; }

.ahref {
  padding: 10px 50px !important; }

form#search .input-group .form-control, form#search .input-group .gform_wrapper input[type="email"], .gform_wrapper form#search .input-group input[type="email"], form#search .input-group .gform_wrapper input[type="date"], .gform_wrapper form#search .input-group input[type="date"], form#search .input-group .gform_wrapper input[type="datetime"], .gform_wrapper form#search .input-group input[type="datetime"], form#search .input-group .gform_wrapper input[type="datetime-local"], .gform_wrapper form#search .input-group input[type="datetime-local"], form#search .input-group .gform_wrapper input[type="month"], .gform_wrapper form#search .input-group input[type="month"], form#search .input-group .gform_wrapper input[type="number"], .gform_wrapper form#search .input-group input[type="number"], form#search .input-group .gform_wrapper input[type="password"], .gform_wrapper form#search .input-group input[type="password"], form#search .input-group .gform_wrapper input[type="search"], .gform_wrapper form#search .input-group input[type="search"], form#search .input-group .gform_wrapper input[type="tel"], .gform_wrapper form#search .input-group input[type="tel"], form#search .input-group .gform_wrapper input[type="text"], .gform_wrapper form#search .input-group input[type="text"], form#search .input-group .gform_wrapper input[type="time"], .gform_wrapper form#search .input-group input[type="time"], form#search .input-group .gform_wrapper input[type="week"], .gform_wrapper form#search .input-group input[type="week"], form#search .input-group .gform_wrapper input[type="url"], .gform_wrapper form#search .input-group input[type="url"], form#search .input-group .gform_wrapper select, .gform_wrapper form#search .input-group select, form#search .input-group .gform_wrapper textarea, .gform_wrapper form#search .input-group textarea, form#search .input-group .btn {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
  font-size: 12px; }
  form#search .input-group .form-control:focus, form#search .input-group .gform_wrapper input[type="email"]:focus, .gform_wrapper form#search .input-group input[type="email"]:focus, form#search .input-group .gform_wrapper input[type="date"]:focus, .gform_wrapper form#search .input-group input[type="date"]:focus, form#search .input-group .gform_wrapper input[type="datetime"]:focus, .gform_wrapper form#search .input-group input[type="datetime"]:focus, form#search .input-group .gform_wrapper input[type="datetime-local"]:focus, .gform_wrapper form#search .input-group input[type="datetime-local"]:focus, form#search .input-group .gform_wrapper input[type="month"]:focus, .gform_wrapper form#search .input-group input[type="month"]:focus, form#search .input-group .gform_wrapper input[type="number"]:focus, .gform_wrapper form#search .input-group input[type="number"]:focus, form#search .input-group .gform_wrapper input[type="password"]:focus, .gform_wrapper form#search .input-group input[type="password"]:focus, form#search .input-group .gform_wrapper input[type="search"]:focus, .gform_wrapper form#search .input-group input[type="search"]:focus, form#search .input-group .gform_wrapper input[type="tel"]:focus, .gform_wrapper form#search .input-group input[type="tel"]:focus, form#search .input-group .gform_wrapper input[type="text"]:focus, .gform_wrapper form#search .input-group input[type="text"]:focus, form#search .input-group .gform_wrapper input[type="time"]:focus, .gform_wrapper form#search .input-group input[type="time"]:focus, form#search .input-group .gform_wrapper input[type="week"]:focus, .gform_wrapper form#search .input-group input[type="week"]:focus, form#search .input-group .gform_wrapper input[type="url"]:focus, .gform_wrapper form#search .input-group input[type="url"]:focus, form#search .input-group .gform_wrapper select:focus, .gform_wrapper form#search .input-group select:focus, form#search .input-group .gform_wrapper textarea:focus, .gform_wrapper form#search .input-group textarea:focus, form#search .input-group .btn:focus, form#search .input-group .form-control:hover, form#search .input-group .gform_wrapper input[type="email"]:hover, .gform_wrapper form#search .input-group input[type="email"]:hover, form#search .input-group .gform_wrapper input[type="date"]:hover, .gform_wrapper form#search .input-group input[type="date"]:hover, form#search .input-group .gform_wrapper input[type="datetime"]:hover, .gform_wrapper form#search .input-group input[type="datetime"]:hover, form#search .input-group .gform_wrapper input[type="datetime-local"]:hover, .gform_wrapper form#search .input-group input[type="datetime-local"]:hover, form#search .input-group .gform_wrapper input[type="month"]:hover, .gform_wrapper form#search .input-group input[type="month"]:hover, form#search .input-group .gform_wrapper input[type="number"]:hover, .gform_wrapper form#search .input-group input[type="number"]:hover, form#search .input-group .gform_wrapper input[type="password"]:hover, .gform_wrapper form#search .input-group input[type="password"]:hover, form#search .input-group .gform_wrapper input[type="search"]:hover, .gform_wrapper form#search .input-group input[type="search"]:hover, form#search .input-group .gform_wrapper input[type="tel"]:hover, .gform_wrapper form#search .input-group input[type="tel"]:hover, form#search .input-group .gform_wrapper input[type="text"]:hover, .gform_wrapper form#search .input-group input[type="text"]:hover, form#search .input-group .gform_wrapper input[type="time"]:hover, .gform_wrapper form#search .input-group input[type="time"]:hover, form#search .input-group .gform_wrapper input[type="week"]:hover, .gform_wrapper form#search .input-group input[type="week"]:hover, form#search .input-group .gform_wrapper input[type="url"]:hover, .gform_wrapper form#search .input-group input[type="url"]:hover, form#search .input-group .gform_wrapper select:hover, .gform_wrapper form#search .input-group select:hover, form#search .input-group .gform_wrapper textarea:hover, .gform_wrapper form#search .input-group textarea:hover, form#search .input-group .btn:hover {
    box-shadow: none; }

form#search .input-group .form-control, form#search .input-group .gform_wrapper input[type="email"], .gform_wrapper form#search .input-group input[type="email"], form#search .input-group .gform_wrapper input[type="date"], .gform_wrapper form#search .input-group input[type="date"], form#search .input-group .gform_wrapper input[type="datetime"], .gform_wrapper form#search .input-group input[type="datetime"], form#search .input-group .gform_wrapper input[type="datetime-local"], .gform_wrapper form#search .input-group input[type="datetime-local"], form#search .input-group .gform_wrapper input[type="month"], .gform_wrapper form#search .input-group input[type="month"], form#search .input-group .gform_wrapper input[type="number"], .gform_wrapper form#search .input-group input[type="number"], form#search .input-group .gform_wrapper input[type="password"], .gform_wrapper form#search .input-group input[type="password"], form#search .input-group .gform_wrapper input[type="search"], .gform_wrapper form#search .input-group input[type="search"], form#search .input-group .gform_wrapper input[type="tel"], .gform_wrapper form#search .input-group input[type="tel"], form#search .input-group .gform_wrapper input[type="text"], .gform_wrapper form#search .input-group input[type="text"], form#search .input-group .gform_wrapper input[type="time"], .gform_wrapper form#search .input-group input[type="time"], form#search .input-group .gform_wrapper input[type="week"], .gform_wrapper form#search .input-group input[type="week"], form#search .input-group .gform_wrapper input[type="url"], .gform_wrapper form#search .input-group input[type="url"], form#search .input-group .gform_wrapper select, .gform_wrapper form#search .input-group select, form#search .input-group .gform_wrapper textarea, .gform_wrapper form#search .input-group textarea {
  padding-left: 0; }

form#search .input-group span button {
  padding-right: 0; }
  form#search .input-group span button i {
    color: #000;
    transition: all 0.5s ease; }
  form#search .input-group span:hover i, form#search .input-group span:focus i {
    color: #fff;
    transition: all 0.5s ease; }

.validation_error {
  color: red;
  text-align: center; }

#subscribe .validation_message {
  display: block !important; }

.gfield_error input, .gfield_error textarea {
  border-color: red !important; }
/*** -3 Classes ***/
.has-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7); }

.has-absolute {
  position: relative; }

.absolute-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.absolute-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%; }

.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.table-div {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle; }

.has-image {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.square {
  position: relative;
  width: 100%; }

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.square.pb-four:after {
  padding-bottom: 40%; }

.square.pb-five:after {
  padding-bottom: 50%; }

.square.pb-seven:after {
  padding-bottom: 70%; }

.square.pb-eight:after {
  padding-bottom: 80%; }

.circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  /* width and height can be anything, as long as they're equal */ }

.dash-dot .slick-dots li {
  width: 40px; }
  .dash-dot .slick-dots li button:before {
    content: "\f2d1";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 40px;
    opacity: 1; }
  .dash-dot .slick-dots li.slick-active button:before {
    color: #243d86; }

ul.ul-circle {
  list-style-type: circle;
  padding-left: 20px; }

ul.ul-m20b li {
  margin-bottom: 20px; }

p {
  color: #727272; }

li {
  color: #727272; }
/** Gravity Forms */
.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

.gform_wrapper li {
  margin-bottom: 1rem; }

.gform_wrapper li .ginput_container {
  padding-right: 1rem; }

@media (max-width: 640px) {
      .gform_wrapper li .ginput_container {
        padding-right: 0rem; } }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: red; }

.validation_message {
  display: none; }
/*
 * 0: Buttons
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package awd
 */
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.primary.bordered {
  border: 1px solid #243d86;
  background-color: transparent;
  color: #243d86; }
  .ahref.primary.bordered:hover {
    background-color: #243d86;
    color: #fff; }
  .ahref.primary.bordered.invert:hover {
    background-color: #000;
    color: #243d86;
    text-decoration: none; }
  .ahref.primary.solid {
    background-color: #243d86;
    color: #fff; }
  .ahref.primary.solid:hover {
    background-color: #fff;
    color: #243d86;
    text-decoration: none; }
  .ahref.primary.solid.invert:hover {
    background-color: #000;
    color: #243d86;
    text-decoration: none; }
  .ahref.primary.line {
    padding: 20px 0px 10px;
    color: #243d86; }
  .ahref.primary.line:hover {
    text-decoration: none; }
  .ahref.primary.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #243d86;
    color: #243d86; }
  .ahref.primary.round {
    color: #fff;
    background-color: #243d86;
    border: 2px solid #243d86;
    border-radius: 50px; }
  .ahref.primary.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.primary.line {
    color: #243d86; }
  .ahref.primary.line:hover {
    text-decoration: none; }
  .ahref.primary.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #243d86;
    color: #243d86; }
  .ahref.primary.text {
    color: #243d86; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.secondary.bordered {
  border: 1px solid #1b3273;
  background-color: transparent;
  color: #1b3273; }
  .ahref.secondary.bordered:hover {
    background-color: #1b3273;
    color: #fff; }
  .ahref.secondary.bordered.invert:hover {
    background-color: #000;
    color: #1b3273;
    text-decoration: none; }
  .ahref.secondary.solid {
    background-color: #1b3273;
    color: #fff; }
  .ahref.secondary.solid:hover {
    background-color: #fff;
    color: #1b3273;
    text-decoration: none; }
  .ahref.secondary.solid.invert:hover {
    background-color: #000;
    color: #1b3273;
    text-decoration: none; }
  .ahref.secondary.line {
    padding: 20px 0px 10px;
    color: #1b3273; }
  .ahref.secondary.line:hover {
    text-decoration: none; }
  .ahref.secondary.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1b3273;
    color: #1b3273; }
  .ahref.secondary.round {
    color: #fff;
    background-color: #1b3273;
    border: 2px solid #1b3273;
    border-radius: 50px; }
  .ahref.secondary.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.secondary.line {
    color: #1b3273; }
  .ahref.secondary.line:hover {
    text-decoration: none; }
  .ahref.secondary.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1b3273;
    color: #1b3273; }
  .ahref.secondary.text {
    color: #1b3273; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.blue.bordered {
  border: 1px solid #2c96d0;
  background-color: transparent;
  color: #2c96d0; }
  .ahref.blue.bordered:hover {
    background-color: #2c96d0;
    color: #fff; }
  .ahref.blue.bordered.invert:hover {
    background-color: #000;
    color: #2c96d0;
    text-decoration: none; }
  .ahref.blue.solid {
    background-color: #2c96d0;
    color: #fff; }
  .ahref.blue.solid:hover {
    background-color: #fff;
    color: #2c96d0;
    text-decoration: none; }
  .ahref.blue.solid.invert:hover {
    background-color: #000;
    color: #2c96d0;
    text-decoration: none; }
  .ahref.blue.line {
    padding: 20px 0px 10px;
    color: #2c96d0; }
  .ahref.blue.line:hover {
    text-decoration: none; }
  .ahref.blue.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2c96d0;
    color: #2c96d0; }
  .ahref.blue.round {
    color: #fff;
    background-color: #2c96d0;
    border: 2px solid #2c96d0;
    border-radius: 50px; }
  .ahref.blue.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.blue.line {
    color: #2c96d0; }
  .ahref.blue.line:hover {
    text-decoration: none; }
  .ahref.blue.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2c96d0;
    color: #2c96d0; }
  .ahref.blue.text {
    color: #2c96d0; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.brightblue.bordered {
  border: 1px solid #3fa9f5;
  background-color: transparent;
  color: #3fa9f5; }
  .ahref.brightblue.bordered:hover {
    background-color: #3fa9f5;
    color: #fff; }
  .ahref.brightblue.bordered.invert:hover {
    background-color: #000;
    color: #3fa9f5;
    text-decoration: none; }
  .ahref.brightblue.solid {
    background-color: #3fa9f5;
    color: #fff; }
  .ahref.brightblue.solid:hover {
    background-color: #fff;
    color: #3fa9f5;
    text-decoration: none; }
  .ahref.brightblue.solid.invert:hover {
    background-color: #000;
    color: #3fa9f5;
    text-decoration: none; }
  .ahref.brightblue.line {
    padding: 20px 0px 10px;
    color: #3fa9f5; }
  .ahref.brightblue.line:hover {
    text-decoration: none; }
  .ahref.brightblue.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3fa9f5;
    color: #3fa9f5; }
  .ahref.brightblue.round {
    color: #fff;
    background-color: #3fa9f5;
    border: 2px solid #3fa9f5;
    border-radius: 50px; }
  .ahref.brightblue.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.brightblue.line {
    color: #3fa9f5; }
  .ahref.brightblue.line:hover {
    text-decoration: none; }
  .ahref.brightblue.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3fa9f5;
    color: #3fa9f5; }
  .ahref.brightblue.text {
    color: #3fa9f5; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.black.bordered {
  border: 1px solid #000;
  background-color: transparent;
  color: #000; }
  .ahref.black.bordered:hover {
    background-color: #000;
    color: #fff; }
  .ahref.black.bordered.invert:hover {
    background-color: #000;
    color: #000;
    text-decoration: none; }
  .ahref.black.solid {
    background-color: #000;
    color: #fff; }
  .ahref.black.solid:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none; }
  .ahref.black.solid.invert:hover {
    background-color: #000;
    color: #000;
    text-decoration: none; }
  .ahref.black.line {
    padding: 20px 0px 10px;
    color: #000; }
  .ahref.black.line:hover {
    text-decoration: none; }
  .ahref.black.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    color: #000; }
  .ahref.black.round {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 50px; }
  .ahref.black.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.black.line {
    color: #000; }
  .ahref.black.line:hover {
    text-decoration: none; }
  .ahref.black.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    color: #000; }
  .ahref.black.text {
    color: #000; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.white.bordered {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff; }
  .ahref.white.bordered:hover {
    background-color: #fff;
    color: #fff; }
  .ahref.white.bordered.invert:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  .ahref.white.solid {
    background-color: #fff;
    color: #fff; }
  .ahref.white.solid:hover {
    background-color: #fff;
    color: #fff;
    text-decoration: none; }
  .ahref.white.solid.invert:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  .ahref.white.line {
    padding: 20px 0px 10px;
    color: #fff; }
  .ahref.white.line:hover {
    text-decoration: none; }
  .ahref.white.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    color: #fff; }
  .ahref.white.round {
    color: #fff;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50px; }
  .ahref.white.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.white.line {
    color: #fff; }
  .ahref.white.line:hover {
    text-decoration: none; }
  .ahref.white.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    color: #fff; }
  .ahref.white.text {
    color: #fff; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.dark-grey.bordered {
  border: 1px solid #727272;
  background-color: transparent;
  color: #727272; }
  .ahref.dark-grey.bordered:hover {
    background-color: #727272;
    color: #fff; }
  .ahref.dark-grey.bordered.invert:hover {
    background-color: #000;
    color: #727272;
    text-decoration: none; }
  .ahref.dark-grey.solid {
    background-color: #727272;
    color: #fff; }
  .ahref.dark-grey.solid:hover {
    background-color: #fff;
    color: #727272;
    text-decoration: none; }
  .ahref.dark-grey.solid.invert:hover {
    background-color: #000;
    color: #727272;
    text-decoration: none; }
  .ahref.dark-grey.line {
    padding: 20px 0px 10px;
    color: #727272; }
  .ahref.dark-grey.line:hover {
    text-decoration: none; }
  .ahref.dark-grey.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #727272;
    color: #727272; }
  .ahref.dark-grey.round {
    color: #fff;
    background-color: #727272;
    border: 2px solid #727272;
    border-radius: 50px; }
  .ahref.dark-grey.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.dark-grey.line {
    color: #727272; }
  .ahref.dark-grey.line:hover {
    text-decoration: none; }
  .ahref.dark-grey.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #727272;
    color: #727272; }
  .ahref.dark-grey.text {
    color: #727272; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.light-grey.bordered {
  border: 1px solid #f3f3f3;
  background-color: transparent;
  color: #f3f3f3; }
  .ahref.light-grey.bordered:hover {
    background-color: #f3f3f3;
    color: #fff; }
  .ahref.light-grey.bordered.invert:hover {
    background-color: #000;
    color: #f3f3f3;
    text-decoration: none; }
  .ahref.light-grey.solid {
    background-color: #f3f3f3;
    color: #fff; }
  .ahref.light-grey.solid:hover {
    background-color: #fff;
    color: #f3f3f3;
    text-decoration: none; }
  .ahref.light-grey.solid.invert:hover {
    background-color: #000;
    color: #f3f3f3;
    text-decoration: none; }
  .ahref.light-grey.line {
    padding: 20px 0px 10px;
    color: #f3f3f3; }
  .ahref.light-grey.line:hover {
    text-decoration: none; }
  .ahref.light-grey.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    color: #f3f3f3; }
  .ahref.light-grey.round {
    color: #fff;
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    border-radius: 50px; }
  .ahref.light-grey.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.light-grey.line {
    color: #f3f3f3; }
  .ahref.light-grey.line:hover {
    text-decoration: none; }
  .ahref.light-grey.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    color: #f3f3f3; }
  .ahref.light-grey.text {
    color: #f3f3f3; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.light-grey2.bordered {
  border: 1px solid #bfbfbf;
  background-color: transparent;
  color: #bfbfbf; }
  .ahref.light-grey2.bordered:hover {
    background-color: #bfbfbf;
    color: #fff; }
  .ahref.light-grey2.bordered.invert:hover {
    background-color: #000;
    color: #bfbfbf;
    text-decoration: none; }
  .ahref.light-grey2.solid {
    background-color: #bfbfbf;
    color: #fff; }
  .ahref.light-grey2.solid:hover {
    background-color: #fff;
    color: #bfbfbf;
    text-decoration: none; }
  .ahref.light-grey2.solid.invert:hover {
    background-color: #000;
    color: #bfbfbf;
    text-decoration: none; }
  .ahref.light-grey2.line {
    padding: 20px 0px 10px;
    color: #bfbfbf; }
  .ahref.light-grey2.line:hover {
    text-decoration: none; }
  .ahref.light-grey2.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    color: #bfbfbf; }
  .ahref.light-grey2.round {
    color: #fff;
    background-color: #bfbfbf;
    border: 2px solid #bfbfbf;
    border-radius: 50px; }
  .ahref.light-grey2.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.light-grey2.line {
    color: #bfbfbf; }
  .ahref.light-grey2.line:hover {
    text-decoration: none; }
  .ahref.light-grey2.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    color: #bfbfbf; }
  .ahref.light-grey2.text {
    color: #bfbfbf; }

.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 50px;
  max-width: 100%; }

.ahref:hover {
  text-decoration: none; }

.ahref svg {
  margin-left: 8px; }

.ahref.transparent.bordered {
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent; }
  .ahref.transparent.bordered:hover {
    background-color: transparent;
    color: #fff; }
  .ahref.transparent.bordered.invert:hover {
    background-color: #000;
    color: transparent;
    text-decoration: none; }
  .ahref.transparent.solid {
    background-color: transparent;
    color: #fff; }
  .ahref.transparent.solid:hover {
    background-color: #fff;
    color: transparent;
    text-decoration: none; }
  .ahref.transparent.solid.invert:hover {
    background-color: #000;
    color: transparent;
    text-decoration: none; }
  .ahref.transparent.line {
    padding: 20px 0px 10px;
    color: transparent; }
  .ahref.transparent.line:hover {
    text-decoration: none; }
  .ahref.transparent.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    color: transparent; }
  .ahref.transparent.round {
    color: #fff;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50px; }
  .ahref.transparent.round:hover {
    color: #fff;
    background-color: #1b3273;
    text-decoration: none;
    border-color: #1b3273; }
  .ahref.transparent.line {
    color: transparent; }
  .ahref.transparent.line:hover {
    text-decoration: none; }
  .ahref.transparent.line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    color: transparent; }
  .ahref.transparent.text {
    color: transparent; }

@media (min-width: 1200px) {
  .container {
    max-width: 1240px; } }

header {
  background-color: #fff;
  border-bottom: 1px solid #eee; }

header#primary {
  z-index: 99999; }

@media (max-width: 465px) {
        header#primary .navbar .logolink {
          position: absolute;
          top: 15px; }
        header#primary .navbar button {
          position: absolute;
          top: 15px;
          right: 5px; }
        header#primary .navbar #navbarNavAltMarkup {
          padding-top: 50px; } }
  @media (max-width: 768px) {
      header#primary .navbar .logolink {
        position: absolute;
        top: 15px; }
      header#primary .navbar button {
        position: absolute;
        top: 15px;
        right: 5px; }
      header#primary .navbar #navbarNavAltMarkup {
        padding-top: 50px; } }
  @media (max-width: 465px) {
      header#primary .navbar {
        padding-left: 0;
        padding-right: 0; } }

header#primary .navbar-toggler {
  border: none;
  padding: 0; }

header#primary .main-menu {
  margin-bottom: 0; }

header#primary ul {
  padding-left: 15px;
  padding-right: 15px; }
  header#primary ul li {
    list-style-type: none;
    text-align: center;
    text-transform: uppercase; }
  @media (max-width: 465px) {
        header#primary ul li {
          text-align: left; } }
  header#primary ul li a {
    font-size: 14px;
    color: #243d86; }
    header#primary ul li a:hover {
      color: #2c96d0; }
    header#primary ul li a.subscribe {
      border: 2px solid #243d86;
      padding: 5px 40px;
      margin: 0 15px; }
      header#primary ul li a.subscribe:hover {
        background-color: #243d86;
        color: #fff; }
  header#primary ul li.current-menu-item a, header#primary ul li.current-page-ancestor a {
    color: #2c96d0;
    position: relative; }
    header#primary ul li.current-menu-item a:after, header#primary ul li.current-page-ancestor a:after {
      content: '';
      width: calc(100% - 30px);
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 1px;
      border-width: 0 0 1px;
      border-style: solid;
      transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 1199px) {
      header#primary ul {
        padding-top: 20px; }
        header#primary ul li {
          width: 100%; } }

header#primary .trigger-menu svg {
  width: 50px; }

header#secondary {
  height: 30px; }

header#secondary a {
  color: #ccc; }
  header#secondary a:hover {
    color: #243d86; }

#brand-logo {
  width: 100%;
  max-width: 200px; }

@media (max-width: 767px) {
    #brand-logo {
      position: relative;
      top: -9px;
      max-width: 180px; } }

#content {
  padding-top: 98px;
  /* needs to match heigh of menu */ }

@media (max-width: 465px) {
    #content {
      padding-top: 75px; } }

footer h4 {
  color: #fff;
  font-size: 16px; }

footer h4.heading {
  text-align: left;
  font-family: ProximaNova, sans-serif;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
      footer h4.heading {
        font-size: 16px; } }
  footer h4.heading:before {
    height: 2px;
    width: 40px;
    bottom: -20px; }

footer p {
  margin-bottom: 5px; }

footer p, footer a {
  color: #fff;
  font-size: 16px; }

footer a:hover {
  text-decoration: underline;
  color: #fff; }

footer .fab {
  font-size: 30px; }

footer .copyright {
  font-size: 14px; }

footer .copyright p {
  font-size: 14px; }

footer .copyright svg {
  fill: #fff;
  max-width: 100px;
  margin-left: 5px;
  top: -1px;
  position: relative; }

.gform_wrapper form .gfield label.gfield_label {
  display: none; }

.gform_wrapper form input:not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form textarea {
  border: none;
  width: 100%;
  min-height: 2em;
  margin-bottom: 15px;
  padding-left: 0em; }

.gform_wrapper form ul.gform_fields li.gfield {
  margin-top: 0em; }

.gform_wrapper form.form-underline_wrapper .gfield label.gfield_label {
  display: none; }
  .gform_wrapper form.form-underline_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form.form-underline_wrapper textarea {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    padding-left: 2em;
    background-color: transparent; }
  .gform_wrapper form.form-underline_wrapper ul.gform_fields li.gfield {
    margin-top: 0em; }
  .gform_wrapper form.form-underline_wrapper .gform_footer input.gform_button {
    border-radius: 50px;
    padding: 10px 50px; }
    .gform_wrapper form.form-underline_wrapper .gform_footer input.gform_button:hover {
      cursor: pointer; }

.gform_wrapper form .gform_button {
  color: #fff;
  background-color: #243d86;
  width: 100%;
  border: 2px solid #243d86;
  transition: all 0.5s ease;
  padding: 10px 35px; }
  .gform_wrapper form .gform_button:hover {
    color: #243d86;
    background-color: #fff;
    transition: all 0.5s ease; }

#feedback-form .gform_wrapper form.feedback li.gfield {
  position: relative; }
  #feedback-form .gform_wrapper form.feedback li.gfield input {
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #d7d7d7; }
  #feedback-form .gform_wrapper form.feedback li.gfield.extend {
    border-radius: 10px;
    padding: 20px 30px 5px;
    margin-bottom: 15px;
    border: 1px solid #888; }
    #feedback-form .gform_wrapper form.feedback li.gfield.extend .gfield_radio, #feedback-form .gform_wrapper form.feedback li.gfield.extend .textarea {
      display: none; }
    #feedback-form .gform_wrapper form.feedback li.gfield.extend::after {
      content: "\f107";
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right: 20px;
      top: 15px;
      color: #243d86; }
    #feedback-form .gform_wrapper form.feedback li.gfield.extend.open {
      color: #fff;
      background-color: #1b3273; }
      #feedback-form .gform_wrapper form.feedback li.gfield.extend.open .gfield_radio, #feedback-form .gform_wrapper form.feedback li.gfield.extend.open .textarea {
        display: block; }
      #feedback-form .gform_wrapper form.feedback li.gfield.extend.open .textarea {
        background-color: #1b3273;
        color: #fff;
        border-bottom: 1px solid #fff;
        height: 116px; }
        #feedback-form .gform_wrapper form.feedback li.gfield.extend.open .textarea::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff;
          opacity: 0.8;
          /* Firefox */ }
      #feedback-form .gform_wrapper form.feedback li.gfield.extend.open::after {
        content: "\f106";
        color: #fff; }
    #feedback-form .gform_wrapper form.feedback li.gfield.extend .gfield_label {
      display: block;
      margin-bottom: 0; }
      #feedback-form .gform_wrapper form.feedback li.gfield.extend .gfield_label:hover {
        cursor: pointer; }
    #feedback-form .gform_wrapper form.feedback li.gfield.extend input {
      min-height: 1em !important;
      margin-bottom: 0px !important;
      border-bottom: none; }
  #feedback-form .gform_wrapper form.feedback .gform_footer {
    text-align: center; }
  #feedback-form .gform_wrapper form.feedback .gform_footer input.gform_button {
    border-radius: 50px;
    padding: 10px 50px; }
    #feedback-form .gform_wrapper form.feedback .gform_footer input.gform_button:hover {
      cursor: pointer; }

#feedback-form {
  max-width: 800px; }

.single-post .post-container .heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }
  @media (max-width: 767px) {
      .single-post .post-container .heading {
        font-size: 24px; } }
  .single-post .post-container .heading:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 18px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    width: 30px;
    height: 5px; }
  .single-post .post-container .heading:before {
    left: 50%;
    background-color: #2c96d0;
    height: 2px;
    width: 80px; }

main.blog article .image-holder {
  background: #111;
  position: relative; }
  main.blog article .image-holder img {
    height: 230px !important; }

main.blog article .body {
  border-bottom: 1px solid #eee;
  height: 100%;
  min-height: 400px; }
  @media (max-width: 465px) {
      main.blog article .body {
        min-height: auto; } }

main.blog article h3 {
  font-size: 24px; }

main.blog article p {
  /* font-size: 14px; */ }

main.blog article i {
  font-size: 40px;
  top: 9px;
  position: relative;
  padding-left: 10px; }

main.blog article .image .image-holder {
  max-width: 465px;
  max-height: 300px;
  overflow: hidden; }
  main.blog article .image span {
    opacity: 1;
    position: absolute;
    top: 60%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%); }
  main.blog article .image img {
    width: 100%;
    height: auto;
    opacity: 0.7;
    transition: all 0.2s ease-in; }

main.blog article a:hover .image-holder {
  background: #222970; }
  main.blog article a:hover.image span {
    opacity: 1;
    transition: all 0.2s ease-in;
    top: 50%; }
    main.blog article a:hover.image img {
      opacity: 0.1;
      transition: all 0.2s ease-in; }
  main.blog article a:hover .body {
    border-bottom: 1px solid #243d86;
    transition: all 0.2s ease-in; }

section.layout-one_column p, section.layout-two_column p, section.layout-one_column li, section.layout-two_column li {
  line-height: 1.8; }

.aboutusintro {
  font-size: 22px; }

@media (max-width: 465px) {
    .aboutusintro {
      font-size: 18px; } }

.layout-header_image {
  height: 440px !important;
  background-size: cover; }

@media (max-width: 465px) {
    .layout-header_image {
      height: 300px !important; } }

.layout-header_image p {
  margin: 0; }

.layout-header_image p.heading {
  font-size: 48px;
  text-align: left; }
  @media (max-width: 465px) {
      .layout-header_image p.heading {
        font-size: 36px !important; } }
  .layout-header_image p.heading:before {
    bottom: -20px; }

.layout-header_image h2 {
  margin-bottom: 20px;
  color: #fff; }

.layout-header_image h2 span {
  color: #2c96d0;
  font-weight: 700; }

@media (max-width: 425px) {
    .layout-header_image h2 {
      padding: 10px; } }

.layout-one_column h3 {
  font-size: 24px; }

@media (max-width: 465px) {
      .layout-one_column h3 {
        text-align: left !important; } }

.layout-one_column .heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }

@media (max-width: 767px) {
      .layout-one_column .heading {
        font-size: 24px; } }

.layout-one_column .heading:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 5px; }

.layout-one_column .heading:before {
  left: 50%;
  background-color: #2c96d0;
  height: 2px;
  width: 80px; }
  @media (max-width: 465px) {
      .layout-one_column .heading:before {
        left: 40px !important; } }

.layout-blog_list h3 {
  font-size: 24px; }

@media (max-width: 465px) {
      .layout-blog_list h3 {
        text-align: left !important; } }

.layout-blog_list .heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }

@media (max-width: 767px) {
      .layout-blog_list .heading {
        font-size: 24px; } }

.layout-blog_list .heading:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 5px; }

.layout-blog_list .heading:before {
  left: 50%;
  background-color: #2c96d0;
  height: 2px;
  width: 80px; }
  @media (max-width: 465px) {
      .layout-blog_list .heading:before {
        left: 40px !important; } }

.layout-blog_list .ahref.t-primary {
  text-transform: capitalize; }

.layout-projects_list_home h3 {
  font-size: 24px; }

@media (max-width: 465px) {
      .layout-projects_list_home h3 {
        text-align: left !important; } }

.layout-projects_list_home .heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }

@media (max-width: 767px) {
      .layout-projects_list_home .heading {
        font-size: 24px; } }

.layout-projects_list_home .heading:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 5px; }

.layout-projects_list_home .heading:before {
  left: 50%;
  background-color: #2c96d0;
  height: 2px;
  width: 80px; }
  @media (max-width: 465px) {
      .layout-projects_list_home .heading:before {
        left: 55px !important; } }

.layout-projects_list_home article .image-holder {
  background: #111;
  position: relative; }

.layout-projects_list_home article h3 {
  font-size: 24px; }

.layout-projects_list_home article p {
  /* font-size: 14px; */ }

.layout-projects_list_home article i {
  font-size: 46px;
  top: 12px;
  position: relative;
  padding-left: 10px; }

.layout-projects_list_home article .image span {
  opacity: 1;
  position: absolute;
  top: 60%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%); }
  .layout-projects_list_home article .image img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: all 0.2s ease-in;
    max-height: 400px; }

.layout-projects_list_home article a {
  width: 100%; }
  .layout-projects_list_home article a:hover .image-holder {
    background: #222970; }
  .layout-projects_list_home article a:hover.image span {
    opacity: 1;
    transition: all 0.2s ease-in;
    top: 50%; }
    .layout-projects_list_home article a:hover.image img {
      opacity: 0.1;
      transition: all 0.2s ease-in; }

.layout-two_column h3 {
  font-size: 24px; }

@media (max-width: 465px) {
      .layout-two_column h3 {
        text-align: left !important; } }

.layout-two_column .heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }

@media (max-width: 767px) {
      .layout-two_column .heading {
        font-size: 24px; } }

.layout-two_column .heading:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 5px; }

.layout-two_column .heading:before {
  left: 40px;
  background-color: #2c96d0;
  height: 2px;
  width: 80px; }

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

@media (min-width: 1200px) {
      .layout-two_column img {
        width: 100%; } }

.layout-two_column ul {
  padding-left: 15px; }

.layout-two_column ul li {
  padding-left: 20px; }

@media (max-width: 465px) {
    .layout-two_column .imgright {
      order: 1; }
    .layout-two_column .textleft {
      order: 2; } }

.layout-icons h3 {
  font-size: 24px; }

@media (max-width: 465px) {
      .layout-icons h3 {
        text-align: left !important; } }

.layout-icons .heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }

@media (max-width: 767px) {
      .layout-icons .heading {
        font-size: 24px; } }

.layout-icons .heading:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 5px; }

.layout-icons .heading:before {
  left: 50%;
  right: 50%;
  bottom: -30px;
  background-color: #2c96d0;
  height: 2px;
  width: 80px; }
  @media (max-width: 465px) {
      .layout-icons .heading:before {
        left: 40px !important; } }

.layout-icons img.icon {
  height: 100px;
  margin: 10px 0 !important; }

@media (max-width: 465px) {
      .layout-icons img.icon {
        padding-left: 1rem; } }

.layout-icons .icon-text {
  font-size: 20px;
  min-height: 120px; }

@media (max-width: 465px) {
      .layout-icons .icon-text {
        font-size: 16px;
        padding-left: 0.8rem; } }

@media (max-width: 465px) {
    .layout-icons .text-center {
      text-align: left !important; } }

.layout-icons.landowners_icons img.icon {
  margin: 40px 0 !important; }

.layout-three_column h3 {
  font-size: 24px; }

@media (max-width: 465px) {
      .layout-three_column h3 {
        text-align: left !important; } }

.layout-three_column .heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }

@media (max-width: 767px) {
      .layout-three_column .heading {
        font-size: 24px; } }

.layout-three_column .heading:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 5px; }

.layout-three_column .heading:before {
  left: 50%;
  background-color: #2c96d0;
  height: 2px;
  width: 80px; }
  @media (max-width: 465px) {
      .layout-three_column .heading:before {
        left: 40px !important; } }

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

.layout-three_column .num {
  font-size: 115px;
  opacity: 0.4;
  font-family: ProximaNova-Bold, sans-serif; }

.layout-three_column .content {
  font-size: 24px;
  padding-left: 5%; }

@media (max-width: 465px) {
      .layout-three_column .content {
        font-size: 16px; } }

.layout-three_column .content p {
  margin-top: -100px;
  border-right: 1px solid #fff;
  padding: 30px 70px 30px 0px;
  height: 150px; }

.layout-three_column .content.no-border p {
  border-right: 0; }

@media (max-width: 991px) {
      .layout-three_column .content p {
        border-right: 0 !important; } }

@media (max-width: 465px) {
    .layout_contact_block .contact-item {
      padding-bottom: 0; } }

.layout-contact_form h3 {
  font-size: 24px; }

@media (max-width: 465px) {
      .layout-contact_form h3 {
        text-align: left !important;
        font-size: 20px; } }

.layout-contact_form li.gfield {
  clear: none !important; }

.layout-contact_form li.gfield textarea.small {
  height: 115px; }

@media (max-width: 640px) {
      .layout-contact_form li.gfield.w-50 {
        width: 100% !important; } }

.layout-contact_form .gform_footer {
  text-align: center;
  clear: both; }

@media (max-width: 465px) {
      .layout-contact_form .gform_footer {
        text-align: left !important; } }

.layout-contact_form .gform_footer button, .layout-contact_form .gform_footer input[type=submit] {
  padding: 6px 50px !important;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  margin: auto; }

.layout-contact_form input, .layout-contact_form textarea {
  border: 1px solid #bfbfbf !important;
  padding: 8px 10px 7px 15px !important;
  background-color: transparent;
  font-size: 16px; }

.layout-contact_form input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease-in;
  margin-top: 30px !important; }

.layout-contact_form .gfield_error input, .layout-contact_form .gfield_error textarea {
  border: 1px solid red !important; }

.layout-contact_form .captcha {
  float: left; }

.layout-contact_form .captcha .ginput_container {
  max-width: 360px;
  margin: auto; }

.layout-contact_form .captcha .validation_message {
  color: red;
  text-align: center;
  display: block; }

.layout-newsletter_form h3 {
  font-size: 24px; }

@media (max-width: 465px) {
      .layout-newsletter_form h3 {
        text-align: left !important; } }

.layout-newsletter_form .heading {
  position: relative;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -15px !important; }

@media (max-width: 767px) {
      .layout-newsletter_form .heading {
        font-size: 24px; } }

.layout-newsletter_form .heading:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 30px;
  height: 5px; }

.layout-newsletter_form .heading:before {
  left: 50%;
  background-color: #2c96d0;
  height: 2px;
  width: 80px; }
  @media (max-width: 465px) {
      .layout-newsletter_form .heading:before {
        left: 40px !important; } }

.layout-newsletter_form .gform_body {
  width: 65%;
  float: left; }

@media (max-width: 465px) {
      .layout-newsletter_form .gform_body {
        width: 100%;
        float: none; } }

.layout-newsletter_form .gform_body li.gfield .ginput_container {
  padding-right: 0rem; }
  .layout-newsletter_form .gform_body li.gfield .ginput_container input {
    border-right: 0 !important; }
    @media (max-width: 465px) {
        .layout-newsletter_form .gform_body li.gfield .ginput_container input {
          border-right: 1px solid #243d86 !important; } }

.layout-newsletter_form .gform_footer {
  width: 35%;
  float: right; }

@media (max-width: 465px) {
      .layout-newsletter_form .gform_footer {
        width: 100%;
        float: none; } }

.layout-newsletter_form input {
  border: 1px solid #243d86 !important;
  padding: 6px 10px !important;
  background-color: transparent;
  padding: 0.8rem !important; }

.layout-newsletter_form textarea {
  border: 1px solid #727272 !important;
  padding: 6px 10px !important;
  background-color: transparent;
  padding: 0.8rem !important; }

.layout-newsletter_form .validation_error {
  padding: 0 0 15px 0; }

.layout-newsletter_form .validation_message {
  color: red !important; }

@media (max-width: 465px) {
    .layout-newsletter_form form {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .layout-newsletter_form .text-center {
      text-align: left !important; } }

.layout-projects_list {
  transition: all 1s ease-out; }

.layout-projects_list .project {
  position: relative;
  overflow: hidden; }

.layout-projects_list .project a {
  position: absolute;
  background: rgba(63, 169, 245, 0.9);
  color: #fff;
  height: 100%;
  width: 100%;
  top: 75%;
  left: 0;
  text-transform: uppercase; }

.layout-projects_list .project img {
  width: 100%;
  height: auto; }

.layout-projects_list .project .fa-arrow-right {
  color: #fff;
  position: absolute;
  right: 15px;
  opacity: 0;
  top: 15px;
  font-size: 24px;
  transform: rotate(0); }

.layout-projects_list .project h3 {
  color: #fff;
  font-size: 24px;
  padding: 3% 0;
  position: relative;
  height: 65px;
  vertical-align: middle;
  display: table-cell; }
  @media (max-width: 768px) {
      .layout-projects_list .project h3 {
        font-size: 20px;
        text-decoration: underline; } }
  .layout-projects_list .project h3:before {
    content: "";
    width: 1px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 35%;
    opacity: 0; }

.layout-projects_list .project:hover h3 {
  padding: 55% 0;
  transition: all 0.8s ease-out;
  display: block; }
  .layout-projects_list .project:hover h3:before {
    opacity: 1;
    width: 100px;
    transition: all 0.5s 0.9s ease-in; }
  .layout-projects_list .project:hover a {
    top: 0;
    background: rgba(63, 169, 245, 1);
    transition: all 0.5s ease-in; }
  .layout-projects_list .project:hover .fa-arrow-right {
    opacity: 1;
    transform: rotate(-45deg); }
/** top banner **/
.video-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* pointer-events: none; */
  background: #151515;
  height: calc(100vh - 86px);
  min-height: 600px; }

@media (max-width: 767px) {
    .video-background {
      height: calc(80vh - 56px);
      min-height: auto; } }

.video-background .video-foreground {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.video-background .video-foreground video {
  height: 100%;
  object-fit: cover; }
  @media (max-width: 767px) {
      .video-background .video-foreground video {
        width: auto;
        min-width: 100%;
        min-height: 100%;
        margin: auto;
        align-items: center;
        position: absolute;
        left: -50%;
        right: -50%;
        width: 100%;
        object-fit: cover;
        width: 100vw;
        height: 100vh; } }

.image-background, .video-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 98px);
  /* pointer-events: none;*/
  overflow-x: hidden;
  background: rgba(34, 41, 112, 0.7);
  background-size: cover;
  background-blend-mode: soft-light;
  position: relative; }

.image-background h1, .video-background h1 {
  color: #fff;
  font-size: 30px;
  line-height: 36px; }

@media (min-width: 991px) {
      .image-background h1, .video-background h1 {
        font-size: 45px;
        line-height: 45px; } }

@keyframes throb {
    from {
      opacity: 0.4;
      bottom: 30px; } }

.image-background .pointer, .video-background .pointer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  opacity: 1;
  animation: throb 1s infinite alternate; }

.image-background .pointer svg, .video-background .pointer svg {
  fill: #fff; }

.image-background a.ahref, .video-background a.ahref {
  text-transform: capitalize;
  display: inline-block; }

.image-background::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ''; }

.video-background::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(34, 41, 112, 0.4);
  z-index: 1; }

#vidtop-content {
  top: 0;
  color: #fff; }

.vid-info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 600px;
  color: #fff; }

.vid-info h2 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 0;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #4a4a4a;
  color: #fff; }

.vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.6s background;
  border-bottom: none;
  margin: 2rem auto;
  text-align: center; }

@media all and (max-width: 767px) {
  .vid-info .acronym {
    display: none; } }

@media all and (max-width: 567px) {
  .vid-info {
    width: 80%;
    padding: 0.5rem; }

  .vid-info h1 {
    font-size: 1.8rem;
    margin-bottom: 0.2rem; } }
/* client mobile specific css */
@media (max-width: 465px) {
  ul#navbarNavAltMarkup {
    padding-left: 0 !important; }
    ul#navbarNavAltMarkup .nav-link {
      display: inline-block;
      margin-bottom: 10px; }

  h3.heading {
    font-size: 20px !important; }

  .layout-contact_block .contact-item {
    padding-bottom: 10px !important; }

  .video-background h1 br {
    display: none; } }
