.flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .flex.flex-start {
    justify-content: flex-start;
    align-items: flex-start; }
  .flex .flex-1 {
    flex: 1; }
  .flex .align-self-center {
    align-self: center; }

/*TAKE THIS OUT ONCE YOU START ADDING SHIT*/
section {
  min-height: 100%;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto; }
  section.fluid {
    max-width: 100%; }

.inner-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

nav {
  position: sticky;
  top: 0;
  width: 100%;
  background: white;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0px 3px 3px grey;
  -moz-box-shadow: 0px 3px 3px grey;
  box-shadow: 0px 3px 3px grey;
  /** Mobile Menu **/
  /** Desktop Menu **/ }
  nav a {
    font-family: museo-sans-rounded, sans-serif;
    font-size: 12px;
    line-height: 1.1; }
  nav .logo {
    height: 60px !important;
    margin-right: auto; }
  nav .item a:hover,
  nav .highlight a {
    color: #f8cc0f; }
  nav ul {
    list-style: none;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    nav ul li a {
      text-decoration: none;
      color: #0081c8; }
  nav .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 15px 28px; }
    nav .menu li a {
      display: flex;
      align-items: center;
      justify-content: center; }
  nav .toggle {
    order: 1;
    font-size: 20px;
    cursor: pointer; }
  nav .play-button {
    display: none; }
  nav .item {
    order: 2;
    width: 100%;
    text-align: center;
    margin: 10px;
    display: none;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  nav .active .item {
    display: block;
    animation: 0.3s test; }
  @media screen and (min-width: 920px) {
    nav .item {
      order: 1;
      position: relative;
      display: block;
      width: auto; }
    nav .toggle {
      display: none; }
    nav .text-box a {
      font-weight: 800;
      border-bottom: 2px solid transparent; }
    nav .play-button {
      display: block;
      width: 20px;
      margin-right: 10px; }
    nav .text-box a:hover,
    nav .highlight.text-box a {
      color: #0081c8 !important;
      border-bottom: 2px solid #f8cc0f; }
    nav .video-box:hover,
    nav .highlight.video-box {
      border: 2px solid #f8cc0f;
      padding: 2px 8px; }
      nav .video-box:hover a,
      nav .highlight.video-box a {
        color: #0081c8 !important; }
    nav .demo-box:hover,
    nav .highlight.demo-box {
      border: 2px solid #0081c8;
      padding: 2px 8px; }
      nav .demo-box:hover a,
      nav .highlight.demo-box a {
        color: black !important; }
    nav .text-box a:hover,
    nav .highlight.text-box a,
    nav .video-box:hover,
    nav .highlight.video-box,
    nav .demo-box:hover,
    nav .highlight.demo-box {
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      -ms-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    nav .video-box,
    nav .demo-box {
      border-radius: 5px;
      padding: 3px 9px;
      align-items: center;
      justify-content: center;
      min-width: 140px; }
      nav .video-box a,
      nav .demo-box a {
        max-width: 120px;
        min-height: 32px;
        font-size: 11px;
        font-weight: 100; }
    nav .video-box {
      border: 1px solid grey;
      text-align: left;
      display: flex; }
    nav .demo-box {
      border: 1px solid #f8cc0f;
      background: #f8cc0f; }
      nav .demo-box a {
        color: black !important; } }
@keyframes test {
  0% {
    -webkit-transform: translate3d(0, -100%, 0); }
  10% {
    display: block !important; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
.back-to-main {
  color: white;
  background: #0081c8;
  padding: 8px 40px 5px 40px;
  min-width: 350px;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  right: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-decoration: none; }

footer {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 121px;
  background-size: cover !important;
  background-image: url("./img/footer.png");
  background-position: top left !important;
  background-repeat: no-repeat;
  padding: 20px; }
  footer .copy {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: auto;
    padding: 0px; }
  footer .footer-links {
    padding: 0px; }
  footer .footer-bullet {
    font-size: 7px;
    align-self: center;
    padding: 0px 3px; }
  footer a,
  footer div {
    color: white;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding-left: 25px; }
  footer a:hover {
    color: #f8cc0f; }
  @media screen and (max-width: 850px) {
    footer {
      display: inline-grid;
      flex-direction: column;
      justify-content: center;
      height: unset;
      padding: 10px 20px; }
      footer .copy {
        order: 1;
        margin-right: unset;
        flex-direction: column; }
      footer .copy,
      footer a,
      footer div {
        padding: 10px;
        text-align: center; }
      footer .footer-bullet {
        display: none; } }

#landing-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0081c8;
  padding-bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cef1fe+80,cef1fe+92,e5e5e5+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #cef1fe 0%, rgba(206, 241, 254, 0.2) 80%, rgba(206, 241, 254, 0.08) 92%, rgba(229, 229, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cef1fe 0%, rgba(206, 241, 254, 0.2) 80%, rgba(206, 241, 254, 0.08) 92%, rgba(229, 229, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cef1fe 0%, rgba(206, 241, 254, 0.2) 80%, rgba(206, 241, 254, 0.08) 92%, rgba(229, 229, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cef1fe', endColorstr='#00e5e5e5',GradientType=0 );
  /* IE6-9 */ }
  #landing-section .titles {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 700;
    font-size: 1.5rem; }
    #landing-section .titles span {
      font-weight: 800; }
  #landing-section .subtitle {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 20px 0;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 500;
    font-size: 1.5rem; }
  #landing-section .mac-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  #landing-section .ending {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 500;
    font-size: 1.5rem; }
  @media screen and (max-width: 870px) {
    #landing-section .titles {
      font-size: 1.1rem;
      margin-top: 0px; }
    #landing-section .subtitle {
      font-size: 1.3rem; }
    #landing-section .ending {
      font-size: 1.1rem; }
    #landing-section div br {
      display: none; } }

#communication-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 0;
  color: #0f287a; }
  #communication-section .titles {
    text-align: center;
    padding: 0;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 800;
    font-size: 1.3rem; }
  #communication-section img {
    width: 100%;
    display: inline-block;
    max-width: 800px;
    margin: 0 auto; }
  @media screen and (max-width: 870px) {
    #communication-section .titles {
      font-size: 0.9rem; } }

