@charset "UTF-8";
/*
Theme Name: Trio Tel Communications
Author: Pivot Group, LLC
Author Uri: http://askpivot.com
Version: 1.0.3
*/
/* ==== GLOBAL LAYOUT STYLES (grid, etc) ============================================= */
body {
  background: #231f20;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

/* ==== Header ============================================= */
header.site {
  position: relative;
  z-index: 1;
  background: #fff;
}
header.site > .container {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
header.site .logo {
  width: 210px;
}
header.site .top-meta-menu {
  position: absolute;
  top: 0;
  right: 0;
}
header.site .top-meta-menu .menu {
  padding-right: 15px;
}
header.site nav {
  padding-right: 15px;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  clear: both;
}
header.site nav .mobile-menu-button {
  position: absolute;
  top: 4px;
  right: -5px;
  margin-top: -40px;
}
header.site nav .menu {
  text-align: right;
  display: none;
}
header.site nav .social-icons {
  position: absolute;
  top: 0;
  margin-top: -33px;
  right: 75px;
}

nav .menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  margin-top: 60px;
  box-shadow: 0 0 50px rgba(55, 55, 55, 0.2);
}
nav .menu:before {
  content: "";
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-right: 10px;
}
nav .menu > li {
  text-align: left;
  background: #fff;
  padding: 0 15px;
  position: relative;
}
nav .menu > li:first-child {
  padding-top: 10px;
}
nav .menu > li:last-child {
  padding-bottom: 10px;
}
nav .menu > li > a {
  display: inline-block;
  padding: 10px 5px;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
nav .menu > li > a:before {
  content: "";
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -5px;
  height: 2px;
  position: absolute;
  background: transparent;
  transition: 0.2s ease all;
  transform: translateY(3px);
}
nav .menu > li:hover > a:before {
  background-color: #a09fa0;
  transform: translateY(0px);
}
body.is-touch nav .menu > li:hover > a:before {
  background-color: transparent;
}
nav .menu > li.current-menu-item > a:before, nav .menu > li.current-menu-ancestor > a:before {
  background-color: #ff1a00;
  transform: translateY(0px);
}
nav .menu > li.current-menu-item > .sub-menu, nav .menu > li.current-menu-ancestor > .sub-menu {
  display: block;
}
nav .sub-menu {
  display: none;
}
nav .sub-menu > li > a {
  background: #fff;
  display: block;
  line-height: 20px;
  padding: 5px 15px 5px 30px;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}
nav .sub-menu > li > a:hover, nav .sub-menu > li > a:focus {
  color: #ff1a00;
}
nav .sub-menu > li.current-menu-item > a, nav .sub-menu > li.current-menu-ancestor > a {
  color: #ff1a00;
}
nav .sub-menu > li + li {
  border-top: 1px solid #eeefef;
}

.top-meta-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-meta-menu .menu > li {
  display: inline-block;
}
.top-meta-menu .menu > li > a {
  color: #fff;
  padding: 5px 5px;
  line-height: 12px;
  font-size: 12px;
  border-radius: 22px;
  color: #414042;
}
.top-meta-menu .menu > li > a:hover {
  color: #ff1a00;
}
.top-meta-menu .menu > li.highlighted {
  margin-left: 5px;
}
.top-meta-menu .menu > li.highlighted > a {
  border: 2px solid #ff1a00;
}
.top-meta-menu .menu > li.current-menu-item > a, .top-meta-menu .menu > li.current-menu-ancestor > a {
  color: #ff1a00;
}

.social-icons > li {
  display: inline-block;
  margin-right: 8px;
}
.social-icons > li > a {
  font-size: 14px;
  color: #a09fa0;
  width: 24px;
  height: 24px;
  display: block;
  border: 2px solid #a09fa0;
  line-height: 20px;
  border-radius: 50%;
  vertical-align: top;
  position: relative;
  top: 9px;
  text-align: center;
}
.social-icons > li > a i {
  color: inherit;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
* Vortex
*/
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/* ==== Content ============================================= */
#content {
  position: relative;
  z-index: 0;
}

.content-header {
  color: #fff;
  text-align: center;
  background: #333;
}
.content-header .image {
  position: relative;
}
.content-header .image img {
  width: 100%;
}
.content-header .image .swoop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.content-header .text-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-header .intro-text {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}
.content-header .intro-text p {
  font-size: 16px;
}
.content-header.shrink-title .content-title {
  font-size: 40px;
}

.content-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-container > .container > .content {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.content-container.no-top-padding {
  padding-top: 0;
}
.content-container.no-top-padding > .container > .content {
  padding-top: 0;
}
.content-container.no-bottom-padding {
  padding-bottom: 0;
}
.content-container.no-bottom-padding > .container > .content {
  padding-bottom: 0;
}
.content-container.has-dark-background {
  color: #fff;
}
.content-container.has-dark-background > .container > .content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.content-container.has-dark-background .vc_separator .vc_sep_line {
  border-color: #ff1a00;
}
.content-container.has-dark-background hr {
  border-top: 2px solid #ff1a00;
}

.wpb_column.no-padding-column > .vc_column-inner {
  padding: 0 !important;
}
.wpb_column.no-padding-column .wpb_content_element {
  margin-bottom: 0;
}

/* ==== Footer ============================================= */
footer.site {
  background: #414042;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 20px solid #a09fa0;
}
footer.site a {
  color: #fff;
}
footer.site a i {
  color: #ff1a00;
}
footer.site .link-list > li {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
}
footer.site .right-side {
  padding-top: 10px;
  margin-top: 20px;
}
footer.site .right-side .link-list {
  margin-bottom: 10px;
}
footer.site .right-side .link-list > li {
  margin-right: 20px;
}
footer.site .social-link {
  font-size: 14px;
  color: #a09fa0;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 2px solid #a09fa0;
  line-height: 20px;
  border-radius: 50%;
  vertical-align: top;
  position: relative;
  text-align: center;
  top: 9px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
footer.site .social-link i {
  color: inherit;
}

.sub-footer {
  background: #231f20;
  color: #fff;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sub-footer a {
  color: inherit;
}
.sub-footer a:hover, .sub-footer a:focus {
  text-decoration: underline;
}

/* ==== SLIDESHOW ============================================= */
.slideshow {
  opacity: 0;
  margin-bottom: -10px;
}
.slideshow.loaded {
  opacity: 1;
}
#content .slideshow .container {
  max-width: 1170px;
}
.slideshow .slide {
  height: 100%;
  position: relative;
}
.slideshow .slide > .text-container {
  padding-top: 65px;
  padding-bottom: 5vw;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: left;
}
.slideshow .slide > .text-container:before {
  content: "";
  display: inline-block;
  margin-right: -6px;
  vertical-align: middle;
  height: 100%;
}
.slideshow .slide > .text-container > .inner-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.slideshow .slide .slide-text {
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
}
.slideshow .slide .slide-text .text-elements {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 30px;
  margin: -20px -30px;
}
.slideshow .slide .slide-text .title {
  line-height: 0.75em;
}
.slideshow .slide .slide-text .subtitle {
  line-height: 1em;
  margin-top: 0.25em;
  color: #7f7f7f;
}
.slideshow .slide .slide-text .button {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.6);
}
.slideshow .slide .slide-text .button:hover, .slideshow .slide .slide-text .button:focus {
  background: #ff1a00;
}
.slideshow .rsArrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
}
.slideshow .rsArrow .rsArrowIcn {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-top: 5px;
  color: #ff1a00;
  text-align: center;
  font-size: 30px;
  transition: 0.3s ease all;
}
.slideshow .rsArrow .rsArrowIcn:after {
  content: url(images/icon-chevron-left.svg);
  display: block;
}
.slideshow .rsArrow.rsArrowDisabled {
  opacity: 0;
  cursor: default;
}
.slideshow .rsArrow.rsArrowLeft {
  left: 0px;
}
.slideshow .rsArrow.rsArrowLeft .rsArrowIcn {
  right: 0;
}
.slideshow .rsArrow.rsArrowLeft:hover .rsArrowIcn, .slideshow .rsArrow.rsArrowLeft:focus .rsArrowIcn {
  transform: translateX(-5px);
}
.slideshow .rsArrow.rsArrowRight {
  right: 0px;
}
.slideshow .rsArrow.rsArrowRight .rsArrowIcn {
  left: 0;
}
.slideshow .rsArrow.rsArrowRight .rsArrowIcn:after {
  content: url(images/icon-chevron-right.svg);
  display: block;
}
.slideshow .rsArrow.rsArrowRight:hover .rsArrowIcn, .slideshow .rsArrow.rsArrowRight:focus .rsArrowIcn {
  transform: translateX(5px);
}

.slideshow-triangle {
  height: 18px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.slideshow-triangle .left,
.slideshow-triangle .right {
  width: 50%;
  height: 100%;
  background: #fff;
  float: left;
  position: relative;
}
.slideshow-triangle .left {
  left: -20px;
}
.slideshow-triangle .left:before {
  content: "";
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
}
.slideshow-triangle .right {
  left: 20px;
}
.slideshow-triangle .right:before {
  content: "";
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  position: absolute;
  right: 100%;
  top: 0;
}

/* ==== ICON LINKS ============================================= */
.icon-links {
  margin-left: -1px;
  margin-top: -1px;
  border-top: 1px solid #e3e4e5;
}
.icon-links > .icon-link {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 25px 15px;
  border-left: 1px solid #e3e4e5;
  border-bottom: 1px solid #e3e4e5;
  cursor: pointer;
  transition: 0.2s ease background;
}
.icon-links > .icon-link:hover {
  background: #f0f1f2;
}
.icon-links > .icon-link.active {
  border-bottom: none;
}
.icon-links > .icon-link.active:hover {
  background: transparent;
}
.icon-links > .icon-link.active .title {
  color: #ff1a00;
}
.icon-links > .icon-link .icon:before {
  display: inline-block;
  content: "";
  margin-right: -6px;
  vertical-align: middle;
  height: 100%;
}
.icon-links > .icon-link .icon > a {
  display: inline-block;
}
.icon-links > .icon-link .title > a {
  color: inherit;
}

.icon-link-text-content {
  border-bottom: 1px solid #e3e4e5;
  padding: 30px;
  display: none;
}

.content-container.has-dark-background .icon-links {
  border-color: #58595b;
}
.content-container.has-dark-background .icon-links > .icon-link {
  border-color: #58595b;
}
.content-container.has-dark-background .icon-links > .icon-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.content-container.has-dark-background .icon-links > .icon-link.active:hover {
  background: transparent;
}
.content-container.has-dark-background .icon-link-text-content {
  border-bottom-color: #58595b;
}

.mobile-icon-links-accordions {
  padding: 1em 0;
  display: none;
}
.mobile-icon-links-accordions .accordion + .accordion {
  margin-top: 1em;
}
.mobile-icon-links-accordions .accordion .icon {
  width: 50px;
  float: left;
  padding-right: 15px;
  text-align: center;
}
.mobile-icon-links-accordions .accordion .icon img {
  max-height: 40px;
}
.mobile-icon-links-accordions .accordion .icon + .text {
  margin-left: 50px;
  display: block;
}
.mobile-icon-links-accordions .accordion.links-externally .accordion-header {
  padding-left: 15px;
}
.mobile-icon-links-accordions .accordion.links-externally .accordion-header:before {
  display: none;
}

/* ==== ARCHIVE HEADING ============================================= */
.archive-header-container {
  margin-top: 120px;
}
.content-header + .archive-header-container {
  margin-top: 50px;
}
.archive-header-container .term {
  color: #ff1a00;
}

.archive-header {
  color: #fff;
  text-align: center;
}

/* ==== POST LIST ============================================= */
.post-list > .list-item + .list-item {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.post-date {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-style: italic;
}

.pagination {
  margin-top: 50px;
}
.pagination > .page-numbers {
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
  font-size: 18px;
}
.pagination > .page-numbers.current {
  padding-left: 6px;
  padding-right: 6px;
  background: #ff1a00;
  color: #fff;
  font-weight: bold;
}

/* ==== POST BOX (latest post) ============================================= */
.post-box {
  padding: 0 30px;
}
.post-box > .inner-container {
  position: relative;
}
.post-box .post-title {
  font-size: 20px;
  margin-bottom: 1em;
}
.post-box .post-date {
  background: #000000;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: 0;
  width: 62px;
  height: 62px;
  text-align: center;
  padding-top: 10px;
}
.post-box .post-date .day {
  display: block;
  font-size: 32px;
  font-weight: 900;
}
.post-box .post-date .month {
  font-size: 16px;
  text-transform: uppercase;
}
.post-box .post-excerpt {
  border-top: 2px solid #fff;
  padding: 1em 0;
}

.blog-title {
  margin-bottom: 1.25em;
}

/* ==== PRICE BOXES ============================================= */
.price-boxes {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.price-boxes > .box {
  padding: 0 15px;
  float: left;
  width: 25%;
  min-width: 200px;
  margin-bottom: 30px;
  text-align: center;
}
.price-boxes > .box > .inner-container {
  position: relative;
  background: #fff;
  color: #000000;
  text-align: center;
  transform: scale(1);
  transition: 0.2s ease all;
  box-shadow: 0 0 50px rgba(55, 55, 55, 0.2);
}
.price-boxes > .box > .inner-container:hover {
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 0 0 50px rgba(55, 55, 55, 0.3);
}
.price-boxes .title {
  padding: 20px 20px 0;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0.25em;
}
.price-boxes .subtitle {
  padding: 0 20px 20px;
  color: #ff1a00;
  margin-top: 0;
  font-size: 16px;
  text-transform: none;
}
.price-boxes .price-container {
  padding: 30px 20px;
  background: #ff1a00;
  color: #fff;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.price-boxes .price-container:before, .price-boxes .price-container:after {
  content: "";
  position: absolute;
  bottom: 100%;
  border-bottom: 10px solid #cc1500;
}
.price-boxes .price-container:before {
  left: 0;
  border-left: 10px solid transparent;
}
.price-boxes .price-container:after {
  right: 0;
  border-right: 10px solid transparent;
}
.price-boxes .formatted-price {
  font-size: 40px;
}
.price-boxes .button {
  padding-left: 15px;
  padding-right: 15px;
}
.price-boxes .button-container {
  padding: 30px 20px;
}
.price-boxes.number-1 > .box {
  width: 50%;
  display: inline-block;
  float: none;
}
.price-boxes.number-2 > .box {
  width: 50%;
}
.price-boxes.number-3 > .box {
  width: 33.333%;
}
.price-boxes.number-4 > .box {
  width: 50%;
}

.content-container.has-dark-background .price-boxes > .box > .inner-container {
  box-shadow: none;
}
.content-container.has-dark-background .price-boxes > .box > .inner-container:hover {
  box-shadow: 0 0 30px 4px #000;
}

.formatted-price {
  font-size: 20px;
  font-weight: 900;
  position: relative;
  line-height: 0.75em;
  display: inline-block;
  margin-left: -0.33em;
}
.formatted-price .dollars {
  line-height: 0.75em;
  display: inline-block;
}
.formatted-price .dollar-sign {
  font-size: 0.425em;
  position: absolute;
  right: 100%;
  margin-right: 3px;
  line-height: 1em;
}
.formatted-price .decimal {
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: inline-block;
  padding: 0 0 1px 1px;
}
.formatted-price .per,
.formatted-price .cents {
  font-size: 0.425em;
  position: absolute;
  left: 100%;
  margin-left: 3px;
  line-height: 1em;
}
.formatted-price .per {
  bottom: 0;
  top: auto;
  font-weight: normal;
  line-height: 1em;
  font-size: 0.33em;
  margin-left: -3px;
  letter-spacing: -1px;
}

/* ==== "FANCY" ACCORDIONS ============================================= */
.accordion .accordion-header {
  padding: 30px 35px 30px 95px;
  position: relative;
  cursor: pointer;
  background: #f0f1f2;
  transition: 0.1s ease background;
}
.accordion .accordion-header:hover {
  background: #e2e4e6;
}
.accordion .accordion-header:before {
  content: "+";
  position: absolute;
  top: 37px;
  left: 35px;
  font-size: 60px;
  font-weight: 300;
}
.accordion .accordion-header .title {
  color: #ff1a00;
  font-weight: 900;
  font-size: 30px;
}
.accordion .accordion-header .subtitle {
  margin-top: 0;
  font-size: 20px;
}
.accordion .accordion-header.active {
  background: #f0f1f2;
}
.accordion .accordion-header.active:before {
  content: "–";
  margin-top: -8px;
}
.accordion .accordion-content {
  padding: 50px 35px;
  display: none;
  border: 1px solid #e3e4e5;
}
.accordion.has-subtitle .accordion-header:before {
  top: 50px;
}

.content-container.has-dark-background .accordion .accordion-header {
  background: #414042;
}
.content-container.has-dark-background .accordion .accordion-header:hover {
  background: #4e4d4f;
}
.content-container.has-dark-background .accordion .accordion-content {
  border-color: #414042;
}

/* ==== ACCORDIONS ============================================= */
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic {
  color: #414042;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background: #f4f4f5;
  border-color: #d8d9da;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
  font-weight: 900;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #d8d9da;
  background-color: #f6f6f7;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #f4f4f5;
  border-color: #d8d9da;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading h4 > a {
  color: #414042;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.no-bold .vc_tta-panel .vc_tta-panel-heading {
  background: #f4f4f5;
  border-color: #d8d9da;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.no-bold .vc_tta-panel .vc_tta-panel-heading h4 {
  text-transform: none;
  line-height: 1.2em;
}

/* ==== TABLES ============================================= */
.scrollable-table-container {
  clear: both;
}
.scrollable-table-container.enable-scroll {
  overflow: scroll;
}

/* ==== FORMS ============================================= */
body .gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 0.6em 35px;
}

body .gform_wrapper.gf_browser_ie .gfield_checkbox li input,
body .gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
  margin-top: 4px;
}

body .gform_wrapper .gfield_checkbox li input,
body .gform_wrapper .gfield_checkbox li input[type=checkbox],
body .gform_wrapper .gfield_radio li input[type=radio] {
  vertical-align: top;
  margin-top: 4px;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 4px;
}

body .gform_confirmation_wrapper {
  background: #ff1a00;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
}

body .gform_wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
body .gform_wrapper:before, body .gform_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
body .gform_wrapper h2.gsection_title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em !important;
}
body .gform_wrapper .gfield_description {
  line-height: 1.6em;
}
body .gform_wrapper ul li.gfield {
  padding: 0 10px !important;
}
body .gform_wrapper ul li.gfield.gsection {
  margin-top: 30px;
  padding-left: 0 !important;
  margin-left: 10px !important;
}
body .gform_wrapper ul li.gfield.gfield_html {
  font-size: 12px;
  line-height: 1.6em !important;
}
body .gform_wrapper ul li.gfield.gfield_html_formatted > em > strong,
body .gform_wrapper ul li.gfield.gfield_html_formatted > strong > em {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}
body .gform_wrapper ul li.gfield .gfield_label {
  font-weight: bold;
  font-size: 14px;
}
body .gform_wrapper ul li.gfield .ginput_container input, body .gform_wrapper ul li.gfield .ginput_container textarea {
  transition: 0.2s ease all;
  padding-left: 8px !important;
  padding-right: 8px !important;
  border: 1px solid #ccc;
}
body .gform_wrapper ul li.gfield .ginput_container input:focus, body .gform_wrapper ul li.gfield .ginput_container textarea:focus {
  border-color: #414042;
}
body .gform_wrapper .gfield_description + .ginput_container_checkbox,
body .gform_wrapper .gfield_description + .ginput_container_radio {
  margin-top: -10px !important;
}
body .gform_wrapper .ginput_container_checkbox,
body .gform_wrapper .ginput_container_radio,
body .gform_wrapper .ginput_container_select {
  padding-bottom: 10px;
}
body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
  font-size: 12px;
}
body .gform_wrapper ul.top_label div.ginput_container {
  margin-top: 5px;
}
body .gform_wrapper ul.top_label div.ginput_container.ginput_container_date {
  margin-top: 1px;
}
body .gform_wrapper ul.top_label div.ginput_container.ginput_container_date.gfield_date_day, body .gform_wrapper ul.top_label div.ginput_container.ginput_container_date.gfield_date_month {
  max-width: none;
  width: auto;
}
body .gform_wrapper ul.top_label div.ginput_container.ginput_container_date.gfield_date_day input, body .gform_wrapper ul.top_label div.ginput_container.ginput_container_date.gfield_date_month input {
  width: 40px;
}
body .gform_wrapper ul.top_label div.ginput_container.ginput_container_date.gfield_date_year {
  max-width: none;
  width: auto;
}
body .gform_wrapper ul.top_label div.ginput_container.ginput_container_date.gfield_date_year input {
  width: 60px;
}
body .gform_wrapper .gfield_checkbox li input[type=checkbox],
body .gform_wrapper .gfield_radio li input[type=radio] {
  margin-right: 3px;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #ff1a00;
}
body .gform_wrapper div.validation_message {
  color: #ff1a00;
}
body .gform_wrapper div.validation_error {
  color: #fb1b18;
  border-color: #fb1b18;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: #f7f7f7;
  border-left: 3px solid #ff1a00;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 6px !important;
}
body .gform_wrapper li.gfield.gfield_error ul.gfield_radio,
body .gform_wrapper li.gfield.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning ul.gfield_radio,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning ul.gfield_checkbox {
  color: #ff1a00;
}
body .gform_wrapper li.gfield.gfield_error .gfield_label,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label {
  color: #ff1a00;
}
body .gform_wrapper li.gfield.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning div.ginput_complex.ginput_container label {
  color: #ff1a00;
}

