button {
    border-radius: 5px;
    font-weight: 600;
    border: none;
    font-size: 20px;
}

.form_errors {
  left: 10px;
  width: 250px;
}

input {
    padding: 10px;
    text-align: center;
    position: relative;
    border: none;
    width: 100%;
    max-width: 300px;
    margin-bottom: 8px;
}

ul {
    padding-left: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1 {
    margin: 20px 0 10px;
}

p {
    margin-top: 10px;
}

.diagram-container {
    text-align: right;
}

.hero-action-container,
.diagram-container,
.audience-section-img,
.audience-section-content {
    display: inline-block;
    vertical-align: top;
}

.audience-section-img {
    margin-bottom: 40px;
}

img.logo {
    max-width: 260px;  
    height: 100%;
    width: 100%;
    display: inline-block;
}

.center,
.section-title,
.section-content,
ul {
    text-align: center;
}

/* HERO CONTENT  */

.hero-content {
    position: relative;
}

.hero-img {
    background-image: url("/img/corp/home_201603/hero-img_3.jpg");
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    height: 420px;
    top: 0px;
    left: -200px;
    bottom: 0;
    right: 0;
    position: absolute;
}

.hero-content-inner {
    padding: 50px 0 20px;
    min-height: 350px;
}

.diagram-container img {
    max-height: 200px;
    width: 100%;
}

.hero-action-container,
.diagram-container,
.diagram-container img {
    width: 100%;
}

.diagram-container {
    text-align: right;
}

.hero-title {
    font-size: 34px;
    margin: 0 0 5px;
    text-align: left;
}

.hero-subtext {
    margin-top: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hero-subtext,
.hero-button a,
.view-plans-btn,
.form-submit-btn,
.contact-us-btn a {
    color: #fff;
}

.hero-button {
    padding: 10px 18px;
    text-decoration: none;
    color: white;
    border: none;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-size: 20px;
}

.hero-button,
.form-submit-btn,
.contact-us-btn {
    background: #ff9900;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    font-size: 20px;
}

.hero-button:hover,
.form-submit-btn:hover,
.contact-us-btn:hover {
    background: #f98203;
    transition: all 0.3s ease 0s;
}

#testimonials-section {
  padding-top: 0px !important;
}

.contact-us-container {
    margin-top: 20px;
}

.section-title {
    font-size: 26px;
}

.mockup-img {
    width: 100%;
    max-width: 416px;
    margin: 20px 0;
}

.subtext {
    font-size: 20px;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 20px;
}

p {
    font-size: 18px;
}

.grey-background {
    background: #f7faff;
}

.audience-section-title {
    font-size: 24px;
    margin-bottom: 0;
}

.wider-audience-section {
    max-height: 360px;
}

.section-content-container {
    margin: 10px 0;
    padding-bottom: 20px;
}

.price-per-month-btn {
    color: #069934;
    border: 1px solid #069934;
    padding: 10px;
    font-size: 24px;
    background: white;
}

.price-per-month-btn:hover {
    border: 1px solid #06842d;
    color: #06842d;
}

.view-plans-btn {
    border-radius: 5px;
    font-weight: 600;
    border: none;
    font-size: 20px;
    background: #069934;
    padding: 10px 20px;
    margin: 10px auto;
}

.view-plans-btn:hover {
    background: #06842d;
    transition: all 0.3s ease 0s;
}

.view-plans-btn,
.price-per-month-btn {
    width: 100%;
    max-width: 264px;
}

.quote-container {
    max-width: 300px;
    display: inline-block;
    margin: 15px;
    vertical-align: top;
}

.quote-block {
    background: #f3f5f9;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    height: 155px;
}

.quote-source {
    max-width: 260px;
    display: block;
    font-size: 14px;
    margin: 5px 0 0 22px;
}

.quote-block::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 15px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f3f5f9;
}

.quote-container p {
    margin: 0;
}

.contact-us-btn {
    padding: 10px 20px;
    margin-bottom: 10px;
}

.trusted-logos {
    width: 100%;
    max-width: 512px;
}
.form-submit-btn {
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 19px;
    padding: 8px;
}

.phone-number a {
    color: #3165cc;
    font-size: 20px;
    margin: 5px auto;
}