#customize-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  background-color: #d4f2ff; }
  #customize-section .title {
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 1;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #0f287a;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 800;
    font-size: 1.5rem; }
  #customize-section .block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px; }
  #customize-section .section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 45px;
    width: 100%; }
    #customize-section .section .heading {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding-bottom: 15px;
      width: 69%;
      color: #0081c8;
      font-family: museo-sans-rounded, sans-serif;
      font-weight: 800;
      font-size: 1.3rem; }
    #customize-section .section img {
      width: 70px;
      margin-right: 20px; }
    #customize-section .section .items {
      display: flex;
      background-color: #0081c8;
      text-align: left;
      padding: 1px 0 0 20px;
      margin-right: 0px;
      max-width: 600px;
      width: 100%;
      color: white; }
    #customize-section .section ul {
      list-style-type: none;
      padding: 0; }
    #customize-section .section li {
      margin: 10px 0;
      display: inline;
      text-decoration: underline;
      text-decoration-color: #b4af54;
      line-height: 30px;
      font-family: museo-sans-rounded, sans-serif;
      font-weight: 800;
      font-size: 0.8rem; }
    #customize-section .section span {
      color: #f8cc0f;
      font-size: 12px;
      vertical-align: center; }
  #customize-section .section:first-child {
    margin-right: 20px; }
  @media screen and (max-width: 870px) {
    #customize-section .title {
      font-size: 1.2rem;
      padding-top: 0px;
      margin-top: 0px;
      margin-bottom: 0px; }
    #customize-section .block {
      flex-direction: column;
      width: 100%;
      align-items: center;
      justify-content: center;
      text-align: center; }
    #customize-section .section {
      padding: 0;
      margin: 0;
      width: 100%;
      align-items: center;
      text-align: center; }
      #customize-section .section img {
        width: 50px;
        margin-right: 15px; }
      #customize-section .section .items {
        font-size: 0.6rem;
        width: 90%; }
      #customize-section .section .heading {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 1rem;
        padding-bottom: 10px;
        justify-content: center; }
    #customize-section .section:first-child {
      margin-right: 0px;
      padding: 20px 0 40px 0; } }

