body, body > div {
  /*TEST RESET*/
  font-size: 20px;
  font-size: 2rem;
  color: #434343;
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

body.parallax-home {
  background: initial;
  /*TEST RESET*/
}


::-moz-selection {
	background-color: #294368;
	color: #fff;
	font-weight: 400;
}

::selection {
	background-color: #294368;
	color: #fff;
	font-weight: 400;
}

a {
  color: #fe5000;
  text-decoration: none;
}

a:hover {
  color: #00469e;
  text-decoration: underline;
}

a:focus {
  outline: 1px solid #a5c7fe;
}

a img:focus {
  outline: 0;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  color: #999;
  margin: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #434343;
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

h1 {
  font-size: 64px;
  font-weight: 300;
}

h2 {
  font-size: 40px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 24px;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 14px;
  line-height: 1.3;
}

h4,
h5,
h6 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
  line-height: 1.3;
}

h2.big {
  font-size: 64px;
  font-weight: 300;
}

.single-column-center h2 {
  text-align: center;
}

.single-column-center h3 {
  text-align: center;
  text-transform: none;
}

h2.with-tagline {
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 14px;
}

p.tagline {
  font-size: 20px;
  color: #03adef;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 25px;
}

.single-post h2 {
  margin-top: 0;
}

.full-width-content img.pull-left {
  margin: 0 40px 40px 0;
}

.full-width-content img.pull-right {
  margin: 0 0 40px 40px;
}

input,
select,
textarea {
  font-family: 'Titillium Web', 'Open Sans', sans-serif !important;
  color: #434343;
  font-size: 16px;
  font-weight: 300;
  padding: 6px;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

::-moz-placeholder {
  color: #777;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #777;
  font-weight: 300;
}

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
  background-color: #fff;
  border: #000000 solid 1px;
  color: #000 !important;
  cursor: pointer;
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 14px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets a.button:hover,
.home-odd a.button:hover {
  background-color: #fe5000;
  border: #fe5000 solid 1px;
  color: #fff !important;
  text-decoration: none !important;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #fff;
  border: #000000 solid 1px;
  color: #000;
  cursor: pointer;
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 14px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.home-even a.button:hover,
.home-odd a.button:hover,
button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button:hover {
  background-color: #fe5000;
  border: #fe5000 solid 1px;
  color: #fff !important;
  text-decoration: none !important;
}

.button {
  display: inline-block;
}

.clearbutton {
  background-color: transparent;
  color: #fff !important;
  border: #ffffff solid 1px;
}

.clearbutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.bluebutton,
.home-odd .bluebutton,
.home-even .bluebutton {
  background-color: #294368;
  color: #fff !important;
  border: #294368 solid 1px;
}

.bluebutton:hover,
.home-odd .bluebutton:hover,
.home-even .bluebutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.lightbluebutton,
.home-odd .lightbluebutton,
.home-even .lightbluebutton {
  background-color: #03adef;
  color: #fff !important;
  border: #03adef solid 1px;
}

.lightbluebutton:hover,
.home-odd .lightbluebutton:hover,
.home-even .lightbluebutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.orangebutton,
.home-odd .orangebutton,
.home-even .orangebutton {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.orangebutton:hover,
.home-odd .orangebutton:hover,
.home-even .orangebutton:hover {
  background-color: #294368;
  color: #fff !important;
  border: #294368 solid 1px;
}

/*clear button specifics*/
.footer-widgets a.button.clearbutton,
.footer-widgets button.clearbutton,
.home-even a.button.clearbutton,
.home-odd a.button.clearbutton {
  background-color: transparent;
  color: #fff !important;
  border: #ffffff solid 1px;
}

.footer-widgets a.button.clearbutton,
.footer-widgets button.clearbutton,
.home-odd a.button.clearbutton {
  background-color: transparent;
  color: #fff !important;
  border: #ffffff solid 1px;
}

.footer-widgets a.button.clearbutton:hover,
.home-odd a.button.clearbutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.footer-widgets button.clearbutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.home-even a.button.clearbutton {
  background-color: transparent;
  color: #fff !important;
  border: #ffffff solid 1px;
}

.home-even a.button.clearbutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}
/*/////////////////////////////*/
/*blue button specifics*/
.footer-widgets a.button.bluebutton,
.footer-widgets button.bluebutton,
.home-even a.button.bluebutton,
.home-odd a.button.bluebutton {
  background-color: #294368;
  color: #fff !important;
  border: #294368 solid 1px;
}

.footer-widgets a.button.bluebutton,
.footer-widgets button.bluebutton,
.home-odd a.button.bluebutton {
  background-color: #294368;
  color: #fff !important;
  border: #294368 solid 1px;
}

.footer-widgets a.button.bluebutton:hover,
.home-odd a.button.bluebutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.footer-widgets button.bluebutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.home-even a.button.bluebutton {
  background-color: #294368;
  color: #fff !important;
  border: #294368 solid 1px;
}

.home-even a.button.bluebutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}
/*/////////////////////////////*/
/*lightblue button specifics*/
.footer-widgets a.button.lightbluebutton,
.footer-widgets button.lightbluebutton,
.home-even a.button.lightbluebutton,
.home-odd a.button.lightbluebutton {
  background-color: #03adef;
  color: #fff !important;
  border: #03adef solid 1px;
}

.footer-widgets a.button.lightbluebutton,
.footer-widgets button.lightbluebutton,
.home-odd a.button.lightbluebutton {
  background-color: #03adef;
  color: #fff !important;
  border: #03adef solid 1px;
}

.footer-widgets a.button.lightbluebutton:hover,
.home-odd a.button.lightbluebutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.footer-widgets button.lightbluebutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.home-even a.button.lightbluebutton {
  background-color: #03adef;
  color: #fff !important;
  border: #03adef solid 1px;
}

.home-even a.button.lightbluebutton:hover {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}
/*/////////////////////////////*/
/*orange button specifics*/
.footer-widgets a.button.orangebutton,
.footer-widgets button.orangebutton,
.home-even a.button.orangebutton,
.home-odd a.button.orangebutton {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.footer-widgets a.button.orangebutton,
.footer-widgets button.orangebutton,
.home-odd a.button.orangebutton {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.footer-widgets a.button.orangebutton:hover,
.home-odd a.button.orangebutton:hover {
  background-color: #294368;
  color: #fff !important;
  border: #294368 solid 1px;
}

.footer-widgets button.orangebutton:hover {
  background-color: #294368;
  color: #fff !important;
  border: #294368 solid 1px;
}

.home-even a.button.orangebutton {
  background-color: #fe5000;
  color: #fff !important;
  border: #fe5000 solid 1px;
}

.home-even a.button.orangebutton:hover {
  background-color: #294368;
  color: #fff !important;
  border: #294368 solid 1px;
}
/*/////////////////////////////*/

table {
  margin-bottom: 30px;
}

th {
  font-weight: 600;
}

.site-inner {
  width: 100%;
  margin: 82px auto 0;
  max-width: none;
}

.content-sidebar .site-inner {
  clear: both;
  /* margin-top: 74px; */
  margin: 82px auto 0;
  max-width: 1140px;
}

.single-post .site-inner {
  margin-top: 74px;
}

.parallax-home .site-inner {
  margin-top: 74px;
  max-width: 100%;
}

.parallax-landing .site-inner {
  margin-top: 74px;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 5%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 47.5%;
}

.one-third,
.two-sixths {
  width: 30%;
}

.four-sixths,
.two-thirds {
  width: 65%;
}

.one-fourth {
  width: 21.25%;
}

.three-fourths {
  width: 73.75%;
}

.one-sixth {
  width: 12.5%;
}

.five-sixths {
  width: 82.5%;
}

.first {
  margin-left: 0 !important;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 40px;
}

.alignright .avatar {
  margin-left: 40px;
}

.breadcrumb {
  border-bottom: initial;
  margin: 70px 0 0 0;
  /*TEST RESET*/
  /*OVERRIDE*/
  position: fixed;
  color: #fff;
  background-color: #4e4e4e;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 0;
  /*TEST RESET*/
  /*OVERRIDE*/
  z-index: 10;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:hover {
  color: #ff8145;
}

.page-id-434 .archive-description {
  padding: 10px 0px;
  background-color: #fff;
  border-top: #333333 solid 1px;
  border-bottom: #d2d2d2 solid 1px;
}

.page-id-434 .archive-description h1 {
  margin-bottom: 0;
  font-size: 26px;
  color: #222;
  text-align: center;
  width: 100%;
}

.page-id-434 .archive-description {
  margin-bottom: 70px;
}

.page-id-434 .site-inner {
  margin-bottom: 40px;
}

.author-box {
  border-bottom: initial;
  /*TEST RESET*/
  /*OVERRIDE*/
  border-top: initial;
  /*TEST RESET*/
  /*OVERRIDE*/
  font-size: initial;
  /*TEST RESET*/
  /*OVERRIDE*/
  margin-bottom: initial;
  /*TEST RESET*/
  /*OVERRIDE*/
  padding: initial;
  /*TEST RESET*/
  /*OVERRIDE*/
}

.author-box-title {
  font-size: initial;
  /*TEST RESET*/
  /*OVERRIDE*/
  margin-bottom: initial;
  /*TEST RESET*/
  /*OVERRIDE*/
}

.archive-description {
  padding: 10px 0px;
  background-color: #fff;
  border-top: #333333 solid 1px;
  border-bottom: #d2d2d2 solid 1px;
}

.archive-description h1 {
  margin-bottom: 0;
  font-size: 26px;
  color: #222;
  text-align: center;
  width: 100%;
}

.archive-description {
  margin-bottom: 70px;
}

.archive .site-inner {
  margin-top: 74px;
  margin-bottom: 40px;
}

.single-post .site-inner {
  margin-bottom: 40px;
}

.archive article img {
  margin-top: 6px;
}

.category article img {
  margin-top: 6px;
}

.site-header .wrap {
  text-align: center;
}

.site-header .widget_search {
  float: right;
  width: 125px;
  height: 72px;
}

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  width: initial;
  /*TEST RESET*/
}

.site-header .search-form {
  float: none;
  /*TEST RESET*/
  width: 125px;
  margin-top: 23px;
}

.site-header .search-form input[type="search"] {
  font-size: 12px;
  padding: 1px 6px;
}

#nav_menu-2 {
  margin: 18px auto;
  float: left;
  width: 890px;
}

#nav_menu-2 .genesis-nav-menu a {
  padding: 12px 20px;
}

.archive-title {
  font-size: initial;
  line-height: initial;
  margin-bottom: initial;
}

.entry-title {
  line-height: 1.3;
  letter-spacing: 1px;
}

.entry-title a {
  color: #434343;
}

.entry-title a:hover {
  color: #00469e;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.footer-widgets .widget-title {
  color: #434343;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
}

.home-even,
.home-odd {
	font-size: 20px;
}

.home-even .widget-title,
.home-odd .widget-title {
  font-size: 64px;
  margin-bottom: 40px;
}

img.centered,
.aligncenter {
  margin: 0 auto 40px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 40px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 40px;
}

.site-header {
  background-color: #fff;
}

.title-area {
  width: 125px;
  padding:0;
}

.site-title {
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  text-transform: none;
}

.site-title a,
.site-title a:hover {
  color: #4e4e4e;
}

.header-image .site-title>a,
.site-title>a {
  background-size: contain !important;
  display: block;
  height: 70px;
  text-indent: -9999px;
  max-width: 125px;
  background-repeat: no-repeat;
}

.site-header .widget-area {
  width: 1015px;
	text-align: center;
}

.site-header .widget-area,
.site-header .widget-area a,
.site-header .widget-area h4 {
  color: #4e4e4e;
}

.site-header .widget-area a:hover {
  color: #fe5000;
}

.genesis-nav-menu {
  color: #4e4e4e;
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: 14px;
}

.genesis-nav-menu a {
  color: #4e4e4e;
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.genesis-nav-menu .current-menu-item>a {
  color: #fe5000;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
  color: #fe5000;
  background-color: #f0f0f0;
  text-decoration: none;
}

.genesis-nav-menu a:hover {
  color: #fe5000;
  background-color: #f6f6f6;
  text-decoration: none;
}

.genesis-nav-menu>.menu-item>a {
  text-transform: uppercase;
}

.genesis-nav-menu .sub-menu>.menu-item>a {
  text-transform: none;
}

.genesis-nav-menu .sub-menu {
  letter-spacing: 1px;
}

.genesis-nav-menu .sub-menu a {
  padding: 20px 20px;
}

.genesis-nav-menu>.right {
  color: #4e4e4e;
  text-transform: none;
}

.site-header .sub-menu {
  background-color: #f6f6f6;
}

.nav-primary .sub-menu {
  background-color: #f6f6f6;
}

.responsive-menu-icon::before {
  color: #434343;
}

.home-even,
.home-odd {
  /*TEST RESET*/
  padding: 90px 0 90px;
  text-align: left;
}

.home-odd .featured-content .entry-title a:hover {
  color: #f35000;
}

.page .content {
  padding-bottom: 30px;
}

.full-width-content .content {
  padding: 0 0 30px 0;
}

.entry {
  margin-bottom: 30px;
}

.entry-content ul {
  margin-bottom: 30px;
  margin-left: 20px;
}

.entry-content ol>li {
  margin-bottom: 8px;
}

.entry-content ul>li {
  list-style-type: none;
  list-style-image: url('/wp-content/uploads/2017/03/bullet.png');
  margin-bottom: 8px;
}

.entry-content ul>li.lightblue {
  list-style-image: url('/wp-content/uploads/2017/03/bullet-lightblue2.png');
  font-weight: 400;
  margin-bottom: 8px;
}

.entry-header {
  text-align: initial;
  /*TEST RESET*/
}

article header.entry-header {
  text-align: left;
  margin-bottom: 40px;
}

.entry-header::after {
  border-bottom: initial;
  /*TEST RESET*/
  content: none;
  /*TEST RESET*/
  display: initial;
  /*TEST RESET*/
  margin: initial;
  /*TEST RESET*/
  padding-bottom: initial;
  /*TEST RESET*/
  width: initial;
  /*TEST RESET*/
}

.archive-pagination li a {
  border: 1px solid #294368;
  background-color: #fff;
  color: #294368;
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.archive-pagination .active a {
  border: 1px solid #f35000;
  background-color: #fff;
  color: #f35000;
}

.archive-pagination li a:hover {
  border: 1px solid #f35000;
  background-color: #f35000;
  color: #fff;
  text-decoration: none;
}

.comment-respond label {
  font-weight: 600;
}

.sidebar li {
  margin-bottom: 12px;
}

.sidebar .widget {
  margin-bottom: 20px;
}

.footer-widgets {
  background-color: #fff;
  color: #434343 !important;
  font-size: 14px;
  padding: 20px 0;
  margin-top: 0;
  text-align: left;
}

.footer-widgets a:hover {
  color: #fe5000 !important;
  text-decoration: underline;
}

.footer-widgets a {
  color: #434343 !important;
  text-decoration: none;
}

#ctf .ctf-tweet-actions a.ctf-reply, #ctf .ctf-tweet-actions a.ctf-retweet, #ctf .ctf-tweet-actions a.ctf-like {
  color: #bbb !important;
  color: rgba(0,0,0,0.30) !important;
}

.footer-widgets .widget {
  margin-bottom: 30px;
}

p.copyright {
  color: #606060;
  font-size: 12px;
}

.footer-widgets-1 .widget {
  float: left;
  width: 21.25%;
  margin-right: 5%;
}

.footer-widgets-1 #text-19 {
  margin-right: 0;
}

.footer-widgets-1 #text-2 {
  float: none;
  clear: both;
  margin-right: 0;
  width: 100%;
  padding-top: 20px;
}

.footer-widgets-1 .widget-title {
  margin-top: 0;
}

@media only screen and (max-width: 960px) {
  .footer-widgets-1 .widget {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  .footer-widgets-1 .PI_SimpleTwitterTweets {
    clear: both;
    float: left;
  }
}

@media only screen and (max-width: 780px) {
  .footer-widgets-1 .widget {
    float: none;
    clear: both;
    width: 100%;
    margin-right: 0;
  }
}

.site-footer {
  background-color: #f0f0f0;
}

.site-footer,
.site-footer a,
.site-footer p {
  color: #777;
}

.site-footer a:hover {
  color: #fe5000;
}

.site-footer p {
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  text-transform: none;
}

@media only screen and (max-width: 1156px) {
  .site-header .widget-area {
    width: 995px;
  }
  #nav_menu-2 {
    width: 870px;
  }
}

@media only screen and (max-width: 1140px) {
  .site-header .widget-area {
    width: 815px;
  }
  #nav_menu-2 {
    width: 690px;
  }
  .site-header .widget_search {
    width: 125px;
  }
  .wrap {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .full-width-content .content {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 980px) {
  .site-header .widget-area {
    width: 795px;
  }
  #nav_menu-2 {
    width: 670px;
  }
}

@media only screen and (max-width: 1020px) {
  .site-header {
    padding-bottom: 0;
    position: fixed;
  }
}

@media only screen and (max-width: 960px) {
  .admin-bar .site-header {
    top: 0px;
  }
  .wrap {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-inner {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .parallax-home .site-inner {
    max-width: 1140px;
  }
  .site-header {
    padding-bottom: 10px;
    position: relative;
    margin-top: 0;
  }
  .home-section-3 {
    padding-bottom: 70px;
  }
  .content,
  .sidebar,
  .site-header .widget-area,
  .title-area {
    width: 100%;
    z-index: 99;
  }
  .genesis-nav-menu,
  .site-header .widget-area,
  .site-title {
    text-align: center;
  }
  /* @media only screen and (max-width: 1020px) { */
    .header-image .site-title > a {
      margin: 0;
    }
  /* } */
  @media only screen and (max-width: 960px) {
    .header-image .site-title > a {
      margin: 0 auto 10px;
    }
  }
  .site-header #nav_menu-2 {
    width: auto;
    margin: 0;
    float: none;
  }
  .site-header .widget_search {
    display: none;
  }
  .genesis-nav-menu a {
    padding: 10px;
  }
  .parallax-home .site-inner {
    margin-top: 0;
  }
  .site-inner,
  .archive .site-inner {
    margin-top: 0;
  }
  .single-post .site-inner {
    margin-top: 0;
  }
  .full-width-content .content {
    padding: 0 10px;
  }
  .full-width-content img.pull-left {
    margin-left: 0;
  }
  .full-width-content img.pull-right {
    margin-right: 0;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .pricing-table .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .pricing-table .one-third:nth-child(3n+1) {
    border-right: 2px solid #000;
  }
  .pricing-table .one-third:nth-child(3n+2) {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .pricing-table .one-third:nth-child(3n) {
    border-left: 2px solid #000;
  }
}

@media only screen and (max-width: 768px) {
  .site-inner,
  .wrap {
    max-width: none;
    width: 100%;
  }
  .wrap {
    padding: 0 5%;
  }
  .content-sidebar .site-inner {
    padding: 0 5%;
  }
  .parallax-home .site-inner {
    padding: 0;
  }
  .footer-widgets .widget-title {
    border-bottom: none;
  }
  .site-header .widget_search {
    display: none;
  }
  .genesis-nav-menu.responsive-menu {
    display: none;
  }
  .nav-primary .responsive-menu-icon {
    margin-top: 70px;
  }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li.current-menu-item>a {
    border: none;
    display: block;
    padding: 20px;
    text-transform: none;
  }
  .genesis-nav-menu.responsive-menu li.current-menu-item>a {
    color: #fe5000;
  }
  .genesis-nav-menu.responsive-menu li a:hover,
  .genesis-nav-menu.responsive-menu li.current-menu-item>a:hover .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item>a:hover {
    color: #fe5000;
    text-decoration: underline;
    background-color: #f0f0f0;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children>a {
    margin-right: 60px;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children>a:hover {
    background-color: #f0f0f0;
  }
  .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
    content: "\F347";
    float: right;
    font: normal 20px/1 'dashicons';
    height: 20px;
    padding: 10px 20px 5px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\F343";
  }
  .genesis-nav-menu.responsive-menu>.menu-item>.sub-menu {
    display: none;
  }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.05);
    left: auto;
    padding-left: 35px;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }
  .genesis-nav-menu .sub-menu .sub-menu,
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 70px;
  }
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 12px 35px;
    position: relative;
    text-transform: none;
    width: 100%;
  }
  .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu,
  .site-header .genesis-nav-menu.responsive-menu>.menu-item-has-children:before,
  .site-header .genesis-nav-menu.responsive-menu>li:hover>a,
  .site-header .genesis-nav-menu>.menu-item-has-children .sub-menu-toggle {
    color: #4e4e4e !important;
  }
  .site-header .genesis-nav-menu.responsive-menu .current-menu-item>a,
  .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
  .site-header .genesis-nav-menu.responsive-menu a:hover {
    color: #fe5000;
  }
  .parallax-home .simple-social-icons ul li {
    margin: 0 20px 20px !important;
  }
}