.or-separator {
    display: block;
}

.img-content-container {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}
/* Error box */
.form_errors {
	display: none;
	text-align: left !important;
	position: absolute;
	color: #e00000 !important;
	font-size: 12px !important;
	margin: 10px 0px 0px 0px !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 0px none !important;
	-moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
	padding: 0px !important;
	z-index: 30;
}

.form_errors ul {
	padding: 9px 10px 4px 23px !important;
        text-align: left !important;
}

a.contact-us-btn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

/* Light Box */
.lighboxlp {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(/img/corp/lp/landing/lightboxbgr.png) left top;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 30;
}

.lighboxlpbox {
	margin-top: 5%;
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	text-align: left;
	padding: 10px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 17px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 17px rgba(0, 0, 0, 0.5);
}

.lighboxlpvideo .lighboxlpbox {
	width: 650px;
	height: 450px;
}

.lighboxlpvideo .lighboxlpboxin {
	padding: 0px;
	width: 650px;
	height: 373px;
}

.lighboxlpcontact .lighboxlpbox {
	width: 650px;
	height: 500px;
}

.lighboxlpcontact .lighboxlpboxin {
	padding: 0px;
	width: 650px;
	height: 473px;
}

.lighboxlpbox h1 {
    color: #64B431;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin: 2px 0 0 0;
}

.lighboxlpbox h3 {
    color: #0055A7;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0 0 10px;
}

.lighboxlpbox a, .lighboxlpbox a:link, .lighboxlpbox a:active {
    color: #FF9900;
    text-decoration: none;
}

.lighboxlpbox section, .lighboxlpbox aside, .lighboxlpbox article {
    display: block;
}

.lighboxlpbox header {
    display: block;
}

.lighboxlpbox .termsIndenter {
    margin: 0;
    padding: 25px 0 12px 35px;
}

.lighboxlpboxtitle {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
    padding: 0 5px 7px;
}

.closelightbox {
	border: 0px;
	margin: 12px 10px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
	cursor: pointer;
	cursor: hand;
}

.customplanchannelsh {
	display: none !important;
}

.container-inner {
    max-width: 1024px;
}


@media screen and (min-width: 568px) {

    .hero-action-container {
        width: 45%;
    }

    .diagram-container {
        width: 54%;
        text-align: right;
    }

    .hero-content-inner {
        padding: 30px 0 20px;
        min-height: auto;
    }

    .hero-img {
        height: 260px;
    }

    .hero-button {
        position: relative;
        max-width: 240px;
        bottom: 0;
    }

    .diagram-container img {
        max-height: 200px;
        width: 90%;
    }

    .hero-content {
        min-height: 270px;
    }

}

@media screen and (min-width: 667px) {
    .or-separator {
        display: inline-block;
        margin: 0 46px;
    }

    .contact-phone-container {
        display: inline-block;
        vertical-align: top;
    }

    .contact-us-container {
        vertical-align: top;
    }

    .quote-container {
        max-width: 285px;
    }

    .audience-section-img {
        max-width: 154px;
        margin: 0 30px 40px;
    }
}

@media screen and (min-width: 620px) {
    input {
        margin-right: 5px;
        max-width: 266px;
    }
    .form_errors {
      width: 520px;
    }
}

@media screen and (min-width: 736px) {
    .master-inventory-content,
    .work-smarter-content {
        float: right;
    }

    .audience-section-title {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .diagram-container img {
        max-height: 200px;
        width: 77%;
    }

    .hero-subtext {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .view-plans-btn,
    .price-per-month-btn {
        width: auto;
    }

    .our-plans-text {
        margin-top: 0;
        margin-right: 50px;
        max-width: 480px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .audience-section-img {
        max-width: 192px;
    }
}


@media screen and (min-width: 1000px) {
    input {
        max-width: 170px;
    }

  .form_errors {
    width: 642px;
  }

  .form-submit-btn {
    max-width: 186px !important;
  }
}

@media screen and (min-width: 1025px) {
}

@media screen and (min-width: 1500px) {
    .hero-img {
        height: 310px;
    }

    .hero-content {
        min-height: 310px;
    }
}