#solutions-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  background-color: #000f38;
  padding-bottom: 60px;
  padding-top: 0; }
  #solutions-section .title {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    color: white;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.3rem; }
  #solutions-section .title::before,
  #solutions-section .title::after {
    display: inline-block;
    content: "";
    border-top: 0.25rem solid #f8cc0f;
    width: 1.3rem;
    margin: 0 1rem;
    transform: translateY(-0.325rem); }
  #solutions-section .rect {
    background-color: yellow;
    height: 3px;
    width: 15px; }
  #solutions-section .headings-together {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0px;
    padding-bottom: 20px; }
  #solutions-section .heading {
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 500;
    font-size: 2.4rem; }
  #solutions-section .subheading {
    text-align: left;
    line-height: 150%;
    margin: 20px 0 0 0;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: white; }
  #solutions-section img {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  @media screen and (max-width: 785px) {
    #solutions-section {
      padding-bottom: 30px; }
      #solutions-section .title {
        font-size: 0.9rem; }
      #solutions-section .title::before,
      #solutions-section .title::after {
        border-top: 0.15rem solid #f8cc0f;
        width: .75rem;
        margin: 0 .5rem;
        transform: translateY(-0.25rem); }
      #solutions-section .headings-together {
        text-align: center; }
      #solutions-section .heading {
        text-align: center;
        font-size: 1.3rem; }
      #solutions-section .subheading {
        text-align: center;
        font-size: 0.6rem; } }

#grid-section {
  width: 100%;
  padding: 0px; }
  #grid-section .flex-box {
    display: flex; }
    #grid-section .flex-box .flex-column {
      flex: 1;
      margin-left: 5px; }
  #grid-section .play-button {
    height: 25px;
    margin-left: 20px;
    margin-right: 10px; }
  #grid-section .grid-row {
    display: flex; }
    #grid-section .grid-row .background,
    #grid-section .grid-row .background-reversed {
      background-size: 100% 100% !important; }
    #grid-section .grid-row .background {
      background-image: url("./img/background.png"); }
    #grid-section .grid-row .background-reversed {
      background-image: url("./img/background-reversed.png"); }
    #grid-section .grid-row .text-container,
    #grid-section .grid-row .align-center {
      align-items: center; }
    #grid-section .grid-row .align-bottom {
      align-items: flex-end !important; }
    #grid-section .grid-row .grid-column:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    #grid-section .grid-row .grid-column {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
      height: 350px; }
      #grid-section .grid-row .grid-column .mac-img,
      #grid-section .grid-row .grid-column .text-container {
        width: 100%;
        padding: 0px 50px 1px; }
      #grid-section .grid-row .grid-column .text-container .inline-text,
      #grid-section .grid-row .grid-column .text-container a {
        display: flex;
        align-items: center; }
      #grid-section .grid-row .grid-column .text-container h1,
      #grid-section .grid-row .grid-column .text-container h2 {
        margin: 15px 0px; }
      #grid-section .grid-row .grid-column .text-container a,
      #grid-section .grid-row .grid-column .text-container h1,
      #grid-section .grid-row .grid-column .text-container h2,
      #grid-section .grid-row .grid-column .text-container h3,
      #grid-section .grid-row .grid-column .text-container ul li {
        font-family: museo-sans-rounded, sans-serif; }
      #grid-section .grid-row .grid-column .text-container a {
        font-size: 0.8em;
        color: #0081c8;
        text-decoration: none; }
      #grid-section .grid-row .grid-column .text-container h1 {
        color: #0f287a;
        font-weight: 800;
        font-size: 1.2em; }
      #grid-section .grid-row .grid-column .text-container h2,
      #grid-section .grid-row .grid-column .text-container h3 {
        color: #0081c8;
        font-weight: 800;
        font-size: 1em; }
      #grid-section .grid-row .grid-column .text-container ul {
        padding-left: 15px; }
        #grid-section .grid-row .grid-column .text-container ul li {
          font-size: 0.9em;
          margin-bottom: 5px; }
  @media screen and (max-width: 920px) {
    #grid-section .flex-box {
      flex-direction: column; }
    #grid-section .text {
      order: 1; }
    #grid-section .img {
      order: 2; }
    #grid-section .grid-row {
      flex-direction: column; }
      #grid-section .grid-row .mac-img,
      #grid-section .grid-row .text-container {
        width: 100%;
        padding: 0px 20px 1px; }
      #grid-section .grid-row .background,
      #grid-section .grid-row .background-reversed {
        background: #000f38 !important; } }
  @media screen and (max-width: 501px) {
    #grid-section .grid-row .grid-column .text-container h1,
    #grid-section .grid-row .grid-column .text-container h2,
    #grid-section .grid-row .grid-column .text-container ul {
      margin: 15px 0px; } }

