/*
Theme Name: CESL
Theme URI: http://cesl.nz/
Author: Anushka Ranasinghe
Author URI: http://cesl.nz/
Description: Cesl NZ Limited
Tags: white, light, dark, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, full-width-template, microformats, sticky-post, theme-options
Text Domain: cesl
Version: 0.1
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/*------------------------------------------------------------------
[Table of contents]
1. Body / body, html
2. General elements / typography, links, buttons, headings, form elements, images
3. Header / header, logo, breadcrumbs, header slider
4. Navigation / main menu
5. Content / #content
6. Footer, footer extras, footer social
7. Sidebar / widgets
8. 404 page
-------------------------------------------------------------------*/
/** Ultra Light */
@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  src: url("assets/fonts/sabfrancisco/sanfranciscodisplay-ultralight-webfont.woff");
}

/** Thin */
@font-face {
  font-family: "San Francisco";
  font-weight: 200;
  src: url("assets/fonts/sabfrancisco/sanfranciscodisplay-thin-webfont.woff");
}

/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("assets/fonts/sabfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("assets/fonts/sabfrancisco/sanfranciscodisplay-medium-webfont.woff");
}

/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url("assets/fonts/sabfrancisco/sanfranciscodisplay-semibold-webfont.woff");
}

/** Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url("assets/fonts/sabfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

@font-face {
  font-family: 'brandon-grotesque-bold';
  src: url('assets/fonts/brandon/brandon_bld.eot');
  src: url('assets/fonts/brandon/brandon_bld.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/brandon/brandon_bld.woff') format('woff'),
    url('assets/fonts/brandon/brandon_bld.ttf') format('truetype'),
    url('assets/fonts/brandon/brandon_bld.svg#brandon-grotesque-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon-grotesque-medium';
  src: url('assets/fonts/brandon/brandon_med.eot');
  src: url('assets/fonts/brandon/brandon_med.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/brandon/brandon_med.woff') format('woff'),
    url('assets/fonts/brandon/brandon_med.ttf') format('truetype'),
    url('assets/fonts/brandon/brandon_med.svg#brandon-grotesque-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon-grotesque-regular';
  src: url('assets/fonts/brandon/brandon_reg.eot');
  src: url('assets/fonts/brandon/brandon_reg.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/brandon/brandon_reg.woff') format('woff'),
    url('assets/fonts/brandon/brandon_reg.ttf') format('truetype'),
    url('assets/fonts/brandon/brandon_reg.svg#brandon-grotesque-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  /*background: -webkit-radial-gradient(top left, #805D96 40%, #371440 100%);
  background: radial-gradient(top left, #805D96 40%, #371440 100%);*/
  background: #f8f8f8;
}

body p {
  font-family: 'San Francisco';
  font-size: 14px;
  overflow-x: hidden;
  color: #202C47;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "San Francisco", sans-serif;
  font-weight: 500;
}

h1, h2, h3 {
  line-height: 4.8rem;
  padding: .8rem 0 1.6rem;
}

h4, h5, h6 {
  padding: 2rem 0;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.0rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
}

th {
  padding: 20px;
  text-align: center;
}

td {
  padding: 0px 5px 0 5px;
}

/* Header Menu */
.navbar-nav {
  float: right !important;
  margin: 0;
}

.navbar-default {
  background: none !important;
  border: none !important;
}

.navbar-fixed-top {
  padding: 20px 0;
}

.affix .navbar-nav {
  padding: 20px 0 0;
}

.affix {
  -webkit-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
  background: #7E3F97 !important;
}

.affix-top {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: padding 0.5s linear;
  -moz-transition: padding 0.5s linear;
  -o-transition: padding 0.5s linear;
  transition: padding 0.5s linear;
}

.navbar-default .navbar-nav>li>a:link {
  color: #fff;
}

/* visited link */
.navbar-default .navbar-nav>li>a:visited {
  color: #fff;
}

