@charset "UTF-8";
@font-face {
  font-family: 'BlackTie-Bold';
  src: url("../fonts/BlackTie-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BlackTie-Bold.otf") format("opentype"), url("../fonts/BlackTie-Bold.woff") format("woff"), url("../fonts/BlackTie-Bold.ttf") format("truetype"), url("../fonts/BlackTie-Bold.svg#BlackTie-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd-Bold';
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.otf") format("opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd-Book';
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.otf") format("opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd-Medium';
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.otf") format("opentype"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype"), url("../fonts/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GTPressuraMono';
  src: url("../fonts/GTPressuraMono.eot?#iefix") format("embedded-opentype"), url("../fonts/GTPressuraMono.woff") format("woff"), url("../fonts/GTPressuraMono.ttf") format("truetype"), url("../fonts/GTPressuraMono.svg#GTPressuraMono") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GTPressuraMonoTrial-Bold';
  src: url("../fonts/GTPressuraMonoTrial-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GTPressuraMonoTrial-Bold.otf") format("opentype"), url("../fonts/GTPressuraMonoTrial-Bold.woff") format("woff"), url("../fonts/GTPressuraMonoTrial-Bold.ttf") format("truetype"), url("../fonts/GTPressuraMonoTrial-Bold.svg#GTPressuraMonoTrial-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GTPressuraMonoTrial-Regular';
  src: url("../fonts/GTPressuraMonoTrial-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GTPressuraMonoTrial-Regular.otf") format("opentype"), url("../fonts/GTPressuraMonoTrial-Regular.woff") format("woff"), url("../fonts/GTPressuraMonoTrial-Regular.ttf") format("truetype"), url("../fonts/GTPressuraMonoTrial-Regular.svg#GTPressuraMonoTrial-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*** Button Style ***/
.primary-btn {
  float: left;
  width: 100%;
  background: #007ee5;
  border: 1px solid #007ee5;
  font-size: 14px;
  height: 38px;
  line-height: 37px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .primary-btn:hover {
    background: #c1c6c8; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #c1c6c8; }

html {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

body {
  font-family: "CircularStd-Book";
  font-size: 14px;
  line-height: 20px;
  background: white;
  color: #c1c6c8; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-family: "CircularStd-Bold";
  color: #007ee5; }

h1 {
  font-size: 42px;
  line-height: 44px; }

h2 {
  font-size: 34px;
  line-height: 34px; }

h3 {
  font-size: 28px;
  line-height: 30px;
  font-family: "CircularStd-Book"; }

h4 {
  font-size: 24px;
  line-height: 26px;
  font-family: "CircularStd-Book"; }

h5 {
  font-size: 20px;
  line-height: 22px;
  font-family: "CircularStd-Book";
  margin-bottom: 20px; }

h6 {
  font-size: 18px;
  line-height: 20px; }

p {
  margin-bottom: 30px; }

a {
  text-decoration: none;
  color: #007ee5;
  outline: 0px none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover,
a:focus,
a:active {
  color: rgba(0, 126, 229, 0.7);
  text-decoration: none;
  outline: 0px none; }

strong,
b {
  font-family: "CircularStd-Bold"; }

ul {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

img,
a img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  border: none 0;
  outline: 0px none; }

input:focus,
textarea:focus,
a:focus {
  outline: 0px none; }

@media screen and (max-width: 63.9375em) {
  body {
    font-size: 13px; } }
/*** Header *****************************************************************************************************************************************/
#header {
  float: left;
  width: 100%; }

.main-outercon {
  float: left;
  overflow: hidden;
  width: 100%; }

.header-container {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #007ee5; }
  .header-container .header-top {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 30px 0;
    float: left;
    width: 100%; }
  .header-container .header-logo {
    float: left; }
    .header-container .header-logo img {
      width: 30px;
      float: left; }
    .header-container .header-logo span {
      color: white;
      font-size: 19px;
      margin-left: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      opacity: 0;
      visibility: hidden;
      font-family: "CircularStd-Bold";
      float: right;
      line-height: 30px; }
  .header-container.header-fixed {
    top: 0;
    left: 0;
    position: fixed; }
    .header-container.header-fixed .header-logo {
      float: left; }
      .header-container.header-fixed .header-logo span {
        opacity: 1;
        visibility: visible; }

.header-right {
  float: right;
  position: relative;
  padding-right: 40px; }
  .header-right ul {
    float: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header-right ul li {
      display: inline-block;
      padding: 0 10px; }
      .header-right ul li a {
        color: #c1c6c8;
        font-family: "CircularStd-Medium";
        line-height: 30px; }
        .header-right ul li a:hover {
          color: white; }
  .header-right.menu-open ul {
    opacity: 1;
    visibility: visible; }

#nav-icon1 {
  float: right;
  width: 22px;
  height: 18px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  cursor: pointer; }
  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #nav-icon1 span:nth-child(1) {
      top: 0px; }
    #nav-icon1 span:nth-child(2) {
      top: 7px; }
    #nav-icon1 span:nth-child(3) {
      top: 14px; }
  #nav-icon1.open span:nth-child(1) {
    opacity: 0; }
  #nav-icon1.open span:nth-child(3) {
    opacity: 0; }

.js-off-canvas-overlay.is-visible {
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .js-off-canvas-overlay.is-overlay-absolute {
    background: rgba(0, 0, 0, 0.8);
    z-index: 999; }

  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }

  .header-container {
    position: inherit; }

  .header-container .header-logo span {
    display: inline-block; }

  #nav-icon1 {
    margin-top: 19px; }
    #nav-icon1 span {
      opacity: 1 !important; }

  .position-left.is-transition-push {
    background: #007ee5;
    padding: 30px 0;
    text-align: center; }
    .position-left.is-transition-push .canvas-logo-outer img {
      width: 75px; }

  .mobile-nav {
    margin-top: 30px; }
    .mobile-nav li {
      margin: 10px 0; }
      .mobile-nav li a {
        color: white;
        font-size: 16px; }
        .mobile-nav li a:hover {
          color: #c1c6c8; }

  .mean-container .mean-bar {
    background: #007ee5;
    min-height: inherit;
    padding: 0; }

  .mean-container .mean-nav {
    background: #007ee5;
    margin-top: 0; }

  .mean-container .mean-nav ul li {
    float: none;
    display: block;
    width: auto;
    padding: 0 15px; }

  .mean-container a.meanmenu-reveal {
    top: -38px; }

  .mean-container .mean-nav {
    margin-bottom: 0; }

  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: 1px solid white; }

  .mean-container .mean-nav ul li a {
    border-top: 1px solid white; }

  .mean-container .mean-nav ul {
    padding-top: 30px; }

  .mean-container .mean-nav ul li a {
    font-family: "CircularStd-Medium";
    text-transform: capitalize; }

  .meanmenu-reveal.meanclose:before {
    background: white;
    content: "";
    height: 3px;
    position: absolute;
    width: 22px;
    left: 13px;
    top: 22px; } }
/*------ footer ---------*/
.footer-container {
  float: left;
  width: 100%; }
  .footer-container .footer-top {
    float: left;
    width: 100%; }
    .footer-container .footer-top a {
      padding: 40px 0;
      float: left;
      width: 100%;
      background: #e0e2e3; }
      .footer-container .footer-top a h5 {
        float: left;
        margin: 0; }
      .footer-container .footer-top a span {
        float: right;
        font-family: "BlackTie-Bold";
        color: #007ee5; }
      .footer-container .footer-top a:hover {
        background: #eff1f1; }
  .footer-container .footer-bottom {
    float: left;
    width: 100%;
    background: #007ee5;
    padding: 40px 0; }
    .footer-container .footer-bottom .footer-contact {
      float: left; }
      .footer-container .footer-bottom .footer-contact span {
        float: left;
        margin-right: 20px;
        font-family: "CircularStd-Book";
        color: white; }
        .footer-container .footer-bottom .footer-contact span a {
          color: white; }
          .footer-container .footer-bottom .footer-contact span a:hover {
            color: #c1c6c8; }
    .footer-container .footer-bottom .footer-right {
      float: right; }
      .footer-container .footer-bottom .footer-right span {
        color: white; }
        .footer-container .footer-bottom .footer-right span a {
          font-family: "CircularStd-Bold";
          color: white; }
          .footer-container .footer-bottom .footer-right span a:hover {
            color: #c1c6c8; }

.banner-outerblock {
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden; }
  .banner-outerblock:before {
    background: rgba(224, 226, 227, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9; }
  .banner-outerblock > img {
    width: 1360px;
    max-width: none;
    position: relative;
    margin-left: -680px;
    left: 50%;
    opacity: .6;
    float: left; }
  .banner-outerblock .banner-content {
    background: #c1c6c8, 0.7;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 66%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9; }
    .banner-outerblock .banner-content .banner-top {
      float: left;
      width: 100%;
      margin-bottom: 96px; }
      .banner-outerblock .banner-content .banner-top h2 {
        margin-bottom: 10px; }
    .banner-outerblock .banner-content .banner-bottom {
      float: left;
      width: 100%; }
      .banner-outerblock .banner-content .banner-bottom h5 {
        float: left;
        margin: 0; }
      .banner-outerblock .banner-content .banner-bottom a {
        float: right;
        font-size: 20px; }
        .banner-outerblock .banner-content .banner-bottom a span {
          color: #1779ba;
          margin-left: 4px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .banner-outerblock .banner-content .banner-bottom a:hover {
          color: white; }
          .banner-outerblock .banner-content .banner-bottom a:hover span {
            color: white; }

.content-container {
  float: left;
  width: 100%; }

.section-title {
  float: left;
  width: 100%; }
  .section-title h5 {
    font-family: "CircularStd-Bold";
    float: left;
    margin-bottom: 0; }
  .section-title a {
    float: right;
    color: #c1c6c8; }
    .section-title a span {
      color: #c1c6c8;
      margin-left: 4px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .section-title a:hover {
      color: #007ee5; }
      .section-title a:hover span {
        color: #007ee5; }

.main-block {
  float: left;
  width: 100%; }
  .main-block .section-title .title-inner {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 2px solid #e0e2e3; }
  .main-block:first-child .section-title .title-inner {
    border: none; }
  .main-block .inner-block {
    float: left;
    width: 100%;
    padding-bottom: 65px; }
    .main-block .inner-block .font-bold {
      font-family: "CircularStd-Bold"; }
    .main-block .inner-block .bottom-positioned {
      float: left;
      padding-top: 143px;
      width: 100%; }
      .main-block .inner-block .bottom-positioned p strong {
        font-family: "GTPressuraMonoTrial-Bold"; }
    .main-block .inner-block .block-left {
      float: left;
      width: 100%;
      border-top: 2px solid #e0e2e3;
      padding-top: 35px; }
      .main-block .inner-block .block-left > h5 {
        margin-bottom: 13px; }
      .main-block .inner-block .block-left p strong {
        font-family: "GTPressuraMonoTrial-Bold"; }
      .main-block .inner-block .block-left ul li {
        position: relative;
        padding-left: 16px; }
        .main-block .inner-block .block-left ul li:before {
          content: "•";
          position: absolute;
          top: -1;
          left: 0; }
    .main-block .inner-block .block-right {
      float: left;
      width: 100%; }
      .main-block .inner-block .block-right .image-placeholder {
        float: left;
        width: 100%;
        position: relative;
        min-height: 195px;
        padding: 20px;
        border: 2px solid #e0e2e3; }
        .main-block .inner-block .block-right .image-placeholder img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          left: 50%;
          top: 50%;
          height: auto;
          width: 65%; }
        .main-block .inner-block .block-right .image-placeholder.no-border {
          border: none; }
        .main-block .inner-block .block-right .image-placeholder.small {
          min-height: 85px; }
        .main-block .inner-block .block-right .image-placeholder.full-width {
          padding: 0;
          height: 195px; }
          .main-block .inner-block .block-right .image-placeholder.full-width img {
            float: left;
            width: 100%;
            height: 100%;
            padding: 0;
            position: inherit;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
            top: inherit;
            left: inherit; }
        .main-block .inner-block .block-right .image-placeholder.typeface-placeholder {
          margin-bottom: 20px; }
          .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            left: 50%;
            top: 50%;
            padding: 0 40px;
            width: 100%; }
            .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h2 {
              text-align: center;
              font-size: 102px;
              margin: 0; }
            .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h4 {
              font-family: "CircularStd-Bold";
              line-height: 28px;
              letter-spacing: -.5px; }
        .main-block .inner-block .block-right .image-placeholder.typeface-fullwidth h4 {
          color: #c1c6c8;
          line-height: 33px !important;
          letter-spacing: 0.5px !important; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.primary {
          background: #007ee5; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.secondary {
          background: #c1c6c8; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.light-1 {
          background: #e0e2e3; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.light-2 {
          background: #eff1f1; }
      .main-block .inner-block .block-right .download-link-block {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px; }
        .main-block .inner-block .block-right .download-link-block .download-text {
          float: left; }
          .main-block .inner-block .block-right .download-link-block .download-text:before {
            content: "";
            font-family: "BlackTie-Bold";
            color: #e0e2e3; }
          .main-block .inner-block .block-right .download-link-block .download-text a:hover {
            color: #007ee5; }
          .main-block .inner-block .block-right .download-link-block .download-text.hover-text a:hover:before {
            content: "Downloaded files are for DIGITAL USE ONLY";
            position: absolute;
            right: 0;
            color: #e0e2e3; }
          .main-block .inner-block .block-right .download-link-block .download-text a {
            color: #e0e2e3;
            font-family: "GTPressuraMonoTrial-Bold"; }
          .main-block .inner-block .block-right .download-link-block .download-text:hover:before {
            color: #007ee5; }
      .main-block .inner-block .block-right .color-profile-logos {
        float: left;
        width: 100%; }
        .main-block .inner-block .block-right .color-profile-logos .color-profile-logo {
          float: left;
          width: 100%; }
          .main-block .inner-block .block-right .color-profile-logos .color-profile-logo.grey .image-placeholder {
            background: #e0e2e3; }
          .main-block .inner-block .block-right .color-profile-logos .color-profile-logo.blue .image-placeholder {
            background: #007ee5; }
          .main-block .inner-block .block-right .color-profile-logos .color-profile-logo.yellow .image-placeholder {
            background: #ffbe0a; }
        .main-block .inner-block .block-right .color-profile-logos.misuse-logos .color-profile-logo {
          position: relative; }
          .main-block .inner-block .block-right .color-profile-logos.misuse-logos .color-profile-logo:before {
            background: #fd5a53;
            bottom: 0;
            content: "";
            left: 50%;
            position: absolute;
            right: 0;
            top: 0;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            width: 2px;
            z-index: 1; }
          .main-block .inner-block .block-right .color-profile-logos.misuse-logos .color-profile-logo img {
            padding: 0;
            width: 80%; }
        .main-block .inner-block .block-right .color-profile-logos.misuse-logos .column-block {
          margin-bottom: 0; }
        .main-block .inner-block .block-right .color-profile-logos.misuse-logos h6 {
          font-family: "CircularStd-Book";
          font-size: 14px;
          color: #c1c6c8;
          margin: 15px 0;
          float: left;
          width: 100%; }
      .main-block .inner-block .block-right .purchase-link {
        font-family: "GTPressuraMonoTrial-Regular";
        color: #e0e2e3;
        text-transform: uppercase; }
        .main-block .inner-block .block-right .purchase-link:before {
          content: "";
          font-family: "BlackTie-Bold";
          margin-right: 10px; }
        .main-block .inner-block .block-right .purchase-link:hover {
          color: #007ee5; }
      .main-block .inner-block .block-right .color-details {
        float: left;
        width: 100%;
        margin-top: 10px; }
        .main-block .inner-block .block-right .color-details span {
          display: block;
          font-family: "GTPressuraMonoTrial-Regular";
          color: #e0e2e3; }
          .main-block .inner-block .block-right .color-details span.color-title {
            font-family: "GTPressuraMonoTrial-Bold";
            color: #c1c6c8; }
    .main-block .inner-block.secondary-typeface h2 {
      font-family: "GTPressuraMonoTrial-Regular"; }
    .main-block .inner-block.secondary-typeface .block-right .typeface-placeholder .typeface-inner h2 {
      font-family: "GTPressuraMonoTrial-Regular"; }
    .main-block .inner-block.secondary-typeface .block-right .typeface-placeholder .typeface-inner h4 {
      font-family: "GTPressuraMonoTrial-Regular"; }
      .main-block .inner-block.secondary-typeface .block-right .typeface-placeholder .typeface-inner h4 span {
        font-family: "GTPressuraMono"; }
    .main-block .inner-block.secondary-typeface .block-right .typeface-placeholder.typeface-fullwidth .typeface-inner h4 {
      letter-spacing: 3.8px !important; }
    .main-block .inner-block.secondary-typeface .font-bold {
      font-family: "GTPressuraMonoTrial-Bold"; }

.position-left.is-transition-push {
  z-index: 9999; }

.typeface-block h2 {
  margin-bottom: 20px; }
.typeface-block .block-left > h5 {
  margin-bottom: 28px !important; }
.typeface-block .block-left .font-bold {
  font-family: "CircularStd-Bold"; }
.typeface-block .block-left .font-medium {
  font-family: "CircularStd-Medium"; }

.main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h2 {
  margin-bottom: 0;
  line-height: 104px; }

@media only screen and (min-width: 1364px) {
  .banner-outerblock {
    max-height: 510px; }
    .banner-outerblock > img {
      width: 100%;
      left: auto;
      margin-left: 0; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h2 {
    font-size: 64px; }

  .main-block .section-title .title-inner {
    padding-top: 70px;
    padding-bottom: 60px; }

  .main-block .inner-block .block-left {
    padding-top: 60px; }

  .main-block .inner-block .block-right .image-placeholder {
    min-height: 150px; }

  .main-block .inner-block .block-right .image-placeholder.small {
    min-height: 70px; }

  .main-block .inner-block {
    padding-bottom: 40px; }

  .main-block .inner-block .bottom-positioned {
    padding-top: 100px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-fullwidth h4 {
    font-size: 20px; }

  .main-block .inner-block .block-right .color-profile-logos .color-profile-logo .image-placeholder.full-width {
    min-height: 150px;
    height: 150px; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .content-container {
    padding: 0 20px; }

  .banner-outerblock .banner-content {
    padding: 0 20px; }

  .header-container .header-top {
    padding: 30px  20px; }

  .footer-container .footer-top a, .footer-container .footer-bottom {
    padding: 40px 20px; }

  .main-block .inner-block .block-right .color-profile-logos.misuse-logos h6 {
    font-size: 11px;
    margin: 10px 0; }

  .main-block .inner-block .block-right .image-placeholder {
    min-height: 100px; }

  .main-block .inner-block .block-left {
    padding-top: 40px; }

  .main-block .section-title .title-inner {
    padding-top: 50px;
    padding-bottom: 40px; }

  .main-block .inner-block {
    padding-bottom: 20px; }

  .main-block .inner-block .bottom-positioned {
    padding-top: 80px; }

  .main-block .inner-block .block-right .color-profile-logo .image-placeholder {
    min-height: 180px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner {
    padding: 10px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h2 {
    font-size: 60px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h4 {
    font-size: 18px;
    line-height: 22px; }

  .main-block .inner-block .block-right .color-profile-logo .image-placeholder {
    min-height: 130px;
    height: 130px; }

  .main-block .inner-block .block-right .color-profile-logo .image-placeholder.small {
    min-height: 60px; }

  .main-block .inner-block .block-right .image-placeholder.full-width {
    height: auto; }

  .main-block .inner-block .block-right .color-profile-logos .color-profile-logo .image-placeholder.full-width {
    min-height: 130px;
    height: 130px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .color-profile-logos .medium-4 {
    width: 33.3333%; } }
@media screen and (max-width: 47.9375em) {
  .content-container {
    padding: 0 20px; }

  .banner-outerblock .banner-content {
    padding: 0 20px; }

  .header-container .header-top {
    padding: 30px  20px; }

  .footer-container .footer-top a, .footer-container .footer-bottom {
    padding: 40px 20px; }

  p {
    margin-bottom: 20px; }

  .header-container.header-fixed {
    position: static; }

  .header-container .header-logo span {
    display: none; }

  .main-block .inner-block .block-right {
    padding-left: 0; }

  .banner-outerblock {
    overflow: hidden !important; }
    .banner-outerblock > img {
      max-width: none;
      width: 1000px;
      left: 50%;
      margin-left: -500px;
      position: relative; }

  .banner-top h3 {
    font-size: 24px; }

  .banner-outerblock .banner-content .banner-bottom h5 {
    font-size: 18px; }

  .banner-outerblock .banner-content .banner-top {
    margin-bottom: 70px; }

  .banner-outerblock .banner-content .banner-bottom a {
    float: left;
    font-size: 16px;
    margin-top: 5px;
    width: 100%; }

  .content-height,
  .head-height {
    display: none !important; }

  .main-block .section-title .title-inner {
    padding-top: 40px;
    padding-bottom: 30px; }

  .main-block .inner-block .bottom-positioned {
    padding-top: 20px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-fullwidth h4 {
    font-size: 20px; }

  .footer-container .footer-bottom .footer-right {
    float: left;
    margin-top: 20px;
    width: 100%; }

  .main-block .inner-block {
    padding-bottom: 10px; }

  .block-left ul {
    margin-bottom: 20px; }

  .main-block .inner-block .block-right .image-placeholder {
    min-height: 140px; }

  .main-block .inner-block .block-right .image-placeholder.full-width {
    height: auto;
    min-height: inherit; }

  .banner-outerblock .banner-content {
    top: 55%; }

  .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner {
    padding: 0 25px; }

  .main-block .inner-block.secondary-typeface .block-right .typeface-placeholder.typeface-fullwidth .typeface-inner h4 {
    letter-spacing: 3px !important; } }
@media only screen and (max-width: 479px) {
  .banner-outerblock .banner-content .banner-top h2 {
    font-size: 30px; }

  .banner-top h3 {
    font-size: 18px;
    line-height: 22px; }

  .main-block .inner-block .block-right .image-placeholder {
    min-height: 120px; }

  .main-block .inner-block .block-right .color-profile-logos {
    text-align: center; }
    .main-block .inner-block .block-right .color-profile-logos .color-profile-logo {
      display: inline-block;
      float: none !important;
      max-width: 200px;
      width: 100%; }
      .main-block .inner-block .block-right .color-profile-logos .color-profile-logo .image-placeholder {
        min-height: 180px; }
        .main-block .inner-block .block-right .color-profile-logos .color-profile-logo .image-placeholder.small {
          min-height: 60px; }
    .main-block .inner-block .block-right .color-profile-logos.secondary-images .color-profile-logo {
      max-width: 100%; }

  .main-block .inner-block .block-right .color-profile-logos.misuse-logos .color-profile-logo .image-placeholder {
    min-height: 130px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner {
    padding: 20px 10px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h4 {
    font-size: 18px; }

  .section-title a {
    float: left;
    margin-top: 10px;
    width: 100%; }

  .main-block .section-title .title-inner {
    padding-bottom: 10px; }

  .main-block .inner-block .block-right .color-profile-logos.misuse-logos h6 {
    font-size: 12px;
    margin: 10px 0; }

  .main-block .inner-block.secondary-typeface .block-right .typeface-placeholder.typeface-fullwidth .typeface-inner h4 {
    letter-spacing: 0 !important; }

  .footer-container .footer-top a h5 {
    font-size: 16px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-fullwidth h4 {
    font-size: 12px !important; }

  .main-block .inner-block.secondary-typeface .block-right .image-placeholder.typeface-fullwidth h4 {
    font-size: 14px !important; } }

/*# sourceMappingURL=style.css.map */
