/*** GLOBAL MARKETING CSS ***/
html {
  height: 100%; }

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  height: 100%;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0px;
  color: #2c2c2c;
  line-height: 1.2;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

p {
  font-weight: 400;
  color: #636363;
  font-size: 15px; }

ul, ol {
  color: #636363;
  font-size: 15px;
  font-weight: 400; }

li {
  color: #636363; }

a {
  color: #428bca;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a:hover {
  color: #357ebd;
  cursor: pointer; }

/*** Containers ***/
.marketingContainer {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px; }

.marketingContainerLeft {
  margin: 0 0 0 auto;
  max-width: 640px;
  padding: 0 20px; }

.marketingContainerRight {
  margin: 0 auto 0 0;
  max-width: 640px;
  padding: 0 20px; }

/*** End Containers ***/
/*** Buttons ***/
.marketingBtn {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.7px;
  padding-top: 12px;
  padding-bottom: 11px;
  margin-left: 0px;
  max-width: 320px;
  width: 100%;
  background-color: #428bca;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.marketingBtn:hover {
  color: #fff;
  background-color: #357ebd;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }

.marketingBtn:focus {
  color: #fff;
  background-color: #357ebd;
  outline: none; }

.whiteLineBtn {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.7px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 11px;
  width: 100%;
  max-width: 320px;
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.whiteLineBtn:hover {
  color: #428bca;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }

.whiteLineBtn:focus {
  color: #fff;
  background-color: transparent;
  outline: none; }

.smallBlueLineBtn {
  padding: 8px 20px 7px;
  font-size: 15px !important;
  margin-left: 0px;
  width: 100%;
  max-width: 180px;
  color: #428bca;
  font-weight: 400;
  letter-spacing: 0.5px;
  background-color: #fff;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #428bca;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.smallBlueLineBtn:hover {
  background-color: #428bca;
  color: #fff;
  cursor: pointer; }

.smallBlueLineBtn:focus {
  background-color: transparent;
  color: #428bca;
  outline: none; }

.orangeBtn {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.7px;
  padding-top: 12px;
  padding-bottom: 11px;
  margin-left: 0px;
  max-width: 320px;
  width: 100%;
  background-color: #f08b1f;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.orangeBtn:hover {
  color: #fff;
  background-color: #ff9d34;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }

.orangeBtn:focus {
  color: #fff;
  background-color: #ff9d34;
  outline: none; }

/*** End Buttons ***/
/*** Marketing Form ***/
.marketingForm {
  background-color: #fff;
  padding: 30px 30px;
  color: #000; }
  .marketingForm label {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 15px; }
  .marketingForm label.error {
    margin-top: 3px;
    color: #e6402f; }
  .marketingForm input.error {
    border: 1px solid #e6402f !important; }
  .marketingForm input:focus.error {
    border: 1px solid #e6402f !important; }
  .marketingForm input:active.error {
    border: 1px solid #e6402f; }
  .marketingForm input:visited.error {
    border: 1px solid #e6402f; }
  .marketingForm select.error {
    border: 1px solid #e6402f !important; }
  .marketingForm select:focus.error {
    border: 1px solid #e6402f !important; }
  .marketingForm textarea.error {
    border: 1px solid #e6402f !important; }
  .marketingForm textarea:focus.error {
    border: 1px solid #e6402f !important; }
  .marketingForm textarea:active.error {
    border: 1px solid #e6402f; }
  .marketingForm textarea:visited.error {
    border: 1px solid #e6402f; }

.form-control {
  border: 1px solid #dadada;
  height: 30px; }

.form-group {
  margin-bottom: 15px; }

.form-control:focus {
  box-shadow: none;
  border-color: #428bca !important; }

/*** End Marketing Form ***/
/*** Video Modals ***/
#modalVideo .modal-body {
  padding: 0px;
  position: relative; }

#modalVideo .modal-dialog {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px auto;
  margin-top: 100px; }

#modalVideo .closeButton {
  position: absolute;
  z-index: 1200;
  top: 8px;
  right: 13px; }
  #modalVideo .closeButton .icon-close {
    font-size: 12px; }

/*** End Video Modals ***/
/*** Responsive Video Wrappers ***/
.videoWrapper {
  max-width: 640px;
  margin: 0 auto; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border: 1px solid #ccc; }
  .video iframe {
    max-width: 100%;
    max-height: 100%; }

.videoWrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.testimonialVideo {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  border: 1px solid #ccc; }

/*** End Responsive Video Wrappers ***/
@media (max-width: 380px) {
  .marketingBtn {
    font-size: 16px; } }

/*# sourceMappingURL=global-marketing.css.map */