/* mouse over link */
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background: #27AE60;
  border-radius: 2px;
}

/* selected link */
.navbar-default .navbar-nav>li>a:active {
  color: #27AE60;
}

.navbar.stickytop {
  background: #000;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background: #27AE60;
  border-radius: 2px;
}

.dropdown-menu {
  top: 60px;
  border-radius: 6px !important;
}

.dropdown-menu .menu-item a {
  padding: 10px 10px;
  color: #1C2D45;
}

.dropdown-menu .menu-item a:hover {
  background: #27AE60;
  color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:last-child {
  color: #1C2D45;
  background-color: #27AE60;
}

#menu-header-menu li:last-child a {
  color: #fff;
  background-color: #27AE60;
}

#menu-header-menu li ul li:last-child a {
  color: #1C2D45;
  background-color: #fff;
}

#menu-header-menu li ul li:last-child a:hover {
  color: #fff;
  background-color: #27AE60;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #27AE60;
  outline: 0;
}

#particles-js {
  height: 60vh;
  position: absolute;
  z-index: 0;
}

#particles-js-callcenter {
  height: 60vh;
  position: absolute;
  left: 40%;
}

.right-js {
  float: right;
}

#header-logo-hover {
  display: inline-block;
}

.logo-hover {
  float: right;
  display: inline-block;
  padding-top: 11px;
}

/* ============================================================
  SECTIONS
============================================================ */
.module:last-child {
  margin-bottom: 0;
}

.module p:last-child {
  margin-bottom: 0;
}

.module.content {
  padding: 40px 0;
}

.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 46px;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'brandon-grotesque-regular';
  margin: 20% 0 0;
}

.module.parallax p {
  color: #fff;
  font-size: 16px;
  padding: 20px 0 50px;
  line-height: 30px;
}

.module .call-us {
  padding: 10px 20px;
  background: #FFFFFF;
  color: #4E2F5A;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.module .call-us:hover {
  background: #27AE60;
  color: #fff;
}

.module .call-us a {}

.parallax-container {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0px;
  z-index: -10;
  min-height: 99px;
}

.parallax-block {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
}

.slider-main img {
  display: block;
  margin: 0 auto;
  float: none;
  -webkit-background-size: cover;
  position: relative;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  font-size: 0;
  text-align: center;
  display: inline-block;
  z-index: 5;
}

.content-gap {
  width: 100%;
  height: 56vh;
  text-transform: capitalize;
}

.left {
  float: left;
}

.right {
  float: right;
}

.left>p {}

/*Home*/
#home-body {
  /*background: url('assets/img/home-center.jpg') no-repeat 0% 50% #fff;*/
  position: relative;
  top: 0px;
}

/*Home top*/
#home-top {
  position: relative;
}

#home-top .container, #home-center .container {
  background: #fff;
}

.home-top-left {
  padding-left: 20px;
}

#home-top .home-top-left h1 {
  font-family: 'brandon-grotesque-bold';
  color: #243250;
  font-size: 32px;
  text-transform: uppercase;
  padding-top: 50px;
}

#home-top .home-talk {
  background: #27AE60;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 10px 50px;
}

#home-top .home-talk:hover {
  background: #7E3F97;
  color: #FFF;
}

.home-talk-credit {
  background: #7E3F97;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 10px 50px;
}

.home-talk-credit:hover {
  background: #27AE60;
  color: #FFF;
}

#home-top .home-top-right {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 43px 8px rgba(136, 136, 136, 0.44);
  -moz-box-shadow: 0px 0px 43px 8px rgba(136, 136, 136, 0.44);
  box-shadow: 0px 0px 43px 8px rgba(136, 136, 136, 0.44);
  position: relative;
  float: right;
  margin: 0 6px 0 50px;
  width: 90%;
  padding: 10px 30px 50px;
}

#home-top .home-top-right h3 {
  line-height: 38px;
}

#home-top .home-top-right ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0 0 0 30px;
}

