html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  -webkit-font-smoothing: subpixel-antialiased; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.5em;
  font-family: 'Lato', sans-serif;
  background: #fbf9f3;
  -webkit-text-size-adjust: none; }

* {
  outline: none; }

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #333, #666, #333); }

iframe {
  border: none; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1; }

.add {
  display: block; }

/* normalize overrides */
dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  list-style-type: none; }

i {
  display: inline-block;
  margin-right: 10px; }

.test {
  display: block; }

a {
  color: #009ffb;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: none; }
  a.btn-link {
    color: #000;
    text-decoration: underline; }
  a.btn {
    display: inline-block;
    padding: 6px 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #fff;
    background: #6bc032;
    border-radius: 4px; }
    a.btn:hover {
      color: #fff;
      text-decoration: none; }
    @media (min-width: 900px) {
      a.btn {
        padding: 6px 10px; } }
    a.btn.btn-alt {
      color: #fff;
      background: #f6ae47;
      background-image: linear-gradient(to bottom, #FFD200, #F7971E); }
    a.btn.btn-large {
      padding: 20px 40px;
      font-size: 1.6em;
      color: #fff;
      background: #ff9a3e;
      border-radius: 6px; }
      a.btn.btn-large:hover {
        color: #f4f4f4; }
  a.link {
    font-size: 1.1em; }
  @media (min-width: 900px) {
    a.tel {
      color: #000;
      cursor: default; } }

.text-dimmed {
  opacity: 0.1; }

p {
  font-size: 1.1em;
  line-height: 1.6em; }
  @media (min-width: 480px) {
    p {
      line-height: 1.5em;
      font-family: 'Open Sans', sans-serif;
      font-size: 1em;
      font-weight: normal; } }

p + p {
  margin-top: 1.5em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.4em; }

h1 {
  font-size: 2.0em; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 3.0em; } }

h2 {
  font-size: 1.6em; }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2.6em; } }

h3 {
  font-size: 1.4em; }
  @media (min-width: 900px) {
    h3 {
      font-size: 2.0em; } }

h4 {
  font-size: 1.3em;
  /*margin: 1.33em 0;*/ }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5em; } }

h5 {
  font-size: 1.1em;
  font-weight: bold; }
  @media (min-width: 1200px) {
    h5 {
      font-size: 1.2em; } }

h6 {
  font-size: 0.67em; }
  @media (min-width: 1200px) {
    h6 {
      font-size: 1.0em; } }

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1340px; }

.headline {
  display: block;
  padding: 30px 0 20px 0;
  color: #777777; }

.txt-larger {
  font-size: larger; }

.txt-smaller {
  font-size: 0.7em; }

.txt-center {
  text-align: center; }

.margin-none {
  margin: 0; }

.padding-none {
  padding: 0 !important; }

.right-justified {
  text-align: right; }

form {
  margin: 0; }

form textarea {
  width: 280px; }

form p span {
  display: inline-block;
  margin-bottom: 5px; }

.pic-standard {
  margin: 10px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff; }

.inner-well {
  width: auto;
  margin: 20px;
  padding: 15px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid #2B2B2F;
  background: #36363e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.shim {
  position: fixed;
  top: 0;
  width: 100%;
  height: 14px;
  background: black;
  z-index: 12; }

.dsktp {
  display: none !important; }
  @media (min-width: 900px) {
    .dsktp {
      display: block !important; } }

/* Navigation - main
-------------------------------------------------- */
#nav-utility {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 4px 20px;
  font-size: 15px;
  font-weight: 500;
  background: #e7e7e7;
  text-align: center;
  background: #111111;
  z-index: 100; }
  @media (min-width: 900px) {
    #nav-utility {
      background: #111111;
      height: 30px; } }

.main-header {
  position: relative;
  margin-top: 0;
  padding: 6px 20px; }
  .main-header img.logo {
    float: right;
    height: 35px;
    margin-top: 8px; }
    @media (min-width: 900px) {
      .main-header img.logo {
        float: left;
        height: auto; } }

a.toggle-button {
  cursor: pointer; }
  a.toggle-button div.bars {
    float: left;
    margin-top: 12px;
    width: 26px; }
    a.toggle-button div.bars div.bar {
      margin-bottom: 4px;
      width: 100%;
      height: 4px;
      background: #005e95; }
  @media (min-width: 900px) {
    a.toggle-button {
      display: none; } }

#nav-main {
  position: relative;
  margin: 0;
  padding: 0 14px 0 0;
  left: 0;
  right: 0;
  min-height: 15px;
  backface-visibility: hidden;
  z-index: 1000;
  background: #001e2f; }
  #nav-main #nav-main-inner {
    display: none;
    padding-right: 40px;
    max-height: 48px;
    border: none;
    z-index: 10; }
    @media (min-width: 900px) {
      #nav-main #nav-main-inner {
        display: block; } }
    #nav-main #nav-main-inner ul {
      float: right;
      display: block; }
      #nav-main #nav-main-inner ul li {
        display: inline-block; }
        #nav-main #nav-main-inner ul li:hover {
          background: #003e62; }
        #nav-main #nav-main-inner ul li a {
          display: block;
          padding: 12px;
          color: white; }
        #nav-main #nav-main-inner ul li ul {
          display: none; }
        #nav-main #nav-main-inner ul li:hover ul {
          position: absolute;
          display: block;
          min-width: 220px;
          background: #003e62; }
          #nav-main #nav-main-inner ul li:hover ul li {
            display: block;
            border-bottom: 1px dotted #005e95; }
            #nav-main #nav-main-inner ul li:hover ul li a:hover {
              color: #009ffb; }

