/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/309301");

@font-face {
  font-family: "FrutigerLTStd-Light";
  src: url("/assets/webfonts/309301_0_0.eot");
  src: url("/assets/webfonts/309301_0_0.eot?#iefix") format("embedded-opentype"),
    url("/assets/webfonts/309301_0_0.woff2") format("woff2"),
    url("/assets/webfonts/309301_0_0.woff") format("woff"),
    url("/assets/webfonts/309301_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "TradeGothicLT-BoldCondTwenty";
  src: url("/assets/webfonts/309301_1_0.eot");
  src: url("/assets/webfonts/309301_1_0.eot?#iefix") format("embedded-opentype"),
    url("/assets/webfonts/309301_1_0.woff2") format("woff2"),
    url("/assets/webfonts/309301_1_0.woff") format("woff"),
    url("/assets/webfonts/309301_1_0.ttf") format("truetype");
}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Basic Styles
================================================== */
body,
html {
  height: 100%;
}

body {
  background: #000;
  font: 16px/23px "FrutigerLTStd-Light", "HelveticaNeue", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  color: #414042;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
.subheader {
  color: #777;
}

p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
p img,
figure img {
  max-width: 100%;
}

i,
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

.window-open h1 {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 100px;
  line-height: 85px;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.window-open h2 {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 42px;
  line-height: 43px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.window-open h3 {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.lets-talk h1 {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 72px;
  line-height: 85px;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.lets-talk p {
  font-size: 21px;
  line-height: 1.4;
}

p.bottom-quote-text {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  color: #000;
}

p.date {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #000;
}

.large-header h1 {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 72px;
  line-height: 85px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  padding: 0 20px;
}
.large-header-wht h1,
.small-header-wht h1 {
  background-color: #fff;
  color: #000;
}
.large-header-blk h1 {
  background-color: #000;
  color: #fff;
}
.small-header h1 {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 42px;
  line-height: 44px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  padding: 0 20px;
}

.bio-text-col h1 {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-window p {
  color: #70cde3;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-window {
  color: #fff;
}

.wht-text h1,
.wht-text h2,
.wht-text h3,
.wht-text p,
.lets-talk p {
  color: #fff;
}

.author-holder p {
  margin: 0 0 10px 0;
}

.quote {
  color: #ffffff;
}
.quote p.giant-quote {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 120px;
  font-weight: normal;
  font-style: normal;
}
.quote h2 {
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
}
.quote p {
  font-weight: bold;
  font-style: italic;
}

.client-box h3 {
  margin-bottom: 3px;
}

p.button-style {
  font-family: "TradeGothicLT-BoldCondTwenty";
  display: inline-block;
  height: 40px;
  width: 130px;
  font-size: 14px;
  line-height: 40px;
  margin: 10px 10px;
  color: #70cde3;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #70cde3;
  font-weight: normal;
  text-align: center;
}

.wpcf7 p {
  margin-bottom: 10px;
}
p.required {
  margin-bottom: 40px;
}

p.subscribe-news {
  font-size: 18px;
}
p.small-text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}

p#pbd-alp-load-posts {
  width: 100%;
  text-align: center;
}
#pbd-alp-load-posts a:link,
#pbd-alp-load-posts a:visited {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 30px 5px 30px;
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 14px;
  text-transform: uppercase;
  color: #70cde3;
  border: solid 1px #70cde3;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#pbd-alp-load-posts a:hover,
#pbd-alp-load-posts a:active {
  background: #70cde3;
  color: #fff;
  opacity: 1;
}

.link-right p {
  margin: 0 0 0 0;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

hr.form-line {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 30px 0 30px;
  height: 0;
}

.blog-content h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

/* #Navigation
================================================== */
.menu-button,
a.menu-button:visited {
  position: fixed;
  top: 30px;
  right: -2px;
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 30px;
  line-height: 52px;
  width: 130px;
  height: 50px;
  text-align: center;
  display: block;
  z-index: 21;
  opacity: 1;
  text-transform: uppercase;
  color: #ffffff;
  background: #70cde3;
}

.menu-button:hover,
a.menu-button:focus {
  opacity: 1;
  color: #ffffff;
}

.menu-on {
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

.menu-on:hover,
a.menu-on:focus {
  opacity: 1;
}

.navi ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}

.navi li {
  margin: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}

.navi li a {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 90px;
  display: inline;
  line-height: 95px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
}

.navi li a:hover {
  opacity: 0.3;
}

.navi li.current-menu-item a,
.navi li.current-menu-parent a {
  opacity: 0.7;
}

/* #Button Nav
================================================== */

#menu-home-buttons ul,
.button-nav ul {
  margin: 0;
  padding: 0;
}

#menu-home-buttons li,
.button-nav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#menu-home-buttons li a,
.button-nav li a {
  font-family: "TradeGothicLT-BoldCondTwenty";
  display: inline-block;
  height: 70px;
  width: 220px;
  font-size: 24px;
  line-height: 70px;
  margin: 28px 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px #fff;
  border-radius: 3px;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#menu-home-buttons a:hover,
.button-nav a:hover {
  background: #fff;
  color: #70cde3;
  opacity: 1;
}

/* #Links
================================================== */
a,
a:visited,
a:focus {
  color: #00bce4;
  text-decoration: none;
  outline: 0;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
a:hover {
  opacity: 0.5;
}
p a,
p a:visited {
  line-height: inherit;
}

.home-button {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 240px;
  height: 70px;
  display: block;
  z-index: 10;
  opacity: 1;
}

.close-bio {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/assets/img/close-button.png);
  background-size: 40px 40px;
  z-index: 50;
}

.down-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/down-arrow.png);
  background-size: 50px 50px;
  margin: 0;
}
.down-arrow-blk {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/down-arrow-blk.png);
  background-size: 50px 50px;
  margin: 0;
}

a.box-button-sm {
  font-family: "TradeGothicLT-BoldCondTwenty";
  display: inline-block;
  height: 40px;
  width: 200px;
  font-size: 14px;
  line-height: 40px;
  margin: 10px 10px;
  color: #70cde3;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #70cde3;
  border-radius: 2px;
  font-weight: normal;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a.box-button-sm-2 {
  font-family: "TradeGothicLT-BoldCondTwenty";
  display: inline-block;
  height: 40px;
  width: 200px;
  font-size: 14px;
  line-height: 40px;
  margin: 10px 0;
  color: #70cde3;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #70cde3;
  font-weight: normal;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a.box-button-sm:hover,
a.box-button-sm-2:hover {
  background: #70cde3;
  color: #fff;
  opacity: 1;
}

.footer-window a {
  color: #70cde3;
}

.social-button {
  display: inline-block;
  color: #333366;
  width: 33px;
  height: 33px;
  background-size: 33px 33px;
  margin: 0 5px;
  opacity: 1;
}
.socicon-facebook,
.icon-facebook,
.socicon-instagram,
.icon-instagram,
.socicon-youtube,
.icon-youtube,
.socicon-twitter,
.icon-twitter,
.socicon-linkedin,
.icon-linkedin,
.socicon-pinterest,
.icon-pinterest,
.socicon-email {
  color: #70cde3;
  font-size: 28px;
  display: inline-block;
  padding: 0 8px;
}
.footer-social a.socicon-facebook {
  padding-right: 4px;
}
.footer-social a.icon-facebook {
  padding-right: 4px;
}
.footer-social a.socicon-pinterest {
  padding-left: 4px;
}
.footer-social a.icon-pinterest {
  padding-left: 4px;
}

.instagram {
  background-image: url(/assets/img/instagram.png);
}
.you-tube {
  background-image: url(/assets/img/you-tube.png);
}
.facebook {
  background-image: url(/assets/img/facebook.png);
}
.twitter {
  background-image: url(/assets/img/twitter.png);
}
.linkedin {
  background-image: url(/assets/img/linkedin.png);
}
.pintrest {
  background-image: url(/assets/img/pintrest.png);
}
.email-icon {
  background-image: url(/assets/img/email-icon.png);
}

.pagonation-left a,
.older {
  display: inline-block;
  background: url(/assets/img/prev-icon.png) left center no-repeat;
  background-size: 30px 30px;
  padding: 5px 0 0 35px;
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 16px;
  text-transform: uppercase;
  color: #00bce4;
}

.pagonation-right a,
.newer {
  display: inline-block;
  background: url(/assets/img/next-icon.png) right center no-repeat;
  background-size: 30px 30px;
  padding: 5px 35px 0 0;
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 16px;
  text-transform: uppercase;
  color: #00bce4;
}

.pagination-box a,
.pagination-box {
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 16px;
  color: #00bce4;
}

.results-button {
  display: inline-block;
  padding: 10px 20px 5px 50px;
  font-family: "TradeGothicLT-BoldCondTwenty";
  font-size: 14px;
  text-transform: uppercase;
  color: #70cde3;
  border: solid 1px #70cde3;
  border-radius: 2px;
}
.pdf {
  background: url(/assets/img/button-icons-pdf.png) left center no-repeat;
  background-size: 40px 40px;
}
.video {
  background: url(/assets/img/button-icons-video.png) left center no-repeat;
  background-size: 40px 40px;
}
.audio {
  background: url(/assets/img/button-icons-audio.png) left center no-repeat;
  background-size: 40px 40px;
}

a.clients-link {
  opacity: 0;
}
a.clients-link:hover {
  opacity: 1;
}

.email-link a {
  color: #fff;
}
.email-link-blk a {
  color: #000;
}

/* #Map
================================================== */

.Flexible-container {
  position: relative;
  padding-bottom: 480px;
  padding-top: 30px;
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.Flexible-container-2 {
  position: relative;
  padding-bottom: 450px;
  padding-top: 30px;
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed,
.Flexible-container-2 iframe,
.Flexible-container-2 object,
.Flexible-container-2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #Lists
================================================== */

.blog-body ul,
ol {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.blog-body ul {
  list-style: inside;
}

ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}

/* #Images
================================================== */

img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

img.pc-wordmark {
  width: 200px;
  height: 45px;
  margin-bottom: 20px;
}

img.pc-logo {
  width: 200px;
  height: 58px;
  margin: 15px 0 0 10px;
  position: absolute;
}

img.pc-icons {
  width: 70px;
  height: 70px;
  margin: 10px 0;
}

img.bio-photo {
  width: 220px;
  height: 220px;
  margin: 10px 0 30px 0;
}

img.bio-photo-pop {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

img.author-photo,
img.avatar {
  float: left;
  margin: 0 20px 20px 0;
}

/* #Search
================================================== */
input[type="text"].search {
  border: 1px solid #c5c5c5;
  padding: 0 10px;
  height: 38px;
  outline: none;
  font: 18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #c5c5c5;
  margin: 0;
  width: 570px;
  display: inline-block;
  margin-bottom: 0;
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  vertical-align: bottom;
}

input[type="submit"].search-btn {
  background: #fff url(/assets/img/search-icon.png); /* Old browsers */
  background-size: 50px 40px;
  border: none;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 10px;
  height: 40px;
  width: 50px;
  padding: 0 20px 0 20px;
  font-family: "TradeGothicLT-BoldCondTwenty";
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* #Newsletter Footer
================================================== */
input[type="email"].newsletter-footer-field {
  border: none;
  padding: 0 10px;
  height: 50px;
  outline: none;
  font: 18px "FrutigerLTStd-Light", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #c5c5c5;
  margin: 0;
  width: 220px;
  display: inline-block;
  margin-bottom: 0;
  background: #58595b;
  -webkit-appearance: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  vertical-align: bottom;
}

input[type="submit"].newsletter-footer-button {
  background: #70cde3; /* Old browsers */
  border: none;
  color: #000;
  width: 110px;
  height: 50px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0;
  margin-left: -3px;
  line-height: 50px;
  padding: 0 20px 0 20px;
  font-family: "TradeGothicLT-BoldCondTwenty";
  -webkit-appearance: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: "TradeGothicLT-BoldCondTwenty";
  display: inline-block;
  height: 40px;
  width: 200px;
  font-size: 14px;
  line-height: 40px;
  margin: 10px 0;
  color: #70cde3;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #70cde3;
  border-radius: 2px;
  font-weight: normal;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* #Forms
================================================== */

.subscribe-checkbox .wpcf7-list-item-label {
  font-size: 0px;
}
.thanks {
  padding: 15px;
  border: 2px solid #70cde3;
  background: rgba(250, 255, 138, 0.3);
}

.errorBlock {
  padding: 15px;
  margin-bottom: 20px;
  background: rgba(250, 255, 138, 0.3);
  color: red;
  border: 2px solid red;
}

select {
  width: auto;
}

form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border: 0;
  border-radius: 2px;
  padding: 10px 4px;
  outline: none;
  font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
  width: 720px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #e1f3f7;
}
select {
  padding: 0;
  margin-bottom: 20px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
}
textarea {
  min-height: 60px;
}
label,
legend {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}

input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
.required label:after {
  content: "*";
  color: red;
}

/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}

/*Testimonial page css start*/

.testimonial-blog-list {
  display: inline-block;
  width: 100%;
  padding: 50px 0px 100px 0px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}

.quote_section {
  min-height: 16em;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  border: 5px solid #ffffff;
  padding: 25px;
  box-shadow: 0 0px 3px 0 #b3b3b3;
  height: 100%;
}
.quote__image {
  width: 150px;
  /*  height:100%;*/
  display: block;
  margin: 0 0px 0 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*  border-radius: 50%;*/
  min-height: 180px;
}
.quote__content {
  max-width: 100%;
  padding: 18px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  font-size: 1em;
  /* overflow: hidden; */
  flex: 1;
  border: 5px solid #fff;
  border-radius: 25px;
  position: relative;
  position: relative;
  z-index: 99;
}
.quote__content:before {
  left: -8px;
  top: -22px;
}
.quote__content:after {
  right: -6px;
  bottom: -20px;
  transform: rotate(180deg);
}
.quote__content:before,
.quote__content:after {
  position: absolute;
  content: "";
  background: #6fcde4 url(../img/left-quots.png) no-repeat;
  width: 65px;
  height: 90%;
  background-size: 50px;
  z-index: -9;
}
.quote__text p {
  line-height: 18px;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 0;
}
.flex__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quote__name {
  line-height: 23px;
  margin-right: 1em;
  font-size: 15px;
  color: #fff;
}
.slick-slide {
  padding: 5px;
}
.testimonial-slide-rtl .quote__image {
  margin: 0 0px 0 16px;
}
.testimonial-slide-rtl .quote__content {
  padding: 15px 0 15px 1.5em;
  text-align: left;
  direction: ltr;
}
.testimonial-slide-rtl .flex__middle .quote__name.text__quote {
  margin: 0;
}

/*
.testimonial-slide-rtl .quote_section {
  border-radius: 10em 30em 30em 10em;
}
.testimonial-slide .quote_section {
  border-radius: 30em 10em 10em 30em;
}
*/

/*Option 2*/

.second-option .quote_section {
  border-radius: 30px 0px 30px 0px;
  min-width: inherit;
  padding: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.second-option .quote__content {
  max-width: 100%;
  padding: 0;
}
.test-flex {
  display: flex;
  align-items: center;
}
.test-flex .quote__image {
  width: 60px;
  height: 60px;
}
.test-flex .flex__middle {
  width: 100%;
  display: block;
}
.test-flex .text__quote {
  width: 100%;
  display: block;
}
.testimonial-slide-option-rtl .test-flex .quote__image {
  margin: 0 0px 0 16px;
}
.testimonial-slide-option-rtl .test-flex .text__quote {
  text-align: right;
  margin: 0;
}
.second-option .slick-slide {
  padding: 20px;
}
.second-option .quote__text {
  min-height: 60px;
  text-align: right;
}

.quote__text p {
  display: inline;
}
.quote__text a {
  display: inline;
  font-size: 24px;
  font-weight: bold;
}

.quote__content .flex__middle {
  padding-top: 15px;
  position: relative;
}
.auto-window ul li p {
  font-size: 15px;
  min-height: 65px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
  box-sizing: border-box;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 960px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 8px;
  padding: 30px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #1c1c1c;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: -20px;
  line-height: 26px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #363636;
}

.modal-body {
  padding: 2px 0px;
}
.modal-inner-data {
  max-height: 500px;
  overflow-y: auto;
  padding: 0px 15px 0 0;
}
.modal-header {
  display: flex;
  align-items: center;
  padding: 0 0 15px 0;
}

.user-thumb {
  margin: 0 20px 0 0;
}
.user-thumb img {
  max-width: 120px;
  border: #ccc solid 1px;
}

.quote__text {
  background-size: 28px;
  min-height: 75px;
  color: #fff;
  position: relative;
}
.auther-dis {
  min-height: 50px;
  color: #fff;
  position: relative;
}

.quote__text a.intro-more {
  font-size: 14px;
  font-weight: normal;
  background: url("/assets/img/white-next.png") 100% 50% no-repeat;
  padding: 0 11px 0 0;
  background-size: 7px auto;
  color: #1c505c;
  display: inline-block;
}

.quote_section {
  background: #6fcde4;
}

.freeform-form-success {
  padding: 15px !important;
  border: 2px solid #70cde3 !important;
  background: rgba(250, 255, 138, 0.3) !important;
}

.freeform-form-success p {
  color: #000 !important;
}

@media (max-width: 1400px) {
  .quote__image {
    width: 154px;
  }

  .quote__text,
  .quote__name {
    font-size: 15px;
  }
  .text__quote p {
    font-size: 13px;
    line-height: normal;
  }

  .modal-content {
    max-width: 700px;
  }
}

@media (max-width: 1200px) {
  .quote_section {
    min-height: 20em;
  }
  .quote__content {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .text__quote p {
    font-size: 15px;
    line-height: normal;
  }
  .testimonial-blog-list {
    padding: 20px 0 50px 0;
  }

  .modal {
    padding: 50px 15px;
  }

  .user-thumb {
    display: none;
  }

  .menu-button {
    z-index: 1;
  }
}

.customerService .freeform-col-12 label {
  font: 16px / 23px "FrutigerLTStd-Light", "HelveticaNeue", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.customerService .freeform-row [class*="freeform-col-"] input,
.customerService .freeform-row [class*="freeform-col-"] textarea,
.customerService .freeform-row [class*="freeform-col-"] select {
  background-color: #e1f3f7 !important;
  border: 0px solid #cbced0 !important;
  border-radius: 0px !important;
}
.customerService .freeform-label.freeform-required span {
  display: none;
}

.auto-window{
	overflow: hidden;
}