/* ==== PRICE CALCULATION ============================================= */
.matched-price-text {
  font-weight: bold;
  background: yellow;
  padding: 0 5px;
  display: inline-block;
}

.visually-hidden {
  position: absolute;
  top: 0;
  left: -10000em;
}

.price-calculation {
  margin-bottom: 50px;
}
.price-calculation.debug-panel {
  position: fixed;
  margin-bottom: 0;
  max-width: 200px;
  padding: 15px;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  border: 3px solid #ff1a00;
}
.price-calculation.debug-panel:after {
  content: "Debugger";
  font-size: 12px;
  font-style: italic;
  display: block;
  text-align: right;
}

/* ==== Trackable iframe ============================================= */
.trackable-iframe-embed {
  padding: 30px;
  background: #efefef;
  margin-top: 40px;
}
.trackable-iframe-embed .double-click-text {
  font-style: italic;
  font-size: 12px;
}
.trackable-iframe-embed .video-container .click-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.trackable-iframe-embed .video-container.was-clicked .click-div {
  display: none;
}

/* ==== BUTTONS ============================================= */
.button {
  background: #ff1a00;
  color: #fff;
  display: inline-block;
  padding: 0.6em 35px;
  border-radius: 24px;
  background: none;
  border: 2px solid #ff1a00;
  color: inherit;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.1s ease all;
  cursor: pointer;
}
.button:hover {
  background: #ff1a00;
  color: #fff;
}
.button.color-black {
  border-color: #000000;
}
.button.color-black:hover, .button.color-black:focus {
  background: #000000;
  color: #fff;
}
.button.color-darkGray {
  border-color: #414042;
}
.button.color-darkGray:hover, .button.color-darkGray:focus {
  background: #414042;
  color: #fff;
}
.button.color-lightGray {
  border-color: #a09fa0;
}
.button.color-lightGray:hover, .button.color-lightGray:focus {
  background: #a09fa0;
  color: #fff;
}
.button.color-red {
  border-color: #ff1a00;
}
.button.color-red:hover, .button.color-red:focus {
  background: #ff1a00;
  color: #fff;
}
.button.color-white {
  border-color: #ffffff;
}
.button.color-white:hover, .button.color-white:focus {
  background: #ffffff;
  color: #fff;
}
.button.full-width {
  display: block;
  text-align: center;
}
.button.is-solid {
  background: #ff1a00;
  color: #fff;
}
.button.is-solid:hover, .button.is-solid:focus {
  background-color: #e61700;
  border-color: #cc1500;
}
.button.is-solid.color-black {
  background: #000000;
}
.button.is-solid.color-black:hover, .button.is-solid.color-black:focus {
  background-color: black;
  border-color: black;
}
.button.is-solid.color-darkGray {
  background: #414042;
}
.button.is-solid.color-darkGray:hover, .button.is-solid.color-darkGray:focus {
  background-color: #343335;
  border-color: #282728;
}
.button.is-solid.color-lightGray {
  background: #a09fa0;
}
.button.is-solid.color-lightGray:hover, .button.is-solid.color-lightGray:focus {
  background-color: #939293;
  border-color: #878587;
}
.button.is-solid.color-red {
  background: #ff1a00;
}
.button.is-solid.color-red:hover, .button.is-solid.color-red:focus {
  background-color: #e61700;
  border-color: #cc1500;
}
.button.is-solid.color-white {
  background: #ffffff;
}
.button.is-solid.color-white:hover, .button.is-solid.color-white:focus {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
}

.time-taken {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 1em 30px;
}


@media (max-width: 600px) {
    header.site .logo {
        margin-top: 44px;
    }
    
}