/* ----------------------
Project: eFax US Rebuild
Version: 3.0
Designer: 
Developer: Cliff Wong
Updated: 02/05/19
------------------------ */
/***
 *    ██████╗  ██████╗     ███╗   ██╗ ██████╗ ████████╗    ███████╗██████╗ ██╗████████╗     ██████╗███████╗███████╗
 *    ██╔══██╗██╔═══██╗    ████╗  ██║██╔═══██╗╚══██╔══╝    ██╔════╝██╔══██╗██║╚══██╔══╝    ██╔════╝██╔════╝██╔════╝
 *    ██║  ██║██║   ██║    ██╔██╗ ██║██║   ██║   ██║       █████╗  ██║  ██║██║   ██║       ██║     ███████╗███████╗
 *    ██║  ██║██║   ██║    ██║╚██╗██║██║   ██║   ██║       ██╔══╝  ██║  ██║██║   ██║       ██║     ╚════██║╚════██║
 *    ██████╔╝╚██████╔╝    ██║ ╚████║╚██████╔╝   ██║       ███████╗██████╔╝██║   ██║       ╚██████╗███████║███████║
 *    ╚═════╝  ╚═════╝     ╚═╝  ╚═══╝ ╚═════╝    ╚═╝       ╚══════╝╚═════╝ ╚═╝   ╚═╝        ╚═════╝╚══════╝╚══════╝
 *                                                                                                                 
 *    ██╗   ██╗███████╗███████╗    ██╗     ███████╗███████╗███████╗     ██████╗ ███╗   ██╗██╗  ██╗   ██╗           
 *    ██║   ██║██╔════╝██╔════╝    ██║     ██╔════╝██╔════╝██╔════╝    ██╔═══██╗████╗  ██║██║  ╚██╗ ██╔╝           
 *    ██║   ██║███████╗█████╗      ██║     █████╗  ███████╗███████╗    ██║   ██║██╔██╗ ██║██║   ╚████╔╝            
 *    ██║   ██║╚════██║██╔══╝      ██║     ██╔══╝  ╚════██║╚════██║    ██║   ██║██║╚██╗██║██║    ╚██╔╝             
 *    ╚██████╔╝███████║███████╗    ███████╗███████╗███████║███████║    ╚██████╔╝██║ ╚████║███████╗██║              
 *     ╚═════╝ ╚══════╝╚══════╝    ╚══════╝╚══════╝╚══════╝╚══════╝     ╚═════╝ ╚═╝  ╚═══╝╚══════╝╚═╝              
 *                      

THIS IS SERIOUS - editing just the .css file will result in loss of all work. 



 */
