@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: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.otf") format("opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.otf") format("opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.otf") format("opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*** Button Style ***/
.primary-btn {
  float: left;
  width: 100%;
  background: #3399ff;
  border: 1px solid #3399ff;
  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: #c8cdcd; }

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: #c8cdcd; }

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: "Gilroy-Medium";
  font-size: 14px;
  line-height: 20px;
  background: white;
  color: #c8cdcd; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-family: "Gilroy-Bold";
  color: #3399ff; }

h1 {
  font-size: 42px;
  line-height: 44px; }

h2 {
  font-size: 34px;
  line-height: 34px; }

h3 {
  font-size: 28px;
  line-height: 30px;
  font-family: "Gilroy-Medium"; }

h4 {
  font-size: 24px;
  line-height: 26px;
  font-family: "Gilroy-Medium"; }

h5 {
  font-size: 20px;
  line-height: 22px;
  font-family: "Gilroy-Medium";
  margin-bottom: 20px; }

h6 {
  font-size: 18px;
  line-height: 20px; }

p {
  margin-bottom: 30px; }

a {
  text-decoration: none;
  color: #3399ff;
  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(51, 153, 255, 0.7);
  text-decoration: none;
  outline: 0px none; }

strong,
b {
  font-family: "Gilroy-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; }
  .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%;
    background: #3399ff; }
  .header-container.header-fixed {
    top: 0;
    left: 0;
    position: fixed; }

.header-logo {
  float: left; }
  .header-logo img {
    width: 215px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }

.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: #c8cdcd;
        font-family: "Gilroy-SemiBold";
        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: 10px; }
    #nav-icon1 span {
      opacity: 1 !important; }

  .position-left.is-transition-push {
    background: #3399ff;
    padding: 30px 0;
    text-align: center; }
    .position-left.is-transition-push .canvas-logo-outer img {
      width: 200px; }

  .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: #c8cdcd; }

  .header-logo img {
    float: left;
    position: inherit;
    top: inherit;
    transform: none; }

  .mean-container .mean-bar {
    background: #3399ff;
    min-height: inherit;
    padding: 0; }

  .mean-container .mean-nav {
    background: #3399ff;
    margin-top: 0; }

  .mean-container .mean-nav ul li {
    float: none;
    display: block;
    width: auto;
    padding: 0 15px; }

  .mean-container a.meanmenu-reveal {
    top: -33px; }

  .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: "Gilroy-SemiBold";
    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: #bdc3c3; }
      .footer-container .footer-top a h5 {
        float: left;
        margin: 0;
        color: white; }
      .footer-container .footer-top a span {
        float: right;
        font-family: "BlackTie-Bold";
        color: white; }
      .footer-container .footer-top a:hover {
        background: #e3e6e6; }
  .footer-container .footer-bottom {
    float: left;
    width: 100%;
    background: #3399ff;
    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: "Gilroy-Medium";
        color: white; }
        .footer-container .footer-bottom .footer-contact span a {
          color: white; }
          .footer-container .footer-bottom .footer-contact span a:hover {
            color: #c8cdcd; }
    .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: "Gilroy-Bold";
          color: white; }
          .footer-container .footer-bottom .footer-right span a:hover {
            color: #c8cdcd; }

.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(189, 195, 195, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9; }
  .banner-outerblock > img {
    width: 1410px;
    max-width: none;
    position: relative;
    margin-left: -705px;
    left: 50%;
    opacity: .6;
    float: left; }
  .banner-outerblock .banner-content {
    background: #c8cdcd, 0.7;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 64.6%;
    -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: 67px;
      color: white; }
      .banner-outerblock .banner-content .banner-top h2 {
        color: white;
        margin-bottom: 10px; }
    .banner-outerblock .banner-content .banner-bottom {
      float: left;
      width: 100%;
      border-top: 2px solid white;
      padding-top: 17px; }
      .banner-outerblock .banner-content .banner-bottom h5 {
        color: white;
        float: left;
        margin: 0; }
      .banner-outerblock .banner-content .banner-bottom a {
        float: right;
        font-size: 20px;
        color: white; }
        .banner-outerblock .banner-content .banner-bottom a span {
          color: white;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          margin-left: 4px; }
        .banner-outerblock .banner-content .banner-bottom a:hover {
          color: #1779ba; }
          .banner-outerblock .banner-content .banner-bottom a:hover span {
            color: #1779ba; }

@media only screen and (min-width: 1410px) {
  .banner-outerblock {
    max-height: 510px; }
    .banner-outerblock > img {
      width: 100%;
      left: auto;
      margin-left: 0; } }
@media screen and (max-width: 47.9375em) {
  .banner-outerblock .banner-content {
    top: 60%; } }
.content-container {
  float: left;
  width: 100%; }

.section-title {
  float: left;
  width: 100%; }
  .section-title h5 {
    font-family: "Gilroy-Bold";
    float: left;
    margin-bottom: 0; }
  .section-title a {
    float: right;
    color: #c8cdcd; }
    .section-title a span {
      color: #c8cdcd;
      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: #3399ff; }
      .section-title a:hover span {
        color: #3399ff; }

.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 #bdc3c3; }
  .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 .bottom-positioned {
      float: left;
      padding-top: 143px;
      width: 100%; }
      .main-block .inner-block .bottom-positioned .font-bold {
        font-family: "Gilroy-Bold"; }
    .main-block .inner-block .block-left {
      float: left;
      width: 100%;
      border-top: 2px solid #bdc3c3;
      padding-top: 35px; }
      .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-left .font-bold {
        font-family: "Gilroy-Bold"; }
      .main-block .inner-block .block-left .font-semibold {
        font-family: "Gilroy-SemiBold"; }
    .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: 180px;
        padding: 20px;
        border: 2px solid #bdc3c3; }
        .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%;
          padding: 30px; }
        .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 {
          border: none;
          padding: 0; }
          .main-block .inner-block .block-right .image-placeholder.full-width img {
            width: 100%;
            position: inherit;
            -webkit-transform: translate(0);
            -moz-transform: translate(0);
            -o-transform: translate(0);
            transform: translate(0);
            left: inherit;
            right: inherit;
            padding: 0;
            border: 2px solid #bdc3c3; }
        .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: 30px 40px;
            width: 100%; }
            .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h2 {
              text-align: center;
              font-size: 102px; }
            .main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h4 {
              font-family: "Gilroy-Bold"; }
        .main-block .inner-block .block-right .image-placeholder.typeface-fullwidth h4 {
          color: #c8cdcd;
          line-height: 32px;
          letter-spacing: 2.8px; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.primary {
          background: #3399ff; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.secondary {
          background: #c8cdcd; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.light-1 {
          background: #bdc3c3; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.light-2 {
          background: #e3e6e6; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.darkblue {
          background: #003c82; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.violet {
          background: #5940c6; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.grey3 {
          background: #919b9b; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.magenta {
          background: #e52e5a; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.orange {
          background: #fd5a53; }
        .main-block .inner-block .block-right .image-placeholder.color-palette.yellow {
          background: #ffa014; }
      .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: #e3e6e6; }
          .main-block .inner-block .block-right .download-link-block .download-text a:hover {
            color: #3399ff; }
          .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: #e3e6e6; }
          .main-block .inner-block .block-right .download-link-block .download-text a {
            color: #e3e6e6;
            font-family: "Gilroy-Bold"; }
          .main-block .inner-block .block-right .download-link-block .download-text:hover:before {
            color: #3399ff; }
      .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: #bdc3c3; }
          .main-block .inner-block .block-right .color-profile-logos .color-profile-logo.blue .image-placeholder {
            background: #3399ff; }
          .main-block .inner-block .block-right .color-profile-logos .color-profile-logo.violet .image-placeholder {
            background: #5940c6; }
        .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:before img {
              padding: 0; }
      .main-block .inner-block .block-right .purchase-link {
        font-family: "Gilroy-Bold";
        color: #e3e6e6;
        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: #3399ff; }
      .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: "Gilroy-Medium";
          color: #bdc3c3; }
          .main-block .inner-block .block-right .color-details span.color-title {
            font-family: "Gilroy-Bold";
            color: #c8cdcd; }
    .main-block .inner-block.secondary-typeface h2 {
      font-family: "serifa"; }
    .main-block .inner-block.secondary-typeface .font-bold {
      font-family: "serifa";
      font-weight: 700; }
    .main-block .inner-block.secondary-typeface .block-right .typeface-placeholder .typeface-inner h2 {
      font-family: "serifa";
      margin-bottom: 0 !important;
      line-height: 104px; }
    .main-block .inner-block.secondary-typeface .block-right .typeface-placeholder .typeface-inner h4 {
      font-family: "serifa"; }

.position-left.is-transition-push {
  z-index: 9999; }

.typeface-block h2 {
  margin-bottom: 20px; }
.typeface-block .block-left > h5 {
  margin-bottom: 28px !important; }

.main-block .inner-block .block-right .image-placeholder.typeface-placeholder .typeface-inner h2 {
  margin-bottom: 0;
  line-height: 104px; }

@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; } }
@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 .image-placeholder {
    min-height: 150px; }

  .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: 120px; }

  .main-block .inner-block .block-right .color-profile-logo .image-placeholder.small {
    min-height: 60px; } }
@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; }

  .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;
    width: 100%;
    margin-top: 20px; }

  .main-block .inner-block {
    padding-bottom: 10px; }

  .block-left ul {
    margin-bottom: 20px; } }
@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: 120px; }
        .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-fullwidth h4 {
    font-size: 14px !important; }

  .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 .image-placeholder.typeface-placeholder .typeface-inner h4 {
    font-size: 18px; }

  .main-block .inner-block .block-right .image-placeholder.typeface-fullwidth h4 {
    letter-spacing: 1px;
    font-size: 12px !important;
    line-height: 24px; }

  .footer-container .footer-top a h5 {
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