#home-top .home-top-right li:nth-child(1) {
  list-style-image: url('assets/img/fill1.png');
}

#home-top .home-top-right li:nth-child(2) {
  list-style-image: url('assets/img/fill2.png');
}

#home-top .home-top-right li:nth-child(3) {
  list-style-image: url('assets/img/fill3.png');
}

/*Home Center*/
#home-center a {
  text-decoration: none;
}

#home-center a:hover {
  background: #000;
}

#home-center h6, #home-center h4 {
  color: #243250;
}

#home-center h4 {
  font-size: 32px;
  text-align: center;
  padding: 5px 0;
}

#home-center h6 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 0;
}

#home-center p {
  text-align: center;
}

#home-center .inner-center {
  padding: 0 20px;
}

#home-center .home-center-block-left, #home-center .home-center-block-right {
  background: #F8F8F8;
  padding: 80px;
  margin-bottom: 30px;
}

#home-center .home-center-block-left:hover, #home-center .home-center-block-right:hover {
  background: #27AE60;
}

#home-center .home-center-block-left:hover h4, #home-center .home-center-block-left:hover p {
  color: #fff;
}

#home-center .home-center-block-right:hover h4, #home-center .home-center-block-right:hover p {
  color: #fff;
}

#home-center .grid-line {
  background: #EEEEEE;
}

#home-center .container {
  padding-bottom: 0px;
}

.grid-area {
  padding: 20px 0;
}

/*Call Center*/
.home {}

#call-center {
  display: block;
  margin: 0 auto;
  float: none;
  position: relative;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  font-size: 0;
  text-align: center;
  z-index: 5;
}

#call-center .box-outer {
  padding: 50px 20px 0;
  position: relative;
}

#call-center .box-outer-text {
  transform: translateY(30%);
}

#call-center .box-inner {
  background: #fff;
  padding: 40px 40px 60px;
}

#call-center h6 {
  color: #27AE60;
  font-size: 14px;
  text-align: left;
  padding: 0
}

#call-center h4 {
  font-size: 28px;
  text-align: left;
  line-height: 35px;
  padding: 10px 0;
}

#call-center p {
  text-align: left;
}

#call-center .call-center-talk {
  float: left;
  left: -34px;
  position: absolute;
  background: #27AE60;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 13px;
  padding: 10px 50px;
  box-shadow: 5px 5px 5px #888888;
}

#call-center .call-center-talk:hover {
  background: #7E3F97;
  color: #FFF;
}

/*Footer*/
footer {
  background: #F8F8F8;
  z-index: 9;
  position: relative;
  top: 0px;
}

.fa-2x {
  font-size: 2em;
  color: #000;
}

footer h5 {
  font-family: 'brandon-grotesque-bold';
  font-size: 16px;
  text-transform: uppercase;
}

footer #footer_bottom p, footer #footer_bottom a {
  color: #1C2D45;
  padding-top: 20px;
}

footer #footer_bottom p {
  font-size: 12px;
}

footer #footer_bottom a:hover {
  color: #27AE60;
}

footer #footer_top {
  padding: 20px 0;
}

#menu-site-navigation, #menu-services, #social {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
}

#menu-site-navigation li, #menu-services li {
  padding: 10px 0;
}

#menu-site-navigation a, #menu-services a {
  color: #1C2D45;
  text-decoration: none;
}

/* visited link */
#menu-site-navigation a::visited, #menu-services a::visited {
  color: #1C2D45;
}

/* mouse over link */
#menu-site-navigation a:hover, #menu-services a:hover {
  color: #1C2D45;
  text-decoration: none;
}

/* selected link */
#menu-site-navigation a:active, #menu-services a:active {
  color: #1C2D45;
}

#social li {
  display: block;
  float: left;
  padding-right: 20px;
}

/*
*  Service
*/
.service h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'brandon-grotesque-regular';
  margin: 0% 0 0;
  padding: 0;
  line-height: 50px;
}