/*Sidebar*/
#menu {
  padding: 30px 20px;
  background: #001e2f; }
  #menu img {
    width: auto;
    height: 35px; }
  #menu ul li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #005e95; }
    #menu ul li a {
      display: block;
      padding: 20px 0;
      font-size: 1.2em;
      font-weight: 400;
      color: #fff; }
    #menu ul li ul {
      margin-top: -10px; }
      #menu ul li ul li {
        margin-bottom: 0; }
        #menu ul li ul li:last-child {
          border-bottom: 0px dotted transparent; }
        #menu ul li ul li a {
          padding: 10px;
          font-size: 1.1em;
          font-weight: 300; }
          #menu ul li ul li a i {
            color: #009ffb; }

#signin-box {
  position: absolute;
  display: block;
  padding-top: 5px;
  width: 300px;
  top: -300px;
  right: 30px;
  color: #fff;
  border: 2px solid rgba(255, 162, 0, 0.3);
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #4d5058, #292b2f);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 2; }
  #signin-box:after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 45px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d5058; }
  #signin-box .forgot {
    float: left;
    font-size: 0.8em;
    color: orange; }
    #signin-box .forgot:hover {
      color: white; }

#signin-box {
  position: absolute;
  display: block;
  padding-top: 5px;
  width: 300px;
  top: -300px;
  right: 30px;
  color: #fff;
  border: 2px solid rgba(255, 162, 0, 0.3);
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #4d5058, #292b2f);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 2; }
  #signin-box:after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 45px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d5058; }
  #signin-box .forgot {
    float: left;
    font-size: 0.8em;
    color: orange; }
    #signin-box .forgot:hover {
      color: white; }

.slide-down {
  /*transform: translate(250px, 0);*/
  -webkit-transform: translate(0, 380px);
  -moz-transform: translate(0, 380px);
  -ms-transform: translate(0, 380px);
  -o-transform: translate(0, 380px); }

/* END Navigation
-------------------------------------------------- */
.shutLeft {
  top: 0px;
  left: 8px; }

