@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300:italic,600,700);
@font-face {
  font-family: 'Rock Salt';
  src: url("fonts/RockSalt-webfont.eot");
  src: url("fonts/RockSalt-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/RockSalt-webfont.woff") format("woff"), url("fonts/RockSalt-webfont.ttf") format("truetype"), url("fonts/RockSalt-webfont.svg#rock_saltregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font: 16px/1.6 'Open Sans', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

.social {
  margin: 10px 0 0;
  padding: 0; }
  .social li {
    display: inline-block;
    margin-left: 15px;
    list-style: none; }
  .social .iconic {
    cursor: pointer; }
    .social .iconic * {
      fill: #3293c6;
      stroke: #3293c6; }
    .social .iconic:hover * {
      fill: #57a9d4;
      stroke: #57a9d4; }

.big {
  font-size: 20px;
  font-weight: 700; }

.center-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.fill {
  background: #3fa9e3;
  color: #fff; }
  .fill h2 {
    color: inherit; }

.white-text {
  color: #fff; }
  .white-text hr {
    background: #fff;
    border-color: #fff; }

.option-list li {
  margin-bottom: 15px; }

.img-border {
  box-shadow: 0 4px 0 0 #fff, 0 5px 0 0 #ee634c;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.bar-sep {
  height: 25px;
  width: 100%;
  background: #3293c6; }

.mt-40 {
  margin-top: 40px; }

.tal hr {
  display: block;
  margin: 20px 0 30px; }

.tac {
  text-align: center; }

.front {
  z-index: 10;
  position: relative; }

a, a:active, a:visited {
  color: #ee634c; }

a:hover {
  color: #f28c7b; }

p {
  margin: 0 0 20px; }

h1 {
  margin: 0 0 -15px;
  font-family: 'Rock Salt', sans-serif;
  font-weight: 400;
  font-size: 56px; }

h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  color: #394f64; }

hr {
  max-width: 160px;
  width: 100%;
  margin: 20px auto 30px;
  border-color: #ee634c; }

label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #3293c6;
  text-transform: uppercase; }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  font: inherit;
  color: #484848;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 1px;
  background-color: #fff; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover,
  select:hover {
    border-color: #aaa; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  select:focus {
    border-color: #3293c6;
    outline: none; }

select {
  height: 30px;
  margin-top: 5px; }

button {
  padding: 9px 61px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ee634c;
  border: 1px solid #fff; }
  button:hover {
    cursor: pointer;
    background: #f28c7b; }

header {
  padding: 15px 0; }
  header .nav {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    color: #3293c6; }
    header .nav li {
      display: inline-block;
      padding: 0 20px;
      font-weight: 300;
      border-right: 1px solid #3293c6; }
      header .nav li:hover {
        text-decoration: underline;
        cursor: pointer; }
      header .nav li:first-of-type {
        padding-left: 0; }
      header .nav li:last-of-type {
        padding-right: 0;
        border: none; }
  header #header-about-me {
    margin-top: 5px;
    text-align: right;
    font-size: 13px;
    line-height: 24px; }
    header #header-about-me img {
      float: right;
      margin: 0 0 0 15px;
      max-height: 60px;
      width: auto;
      border: 1px solid #5e6d70; }
    header #header-about-me .header-name {
      font-weight: 700;
      cursor: pointer;
      color: #3293c6; }
    header #header-about-me div {
      margin-bottom: -5px; }

section {
  padding: 60px 0; }
  section.hero {
    position: relative;
    height: 416px;
    padding: 60px 0;
    color: #fff;
    background: #3293c6;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #3293c6;
    overflow: hidden; }
    section.hero h2 {
      margin: 25px 0;
      color: inherit;
      line-height: 1.3; }
    section.hero.sub {
      height: auto;
      padding: 44px 0;
      text-align: left;
      background: url(../images/hero-sub.jpg) no-repeat;
      background-size: cover; }
      section.hero.sub h2 {
        margin: 0; }
    section.hero .header-rotate {
      z-index: 1;
      position: absolute; }
      section.hero .header-rotate[data-header="2"] {
        opacity: 0; }
      section.hero .header-rotate[data-header="3"] {
        opacity: 0; }
    section.hero .header-rotate-image img {
      position: absolute;
      top: -60px;
      left: -700px; }
      section.hero .header-rotate-image img[data-header="2"] {
        opacity: 0; }
      section.hero .header-rotate-image img[data-header="3"] {
        opacity: 0; }
  section#intro {
    background: url(../images/white-bg.jpg) no-repeat bottom;
    background-size: 100% auto;
    text-align: center; }
    section#intro p {
      display: block;
      width: 80%;
      margin: 0 auto;
      color: #5c4b51; }
    section#intro #video-wrap {
      position: relative;
      margin-top: 80px; }
      section#intro #video-wrap #box {
        position: absolute;
        width: 109%;
        height: 98%;
        top: -30px;
        margin-left: -4.3%;
        background: #ee634c; }
      section#intro #video-wrap #border {
        border: 12px solid rgba(255, 255, 255, 0.2); }
  section#testimonials {
    display: none;
    background: #394f64;
    text-align: center;
    color: #fff; }
    section#testimonials .container {
      width: 100%;
      max-width: 1600px; }
    section#testimonials h2 {
      color: inherit; }
    section#testimonials hr {
      border-color: #fff; }
    section#testimonials .white-bg {
      padding: 10px 5px;
      background: rgba(255, 255, 255, 0.2); }
    section#testimonials .col-sm-3 {
      padding: 0 5px; }
    section#testimonials img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
      cursor: pointer; }
  section#philosophy h2 {
    margin: 0; }
  section#philosophy hr {
    margin: 10px 0 20px; }
  section#philosophy img {
    display: block;
    max-width: 100%;
    height: auto; }
  section#philosophy button {
    margin-top: 30px; }