#service-body {
  /*background: url('assets/img/home-center.jpg') no-repeat 100% 50% #fff;*/
}

#service-top .container {
  background: #fff;
}

#service-top .service-top-left {
  padding: 50px 20px;
}

.service h6 {
  color: #fff;
  font-size: 14px;
  margin: 40% 0 0;
}

#service-top .service-top-right {
  -webkit-box-shadow: 0px 0px 43px 8px rgba(136, 136, 136, 0.44);
  -moz-box-shadow: 0px 0px 43px 8px rgba(136, 136, 136, 0.44);
  box-shadow: 0px 0px 43px 8px rgba(136, 136, 136, 0.44);
  background: #fff;
  position: relative;
  float: right;
  margin: 0 0 0 50px;
  width: 90%;
  padding: 10px 50px 50px;
}

.service-top-right h3 {
  font-size: 33px;
}

#menu-service-page {
  text-align: right;
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
}

#menu-service-page .current_page_item {
  background: url('assets/img/correct-white.png') no-repeat 5% 50% #27AE60;
  color: #fff;
}

#menu-service-page .current_page_item a {
  color: #fff;
  display: block;
}

#menu-service-page li {
  padding: 15px 10px 15px 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 21px -11px rgba(0, 0, 0, 10);
  -moz-box-shadow: 0px 10px 21px -11px rgba(0, 0, 0, 10);
  box-shadow: 0px 10px 21px -11px rgba(0, 0, 0, 10);
  margin: 10px 0;
  /*list-style-image: url('assets/img/correct.png');*/
  background: url('assets/img/correct.png') no-repeat 5% 50% #fff;
}

#menu-service-page li>a {
  color: #1D2E46;
  display: block;
}

#menu-service-page li>a:hover {
  text-decoration: none;
}

#menu-service-page li:hover {
  text-decoration: none;
  background: url('assets/img/correct-white.png') no-repeat 5% 50% #27AE60;
  color: #fff;
}

#menu-service-page li:hover a {
  color: #fff;
}

#service-top .service-talk {
  background: #27AE60;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 10px 50px;
  margin-top: 25px;
  font-weight: bold;
}

#service-top .service-talk:hover {
  background: #7E3F97;
  color: #FFF;
}

/*
*  Our Team
*/
#team-body {
  /*background: url('assets/img/team-bg.png') no-repeat 5% 50% #202C47;*/
  background: #202C47;
  z-index: 9;
  position: relative;
}

#team-body #team-top .row {
  margin-bottom: 20px;
}

.our-team h1 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'brandon-grotesque-regular';
  margin: 40% 0 0;
  padding: 0;
  line-height: 0;
}

.our-team p {
  color: #fff;
  padding: 50px 0 0;
}

.profile-picture {
  width: 10%;
  float: left;
  position: relative;
  padding: 42px 0 0 0;
}

.profile-details {
  background: url('assets/img/home-bg.jpg') repeat;
  width: 90%;
  float: right;
  padding-bottom: 40px;
}

.profile-details h3 {
  width: 32%;
  float: left;
  position: relative;
  display: inline-block;
  text-align: right;
}

.profile-details .position {
  width: 30%;
  float: left;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 40px 0 0;
  color: #27AE60;
}

.profile-details .linkedin {
  width: 33%;
  float: right;
  position: relative;
  display: inline-block;
  text-align: right;
  text-align: center;
  padding: 40px 0 0 100px;
}

.profile-details p {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  padding-left: 150px;
  padding-right: 50px;
}

.top-box {
  float: right;
  background: url('assets/img/chevron-right.png') no-repeat 90% 50% #27AE60;
  padding: 20px;
  top: -40px;
  position: relative;
  letter-spacing: 2px;
  z-index: 9;
}

.top-box p {
  padding-right: 40px;
  font-size: 15px;
  margin: 0 0 0px;
}