@media only screen and (max-width: 600px) {
  body, body > div {
    font-size: 18px;
  }
  h1 {
    font-size: 40px;
    font-weight: 400;
  }
  h2 {
    font-size: 33px;
    font-weight: 400;
  }
  h3 {
    font-size: 26px;
    font-weight: 500;
  }
  h4,
  h5,
  h6 {
    font-size: 20px;
    font-weight: 600;
  }
  h2.big {
    font-size: 40px;
    font-weight: 400;
  }
  h2.with-tagline {
    font-size: 40px;
    font-weight: 400;
  }
  .content-whitebox {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .button {
    padding: 14px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-widgets .widget-title,
  .home-even .widget-title,
  .home-odd .widget-title {
    font-size: 30px;
  }
}

.orange {
  color: #fe5000;
}

.darkblue {
  color: #294368;
}

.blue {
  color: #00469e;
}

.lightblue {
  color: #03adef;
}

.textgray {
  color: #434343;
}

.white {
  color: #ffffff;
}

.center {
  text-align: center;
}

.compact {
  margin-bottom: 0 !important;
}

.clear {
  clear: both;
}

.info-source {
  font-size: 14px;
  font-weight: 600;
}

.icon-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
}

.icon-text {
  font-size: 18px;
  margin-bottom: 40px;
}

.single-column-center {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.content-section {
  background: #f3f3f3;
  background: -webkit-linear-gradient(#ffffff, #f3f3f3);
  background: -o-linear-gradient(#ffffff, #f3f3f3);
  background: -moz-linear-gradient(#ffffff, #f3f3f3);
  background: linear-gradient(#ffffff, #f3f3f3);
  padding: 40px 0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.content-whitebox {
  padding: 0px 55px 35px;
  background-color: #fff;
}

.content-half-image {
  padding-top: 60px;
}

a.textgray {
  color: #434343;
}

a.textgray:hover {
  color: #00469e;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.home-even .widget-title,
.home-odd .widget-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.home-section-1,
.home-section-2,
.home-section-3,
.home-section-4,
.home-section-5,
.home-section-6,
.home-odd,
.home-even {
  background-position: 0% 0% !important;
  background: #f3f3f3;
  background: -webkit-linear-gradient(#ffffff, #f3f3f3);
  background: -o-linear-gradient(#ffffff, #f3f3f3);
  background: -moz-linear-gradient(#ffffff, #f3f3f3);
  background: linear-gradient(#ffffff, #f3f3f3);
}

.home-section-2 {
  background: #ffffff;
}

.home-section-3 {
  background: #2686b8;
}

.home-section-3 a {
  color: #fff;
}

.home-section-3 a:hover {
  color: #fe5000;
}

.home-section-4 ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.home-section-4 ul>li {
  list-style-image: url('/wp-content/uploads/2017/03/bullet-lightblue2.png');
  font-weight: 400;
  margin-bottom: 8px;
}

.home-section-5 {
  background: #ffffff;
}

.home-section-5 {
  color: #434343;
}

.home-section-5 .widget-title {
  color: #434343;
}

.home-section-5 a:hover {
  color: #00469e;
}

.latest-news-back-image {
  margin-bottom: 30px;
  width: 100%;
  min-width: 300px;
  position: relative;
}

.latest-news-back-image img {
  width: 100%;
}

.latest-news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 55%;
  height: 98%;
  background-color: rgba(56, 82, 102, 0.8);
  color: #fff;
  padding: 20px;
}

.latest-news-overlay-head {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.latest-news-overlay-text {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.latest-news-list-wrap .listing-item {
  margin-bottom: 40px;
  clear: both;
}

.latest-news-list-wrap .listing-item .image {
  float: left;
  margin-right: 15px;
  margin-bottom: 40px;
}

.latest-news-list-wrap .listing-item img {
  vertical-align: top;
}

.latest-news-list-wrap .listing-item a.title {
  font-size: 17px;
  font-weight: 600;
  color: #2c3e50;
  display: block;
}

.latest-news-list-wrap .listing-item a.title:hover {
  color: #f35000;
}

.latest-news-list-wrap .listing-item .excerpt-dash {
  display: none;
}

.latest-news-list-wrap .listing-item .excerpt {
  margin: 15px 0;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.latest-news-list-wrap .listing-item .excerpt a {
  margin-left: 10px;
}

@media only screen and (max-width: 500px) {
  .latest-news-overlay {
    width: 80%;
    padding: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .latest-news-overlay {
    width: 100%;
    padding: 10px;
    min-width: 300px;
  }
}

.home-section-6 {
  background-image: url("/wp-content/uploads/2017/04/talk-with-us-background.jpg");
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 60px;
}

.talk-with-us {
  max-width: 530px;
}

.page-template-default .entry-header,
.single-post .entry-header {
  padding: 10px 0px;
  background-color: #fff;
  border-top: #333333 solid 1px;
  border-bottom: #d2d2d2 solid 1px;
}

.page-template-default .entry-header h1,
.single-post .entry-header h1 {
  margin-bottom: 0;
  font-size: 26px;
  color: #222;
  text-align: center;
  width: 100%;
}

.single-post .entry-header {
  margin-bottom: 40px;
}

a.card {
  color: #434343;
}

a.card:hover {
  color: #434343;
}

.news-events-card {
  background: #fff;
  margin-bottom: 25px;
  text-align: center;
  max-width: 375px;
}

.news-events-card:hover {
  background: #e2e2e2;
  opacity: 0.7;
}

.card-no-hover:hover {
  background: #fff;
  opacity: 1;
}

.news-events-card img {
  margin: 0;
  padding: 0;
}

.news-events-card p {
  display: none;
}

h3.card-title {
  font-size: 18px;
  text-transform: none;
  margin: 8px 20px;
  padding: 0;
}

p.card-description {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

p.card-library-description {
  font-size: 15px;
  font-style: normal;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}

@media only screen and (min-width: 1900px) {
  .Panama-grid {
    max-width: 1900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .Panama-grid-videos {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: auto !important;
  }
}

.grid-nav {
  text-align: center;
  width: 100%;
}

.grid-nav .button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 25px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.grid-nav .current-button {
  color: #fe5000;
  border-color: #fe5000;
}

.grid-nav .current-button:hover {
  color: #fff;
}

.tg-layout-masonry {
  background: #f0f0f0;
  padding: 20px;
}

.tg-dropdown-holder,
.tg-search-holder {
  border: #000000 solid 1px;
}

.tg-dropdown-holder {
  padding-right: 10px !important;
}

.tg-icon-dropdown-open {
  margin-left: 24px !important;
}

.tg-item-excerpt {
  border-bottom: #aaaaaa solid 1px !important;
}

.tg-dropdown-holder {
  margin-right: 5px !important;
  margin-bottom: 15px !important;
}

.tg-search-holder {
  margin-left: 0px !important;
}

input[type=text].tg-search {
  width: 100px !important;
  min-width: 100px !important;
}

.feature-image {
  text-align: center;
  margin-bottom: 40px;
}

.feature-image img {
  width: 100%;
  height: auto;
}

.banner-area {
  margin-top: 74px;
  width: 100%;
  display: none;
}

.banner-code {
  min-height: 460px;
  width: 100%;
  padding: 50px 20%;
  background-color: #777;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.banner-title,
.banner-text,
.banner-quote,
.banner-quote-source {
  color: #fff;
  width: 100%;
  max-width: 880px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.banner-title {
  font-size: 36px;
  text-transform: uppercase;
}

.banner-text {
  font-size: 22px;
}

.banner-quote {
  font-size: 22px;
}

.banner-quote-source {
  font-size: 22px;
  font-style: italic;
}

.carousel-area {
  width: 100%;
  color: #777;
  padding: 0;
}

.carousel-area {
  background-color: rgba(204, 204, 204, 0.5);
}

.supercrsl {
  max-width: 1475px;
  margin: 0 auto;
  padding: 4px 0;
}

@media only screen and (min-width: 1665px) {
  .supercrsl {
    width: 1475px;
    margin: 0 auto;
  }
}

.supercarousel .supercaption {
  z-index: 2;
}

.carousel-area .pagination {
  display: none;
}

.carousel-area .supercaption {
  background: rgba(204, 204, 204, 0.97) none repeat scroll 0 0 !important;
  color: #555;
  text-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}

.superlightcaption {
  display: none;
}

.carousel-nav {
  display: none !important;
}

@media only screen and (max-width: 985px) {
  .carousel-nav {
    display: block !important;
  }
}

#googlemaps {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

#supportform {
  position: relative;
  width: 50%;
  max-width: 600px;
  min-width: 250px;
  margin: 0 40% 60px 0;
  padding: 5%;
  background-color: #fff;
  height: auto;
  z-index: 5;
}

#preload-01 {
  background: url("/wp-content/uploads/2016/09/video-poster-white-play-btn.png") no-repeat -9999px -9999px;
}

#preload-02 {
  background: url("/wp-content/uploads/2016/09/video-poster-lzbatch.jpg") no-repeat -9999px -9999px;
}

#preload-03 {
  background: url("/wp-content/uploads/2016/09/video-poster-lzbatch-hover.jpg") no-repeat -9999px -9999px;
}

#preload-04 {
  background: url("/wp-content/uploads/2016/09/video-poster-lzonline.jpg") no-repeat -9999px -9999px;
}

#preload-05 {
  background: url("/wp-content/uploads/2016/09/video-poster-lzonline-hover.jpg") no-repeat -9999px -9999px;
}

.lzbatch-video {
  background-image: url("/wp-content/uploads/2016/09/video-poster-lzbatch.jpg");
  width: auto;
  height: auto;
  max-width: 542px;
  max-height: 306;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
}

.lzbatch-video:hover {
  background-image: url("/wp-content/uploads/2016/09/video-poster-lzbatch-hover.jpg");
}

.lzonline-video {
  background-image: url("/wp-content/uploads/2016/09/video-poster-lzonline.jpg");
  width: auto;
  height: auto;
  max-width: 542px;
  max-height: 306;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
}

.lzonline-video:hover {
  background-image: url("/wp-content/uploads/2016/09/video-poster-lzonline-hover.jpg");
}

div.exec {
  clear: both;
  width: 100%;
  margin: 20px 0;
}

div.exec-photo {
  float: left;
  max-width: 300px;
  min-width: 200px;
  width: 30%;
  height: auto;
  padding: 35px 0 40px;
}

div.exec-info {
  float: right;
  width: 60%;
  padding: 0 0 40px;
}

div.partner {
  clear: both;
  width: 100%;
  margin: 30px 0;
}

div.partner-logo {
  float: right;
  max-width: 300px;
  min-width: 200px;
  width: 30%;
  height: auto;
  padding: 20px 0 40px;
}

div.partner-description {
  float: left;
  width: 60%;
  padding: 20px 0 0 0;
}

div.partner-description h3 {
  margin-top: 0;
}

div.a-report {
  margin: 60px 0 20px 0;
  clear: both;
}

.a-report h3 {
  margin-bottom: 20px;
}

.a-report img {
  width: 180px;
  height: auto;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 30px 20px 0;
}

div.video {
  margin: 60px 0 20px 0;
  clear: both;
}

.video h2 {
  margin-bottom: 10px;
}

.video img {
  width: 89px;
  height: auto;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 30px 20px 0;
}

.page-id-267 article header {
  display: none;
}

.archive main .date-archive-description {
  display: none;
}

.single-post .entry-title {
  color: #222;
  margin-bottom: 60px;
}

article .entry-meta {
  display: none;
}

.single-post article header.entry-header {
  display: none;
}

.entry-footer .entry-meta {
  display: none;
}

.page-id-434 article header.entry-header,
.archive article header.entry-header,
.category article header.entry-header {
  margin-bottom: 0;
}

.page-id-434 article .entry-header h2.entry-title,
.archive article .entry-header h2.entry-title,
.category article .entry-header h2.entry-title {
  margin-top: 0px;
}

.page-id-434 article.entry,
.archive article.entry,
.category article.entry {
  margin-bottom: 30px;
}

.page-id-434 article header .entry-title,
.archive article header .entry-title,
.category article header .entry-title {
  font-size: 26px;
}

.event-location {
  margin-left: 45px;
}

.search-no-results .site-inner,
.search-results .site-inner {
  margin-top: 130px;
}

.search-no-results main .archive-description,
.search-results main .archive-description {
  display: none;
}

.search-results article header.entry-header {
  margin-bottom: 0;
}

.search-results .entry-header h2.entry-title {
  margin-top: 0px;
}

.search-results article.entry {
  margin-bottom: 30px;
}

.search-results article header .entry-title {
  font-size: 26px;
}

.sidebar .widget {
  border-top: 1px solid #ccc;
}

.sidebar .widget h4 {
  font-size: 20px;
}

.sidebar .widget li {
  margin-bottom: 14px;
}

.sidebar .widget .no-title {
  width: 100%;
  padding-top: 20px;
}

.sidebar .widget_custom_field {
  padding-top: 20px;
}

.sidebar .widget_custom_field img.alignleft {
  margin-bottom: 0px;
}

.sidebar .icon {
  margin-right: 23px;
}

.sidebar a {
  color: #434343;
}

.sidebar a:hover {
  color: #fe5000;
}

.sidebar .popular-posts ul {
  padding-left: 12px;
}

.sidebar .popular-posts ul>li {
  overflow: visible;
  list-style-type: square;
  list-style-image: url('/wp-content/uploads/2016/09/bullet.png');
  padding-left: 10px;
}

.sidebar .wpp-list a {
  color: #00469e;
}

.sidebar .wpp-list a:hover {
  color: #fe5000;
}

.sidebar ul.links {
  padding-left: 12px;
}

.sidebar ul.links>li {
  overflow: visible;
  list-style-type: square;
  list-style-image: url('/wp-content/uploads/2016/09/bullet.png');
  padding-left: 10px;
}

.sidebar .links a {
  color: #00469e;
}

.sidebar .links a:hover {
  color: #fe5000;
}

.sidebar #archives-2 {
  border-top: none;
}

.sidebar #archives-2 h4,
.sidebar #archives-2 label {
  display: none;
}

.footer-widgets ul {
  margin-bottom: 30px;
}

.footer-widgets ul li {
  margin-bottom: 8px;
}

.PI_SimpleTwitterTweets li {
  margin-bottom: 16px;
}

a.favorite:hover>span,
a.retweet:hover>span,
a.in-reply-to:hover>span {
  color: #fe5000 !important;
}

.contact {
  margin-bottom: 20px;
  font-size: 12px;
  clear: both;
}

.contact img {
  float: left;
  margin: 0 10px 20px 0;
}

.contact {
  margin-bottom: 20px;
  font-size: 16px;
  clear: both;
}

.contact img {
  float: left;
  margin: 0 15px 25px 0;
}

.contact .icon a img {
  background-color: #fe5000;
}

.contact .icon a img:hover {
  background-color: #294368;
}

.footer-social {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-color: #808080;
}

.contact .twitter a img:hover {
  border: 1px solid #1da1f2;
  background-color: #1da1f2;
}

.contact .facebook a img:hover {
  border: 1px solid #3b5998;
  background-color: #3b5998;
}

.contact .linkedin a img:hover {
  border: 1px solid #0077b5;
  background-color: #0077b5;
}

.contact .footer-social a img {
  border: 1px solid #f0f0f0;
}

.supertwitter>div {
  text-align: left !important;
}

.supertwitter span,
.supertwitter>div span a {
  font-size: 16px;
}

.widget_recent_entries li {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1180px) {
  .site-inner, .wrap {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1140px) {
  .site-inner, .wrap {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 960px) {
  .home-top {
    margin-top: 0;
    position: relative;
  }
  .breadcrumb {
    margin-top: 0;
    position: relative;
  }
  .banner-area {
    margin-top: 0;
  }
  .footer-contact-title {
    text-align: left;
    margin-top: 20px;
  }
  .hide960 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hide768 {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  div.exec {
    margin: 10px 0 70px 0;
  }
  div.exec-photo {
    float: none;
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 0;
  }
  div.exec-info {
    float: none;
    width: 100%;
    padding: 0;
  }
  div.partner {
    margin: 20px 0 50px 0;
  }
  div.partner-logo {
    float: none;
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
  }
  div.partner-description {
    float: none;
    width: 100%;
    padding: 0;
  }
  div.partner-description h3 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumb {
    display: none;
  }
  .banner-area {
    display: none;
  }
  #supportform {
    width: 100%;
    max-width: 600px;
    min-width: 250px;
    margin: 0;
    padding: 0;
  }
  .hide480 {
    display: none;
  }
}

.home-section-1 {
  margin: 0;
  padding: 0;
}

.home-section-1 .wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.home-section-1 {
  background-color: #777;
  background-image: none;
  background-attachment: scroll;
  background-position: top;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}

.home-top {
  height: 72;
}

.home-section-1 {
  max-height: 800px !important;
}

#rev_slider_3_1 {
  max-height: 800px !important;
}

/* .content {
  width: 700px;
} */
@media only screen and (max-width: 1180px) {
  .content {
    width: 700px;
  }
}
@media only screen and (max-width: 1140px) {
  .content {
    width: 520px;
  }
}
@media only screen and (max-width: 1020px) {
  .content {
    width: 100%;
  }
}@media print {
  /* ************************************************* */
  /* This CSS file controls styling for print.         */
  /* ************************************************* */
  #noprint {
    display: none;
  }
  /* Do not print any element with id="noprint"  */
  #printonly {
    display: block;
  }
  /* Print any element with id="printonly"       */
  /* ********************************************** */
  /* Items to NOT print                             */
  .site-header {
    display: none;
  }
  /* Header (logo and menus)  */
  .breadcrumb {
    display: none;
  }
  /* Breadcrumb below header  */
  .carousel-area {
    display: none;
  }
  /* Carousel area            */
  .sidebar {
    display: none;
  }
  /* Sidebar on any page      */
  .pagination {
    display: none;
  }
  /* Pagination buttons at bottom of list of posts         */
  .before-content-footer {
    display: none;
  }
  /* Graphic across top of footer, and spacing  */
  .footer-widgets-1 .widget {
    display: none;
  }
  /* Footer columns (keep the copyright)        */
  .page-id-22 .banner-area {
    display: none;
  }
  /* Map background on Support page             */
  /* ********************************************** */
  /* Items to print (Don't hide)                    */
  .footer-widgets-1 #text-19 {
    display: block;
    width: 100%;
  }
  /* Contact Us column in footer */
  .footer-widgets-1 #text-2 {
    display: block;
    width: 100%;
  }
  /* Copyright widget in footer  */
  /* ********************************************** */
  /* Items to change how they print                 */
  .home-section-1,
  .home-section-3,
  .home-section-5 {
    padding-top: 0px;
  }
  .home-section-2,
  .home-section-4 {
    display: none;
  }
  .banner-code {
    padding: 0;
    height: auto;
    min-height: auto;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .pricing-table .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0 0 20px 0;
    width: 100%;
  }
}.hide-after + section {
  display: none; }

.ctf-tweets {
  clear: both; }

.our-solution-performance {
  background-position: center center; }

.home-section-1 {
  display: block;
  height: initial; }

.home-even .wrap, .home-odd .wrap {
  max-width: 1180px; }

.home-points li {
  margin-bottom: 50px; }

.home-points .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat; }

.title-area .site-title a {
  background-image: url("/wp-content/mu-plugins/cs-px-pro-child/includes/cs-px-pro-child-files/images/Website_LZ_Logo.svg") !important;
  background-position: center !important; }

img.mobile {
  display: none; }

.content-whitebox {
  background-color: rgba(255, 255, 255, 0.96); }

button.menu-toggle, .responsive-menu-icon {
  font-size: 0px; }
  button.menu-toggle::before, .responsive-menu-icon::before {
    color: #434343;
    margin: 0; }

@media (hover: none) {
  .genesis-nav-menu a:hover {
    color: inherit !important; } }

@media only screen and (max-width: 480px) {
  .home-even a.button, .home-odd a.button {
    padding: 12px 17px !important;
    margin-top: 0 !important; }
  button, input[type=button], input[type=reset], input[type=submit], .button {
    padding: 12px 17px !important;
    margin-top: 0 !important; }
    .footer-widgets button, .footer-widgets input[type=button], .footer-widgets input[type=reset], .footer-widgets input[type=submit], .footer-widgets .button {
      padding: 12px 17px !important;
      margin-top: 0 !important; } }

@media only screen and (min-width: 960px) {
  .our-solution-performance {
    background-position: 40% 50%; }
    .our-solution-performance .one-half {
      width: 42%;
      margin-bottom: 300px; } }

@media only screen and (max-width: 1140px) {
  .our-solution-performance .one-half {
    width: 50%; } }

@media only screen and (max-width: 960px) {
  .widget_custom-twitter-feeds-widget {
    clear: both;
    float: left; }
  .home-points .one-third {
    margin-bottom: 0; } }

@media only screen and (max-width: 700px) {
  img.desktop {
    display: none; }
  img.mobile {
    display: block; } }

/*# sourceMappingURL=styles.css.map*/