.white-bg {
  background: url(../images/white-bg.jpg) no-repeat bottom;
  background-size: 100% auto; }

#webcast-page header {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  border-top: 2px solid #3293c6;
  border-bottom: 2px solid #3293c6; }
  #webcast-page header .container {
    padding: 60px 0; }
  #webcast-page header h1 {
    display: block;
    margin: 0 0 0 50px;
    background: none;
    text-align: left;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }

#webcast-page img {
  display: block;
  margin: 50px auto; }

#webcast-page section {
  padding: 50px 0; }
  #webcast-page section#s1 p {
    font-size: 20px;
    line-height: 28px; }
  #webcast-page section#s1 #times {
    padding: 0;
    list-style: none; }
    #webcast-page section#s1 #times li {
      font-size: 24px;
      line-height: 34px; }
  #webcast-page section#s1 button {
    margin: 0 auto 20px; }
  #webcast-page section#s1 .disclaimer {
    font-style: italic;
    font-size: 16px; }

footer {
  margin: 0 0 -37px;
  padding: 40px 0 128px;
  background: #3fa9e3;
  background-size: cover; }
  footer img {
    display: block;
    margin: 0 auto; }

.modal .modal-dialog {
  width: 95%;
  max-width: 660px; }

.modal .modal-content {
  border: none;
  border-radius: 0; }

.modal .modal-header {
  padding: 0;
  border: none;
  background: #3293c6;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0; }
  .modal .modal-header .inner {
    padding: 20px 30px 15px; }
    .modal .modal-header .inner h4 {
      margin: 0 0 5px;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      text-align: left;
      color: #fff; }
  .modal .modal-header .modal-title {
    font-size: 20px;
    text-transform: none; }
  .modal .modal-header .close:hover {
    background: none;
    color: #fff; }

.modal#form-modal .note {
  font-size: 14px;
  margin: 0 0 40px; }

.modal#form-modal #submitButton {
  background: #ee634c;
  font-size: 22px; }
  .modal#form-modal #submitButton:hover {
    background: #f28c7b; }

.modal#form-modal .thanks {
  display: none;
  text-align: center; }

