

.wrapper {
  }
  @media (max-width: 780px) {
    .wrapper {
      padding-left: 4rem;
      padding-right: 4rem;
      max-width: 100%; } }

.wrapper--big {
  max-width: 950px;
}

/*
 * Sets the base font to 10px for easier math
 */
html {
  font-size: 62.5%; }

/*
 * Sets the default sizing to make sure nothing is actually 10px
 */
body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "calibri";
  color: #313131;
  /*
   * Force Anti-aliasing
   */
  -webkit-font-smoothing: antialiased; }

/*
 * Voodoo to enable ligatures and kerning
 */


p {
  line-height: 1.7; }

strong {
  font-weight: 600; }

/*
 * Components styles (specific reusable module styles)
 */

  @media (max-width: 650px) {
    h1 {
      margin-left: 0; } }






nav {

  margin: 0px;
  padding: 0 0 0 0;
  min-width: 250px;
  position: relative;
  white-space: nowrap;
  max-width: 997px;
  -webkit-animation: resize 4s 1 cubic-bezier(0.4, 0, 0.2, 1);
          animation: resize 4s 1 cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
  @media (max-width: 650px) {
    nav {
      font-size: 70%;
      padding: 0;
      min-width: 100px; }
      nav .wrapper {
        padding: 0 1rem; } }
  nav ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  nav li {
    display: inline-block; }
    nav li:first-child a {
      padding-left: 10px; }
      @media (max-width: 650px) {
        nav li:first-child a {
          padding-left: .5rem; } }
  nav a {
    color: #000;
    display: inline-block;
   padding: 10px 8px;
   font-size: 15px;
}
    @media (max-width: 650px) {
      nav a {
        padding: 2rem 1rem; } }
  nav .knob {
    cursor: ew-resize;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%); }
    @media (max-width: 1000px) {
      nav .knob {
        display: none; } }

.nav__dropdown {
  padding: 6px;
  white-space: nowrap;
  top: 80%;
  right: 0;
  background-color: #4f5760;

  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotateX(-30deg);
          transform: rotateX(-30deg);
  opacity: 0; }
  .nav__dropdown.show {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.25);
    transition: 300ms cubic-bezier(0.25, 2, 0.25, 1), box-shadow 1000ms cubic-bezier(0.25, 2, 0.25, 1); }
  .nav__dropdown a:focus {
    box-shadow: 0 0 3px white, inset 0 0 3px white; }
  @media (max-width: 650px) {
    .nav__dropdown {
      right: auto;
      left: -100%; }
      .nav__dropdown:after {
        left: auto; } }
  .nav__dropdown:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid #068df6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    top: -6px;
    right: 4rem; }
  .nav__dropdown-wrapper {
    display: inline-block;
    -webkit-perspective: 500px;
            perspective: 500px; }
    @media (max-width: 650px) {
      .nav__dropdown-wrapper {
        position: static !important; } }
  .nav__dropdown-toggle {
	  
    display: inline-block;
    border: none;
    background: none;
    font-weight: 700;
    color: #000;
    padding: 10px 10px ;
    background-image: url("./../images/dist/svg/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 100% center; }
    @media (max-width: 650px) {
      .nav__dropdown-toggle {
        padding: 2rem 2rem 2rem 0rem; } }
  .nav__dropdown li {
    display: block; }
    .nav__dropdown li:first-child a {
      padding-left: 2rem; }
  .nav__dropdown a {
    display: inline-block;
    padding: .5rem 2rem;
    font-weight: 400;
    font-size: 14px;
	color:#fff; }

.social {
  min-height: 25px; }
  .social a {
    display: none; }
  .social iframe {
    margin-right: 1rem; }

	
	header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 6rem 0 0; }
/*
 * Layout styles (header, footer, sidebar, etc..)
 */