#form-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 0px;
  text-align: left;
  position: relative; }
  #form-section .title {
    text-align: left;
    color: #0081c8;
    width: 100%;
    max-width: 600px;
    padding: 0px 0px;
    margin: 20px 0;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 700;
    font-size: 1.4rem; }
  #form-section .subtitle {
    text-align: left;
    width: 100%;
    max-width: 600px;
    line-height: 1.3rem;
    margin: 0 0 20px 0;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 500;
    font-size: 0.7rem; }
  #form-section form {
    width: 100%;
    border: 1px solid #0081c8;
    border-radius: 5px;
    padding: 20px;
    max-width: 600px; }
    #form-section form .flex-1 {
      flex-direction: column; }
      #form-section form .flex-1 .subheading {
        color: #0081c8;
        margin: 0 0 10px 0;
        font-family: museo-sans-rounded, sans-serif;
        font-weight: 900;
        font-size: 0.8rem; }
      #form-section form .flex-1 ul {
        padding: 0;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: column;
        margin-top: 0px;
        font-family: museo-sans-rounded, sans-serif;
        font-size: 0.6rem; }
      #form-section form .flex-1 label {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px; }
    #form-section form input,
    #form-section form select,
    #form-section form textarea {
      color: #5b5b5b; }
    #form-section form input[type='text'],
    #form-section form input[type='email'],
    #form-section form input[type='tel'],
    #form-section form select {
      width: 100%;
      font-size: 0.8rem;
      padding: 10px 11px;
      margin: 2px;
      display: inline-block;
      border: 1px solid #ccc;
      border-radius: 4px; }
    #form-section form input[type='submit'] {
      width: 100%;
      background-color: #f8cc0f;
      color: black;
      padding: 14px 20px;
      border: none;
      border-radius: 4px;
      margin-top: 20px;
      cursor: pointer; }
    #form-section form input[type='submit']:hover {
      background-color: #d8ac0e; }
    #form-section form .req {
      color: #3d3a3a;
      font-family: museo-sans-rounded, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 0.5rem;
      margin: 0;
      align-self: flex-start;
      align-items: flex-start; }
    #form-section form .checklist {
      font-size: 13px;
      padding: 0 25px; }
  @media screen and (max-width: 700px) {
    #form-section .title {
      font-size: 0.9rem;
      text-align: center; }
    #form-section .subtitle {
      font-size: 0.6rem;
      line-height: 1rem;
      text-align: center; }
    #form-section form {
      flex-direction: column; }
      #form-section form .flex-1 .subheading {
        font-size: 0.6rem; }
      #form-section form .flex-1 ul {
        font-size: 0.5rem; }
      #form-section form .flex-1 label {
        margin-bottom: 1px; }
      #form-section form input[type='submit'] {
        margin-top: 10px; } }

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: 'Helvetica'; }

html,
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  width: 100%; }

/*# sourceMappingURL=style.css.map */