.tabs-container {
  position: relative; }
  .tabs-container ul.tabs {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #222222; }
    .tabs-container ul.tabs li {
      display: inline-block;
      margin: 0 0 0 -2px;
      padding: 0;
      position: relative;
      background-color: #363636;
      background-image: linear-gradient(to bottom, #444444, #222222);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ff444444', endColorstr='#ff222222', GradientType=0);
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
      .tabs-container ul.tabs li:first-child {
        margin-left: 4px; }
      .tabs-container ul.tabs li a {
        padding: 8px 20px;
        font-size: 0.9em;
        text-decoration: none;
        display: block; }
        .tabs-container ul.tabs li a i {
          display: inline-block;
          margin-right: 5px;
          padding-right: 5px; }

.tagline {
  margin: 14px 0; }

.sub-navigation {
  display: inline-block; }
  @media (min-width: 900px) {
    .sub-navigation {
      display: none; } }

#sub-navigation {
  display: none; }

.rotate {
  transform: rotate(90deg);
  transition: .3s; }

.rotate-reset {
  transform: rotate(0deg);
  transition: .3s; }

.sub-navigation {
  display: inline-block; }
  @media (min-width: 900px) {
    .sub-navigation {
      display: none; } }

#sub-navigation {
  display: none; }

.rotate {
  transform: rotate(90deg);
  transition: 0.3s; }

.rotate-reset {
  transform: rotate(0deg);
  transition: 0.3s; }

/*Master-Slider*/
.ms-slide h1 {
  font-size: 4em;
  font-weight: 500;
  color: #fff; }

a.toggle {
  display: block;
  margin-bottom: 1px;
  padding: 9px;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  line-height: inherit;
  color: #fff;
  text-align: left;
  text-decoration: none;
  border-radius: 3px;
  background: #000; }
  a.toggle i {
    display: inline-block;
    /*margin-top: 4px;*/
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle; }
  a.toggle span {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle; }

.inner {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px; }
  .inner p {
    margin: 0;
    padding: 0 11px; }
    .inner p > span {
      display: table-cell; }
    .inner p > i {
      display: table-cell;
      padding-right: 10px; }

section.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100vh);
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000; }
  section.modal .modal-rel {
    position: relative;
    margin: 0px auto;
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
    width: 100%;
    top: 10px;
    max-width: 800px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    transition: all .3s linear; }
    @media (min-width: 569px) {
      section.modal .modal-rel {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-height: 600px; } }
    section.modal .modal-rel i {
      position: absolute;
      top: -3px;
      right: 0px;
      padding: 20px;
      color: #fff;
      cursor: pointer;
      z-index: 1001; }
    section.modal .modal-rel .modal-header {
      position: absolute;
      top: 0;
      width: 100%;
      height: 50px;
      max-height: 50px;
      background: #003e62;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      section.modal .modal-rel .modal-header h3 {
        margin-top: 12px;
        margin-left: 20px;
        font-weight: bold;
        color: #fff; }
        @media (min-width: 900px) {
          section.modal .modal-rel .modal-header h3 {
            margin-top: 4px; } }
    section.modal .modal-rel .modal-content {
      position: absolute;
      top: 60px;
      bottom: 10px;
      width: 100%;
      padding: 0 20px 20px 20px;
      overflow-x: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
      section.modal .modal-rel .modal-content h4 {
        font-weight: bold; }
      section.modal .modal-rel .modal-content p {
        font-size: 1.1em;
        font-weight: 400; }
      section.modal .modal-rel .modal-content img {
        float: right;
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
        max-width: 40%; }
    section.modal .modal-rel .modal-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 10px;
      background: white;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }

.modal-content {
  right: 4px; }

.modal-content::-webkit-scrollbar {
  width: 6px; }

.modal-content::-webkit-scrollbar-track {
  border: solid 3px transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1); }

.modal-content::-webkit-scrollbar-thumb {
  border: solid 3px transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #787e89; }

.modal-content::-webkit-scrollbar-thumb:hover {
  background: #5d6169; }

.modal-content::-webkit-scrollbar-thumb:window-inactive {
  background: #c1c4c9; }

.audioplayer {
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: none; }

.siteMap .siteMapBox {
  margin-bottom: 10px;
  padding: 6px;
  width: 200px;
  text-align: center;
  background: #f5f5f5;
  border: thin solid #555;
  border-radius: 4px; }
  .siteMap .siteMapBox a {
    font-weight: 400;
    color: #005e95; }
    .siteMap .siteMapBox a span {
      color: #005e95; }
  .siteMap .siteMapBox:hover a {
    color: #009ffb; }
    .siteMap .siteMapBox:hover a span {
      color: #009ffb; }
  .siteMap .siteMapBox.home:after {
    content: "";
    opacity: 0.4;
    display: block;
    position: absolute;
    left: 130px;
    top: 70px;
    bottom: 60px;
    border: 1px dotted;
    border-width: 0 0 0 1px;
    z-index: 0; }
  .siteMap .siteMapBox.firstGroup {
    margin-left: 140px; }
    .siteMap .siteMapBox.firstGroup.theDash1-1:after {
      content: "";
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 130px;
      left: 130px;
      width: 40px;
      height: 100px;
      border: 1px dotted;
      border-width: 1px 0 0 0;
      z-index: 0; }
    .siteMap .siteMapBox.firstGroup.theDash1-2:after {
      content: "";
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 204px;
      left: 130px;
      width: 40px;
      height: 100px;
      border: 1px dotted;
      border-width: 1px 0 0 0;
      z-index: 0; }
    .siteMap .siteMapBox.firstGroup.theDash1-3:after {
      content: "";
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 275px;
      left: 130px;
      width: 40px;
      height: 100px;
      border: 1px dotted;
      border-width: 1px 0 0 0;
      z-index: 0; }
  .siteMap .siteMapBox.secondGroup {
    margin-left: 140px; }
    .siteMap .siteMapBox.secondGroup.theDash2-1:after {
      content: "";
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 370px;
      left: 130px;
      width: 40px;
      height: 100px;
      border: 1px dotted;
      border-width: 1px 0 0 0;
      z-index: 0; }
    .siteMap .siteMapBox.secondGroup.theDash2-2:after {
      content: "";
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 444px;
      left: 130px;
      width: 40px;
      height: 100px;
      border: 1px dotted;
      border-width: 1px 0 0 0;
      z-index: 0; }
    .siteMap .siteMapBox.secondGroup.theDash2-3:after {
      content: "";
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 515px;
      left: 130px;
      width: 40px;
      height: 100px;
      border: 1px dotted;
      border-width: 1px 0 0 0;
      z-index: 0; }
  .siteMap .siteMapBox.thirdGroup {
    margin-left: 140px; }
    .siteMap .siteMapBox.thirdGroup.theDash3-1:after {
      content: "";
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 600px;
      left: 130px;
      width: 40px;
      height: 100px;
      border: 1px dotted;
      border-width: 1px 0 0 0;
      z-index: 0; }
    .siteMap .siteMapBox.thirdGroup.theDash3-2:after {
      content: "";
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 672px;
      left: 130px;
      width: 40px;
      height: 100px;
      border: 1px dotted;
      border-width: 1px 0 0 0;
      z-index: 0; }

section#home-main-stage {
  position: relative;
  height: calc(100vh - 250px);
  background-image: url(/img/loading.png);
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 700px) {
    section#home-main-stage {
      height: 400px; } }
  @media (min-width: 1200px) {
    section#home-main-stage {
      height: 600px; } }
  @media (min-width: 1700px) {
    section#home-main-stage {
      height: 800px; } }
  section#home-main-stage .bgImageContainer {
    display: none;
    width: 100%;
    height: 100%;
    background-image: url(/img/home1-phone.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media (min-width: 700px) {
      section#home-main-stage .bgImageContainer {
        background-image: url(/img/home1c.jpg);
        background-size: cover; } }
    section#home-main-stage .bgImageContainer .container {
      height: 100%; }
      section#home-main-stage .bgImageContainer .container .insert {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 20px 20px;
        background-color: rgba(0, 0, 0, 0.8);
        border: thin solid #005e95;
        border-radius: 4px; }
        section#home-main-stage .bgImageContainer .container .insert h1 {
          font-size: 1.6em; }
          @media (min-width: 700px) {
            section#home-main-stage .bgImageContainer .container .insert h1 {
              font-size: 2em; } }
          @media (min-width: 1200px) {
            section#home-main-stage .bgImageContainer .container .insert h1 {
              font-size: 3em; } }
        section#home-main-stage .bgImageContainer .container .insert br {
          display: none; }
          @media (min-width: 900px) {
            section#home-main-stage .bgImageContainer .container .insert br {
              display: initial; } }
        @media (min-width: 700px) {
          section#home-main-stage .bgImageContainer .container .insert {
            display: block;
            top: 50px;
            left: initial;
            right: 50px;
            bottom: initial;
            width: 400px;
            height: auto; } }
        @media (min-width: 1200px) {
          section#home-main-stage .bgImageContainer .container .insert {
            top: 100px;
            right: 100px;
            padding: 30px 40px;
            width: 500px;
            height: auto; } }
        section#home-main-stage .bgImageContainer .container .insert h1 {
          font-weight: 300;
          color: #ace1ff !important; }
        section#home-main-stage .bgImageContainer .container .insert p {
          font-weight: 500;
          color: #fff; }
          @media (min-width: 1400px) {
            section#home-main-stage .bgImageContainer .container .insert p {
              font-size: 1.3em; } }
        section#home-main-stage .bgImageContainer .container .insert a.insert-btn {
          display: inline-block;
          margin-top: 10px;
          padding: 6px 30px;
          font-size: 1.1em;
          color: #95d8ff;
          border: 2px solid #009ffb;
          border-radius: 40px; }
          @media (min-width: 700px) {
            section#home-main-stage .bgImageContainer .container .insert a.insert-btn {
              margin-top: 30px;
              padding: 10px 40px;
              font-size: 1.3em; } }