/*fonts*/
@font-face {
  font-family: AvanteGarde;
  src: url('../fonts/ITCAvantGardeStd-Bk.otf');
}
/*********************************************************************************************
Global/helper styles
**********************************************************************************************/
:root {
  font-size: 16px;
  font-family: Trebuchet MS;
}
html,
body {
  background: url("../images/bg.jpg") repeat top center;
  background-size: cover;
  /*background:#ededed;*/
  font-family: Trebuchet MS;
  font-size: 16px;
  line-height: 1.6em;
}
.wrap {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .wrap {
    margin-top: 0;
  }
}
/*5 Column Layout*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*Typography*/
h1,
h2,
h3 {
  font-family: AvanteGarde;
}
/*h1, h2, h3, h4, h5 { 	color:@black}*/
h1,
.h1 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h2.subheadline,
.h2.subheadline {
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 0;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
p {
  font-size: 16px;
  font-size: 1rem;
}
.yuge {
  font-size: 105px;
  font-size: 6.5625rem;
}
.disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.text-shadow {
  text-shadow: 1px 1px 1px #666666;
}
.line-height {
  line-height: 1.5em;
}
blockquote {
  /*border-left:5px solid lighten(@purple, 10%);*/
  border-left: 3px solid #8395ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background: rgba(80, 106, 255, 0.2);
}
blockquote h5 {
  line-height: 1.4em;
}
blockquote footer {
  font-family: Trebuchet MS;
  font-size: 14px;
  font-size: 0.875rem;
}
/*Resposnive Text align-center*/
@media only screen and (max-width: 767px) {
  .col-xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-nofloat {
    float: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .col-xs-center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
/*Colors*/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.red {
  color: #cc0000;
}
.dk-grey {
  color: #333333;
}
.teal {
  color: #006699;
}
.blue {
  color: #296595;
}
.purple {
  color: #506aff;
}
/* --------------
Helper classes
----------------- */
/*Layout*/
.nopad {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.row.row-spacing {
  margin-bottom: 40px;
}
.clear {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
.clear-lg {
  clear: both;
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-b {
  margin-bottom: 20px;
}
.margin-t {
  margin-top: 20px;
}
.margin-l {
  margin-left: 20px;
}
.margin-r {
  margin-right: 20px;
}
.margin-t-lg {
  margin-top: 75px;
}
.margin-b-lg {
  margin-bottom: 75px;
}
.padding-t {
  padding-top: 20px;
}
.padding-b {
  padding-bottom: 20px;
}
.padding-r {
  padding-right: 20px;
}
.padding-l {
  padding-left: 20px;
}
.padding-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-20 {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .xs-center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
/*Resposnive Text align-center*/
@media only screen and (max-width: 767px) {
  .col-xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-nofloat {
    float: none !important;
  }
}
/*Borders*/
.border-top {
  border-top: 1px solid #dedede;
}
.border-right {
  border-right: 1px solid #dedede;
}
.border-bottom {
  border-bottom: 1px solid #dedede;
}
.border-left {
  border-left: 1px solid #dedede;
}
a,
input {
  color: #006699;
}
a:visited,
input:visited {
  color: #006699;
}
a:hover,
input:hover,
a:focus,
input:focus,
a:active,
input:active {
  color: #00aaff;
  text-decoration: none;
}
a.cta,
input.cta {
  background: #506aff;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: .5em 2em;
  -webkit-border-radius: 0.283em;
  border-radius: 0.283em;
  background-clip: padding-box;
}
a.cta:visited,
input.cta:visited {
  color: #ffffff;
}
a.cta:hover,
input.cta:hover,
a.cta:focus,
input.cta:focus,
a.cta:active,
input.cta:active {
  background: #8395ff;
  color: #ffffff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
/*********************************************************************************************
Components
	Backgrounds
	Footer
	flex quick align
	Header
	Pano
	Sponsor bar
	Video - responsive embed
*********************************************************************************************/
/* ---------------------------------------------------------------------------------------
Backgrounds
---------------------------------------------------------------------------------------  */
/*White bg*/
.white-bg {
  background: #ffffff;
}
/* Grey BG*/
.grey-bg {
  background: #f1f1f1;
  padding: 30px 0;
}
.lt-grey-bg {
  background: #fafafa;
  padding: 30px 0;
}
.purple-img-bg {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/performersbg.jpg") center center no-repeat;
  background-size: contain;
  padding: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .purple-img-bg {
    background: none;
  }
}
.pink-img-bg {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/businessprosbg.jpg") center center no-repeat;
  background-size: contain;
  padding: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pink-img-bg {
    background: none;
  }
}
.blue-img-bg {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/everyonebg.jpg") center center no-repeat;
  background-size: contain;
  padding: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blue-img-bg {
    background: none;
  }
}
/*  --------------------------------------------------------------------------------------
Buy Now
 ---------------------------------------------------------------------------------------*/
.buynow {
  height: 250px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .buynow {
    height: auto;
  }
}
/*  --------------------------------------------------------------------------------------
Biopic
 ---------------------------------------------------------------------------------------*/
.biopic {
  margin: 15px;
}
/*  --------------------------------------------------------------------------------------
fixed offset
 ---------------------------------------------------------------------------------------*/
.fixed-offset {
  margin-top: 70px;
}
@media only screen and (max-width: 480px) {
  .fixed-offset {
    margin-top: 120px;
  }
}
/*  --------------------------------------------------------------------------------------
Quick align with Flex
https://medium.com/codyhouse/speed-up-alignment-in-css-with-flexbox-utility-classes-4030ce88e170
---------------------------------------------------------------------------------------*/
.flex {
  display: flex;
}
.flex .align-center {
  margin: auto;
  align-self: center;
}
.flex .align-left {
  margin-right: auto;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .flex .align-left {
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .align-right {
  margin-left: auto;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .flex .align-right {
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .align-x-center {
  margin-right: auto;
  margin-left: auto;
}
.flex .align-x-left {
  margin-right: auto;
}
.flex .align-x-right {
  margin-left: auto;
}
.flex .align-y-center {
  align-self: center;
}
.flex .align-y-top {
  align-self: flex-start;
}
.flex .align-y-bottom {
  align-self: flex-end;
}
/* --------------------------------------------------------------------------------------- 
Footer
--------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------
Header
--------------------------------------------------------------------------------------- */
.header-flush {
  padding-top: 0;
}
.header {
  font-family: AvanteGarde;
  padding-bottom: 20px;
  animation-duration: 0.5s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.header h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
.header h2 {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-header {
    float: none;
  }
}
.header .navbar {
  margin-bottom: 0;
}
.header .navbar-brand {
  height: auto;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .header .navbar-brand {
    width: 70%;
  }
}
.header .navbar-brand .logo {
  display: block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand .logo {
    width: 75px;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 480px) {
  .header .navbar-brand .name-title {
    width: 59%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand .name-title {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand .name-title h1 {
    margin-top: 0;
    padding-top: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.header .navbar-brand .name-title a {
  color: #000000;
}
.header .navbar-toggle {
  background: transparent ;
  margin-top: 15px;
  background: none;
  border: none;
}
.header .navbar-toggle:focus,
.header .navbar-toggle:hover {
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-toggle {
    display: block;
  }
}
.header .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.header .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.header .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.header .navbar-toggle .icon-bar {
  width: 27px;
  height: 3px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  background: #000000;
  border-radius: 5px;
}
.header .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.header .navbar-toggle .middle-bar {
  opacity: 0;
}
.header .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-collapse.collapse {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-collapse .navbar-right {
    float: none !important;
  }
}
.header .navbar-nav {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav {
    margin: 7.5px -15px;
  }
}
.header .navbar-nav li a {
  padding: 10px;
  color: #333333;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: Trebuchet MS;
}
.header .navbar-nav li a:visited {
  color: #333333;
}
.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus,
.header .navbar-nav li a:active {
  color: #666666;
  text-decoration: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav li a {
    border-bottom: 1px solid #ebebeb;
  }
}
.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus,
.header .navbar-nav li a:active {
  background: none;
  color: #506aff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav li {
    float: none;
  }
}
.header .navbar-nav li.active a {
  color: #506aff;
}
.header .pull-right {
  width: 65%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header .pull-right {
    width: 100%;
  }
}
.header.slimheader {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  z-index: 99;
  top: 0;
  width: 100%;
  left: 0;
  padding-bottom: 10px;
  position: fixed;
  /*top: -200px;*/
  /*animation-name: stickySlideDown;*/
  /*.transition(top 1s ease .5s;);*/
}
.header.slimheader .quote {
  display: none;
}
.header.slimheader .affix-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  /*.transition(@transition-time);*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.slimheader .affix-container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.slimheader .affix-container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px)and (max-width: 1280px) {
  .header.slimheader .affix-container {
    width: 1170px;
  }
}
@media only screen and (min-width: 1280px) {
  .header.slimheader .affix-container {
    width: 1250px;
  }
}
.header.slimheader .logo {
  display: block;
  width: 60px;
  display: inline-block;
  vertical-align: top;
  /*.transition(@transition-time);*/
}
.header.slimheader .name-title {
  display: inline-block;
  /*.transition(@transition-time);*/
}
.header.slimheader .name-title h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  padding-top: 10px;
  /*.transition(@transition-time);*/
}
.header.slimheader .name-title h2 {
  font-size: 14px;
  font-size: 0.875rem;
  /*.transition(@transition-time);*/
}
.header.slimheader .navbar-nav li:last-child a {
  border: none;
}
.header.fixed {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  z-index: 99;
  top: 0;
  width: 100%;
  left: 0;
  padding-bottom: 10px;
  position: fixed;
  /*top: -200px;*/
}
.header.fixed .quote {
  display: none;
}
.header.fixed .affix-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  /*.transition(@transition-time);*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.fixed .affix-container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.fixed .affix-container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px)and (max-width: 1280px) {
  .header.fixed .affix-container {
    width: 1170px;
  }
}
@media only screen and (min-width: 1280px) {
  .header.fixed .affix-container {
    width: 1250px;
  }
}
.header.fixed .logo {
  display: block;
  width: 60px;
  display: inline-block;
  vertical-align: top;
  /*.transition(@transition-time);*/
}
.header.fixed .name-title {
  display: inline-block;
  /*.transition(@transition-time);*/
}
.header.fixed .name-title h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  padding-top: 10px;
  /*.transition(@transition-time);*/
}
.header.fixed .name-title h2 {
  font-size: 14px;
  font-size: 0.875rem;
  /*.transition(@transition-time);*/
}
.header.fixed .navbar-nav li:last-child a {
  border: none;
}
@keyframes stickySlideDown {
  0% {
    /*opacity: 0.7;*/
    transform: translateY(-100%);
  }
  100% {
    /* opacity: 1;*/
    transform: translateY(0);
  }
}
/* ---------------------------------------------------------------------------------------
Quote
--------------------------------------------------------------------------------------- */
.quote {
  font-family: century gothic, arial;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  padding: 0px;
  text-align: left;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .quote {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.quote .student {
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
/* --------------------------------------------------------------------------------------- 
Pano Styles
---------------------------------------------------------------------------------------  */
@media only screen and (max-width: 767px) {
  .pano .cta-lg {
    padding: .5em 1em !important;
  }
}
/* --------------------------------------------------------------------------------------- 
Voiceworks benefits
---------------------------------------------------------------------------------------  */
.voicework-benefits li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .voicework-benefits li {
    margin-bottom: 20px;
  }
}
/* --------------------------------------------------------------------------------------- 
Video - responsive embed
---------------------------------------------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********************************************************************************************
Page/Location Specific Styles

**********************************************************************************************/
/*
********************************************************************************************
Widget Styles
********************************************************************************************
*/
/* --------------------------------------------------------------------------
 IE fixes
 --------------------------------------------------------------------------- */
.no-flexbox {
  /*primary nav :search box*/
  /*secondary nav*/
}
.no-flexbox .primary-nav .navbar-links li {
  float: left;
}
.no-flexbox .primary-nav .navbar-links .search-area {
  margin-top: 10px;
}
.no-flexbox .header .secondary-nav .navbar-nav {
  float: none;
  width: 550px;
  margin: 0 auto;
}
.no-flexbox .header .secondary-nav .navbar-nav li {
  float: left;
}
