/* line 37, css.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 43, css.scss */


/* line 46, css.scss */
img {
  display: inline-block;
  border: 0;
  outline: none;
}

/* line 51, css.scss */
a {
  display: inline-block;
}

/* line 54, css.scss */
a img {
  border: 0;
  display: none;
}

/* line 57, css.scss */
a, a:hover, a:visited, a:active {
  text-decoration: none;
}

/* line 60, css.scss */
body {
  position: relative;
  font-family: "Coda", serif;
  font-weight: 400;
  padding: 0;
}

/* line 67, css.scss */
#page {
  width: 100%;
  max-width: 1100px;
  min-width: 680px;
  overflow: hidden;
  margin: 0;
}

/* line 76, css.scss */
#header {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  border-bottom: solid #8da4d0 2px;
}
/* line 82, css.scss */
#header h1 {
  color: #7ba49b;
  display: inline-block;
  line-height: 114px;
  vertical-align: top;
  margin-left: 60px;
  font-size: 30px;
  font-weight: 400;
}
/* line 91, css.scss */
#header img {
  display: inline-block;
}

/* line 96, css.scss */
#cta-bar {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 1100px;
  min-width: 680px;
  padding: 20px 80px;
  color: white;
}
/* line 103, css.scss */
#cta-bar .phone {
  float: left;
  text-align: left;
  background: url("../images/ph-icon.png") no-repeat center left;
  cursor: default;
  font-size: 21px;
  padding-left: 18px;
  color: #0e1a48;
}

/* line 113, css.scss */
#socnet {
  float: right;
  padding-right:150px;
}
/* line 115, css.scss */
#socnet a {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 5px 0 0 4px;
  background: url("../images/socnet-sprite.png") no-repeat;
}
/* line 121, css.scss */
#socnet a:hover {
  background-color: #8da4d0;
}
/* line 125, css.scss */
#socnet .fb {
  background-position: 0 -30px;
  background-color: #3c5a96;
}
/* line 129, css.scss */
#socnet .tw {
  background-position: -30px -30px;
  background-color: #59adeb;
}
/* line 133, css.scss */
#socnet .go {
  background-position: -60px -30px;
  background-color: #d82a20;
}
/* line 137, css.scss */
#socnet .in {
  background-position: -90px -30px;
  background-color: #1779b3;
}
/* line 141, css.scss */
#socnet .em {
  background-position: -120px -30px;
  background-color: #0e1a48;
}

/* line 146, css.scss */
#container {
  margin: 0px 20px;
  width: 90%;
  padding: 25px;
}

/* line 155, css.scss */
#movie {
  display: inline-block;
  height: 360px;
  width: 640px;
  box-shadow: 0 2px 8px black;
  z-index: 100;
}

/* line 162, css.scss */
#movie_video_player {
  height: 360px;
  width: 640px;
  background-color: black;
}

/* line 167, css.scss */
#cta {
  display: inline-block;
  width: 640px;
  padding: 0 40px;
}
/* line 171, css.scss */
#cta .btn {
  display: inline-block;
  line-height: 65px;
  width: 210px;
  margin-top: 28px;
  font-size: 18px;
  border-radius: 50px 50px 0 0;
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
  color: white;
  box-shadow: 0 2px 8px black;
  background: url("../images/hi-grad.png") repeat-x bottom #0e1a48;
}
/* line 185, css.scss */
#cta .btn:hover {
  background-color: #8da4d0;
  color: #0e1a48;
  text-shadow: 0 0 10px white;
}
/* line 190, css.scss */
#cta .btn img {
  margin: 15px;
}

@media screen and (min-width: 1140px) {
  /* line 196, css.scss */
  #movie {
    float: left;
  }

  /* line 199, css.scss */
  #cta {
    width: 300px;
    height: 360px;
    text-align: left;
    padding: 0;
  }
  /* line 204, css.scss */
  #cta .btn {
    border-radius: 0 50px 0 0;
    padding-right: 20px;
  }

  /* line 210, css.scss */
  #blue-bar {
    height: 80px;
    background-color: #304785;
    border-top: solid #0e1a48 5px;
    border-bottom: solid #0e1a48 10px;
    margin: 60px 0 100px;
  }
}
/* line 218, css.scss */
#footer {
  clear: both;
  line-height: 52px;
  height: 52px;
  font-size: 12px;
  padding: 0 40px;
  margin-top: 20px;
  background-color: white;
  box-shadow: 0 0 5px black;
  font-family: "Muli", "Century Gothic", ariel, sans-serif;
  text-align: center;
}
/* line 229, css.scss */
#footer a {
  color: #0e1a48;
}
/* line 231, css.scss */
#footer a:hover {
  text-decoration: underline;
}

@media screen and (max-device-width: 600px) {
  /* line 238, css.scss */
  #footer {
    font-size: 20px;
  }
}
