@charset "utf-8";
@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriadprobold.eot');
    src: url('../fonts/myriadprobold.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadprobold.woff') format('woff'), url('../fonts/myriadprobold.ttf') format('truetype'), url('../fonts/myriadprobold.svg#myriadprobold') format('svg');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriadproregular.eot');
    src: url('../fonts/myriadproregular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadproregular.woff') format('woff'), url('../fonts/myriadproregular.ttf') format('truetype'), url('../fonts/myriadproregular.svg#myriadproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriadwebproitalic.eot');
    src: url('../fonts/myriadwebproitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadwebproitalic.woff') format('woff'), url('../fonts/myriadwebproitalic.ttf') format('truetype'), url('../fonts/myriadwebproitalic.svg#myriadwebproitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-bold.eot');
    src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-bold.woff') format('woff'), url('../fonts/gotham-bold.ttf') format('truetype'), url('../fonts/gotham-bold.svg#gotham-bold') format('svg');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-medium.eot');
    src: url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-medium.woff') format('woff'), url('../fonts/gotham-medium.ttf') format('truetype'), url('../fonts/gotham-medium.svg#gotham-medium') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-book.eot');
    src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book.woff') format('woff'), url('../fonts/gotham-book.ttf') format('truetype'), url('../fonts/gotham-book.svg#gotham-book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-light.eot');
    src: url('../fonts/gotham-light.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-light.woff') format('woff'), url('../fonts/gotham-light.ttf') format('truetype'), url('../fonts/gotham-light.svg#gotham-light') format('svg');
    font-weight: lighter;
    font-style: normal;
}

html,
html * {
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

body,
html,
section,
div {
    overflow-x: hidden;
}

body {
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    color: #333;
    margin: 0px !important;
}

body * {
    color: #333;
    box-sizing: border-box;
}

p,
div,
header,
section,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    position: relative;
}

em,
strong {
    color: inherit;
}

strong {
    font-weight: bold;
}

p,
span {
    font-size: inherit;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 27px;
}

a img {
    border: none;
}

ul,
ul li {
    font-size: inherit;
    list-style: square;
    list-style-type: square;
    padding-left: 10px;
}

ul {
    padding-left: 25px;
}

li {
    margin-top: 15px;
}

.rc-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    max-width: 80px;
    max-height: 80px;
    height: auto;
    z-index: 1;
}

.font-18 {
    font-size: 18px !important;
    line-height: 32px;
}

.line-height-0 {
    line-height: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    -webkit-appearance: none;
}