section #quotesHeading {
  color: #fff;
  background: #002e49;
  text-align: center; }
section #quotes-container {
  background-color: #003e62; }
  section #quotes-container #quotes {
    position: relative;
    min-height: 165px;
    background-image: url(/img/bg-carbon.png);
    background-color: #005e95;
    text-align: center; }
    @media (min-width: 700px) {
      section #quotes-container #quotes {
        min-height: 185px; } }
    section #quotes-container #quotes div {
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px;
      max-width: 900px; }
      section #quotes-container #quotes div h2 {
        margin-top: 20px;
        color: #fff; }
      section #quotes-container #quotes div h4 {
        margin-bottom: 20px;
        font-size: 1.0em;
        color: #fff; }
        @media (min-width: 700px) {
          section #quotes-container #quotes div h4 {
            font-size: 1.5em; } }
      section #quotes-container #quotes div p {
        font-size: 1.0em;
        color: #009ffb; }
        @media (min-width: 700px) {
          section #quotes-container #quotes div p {
            font-size: 1.1em; } }
      section #quotes-container #quotes div span {
        display: inline-block;
        margin: 0;
        padding: 4px 4px 10px 4px;
        font-size: 2em;
        line-height: 0;
        color: #009ffb;
        vertical-align: bottom; }
        @media (min-width: 700px) {
          section #quotes-container #quotes div span {
            padding: 0 4px 15px 4px;
            font-size: 2em; } }
section#home-content img {
  max-width: 100%;
  height: auto; }
section#home-content #home-main-content.container {
  padding: 0;
  background: #f1efef; }
  section#home-content #home-main-content.container .box-full-child {
    padding: 0; }
    section#home-content #home-main-content.container .box-full-child .image-container {
      height: 150px;
      background: url(/img/home-main-copy7.jpg);
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 700px) {
        section#home-content #home-main-content.container .box-full-child .image-container {
          height: 230px; } }
      @media (min-width: 900px) {
        section#home-content #home-main-content.container .box-full-child .image-container {
          float: left;
          margin: 0 20px 20px 0;
          width: 50%; } }
      @media (min-width: 1200px) {
        section#home-content #home-main-content.container .box-full-child .image-container {
          margin: 0 20px 0 0;
          height: 500px; } }
    section#home-content #home-main-content.container .box-full-child .text-container {
      padding: 20px; }
      section#home-content #home-main-content.container .box-full-child .text-container h3 {
        color: #005e95; }
      section#home-content #home-main-content.container .box-full-child .text-container h4 {
        color: #003e62; }
      section#home-content #home-main-content.container .box-full-child .text-container p {
        color: #000; }
      section#home-content #home-main-content.container .box-full-child .text-container a {
        color: #009ffb; }
        section#home-content #home-main-content.container .box-full-child .text-container a:hover {
          color: #000; }