.top-box p a {
  color: #fff;
  text-decoration: none;
}

/*
* About Us
*/
#about-us-body {
  /*background: url('assets/img/home-center.jpg') no-repeat 5% 50% ;*/
}

.about-us h1 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'brandon-grotesque-regular';
  margin: 40% 0 0;
  padding: 0;
  line-height: 0;
}

.about-us p {
  color: #fff;
  padding: 50px 0 0;
}

.right-area img, .right-area img {
  margin-bottom: 20px
}

#about-content .row:nth-of-type(odd) .left-area {
  float: left;
}

#about-content .row:nth-of-type(odd) .right-area {
  float: right;
}

#about-content .row:nth-of-type(even) .left-area {
  float: right;
}

#about-content .row:nth-of-type(even) .right-area {
  float: left;
  margin-top: 25px;
}

#about-content {
  padding: 40px 30px;
  background: #fff;
  color: #fff;
  top: -64px;
  position: relative;
  display: block;
  bottom: -20px;
}

#about-content h2 {
  color: #202C47;
}

/*
* FAQ'S
*/
#faqs-body {
  /*background: url('assets/img/team-bg.png') no-repeat 5% 50% #202C47;*/
  background: #202C47;
  z-index: 9;
  position: relative;
}

#faq-top {
  min-height: 835px;
}

#faq-content {
  padding-bottom: 30px;
  margin-top: 50px;
}

.faqs h1 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'brandon-grotesque-regular';
  margin: 40% 0 0;
  padding: 0;
  line-height: 50px;
  font-weight: bold;
}

.tab-content {
  padding-top: 30px;
}

#faq-content .tab-content p,
#faq-content .tab-content h5 {
  color: #fff;
}

#faq-content .faq-inner-box {
  background: #243250;
  width: 49%;
  float: left;
  margin: 5px;
  padding: 20px;
  min-height: 250px;
}

#faq-content .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  color: #fff;
  background: none;
}

#faq-content .nav-tabs>li>a:hover,
#faq-content .nav-tabs>li>a:focus {
  background: none !important;
}

#faq-content .nav-tabs>li>a #faq-content .nav-tabs>li.active>a,
#faq-content .nav-tabs>li.active>a:hover,
#faq-content .nav-tabs>li.active>a:focus {
  color: #fff;
  cursor: default;
  border-bottom: 1px solid #fff;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-color: transparent;
  background: none;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
}

#faq-top #tablist .active {
  border-bottom: 4px solid #fff;
}

/*
* New Searvice Template
*/
.panel-group .panel {
  box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
  border: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #EDEDED;
  border-radius: 0px;
  min-height: 120px;
}

.panel-default>.panel-heading {
  box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
  border: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #EDEDED;
  background-color: #fff;
  border-radius: 0px;
  cursor: pointer;
}

.panel-title {
  font-size: 22px;
  font-weight: 300;
}

.panel-heading .accordion-toggle {
  display: block;
  text-decoration: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 0px solid #ddd;
}

.accordion-toggle span,
.panel-body span {
  color: #27AE60;
}

/*
* Pay a Debet
*/
#pay-body {
  background: #202C47;
  position: relative;
  z-index: 9;
}

#paydebt-content .inner-box {
  padding: 40px;
  color: #fff;
  background: #243250;
}

#paydebt-content .inner-box h5 {
  color: #fff;
  font-size: 20px;
}

#paydebt-content .inner-box p {
  color: #fff;
}

#pay-call-center {
  background: #27AE60;
}

#pay-call-center h2, #pay-call-center p {
  color: #fff;
}

#pay-call-center .box-outer {}

#pay-call-center .box-outer {
  padding: 50px 20px 0;
  position: relative;
}

#pay-call-center .box-outer-text {
  transform: translateY(30%);
}

#pay-call-center .call-center-talk {
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #27AE60;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 10px 50px;
  margin-top: 30px;
}