.hover-opacity,
.hover-opacity * {
    opacity: 0.7;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.hover-opacity:hover,
hover-opacity *:hover {
    opacity: 1;
}

.text-shadow-dark {
    text-shadow: 0px 0px 3px #000;
}

.no-dec {
    text-decoration: none;
}

a.no-dec:hover {
    text-decoration: underline;
}

a.no-dec-hover:hover {
    text-decoration: none !important;
}

.underline {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    text-decoration: underline;
}

.normal {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: normal !important;
}

.aqua,
.aqua-dark,
.purple,
.pink,
.yellow,
.white,
.dark-gray,
.green,
.light-yellow,
.grey,
.blue,
.red,
.orange {
    font-size: inherit;
}

.aqua {
    color: #0ee !important;
}

.aqua-dark {
    color: #0cc !important;
}

.purple {
    color: #ff00de !important;
}

.pink {
    color: #ff33ff !important;
}

.yellow {
    color: #fff600 !important;
}

.light-yellow {
    color: #ffff77 !important;
}

.white {
    color: #eee !important;
}

.green {
    color: #af0 !important;
}

.grey {
    color: #666 !important;
}

.blue {
    color: #008 !important;
}

.red {
    color: #f00 !important;
}

.orange,
li a.orange {
    color: #f90 !important;
}

.dark-gray {
    color: rgb(34, 34, 34) !important;
}

.icon-image {
    width: 30%;
}

.icon-image-100 {
    width: 100px;
    height: auto;
}

.icon-image-150 {
    width: 150px;
    height: auto;
}

.icon-image-200 {
    width: 200px;
    height: auto;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.margin-top {
    margin-top: 35px !important;
}

.margin-top-larger {
    margin-top: 90px !important;
}

.margin-bottom {
    margin-bottom: 25px !important;
}

.margin-bottom-larger {
    margin-bottom: 90px !important;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.aligncenter {
    margin: 0 auto;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 10px 25px 15px 0;
}

.alignright {
    float: right;
}

img.alignright {
    margin: 10px 0 15px 25px;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.fixed {
    position: fixed;
    -webkit-transform: translateZ(0);
}

.top-left {
    top: 0px;
    left: 0px;
}

.top-right {
    top: 0px;
    right: 0px;
}

.bottom-left {
    bottom: 0px;
    left: 0px;
}

.bottom-right {
    bottom: 0px;
    right: 0px;
}

.full-size {
    width: 100%;
    height: 100%;
}

.height-100 {
    height: 100%;
}

.height-50 {
    height: 50%;
}

.height-33 {
    height: 33.33%;
}

.height-0 {
    height: 0;
}

.width-100 {
    width: 100%;
}

.width-90 {
    width: 90%;
}

.width-75 {
    width: 75%;
}

.width-50 {
    width: 50%;
}

.width-47 {
    width: 47%;
}

.width-33 {
    width: 33%;
}

.width-20 {
    width: 20%;
}

.width-auto {
    width: auto;
}

.auto-height {
    height: auto;
}

.no-overflow {
    overflow: hidden;
}

.no-margin {
    margin: 0;
}

.low-zindex {
    z-index: -999;
}

.high-zindex {
    z-index: 999;
}

.opacity-0 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.opacity-50 {
    opacity: 0.7;
    filter: alpha(opacity=50);
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.strong {
    font-weight: bold;
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.box-shadow-grey {
    -webkit-box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, .2);
}

.box-shadow-small-grey {
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .3);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .3);
}

.box-shadow-white {
    -webkit-box-shadow: 5px 5px 12px 0px rgba(255, 255, 255, .5);
    -moz-box-shadow: 5px 5px 12px 0px rgba(255, 255, 255, .5);
    box-shadow: 5px 5px 12px 0px rgba(255, 255, 255, .5);
}

.box-shadow-small-white {
    -webkit-box-shadow: 1px 3px 7px 0px rgba(255, 255, 255, .5);
    -moz-box-shadow: 1px 3px 7px 0px rgba(255, 255, 255, .5);
    box-shadow: 1px 3px 7px 0px rgba(255, 255, 255, .5);
}

.box-shadow-inset-blue {
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(255, 229, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(255, 229, 0, 0.75);
    box-shadow: inset 0px 0px 25px 0px rgba(255, 229, 0, 0.75);
}


/* TRANSITIONS */

.transition-250 {
    transition: all 250ms;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.transition-500 {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.transition-750 {
    transition: all 750ms;
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -o-transition: all 750ms ease;
}

.transition-1000 {
    transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.transition-1500 {
    transition: all 1500ms ease;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
}


/* FORMS */

.inp-box {
    width: 200px;
    height: 22px;
    padding: 5px;
    color: #222;
    margin: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-15 {
    padding: 15px;
}

.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.p15 {
    padding: 15px;
}

.p25 {
    padding: 25px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt15 {
    padding-top: 15px;
}

.rec-gold {
    color: rgb(224, 199, 97) !important;
}

.rec-yellow {
    color: rgb(242, 221, 68) !important;
}

.rec-red {
    color: #fe2901 !important;
}

.rec-orange {
    color: rgb(229, 90, 57) !important;
}

.radio-orange {
    color: rgb(249, 92, 65) !important;
}

.radio-green {
    color: rgb(188, 188, 23) !important;
}

.radio-navy {
    color: rgb(28, 34, 45) !important;
}

.culinary-red {
    color: #EE4036 !important;
}

.culinary-orange {
    color: #F2B11E !important;
}

.culinary-steel {
    color: rgb(155, 164, 177) !important;
}

.film-blue {
    color: rgb(147, 193, 198) !important;
}

.film-orange {
    color: rgb(232, 105, 66) !important;
}

.bg-rec-black {
    background-color: #000;
}

.bg-rec-red {
    background-color: #fe2901;
}

.bg-rec-navy {
    background-color: rgb(24, 27, 34);
}

.bg-rec-purple {
    background-color: rgba(49, 45, 140, 1) !important;
}

.bg-rec-orange {
    background-color: rgb(229, 90, 57);
}

.bg-rec-gold {
    background-color: rgb(224, 199, 97);
}

.bg-rec-yellow {
    background-color: rgb(242, 221, 68);
}

.bg-culinary-black {
    background-color: #000;
}

.bg-culinary-red {
    background-color: rgb(255, 51, 0);
}

.bg-culinary-steel {
    background-color: rgb(155, 164, 177);
}

.bg-radio-orange {
    background-color: rgb(249, 92, 65);
}

.bg-radio-green {
    background-color: rgb(188, 188, 23);
}

.bg-radio-navy {
    background-color: rgb(28, 34, 45);
}

.bg-film-orange {
    background-color: rgb(232, 105, 66);
}

.bg-film-gray {
    background-color: #f2f2f2;
}

.bg-film-dark-gray {
    background-color: rgb(34, 34, 34);
}

.border {
    border-style: solid;
}

.no-border {
    border: none !important;
}

.border-rec-purple {
    border-color: rgba(49, 45, 140, 1);
}

.border-rec-red {
    border-color: #fe2901;
}

.border-rec-gold {
    border-color: rgb(224, 199, 97);
}

.border-film-orange {
    border-color: rgb(232, 105, 66);
}

.border-radio-green {
    border-color: rgb(188, 188, 23);
}

.border-bottom-2 {
    border-bottom-width: 2px;
}

.border-bottom-5 {
    border-bottom-width: 5px;
}

.border-top-5 {
    border-top-width: 5px;
}

.border-bottom-10 {
    border-bottom-width: 10px;
}

.border-top-10 {
    border-top-width: 10px;
}

.triangle {
    overflow: visible;
}

.top-triangle-down-navy::before,
.top-triangle-down-purple::before,
.top-triangle-down-red::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(24, 27, 33) transparent transparent transparent;
    border-color: #2F2E48 transparent transparent transparent;
}

.bottom-triangle-down-purple::before,
.top-triangle-down-purple::before {
    border-color: rgba(49, 45, 140, 1) transparent transparent transparent !important;
}

.bottom-triangle-down-red::before,
.top-triangle-down-red::before {
    border-color: #fe2901 transparent transparent transparent !important;
}

.bottom-triangle-down-black::before {
    border-color: #000000 transparent transparent transparent !important;
}

.bottom-triangle-down-navy::before,
.bottom-triangle-down-purple::before,
.bottom-triangle-down-red::before,
.bottom-triangle-down-black::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(24, 27, 33) transparent transparent transparent;
    border-color: #2F2E48 transparent transparent transparent;
}

.bottom-triangle-down-radio-navy::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(28, 34, 45) transparent transparent transparent;
    border-color: #2F2E48 transparent transparent transparent;
}

.bottom-triangle-down-radio-green::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(188, 188, 23) transparent transparent transparent;
}

.bottom-triangle-down-orange::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(229, 90, 57) transparent transparent transparent;
}

.bottom-triangle-down-radio-orange::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(249, 92, 65) transparent transparent transparent;
}

.bottom-triangle-down-yellow::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(242, 221, 68) transparent transparent transparent;
}

.bottom-triangle-down-rec-gold::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(224, 199, 97) transparent transparent transparent;
}

.bottom-triangle-down-film-dark-gray::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgb(34, 34, 34) transparent transparent transparent;
}

.main-section {
    overflow: hidden;
}


/****************************************************************************************************************************/


/* Narrow Browser Windows and Smartphones in both orientations. *************************************************************/

@media only screen and (min-width: 0px) and (max-width: 679px) {
    .no-mobile {
        display: none !important;
    }
    .width-47,
    img.width-47,
    .width-50,
    img.width-50,
    .width-33 {
        margin-bottom: 30px;
        width: 100%;
    }
}


/****************************************************************************************************************************/


/* Narrow Browser Windows and Smartphones in both orientations. *************************************************************/

@media only screen and (min-width: 0px) and (max-width: 679px) and (orientation: landscape) {}


/************************************************************************************************************************/


/* Small Browser Windows and Tablets in both orientations. **************************************************************/

@media only screen and (min-width: 680px) and (max-width: 1280px) {
    .no-tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .hide-under-1024 {
        display: none !important;
    }
}