section#home-content #home-main-content.container .box-full-child .text-container2 {
      padding: 20px;width:47%;float:left; }
      section#home-content #home-main-content.container .box-full-child .text-container2 h3 {
        color: #005e95; }
      section#home-content #home-main-content.container .box-full-child .text-container2 h4 {
        color: #003e62; }
      section#home-content #home-main-content.container .box-full-child .text-container2 p {
        color: #000; }
      section#home-content #home-main-content.container .box-full-child .text-container2 a {
        color: #009ffb; }
        section#home-content #home-main-content.container .box-full-child .text-container2 a:hover {
          color: #000; }


/*home-content-2*/

section#home-content #home-main-content2.container {
  padding: 0;
  background: #f1efef; }
  section#home-content #home-main-content2.container .box-full-child {
    padding: 0; }
    section#home-content #home-main-content2.container .box-full-child .image-container2 {
      height: 150px;
      background: url(/img/contact-us2-3.jpg);
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat; }
section#home-content #home-main-content.container .box-full-child .image-container2 {
      height: 150px;
      background: url(/img/contact-us2-3.jpg);
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 700px) {
        section#home-content #home-main-content2.container .box-full-child .image-container2 {
          height: 230px; } }
      @media (min-width: 900px) {
        section#home-content #home-main-content2.container .box-full-child .image-container2 {
          float: left;
          margin: 0 20px 20px 0;
          width: 50%; } }
      @media (min-width: 1200px) {
        section#home-content #home-main-content2.container .box-full-child .image-container2 {
          margin: 0 20px 0 0;
          height: 500px; } }
 @media (min-width: 700px) {
        section#home-content #home-main-content.container .box-full-child .image-container2 {
          height: 230px; } }
      @media (min-width: 900px) {
        section#home-content #home-main-content.container .box-full-child .image-container2 {
          float: left;
          margin: 0 20px 20px 0;
          width: 50%; } }
      @media (min-width: 1200px) {
        section#home-content #home-main-content.container .box-full-child .image-container2 {
          margin: 0 20px 0 0;
          height: 500px; } }
    section#home-content #home-main-content2.container .box-full-child .text-container {
      padding: 20px; }
      section#home-content #home-main-content2.container .box-full-child .text-container h3 {
        color: #005e95; }
      section#home-content #home-main-content2.container .box-full-child .text-container h4 {
        color: #003e62; }
      section#home-content #home-main-content2.container .box-full-child .text-container p {
        color: #000; }
      section#home-content #home-main-content2.container .box-full-child .text-container a {
        color: #009ffb; }
        section#home-content #home-main-content2.container .box-full-child .text-container a:hover {
          color: #000; }