#pay-call-center .call-center-talk:hover {
  background: #7E3F97;
  color: #fff;
}

/*
* CONTACT US
*/
#contact-body {
  background: #202C47;
  z-index: 9;
  position: relative;
}

#contact-body h2, #contact-body p, #contact-body a, #contact-body a:hover {
  color: #fff;
}

#contact-body p {
  font-size: 15px;
}

.contact-main {
  background: #202C47;
}

.contact-us {
  height: 550px;
}

.contact-us h1 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'brandon-grotesque-regular';
  margin: 40% 0 0;
  padding: 0;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7-form {
  border: solid 2px rgba(255, 255, 255, 0.25);
  margin: 6rem auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.wpcf7-form h4 {
  background-color: #082227;
  display: block;
  color: #fff;
  margin: -5.5rem 0 0 4rem;
  padding: 2rem;
  text-align: center;
  width: 350px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip.wpcf7-display-none, .wpcf7-form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0;
  position: absolute;
  right: 2rem;
  top: 100%;
}

.wpcf7-form .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-response-output {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-align: center;
}

.wpcf7-form .wpcf7-form-control-wrap.email-address, .wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7-form .wpcf7-form-control-wrap.subject {
  float: left;
  margin-right: 2rem;
  width: calc(50% - 1rem);
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form input {
  background: #082227;
  border: solid 2px rgba(255, 255, 255, 0.25);
  color: #fff;
  display: block;
  margin: 2rem 0 0;
  padding: 1.5rem;
  width: 100%;
}

.wpcf7-form textarea {
  background: #082227;
  border: solid 2px rgba(255, 255, 255, 0.25);
  color: #fff;
  margin: 2rem 0 2rem;
  padding: 1.5rem;
  width: 100%;
  display: inline-block;
}

.wpcf7-form .wpcf7-form-control-wrap.email-address:nth-child(2n), .wpcf7-form .wpcf7-form-control-wrap.first-name:nth-child(2n), .wpcf7-form .wpcf7-form-control-wrap.last-name:nth-child(2n), .wpcf7-form .wpcf7-form-control-wrap.subject:nth-child(2n) {
  margin-right: 0;
}

.wpcf7-form .wpcf7-form-control-wrap.email-address, .wpcf7-form .wpcf7-form-control-wrap.first-name, .wpcf7-form .wpcf7-form-control-wrap.last-name, .wpcf7-form .wpcf7-form-control-wrap.subject {
  float: left;
  margin-right: 2rem;
  width: calc(50% - 1rem);
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-response-output {
  background-color: #D0021B;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-align: center;
}

#full-body {
  padding: 40px;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-documents {
  list-style: none;
  padding: 0px;
  margin-bottom: 40px;
}

.service-documents li {
  display: inline-block;
  float: none;
  position: relative;
  padding: 0px 5px 0px 5px;
  width: 24%;
}

.service-documents li b {
  text-align: center;
  width: 60%;
  display: block;
  margin: 0 auto;
}

.service-documents li a img {
  text-align: center;
  margin: 0 auto;
}

.page-id-399 div#call-center {
  display: none;
}

.service-contact {
  display: none;
}

.page-id-399 .service-contact {
  display: inline-block !important;
}

a.home-feature img {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #fff;
  margin-top: 15% !important;
}

@media (max-width: 736px) {
  .module.parallax h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 150px 0 0 !important;
  }

  a.home-feature img {
    margin-top: 28% !important;
    width: 100%;
  }
}

.facebook-promo {
  display: block;
  width: 90%;
  margin: 0 20px !important;
  position: relative;
}

.facebook-promo img {
  width: 90%;
  margin: 0;
  display: block;
  padding-top: 20px;
}

.facebook-promo h4 {
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.form-row {
    color: #fff;
}
input#gform_submit_button_1 {
    background: #25ae60;
    padding: 5px 20px;
    border: none;
    text-transform: uppercase;
}