.modal #amm-tabs {
  border: none;
  background: #3ca1d5; }
  .modal #amm-tabs li {
    margin: 0; }
    .modal #amm-tabs li a {
      margin: 0;
      padding: 14px 30px;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      background: none;
      border: none;
      border-radius: 0; }
    .modal #amm-tabs li.active a {
      box-shadow: inset 0 -2px 0 #ee634c; }

.modal .modal-body {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6; }
  .modal .modal-body p {
    margin: 0 0 20px; }
    .modal .modal-body p:last-of-type {
      margin: 0; }
  .modal .modal-body button {
    display: block;
    margin: 0 auto; }

.modal #amm-head {
  text-align: center; }

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #3293c6; }

.modal .bx-viewport {
  border: none;
  box-shadow: none; }

.modal .bx-wrapper {
  margin: 0 auto; }
  .modal .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0; }

.modal #amm-slider div img {
  margin: 0 auto 20px; }

.modal #video-page iframe {
  margin-bottom: 20px; }

#loadingGraphic {
  display: none; }

#loader {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  -webkit-animation: animball_two 1s infinite;
  -moz-animation: animball_two 1s infinite;
  -ms-animation: animball_two 1s infinite;
  animation: animball_two 1s infinite; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: animball_one 1s infinite ease;
      -moz-animation: animball_one 1s infinite ease;
      -ms-animation: animball_one 1s infinite ease;
      animation: animball_one 1s infinite ease; }
      #loader .loaderBall .ball.ball1 {
        background-color: #ee634c;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #ee634c;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #ee634c;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #ee634c;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-moz-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-ms-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1); }
  50% {
    -moz-transform: rotate(360deg) scale(1.3); }
  100% {
    -moz-transform: rotate(720deg) scale(1); } }

@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1); }
  50% {
    -ms-transform: rotate(360deg) scale(1.3); }
  100% {
    -ms-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@-webkit-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@-moz-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@-ms-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@media (max-width: 1199px) {
  header .nav {
    margin: 10px 0;
    text-align: center; }
  section.hero .header-rotate-image img {
    left: -900px; }
    section.hero .header-rotate-image img[data-header="2"] {
      left: -850px; } }

@media (max-width: 991px) {
  h2 {
    font-size: 36px; }
  section.hero h2 {
    font-size: 36px; }
  section#intro p {
    width: 100%; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  h1 {
    font-size: 46px; }
  h2 {
    font-size: 26px;
    line-height: 1.4; }
  header #logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px; }
  header #header-about-me {
    text-align: left; }
    header #header-about-me img {
      float: left;
      margin: 0 15px 0 0; }
  header .social {
    margin-top: 20px; }
  section.hero {
    text-align: center;
    height: 583px; }
    section.hero h2 {
      font-size: 26px; }
    section.hero img {
      width: 260%; }
  section.hero .header-rotate-image img {
    top: auto;
    bottom: -520px;
    left: -400px; }
    section.hero .header-rotate-image img[data-header="2"] {
      left: -400px; }
  section#testimonials .container {
    width: 90%; }
  section#testimonials .col-sm-3:last-of-type img {
    margin: 0; }
  section#testimonials img {
    margin-bottom: 10px; }
  section#philosophy img {
    margin-bottom: 40px; }
  section#philosophy button {
    display: block;
    margin: 0 auto; }
  #options-page .img-border, #solution-page .img-border {
    margin-bottom: 40px; }
  #options-page button, #solution-page button {
    display: block;
    margin: 40px auto 0; }
  #options-page .col-sm-6:last-of-type .center-img, #solution-page .col-sm-6:last-of-type .center-img {
    margin: 40px auto 0; } }