section.subheader {
  position: relative;
  height: 130px;
  background: #e1e1e1; }
  @media (min-width: 900px) {
    section.subheader {
      height: 180px; } }
  @media (min-width: 1200px) {
    section.subheader {
      height: 230px; } }
  section.subheader#header-company {
    background-image: url(/img/subHeader1.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    section.subheader#header-company .blur {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url(/img/subHeader1-blur.jpg); }
  section.subheader#header-successes {
    background-image: url(/img/subHeader2.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    section.subheader#header-successes .blur {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url(/img/subHeader1-blur.jpg); }
  section.subheader#header-contact {
    background-color: #009ffb; }
    section.subheader#header-contact.contact {
      height: auto; }
      section.subheader#header-contact.contact h1 {
        color: #fff;
        line-height: 2em; }
  section.subheader .container {
    padding: 0 20px; }
    section.subheader .container h1 {
      padding: 0;
      font-size: 2.4em; }
      @media (min-width: 900px) {
        section.subheader .container h1 {
          font-size: 4em; } }
      @media (min-width: 1200px) {
        section.subheader .container h1 {
          font-size: 4.8em; } }

section.sub-nav {
  background: #009ffb; }
  @media (min-width: 900px) {
    section.sub-nav {
      padding-left: 12px; } }
  section.sub-nav .container {
    text-align: center; }
    section.sub-nav .container ul li {
      display: inline-block;
      margin-top: 6px; }
      section.sub-nav .container ul li h5 a {
        display: block;
        padding: 10px 6px;
        font-size: 0.9em;
        color: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
        @media (min-width: 500px) {
          section.sub-nav .container ul li h5 a {
            padding: 10px 20px;
            font-size: 1.1em;
            font-weight: normal; } }
        section.sub-nav .container ul li h5 a:hover {
          color: #ebebeb; }
        section.sub-nav .container ul li h5 a.current {
          color: #000;
          background: #f5f5f5; }
          @media (min-width: 900px) {
            section.sub-nav .container ul li h5 a.current {
              background: #f5f5f5; } }
          section.sub-nav .container ul li h5 a.current:hover {
            color: #000; }

section.page-content {
  min-height: 725px;
  background: #ebebeb; }
  section.page-content.full {
    min-height: 725px;
    background: #f5f5f5; }
  section.page-content.page-thumbs {
    padding: 0px 30px 20px 30px; }
    section.page-content.page-thumbs .container {
      max-width: 1100px;
      background: #f5f5f5; }
    section.page-content.page-thumbs .thumb-container {
      padding: 20px 10px;
      cursor: pointer; }
      section.page-content.page-thumbs .thumb-container img {
        width: 100%;
        max-width: 100%; }
      section.page-content.page-thumbs .thumb-container h2 {
        margin-top: 40px; }
      section.page-content.page-thumbs .thumb-container h4 {
        font-weight: 700; }
  section.page-content .page-layout {
    background: #f5f5f5; }
    @media (min-width: 900px) {
      section.page-content .page-layout {
        min-height: 725px; } }
    section.page-content .page-layout.with-padding {
      padding: 30px; }
    section.page-content .page-layout.rep h4 {
      color: #000; }
    section.page-content .page-layout.contact h4 {
      margin-top: 0; }
    section.page-content .page-layout img {
      display: block;
      max-width: 100%; }
      section.page-content .page-layout img.side {
        display: none; }
        @media (min-width: 900px) {
          section.page-content .page-layout img.side {
            display: block; } }
      section.page-content .page-layout img.right {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px); }
        @media (min-width: 500px) {
          section.page-content .page-layout img.right {
            float: right;
            display: inline-block;
            margin: 20px;
            max-width: 50%; } }
        @media (min-width: 900px) {
          section.page-content .page-layout img.right {
            display: none; } }
    section.page-content .page-layout h2 {
      margin-bottom: 20px;
      color: #003e62; }
    section.page-content .page-layout h3.page-layout-heading {
      color: #005e95; }
    section.page-content .page-layout h4 {
      margin-top: 30px;
      color: #005e95; }
    section.page-content .page-layout hr {
      opacity: 0.5;
      margin: 40px auto;
      width: 60%; }
    section.page-content .page-layout#page-nav {
      background: #e6e6e6; }
      section.page-content .page-layout#page-nav.box-fourth-child {
        padding: 0; }
      section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide {
        width: auto;
        height: 50px;
        text-align: center; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide.with-thumb {
          height: 80px; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide p a {
          display: inline-block; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide p img {
          opacity: 0;
          float: right;
          width: 80px;
          height: auto;
          transition: opacity .6s; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
          background: #f5f5f5; }
          section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p a {
            color: #009ffa; }
          section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p img {
            opacity: 1; }
      section.page-content .page-layout#page-nav .swiper-container .swiper-button-prev {
        top: 20%;
        left: -5px;
        height: 60px; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-button-prev.with-thumb {
          top: 30%;
          margin-top: -24px; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-button-prev i {
          padding: 24px;
          font-size: 2em;
          background: #e6e6e6; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-button-prev.swiper-button-disabled {
          opacity: .2; }
      section.page-content .page-layout#page-nav .swiper-container .swiper-button-next {
        top: 20%;
        right: 16px;
        height: 80px; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-button-next.with-thumb {
          top: 30%;
          margin-top: -24px; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-button-next i {
          padding: 24px;
          font-size: 2em;
          background: #e6e6e6; }
        section.page-content .page-layout#page-nav .swiper-container .swiper-button-next.swiper-button-disabled {
          opacity: .2; }
      section.page-content .page-layout#page-nav h3 {
        display: none; }
      section.page-content .page-layout#page-nav h4 {
        display: none; }
      section.page-content .page-layout#page-nav p {
        display: inline-block;
        margin: 0; }
        section.page-content .page-layout#page-nav p a {
          display: block;
          padding: 15px;
          color: #000; }
          section.page-content .page-layout#page-nav p a i {
            display: none; }
      @media (min-width: 900px) {
        section.page-content .page-layout#page-nav .swiper-container {
          height: auto; }
          section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide {
            width: 100%;
            height: 50px;
            text-align: left; }
            section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide.with-thumb {
              height: 50px; }
            section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide p a br {
              display: none; }
            section.page-content .page-layout#page-nav .swiper-container .swiper-wrapper .swiper-slide p img {
              display: none; }
          section.page-content .page-layout#page-nav .swiper-container .swiper-button-prev {
            display: none; }
          section.page-content .page-layout#page-nav .swiper-container .swiper-button-next {
            display: none; }
        section.page-content .page-layout#page-nav h3 {
          display: block;
          margin: 0;
          padding: 10px;
          color: #fff;
          background: #003e62; }
        section.page-content .page-layout#page-nav h4 {
          display: block;
          margin: 0;
          padding: 10px;
          color: #fff;
          background: #c4c4c4; }
        section.page-content .page-layout#page-nav div {
          display: block;
          width: 100%;
          text-align: left; }
        section.page-content .page-layout#page-nav p {
          position: relative;
          display: block;
          margin: 0;
          padding: 0px;
          border-bottom: 1px solid #ebebeb; }
          section.page-content .page-layout#page-nav p.highlight-p {
            background: #d8d8d8; }
            section.page-content .page-layout#page-nav p.highlight-p:after {
              content: "";
              position: absolute;
              top: 12px;
              right: 0;
              width: 0;
              height: 0;
              border-top: 10px solid transparent;
              border-bottom: 10px solid transparent;
              border-right: 10px solid #005484; }
          section.page-content .page-layout#page-nav p:hover {
            background: #d8d8d8; }
          section.page-content .page-layout#page-nav p a {
            padding: 10px;
            color: #000; }
            section.page-content .page-layout#page-nav p a.highlight {
              color: #009ffb; }
            section.page-content .page-layout#page-nav p a i {
              display: inline-block;
              margin-left: 10px; } }
    section.page-content .page-layout #tabs-panel-container h2 {
      color: #005e95; }
    section.page-content .page-layout #tabs-panel-container h4 {
      color: #003e62; }
    section.page-content .page-layout #tabs-panel-container .tab-panel {
      padding: 30px;
      background: #f5f5f5; }
      section.page-content .page-layout #tabs-panel-container .tab-panel img {
        float: right;
        margin-bottom: 10px;
        margin-right: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px); }
        @media (min-width: 700px) {
          section.page-content .page-layout #tabs-panel-container .tab-panel img {
            margin: 30px 0 20px 20px;
            width: 50%;
            max-width: 50%;
            border: 2px solid #e1e1e1; } }
        section.page-content .page-layout #tabs-panel-container .tab-panel img.large {
          width: 100%;
          max-width: 100%; }
      section.page-content .page-layout #tabs-panel-container .tab-panel h3 {
        color: #005484; }
      section.page-content .page-layout #tabs-panel-container .tab-panel h4 {
        margin-top: 10px;
        margin-bottom: 20px; }

/* Footer
-------------------------------------------------- */
#footer {
  margin-top: 0;
  padding: 20px 10px 40px;
  min-height: 100px;
  font-size: 0.9em;
  color: #009ffb;
  background: #1d1f21;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  #footer .container {
    text-align: center; }
  #footer p {
    margin: 0;
    font-weight: normal;
    font-size: 0.95em; }
    #footer p#credit {
      opacity: 0.8;
      color: #005e95; }
      #footer p#credit a {
        color: #005e95; }
        #footer p#credit a:hover {
          color: #009ffb; }
    #footer p a {
      font-weight: normal;
      font-size: 0.95em; }

section.section-pages-header {
  background: linear-gradient(170deg, #1d1f21 0%, #1d1f21 60%, #fff 60%, #fff 100%); }
  section.section-pages-header h1 {
    color: #fff; }
  section.section-pages-header .section-tag {
    margin-top: 200px; }
    section.section-pages-header .section-tag h3 {
      display: table-cell;
      color: #fff; }
    section.section-pages-header .section-tag i {
      display: table-cell;
      padding-right: 20px;
      font-size: 1.8em;
      color: #01bd3d; }
section.section-pages-2 {
  margin-top: -60px;
  background: linear-gradient(65deg, transparent 0%, transparent 40%, #f5f5f5 40%, #f5f5f5 100%); }
section.section-pages-3 {
  margin-top: -180px;
  margin-bottom: 20px; }
  section.section-pages-3 .box-full-child {
    text-align: center; }
section.section-pages-bottom {
  margin-top: -150px;
  height: 500px;
  background: linear-gradient(170deg, transparent 0%, transparent 50%, #1d1f21 50%, #1d1f21 100%); }
section .page-nav ul li {
  display: inline-block; }
  section .page-nav ul li a {
    padding: 4px 30px;
    font-size: 1.6em;
    color: #fff; }

section#aboutHeader .container {
  height: 600px;
  background-image: url(/img/map1b.png);
  background-repeat: no-repeat;
  background-position: center; }
section#featuresHeader .container {
  height: 600px;
  background-image: url(/img/map2.png);
  background-repeat: no-repeat;
  background-position: center; }
section#pricingHeader .container {
  height: 600px;
  background-image: url(/img/map3.png);
  background-repeat: no-repeat;
  background-position: center; }
section#partnerHeader .container {
  height: 600px;
  background-image: url(/img/map4.png);
  background-repeat: no-repeat;
  background-position: center; }
section#storiesHeader .container {
  height: 600px;
  background-image: url(/img/map5.png);
  background-repeat: no-repeat;
  background-position: center; }
section#galleryHeader .container {
  height: 600px;
  background-image: url(/img/map6.png);
  background-repeat: no-repeat;
  background-position: center; }
section#galleryContainer {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px; }
  section#galleryContainer .galleryPhone {
    position: absolute;
    margin: -65px auto 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 262px;
    height: 600px;
    background: url(/img/galleryPhone.png);
    z-index: 1; }

.ms-skin-default .ms-nav-next {
  right: -50px !important; }
.ms-skin-default .ms-nav-prev {
  left: -50px !important; }

/* Content
-------------------------------------------------- */
#box-container {
  text-align: center; }

.box {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: left;
  overflow: hidden; }
  .box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
    margin: 0;
    padding: 0; }
  .box img {
    max-width: 100%; }
  .box.imgBox {
    padding: 0; }
    .box.imgBox img {
      display: block; }
  .box ul {
    list-style: none;
    /*float: left;*/
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    width: auto;
    font-size: 0.9em;
    color: #fff; }
    .box ul li {
      position: relative;
      width: auto; }
      .box ul li i {
        display: table-cell;
        padding-right: 10px;
        box-sizing: border-box;
        color: orange; }
      .box ul li .list-item {
        display: table-cell;
        width: auto; }

#box-container {
  text-align: center; }

.box {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: left;
  overflow: hidden; }
  .box h1,
  .box h2,
  .box h3,
  .box h4,
  .box h5,
  .box h6 {
    margin: 0;
    padding: 0; }
  .box img {
    max-width: 100%; }
  .box.imgBox {
    padding: 0; }
    .box.imgBox img {
      display: block; }
  .box ul {
    list-style: none;
    /*float: left;*/
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    width: auto;
    font-size: 0.9em;
    color: #fff; }
    .box ul li {
      position: relative;
      width: auto; }
      .box ul li i {
        display: table-cell;
        padding-right: 10px;
        box-sizing: border-box;
        color: orange; }
      .box ul li .list-item {
        display: table-cell;
        width: auto; }

/*parents*/
.box-full {
  width: 100%; }

.box-content {
  width: 75%; }

.box-side {
  width: 25%; }

/*children*/
.box-side-child {
  width: 100%; }

.box-full-child {
  padding: 10px;
  width: 100%; }
  @media (min-width: 480px) {
    .box-full-child {
      padding: 10px 20px; } }

.box-half-child {
  padding: 10px;
  width: 100%; }
  @media (min-width: 480px) {
    .box-half-child {
      padding: 10px 20px;
      width: 50%; } }

.box-third-child {
  padding: 10px;
  width: 100%; }
  @media (min-width: 480px) {
    .box-third-child {
      padding: 10px 20px;
      width: 33.333%; } }

.box-two-thirds-child {
  padding: 10px;
  width: 100%; }
  @media (min-width: 480px) {
    .box-two-thirds-child {
      padding: 10px 20px;
      width: 66.666%; } }

.box-fourth-child {
  padding: 10px;
  width: 100%; }
  @media (min-width: 480px) {
    .box-fourth-child {
      padding: 10px 20px;
      width: 50%; } }
  @media (min-width: 768px) {
    .box-fourth-child {
      padding: 10px 20px;
      width: 25%; } }

.box-three-fourths-child {
  padding: 10px;
  width: 100%; }
  @media (min-width: 480px) {
    .box-three-fourths-child {
      padding: 10px 20px;
      width: 50%; } }
  @media (min-width: 768px) {
    .box-three-fourths-child {
      width: 75%; } }

.box-fifth-child {
  padding: 10px;
  width: 20%; }
  @media (min-width: 480px) {
    .box-fifth-child {
      padding: 10px 20px; } }

.box-three-fifths-child {
  padding: 10px;
  width: 60%; }
  @media (min-width: 480px) {
    .box-three-fifths-child {
      padding: 10px 20px; } }

.box-four-fifths-child {
  padding: 10px;
  width: 80%; }
  @media (min-width: 480px) {
    .box-four-fifths-child {
      padding: 10px 20px; } }

.box-55-child {
  padding: 10px;
  width: 100%; }
  @media (min-width: 480px) {
    .box-55-child {
      padding: 10px 20px;
      width: 55%; } }

.box-45-child {
  padding: 10px;
  width: 100%; }
  @media (min-width: 480px) {
    .box-45-child {
      padding: 10px 20px;
      width: 45%; } }

.box-fourth-child.page-layout {
  display: block;
  width: 100%; }
  @media (min-width: 900px) {
    .box-fourth-child.page-layout {
      display: inline-block;
      width: 25%; } }

.box-three-fourths-child.page-layout {
  padding: 0px;
  width: 100%; }
  @media (min-width: 900px) {
    .box-three-fourths-child.page-layout {
      width: 75%; } }

/*/children*/

.coluna{
	width:33%;
	padding:3%;
	float:left;
}

	.coluna{
	width:33%;
	padding:3%;
	float:left;
}
@media (max-width: 400px) {
		.coluna{width:100%;}
	section#home-content #home-main-content.container .box-full-child .text-container2 {
      padding: 20px;width:100%;float:none; }
	.header-mobile{font-size:1.5em!important;color:#ace1ff!important;font-weight:300;}
}

.rio-x-marketing{font-size:1.6em;line-height:1.4em;}

