/* Minification failed. Returning unminified contents.
(331,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'rotate('
 */
/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,400i|Roboto:300,400,700|Open+Sans:400,700");
/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Fonts and typography ----------- */
.gritter-close:before,
.sidebar-nav .accordion-toggle[data-toggle]:before,
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

body {
  font-family: "Roboto", sans-serif;
  color: #062F87; }

h1 {
  color: #D47D29;
  font-size: 35px;
  text-align: left;
  margin: 0 0 20px;
  line-height: 1; }

p {
  font-size: 18px; }

.text-main {
  margin: 30px 10%;
  text-align: center;
  font-size: 24px;
  font-weight: 400; }

.main-slogan {
  text-align: center;
  font-size: 60px;
  margin: 30px 10% 0;
  font-weight: 700; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main-slogan {
    font-size: 4vw; }
  .text-main {
    font-size: 1.7vw; } }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: 700 !important; }

.semi-bold {
  font-weight: 600 !important; }

@media screen and (min-width: 480px) and (max-width: 992px) {
  .text-main {
    font-size: 1.9vw; }
  .main-slogan {
    font-size: 5.5vw; } }

@media screen and (max-width: 480px) {
  .text-main {
    font-size: 13px; }
  .main-slogan {
    font-size: 26px;
    margin: 30px 3% 0; }
  .grand-prize > div ul {
    margin-bottom: 40px	!important; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Flex Grid ----------- */
.flex-container-fluid {
  padding-left: 10px;
  padding-right: 10px; }

.flex-row {
  /* will apply equal heights to flex items */
  align-items: stretch;
  /* horizontal alignment of flex items (default value can be omitted) */
  flex-direction: row;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  justify-content: center; }

[class^='flex-col-'] {
  padding-left: 10px;
  padding-right: 10px;
  /* vertical alignment of flex items */
  flex-direction: column;
  /* center flex items vertically */
  justify-content: center;
  /* center flex items horizontally */
  align-items: center; }

.flex-col-1 {
  width: 8.33333333%; }

.flex-col-2 {
  width: 16.66666667%; }

.flex-col-3 {
  width: 25%; }

.flex-col-4 {
  width: 33.33333333%; }

.flex-col-5 {
  width: 41.66666667%; }

.flex-col-6 {
  width: 50%; }

.flex-col-7 {
  width: 58.33333333%; }

.flex-col-8 {
  width: 66.66666667%; }

.flex-col-9 {
  width: 75%; }

.flex-col-10 {
  width: 83.33333333%; }

.flex-col-11 {
  width: 91.66666667%; }

.flex-col-12 {
  width: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 768px) {
  .flex-col-sm-1 {
    width: 8.33333333%; }
  .flex-col-sm-2 {
    width: 16.66666667%; }
  .flex-col-sm-3 {
    width: 25%; }
  .flex-col-sm-4 {
    width: 33.33333333%; }
  .flex-col-sm-5 {
    width: 41.66666667%; }
  .flex-col-sm-6 {
    width: 50%; }
  .flex-col-sm-7 {
    width: 58.33333333%; }
  .flex-col-sm-8 {
    width: 66.66666667%; }
  .flex-col-sm-9 {
    width: 75%; }
  .flex-col-sm-10 {
    width: 83.33333333%; }
  .flex-col-sm-11 {
    width: 91.66666667%; }
  .flex-col-sm-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .flex-col-md-1 {
    width: 8.33333333%; }
  .flex-col-md-2 {
    width: 16.66666667%; }
  .flex-col-md-3 {
    width: 25%; }
  .flex-col-md-4 {
    width: 33.33333333%; }
  .flex-col-md-5 {
    width: 41.66666667%; }
  .flex-col-md-6 {
    width: 50%; }
  .flex-col-md-7 {
    width: 58.33333333%; }
  .flex-col-md-8 {
    width: 66.66666667%; }
  .flex-col-md-9 {
    width: 75%; }
  .flex-col-md-10 {
    width: 83.33333333%; }
  .flex-col-md-11 {
    width: 91.66666667%; }
  .flex-col-md-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .flex-col-lg-1 {
    width: 8.33333333%; }
  .flex-col-lg-2 {
    width: 16.66666667%; }
  .flex-col-lg-3 {
    width: 25%; }
  .flex-col-lg-4 {
    width: 33.33333333%; }
  .flex-col-lg-5 {
    width: 41.66666667%; }
  .flex-col-lg-6 {
    width: 50%; }
  .flex-col-lg-7 {
    width: 58.33333333%; }
  .flex-col-lg-8 {
    width: 66.66666667%; }
  .flex-col-lg-9 {
    width: 75%; }
  .flex-col-lg-10 {
    width: 83.33333333%; }
  .flex-col-lg-11 {
    width: 91.66666667%; }
  .flex-col-lg-12 {
    width: 100%; } }

@media (max-width: 767px) {
  .flex-col-xs-1 {
    width: 8.33333333%; }
  .flex-col-xs-2 {
    width: 16.66666667%; }
  .flex-col-xs-3 {
    width: 25%; }
  .flex-col-xs-4 {
    width: 33.33333333%; }
  .flex-col-xs-5 {
    width: 41.66666667%; }
  .flex-col-xs-6 {
    width: 50%; }
  .flex-col-xs-7 {
    width: 58.33333333%; }
  .flex-col-xs-8 {
    width: 66.66666667%; }
  .flex-col-xs-9 {
    width: 75%; }
  .flex-col-xs-10 {
    width: 83.33333333%; }
  .flex-col-xs-11 {
    width: 91.66666667%; }
  .flex-col-xs-12 {
    width: 100%; } }

.full-height {
  height: 100%; }

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.height-100 {
  height: 100%; }

@media screen and (max-width: 767px) {
  /* .flex-col-3
		width: 50%
		margin-bottom: $flex-padding*2 */ }

@media screen and (max-width: 767px) {
  /* [class^='flex-col-']
		width: 100%
		margin-bottom: $flex-padding*2 */ }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Animations ----------- */
@keyframes rotate-clockwise-180 {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(90deg); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9);
    rotate(-3deg) { }
    z-index: 1; }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
    z-index: 1; }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
    z-index: 1; }
  100% {
    transform: scale(1) rotate(0); } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Margins ----------- */
.margin-top-md {
  margin-top: 30px; }

.margin-bottom-md {
  margin-bottom: 30px; }

.margin-bottom-lg {
  margin-bottom: 50px; }

.margin-bottom-md {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .margin-top-md {
    margin-top: 10px; }
  .margin-bottom-lg {
    margin-bottom: 35px; }
  .margin-bottom-md {
    margin-bottom: 20px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Texts ----------- */
.text-line-sides {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  text-align: center; }
  .text-line-sides:before {
    margin-left: -47%;
    text-align: right; }

.text-line-sides:before,
.text-line-sides:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 47%;
  height: 1px;
  content: '\a0';
  background-color: #d7d7d7; }

/* ----------- Mixins ----------- */
/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Main ----------- */
html {
  min-height: 100%;
  position: relative; }

body {
  font-size: 12px;
  height: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 1;
  background-color: #fff;
  /* iOS iframe width fix */
  width: 1px;
  min-width: 100%; }

#page-content-wrapper {
  background-color: #062F87;
  color: #fff;
  margin-top: 110px;
  margin-left: 300px;
  padding: 30px 5% 50px;
  width: calc(100% - 300px); }

.bg-color1 {
  background-color: #062F87;
  color: #88C65A;
  padding-top: 15px;
  padding-bottom: 15px; }
  .bg-color1 p {
    margin-bottom: 0; }

.bg-color2 {
  background-color: #D47D29; }

@media screen and (max-width: 992px) {
  .page-wrapper {
    max-width: 100%; } }

.container {
  max-width: 1400px;
  width: 100% !important; }

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  #dvBodyContainer {
    padding: 0;
    max-width: 100%;
    margin: auto; } }

@media screen and (max-width: 767px) {
  #dvBodyContainer {
    padding: 0;
    max-width: 100%; }
  #page-content-wrapper {
    padding: 15px; } }

a {
  color: #062F87; }

@media (hover) {
  a:hover,
  a:focus {
    color: #D47D29; } }

.content-wrapper,
#divMainContainer {
  overflow: visible; }

.img-responsive {
  display: inline-block; }

.content-inner {
  background-color: #ffffff;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

.page-contest-details .content-inner,
.page-home-countdown .content-inner {
  padding: 0; }

.container-fluid {
  padding-left: 15px;
  padding-right: 15px; }

.center-block {
  display: block !important;
  margin-right: auto;
  margin-left: auto; }

.ford-holder {
  margin: 0 0 10px 0; }
  .ford-holder [class*=col-] {
    padding-left: 5px;
    padding-right: 5px; }

.column-left img,
.column-right img {
  max-width: 100%; }

.column-left .dw-widget {
  text-align: right; }
  .column-left .dw-widget img {
    display: inline-block !important; }

.column-right .dw-widget {
  text-align: left; }
  .column-right .dw-widget img {
    display: inline-block !important; }

.page-slogan {
  color: #062F87;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative; }
  .page-slogan:after {
    content: ' ';
    width: 55px;
    background-color: #D47D29;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px; }

.page-title {
  font-family: "Roboto", sans-serif;
  text-align: center; }
  .page-title .small {
    font-size: 14px; }

.heading {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0;
  line-height: .8;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 20px; }
  .heading {
    font-size: 22px; }
    @media screen and (min-width: 768px) {
      .heading {
        font-size: calc(22px + 14 * ((100vw - 768px) / 1152)); } }
    @media screen and (min-width: 1920px) {
      .heading {
        font-size: 36px; } }
  .heading:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    bottom: -4px;
    background-color: #D47D29; }

.underline {
  text-decoration: underline; }

section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }

.filter {
  display: flex; }
  .filter .heading-container {
    width: calc(100% - 255px); }
  .filter .sort-container {
    width: 250px;
    margin-right: 10px; }
  .filter .search-container {
    width: 250px; }
  .filter .checkbox {
    display: inline-block;
    vertical-align: middle; }
  .filter .form-control {
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid #1471B9;
    color: #6DB9F5;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    padding: 15px 20px;
    height: 50px;
    -moz-placeholder-color: #6DB9F5 !important;
    -moz-placeholder-opacity: 1;
    -ms-input-placeholder-color: #6DB9F5 !important;
    -ms-input-placeholder-opacity: 1; }
    .filter .form-control:focus {
      box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.15);
      border-color: #48a4eb;
      background-color: #05276F; }
    .filter .form-control ::-webkit-input-placeholder {
      color: #6DB9F5 !important;
      opacity: 1; }
    .filter .form-control ::-moz-placeholder {
      color: #6DB9F5 !important;
      opacity: 1; }
  .filter select.form-control {
    color: #6DB9F5 !important; }
  .filter .input-group input {
    border-right: 0; }
    .filter .input-group input:focus ~ .input-group-btn {
      box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.15);
      border-color: #48a4eb;
      background-color: #05276F; }
      .filter .input-group input:focus ~ .input-group-btn .search-btn {
        font-size: 25px; }
  .filter .input-group-btn {
    height: 50px;
    border: 1px solid #1471B9;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    box-shadow: none; }
    .filter .input-group-btn .search-btn {
      background-color: transparent;
      height: 100%;
      color: #D47D29;
      font-size: 15px; }

.jumbotron.jumbotron-content {
  background-color: transparent; }

@media screen and (min-width: 1024px) {
  section {
    margin-left: auto;
    margin-right: auto; } }

.heading-parapgraph h1 {
  color: #D47D29;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  border-left: 4px solid #88C65A;
  padding-left: 15px;
  line-height: .8;
  margin-bottom: 25px; }

.heading-parapgraph p {
  color: #062F87;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0; }

.short-description {
  color: #062F87;
  font-size: 16px;
  font-family: "Roboto", sans-serif; }

.btn-container-right {
  text-align: right; }
  .btn-container-right .btn {
    display: inline-block; }

.btn {
  border-radius: 0;
  border: 0;
  padding: 8px 25px;
  line-height: 1;
  transition: all 0.12s ease-in-out 0s;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 25px; }

.btn:active,
.btn.active {
  box-shadow: none; }

.btn-primary,
.btn-success,
.btn-danger,
.btn-primary[disabled],
.btn-success[disabled],
.btn-danger[disabled],
.btn-primary[disabled]:active,
.btn-success[disabled]:active,
.btn-danger[disabled]:active {
  color: #fff;
  background-color: #88C65A;
  font-size: 1.66vw;
  padding: .8333vw 2.864vw;
  transform-origin: 50% 50%;
  letter-spacing: 2px;
  box-shadow: inset 0 -3px #5A9C29;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: .4166vw; }
  .btn-primary:after,
  .btn-success:after,
  .btn-danger:after,
  .btn-primary[disabled]:after,
  .btn-success[disabled]:after,
  .btn-danger[disabled]:after,
  .btn-primary[disabled]:active:after,
  .btn-success[disabled]:active:after,
  .btn-danger[disabled]:active:after {
    content: '';
    width: 1.66vw;
    height: 1.66vw;
    background-image: url(images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30% auto;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .7812vw;
    transition: all .15s ease-out;
    background-color: rgba(255, 255, 255, 0.5); }
  .btn-primary:before,
  .btn-success:before,
  .btn-danger:before,
  .btn-primary[disabled]:before,
  .btn-success[disabled]:before,
  .btn-danger[disabled]:before,
  .btn-primary[disabled]:active:before,
  .btn-success[disabled]:active:before,
  .btn-danger[disabled]:active:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 55px;
    transform: skew(-35deg);
    background-color: white;
    transition: all 0 ease-in;
    opacity: 0; }
  .btn-primary span,
  .btn-success span,
  .btn-danger span,
  .btn-primary[disabled] span,
  .btn-success[disabled] span,
  .btn-danger[disabled] span,
  .btn-primary[disabled]:active span,
  .btn-success[disabled]:active span,
  .btn-danger[disabled]:active span {
    display: inline-block;
    transform: translateX(-10px);
    transition: all .25s ease-out;
    backface-visibility: hidden; }

@media (hover) {
  .btn-primary:hover {
    background-color: #DE7315;
    color: #fff;
    box-shadow: inset 0 -3px #984f0e; }
    .btn-primary:hover span {
      transform: translateX(0); }
    .btn-primary:hover:after {
      opacity: 0;
      background-color: #206ca6;
      right: -20px; }
    .btn-primary:hover:before {
      opacity: 1;
      width: 5px;
      left: 120%;
      transition: all .25s ease-in; }
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    background-color: #88C65A;
    box-shadow: inset 0 -3px #5A9C29;
    color: #fff;
    transform: scale(0.92, 0.92);
    border-color: #fff;
    outline: 0; } }

.btn-primary:focus,
.btn-primary.focus {
  background-color: #286090;
  box-shadow: inset 0 -3px #173854; }

.btn-success {
  background-color: #01a81c;
  color: #fff;
  box-shadow: inset 0 0 40px 7px rgba(0, 0, 0, 0.35);
  border-top-color: #11fe38;
  border-bottom-color: #00430b;
  text-shadow: 0 -2px #00430b; }

#frmRegistration .btn-default {
  border-radius: .4166vw;
  background-color: #eeefef;
  box-shadow: inset 0 -3px #d4d6d6; }

.panel-heading {
  font-size: x-large;
  font-weight: 700; }

.reset-password {
  min-height: 70vh;
  background-color: #DFDFDF;
  padding-top: 7vh; }

@media (hover) {
  .btn-success:hover {
    background-color: #09b6ff;
    color: #fff;
    box-shadow: inset 0 0 40px 7px rgba(0, 42, 60, 0.35);
    text-shadow: 0 -2px #0072a2;
    border-top-color: #6fd4ff;
    border-bottom-color: #0072a2; } }

.btn-danger {
  background-color: #ee2e24;
  color: #fff;
  box-shadow: inset 0 0 40px 7px rgba(65, 8, 5, 0.35);
  border-top-color: #f58883;
  border-bottom-color: #a0140c;
  text-shadow: 0 -2px #a0140c; }

@media (hover) {
  .btn-danger:hover {
    background-color: #09b6ff;
    color: #fff;
    box-shadow: inset 0 0 40px 7px rgba(0, 42, 60, 0.35);
    text-shadow: 0 -2px #0072a2;
    border-top-color: #6fd4ff;
    border-bottom-color: #0072a2; } }

.btn-lg {
  border-radius: 8px;
  padding: 16px 55px; }
  .btn-lg {
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      .btn-lg {
        font-size: calc(18px + 14 * ((100vw - 768px) / 1152)); } }
    @media screen and (min-width: 1920px) {
      .btn-lg {
        font-size: 32px; } }

@media screen and (min-width: 768px) {
  .btn-lg {
    padding: .8333vw 2.864vw; } }

.btn-info,
.btn-info[disabled] {
  min-width: 0;
  background-color: #e51a28;
  border: 0 solid #D47D29;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase; }

@media (hover) {
  .btn-info:hover,
  .btn-info:active,
  .btn-info:focus,
  .btn-info.active {
    background-color: #D47D29;
    color: #88C65A;
    border-color: #D47D29;
    border: 0; } }

.btn-sm {
  font-size: .96vw;
  padding: .8vw 1.7vw; }
  .btn-sm:after {
    width: 1.2vw;
    height: 1.2vw;
    right: .3812vw; }

.btn-info.btn-sm {
  font-size: 20px;
  font-weight: 400;
  padding: 6px 10px;
  min-width: 110px; }

button:focus,
input[type="button"]:focus {
  outline: 0 !important; }

.tooltip-inner {
  background-color: #091734;
  color: #D8EFF1;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  min-width: 200px;
  padding: 8px 13px; }

.tooltip.in {
  opacity: 1; }

.tooltip.left .tooltip-arrow {
  border-left-color: black; }

.tooltip.right .tooltip-arrow {
  border-right-color: black; }

.tooltip.top .tooltip-arrow {
  border-top-color: black; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: black; }

#shareAction {
  text-align: center; }

.close {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  opacity: 1;
  color: #5E687B; }
  .close span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    transform-origin: 12.5px 12.5px; }

#parentSearchPage {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px; }
  #parentSearchPage .btn-lg {
    font-size: 22px; }

#parentSearchPage:empty {
  display: none; }

@media screen and (min-width: 768px) {
  #parentSearchPage .btn-lg {
    padding: .8333vw 2.864vw; } }

p.search-title {
  font-size: 24px;
  color: #286AA3;
  margin-bottom: 0;
  text-decoration: underline; }
  p.search-title a {
    color: #286AA3;
    text-decoration: underline; }

.search-short-desc {
  color: #5E687B;
  font-size: 20px;
  font-weight: 200; }
  .search-short-desc p {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #5E687B; }
  .search-short-desc * li,
  .search-short-desc ul li {
    color: #5E687B; }

.search-detail {
  margin-bottom: 25px; }

@media (hover) {
  .close:hover {
    color: #062F87;
    opacity: 1; }
    .close:hover span {
      animation: rotate-clockwise-180 .2s ease-in-out; }
  #parentFAQ .answer a:hover,
  #parentFAQ .question a:hover {
    color: #6db9f5; } }

@media screen and (min-width: 1200px) {
  .btn-primary {
    min-width: 175px; } }

@media screen and (min-width: 776px) {
  .btn-container-right {
    margin-right: -2px; } }

@media screen and (max-width: 1280px) {
  .btn-lg {
    padding: 1vw 2.864vw; }
  .btn-info.btn-sm {
    font-size: 14px;
    padding: 12px 16px; } }

@media screen and (max-width: 1024px) {
  .btn-info.btn-sm {
    padding: 10px 10px; }
  .btn-info,
  .btn-info[disabled] {
    line-height: 21px;
    font-size: 18px; } }

@media screen and (max-width: 820px) {
  .btn-info.btn-sm {
    padding: 7px 15px;
    min-width: 0; } }

@media screen and (max-width: 812px) {
  body {
    background-attachment: scroll;
    background-size: auto;
    font-size: 16px; }
  h1 {
    font-size: 18px; }
  .btn {
    min-width: 0; }
  .btn-info {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 1; }
  .btn-primary {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
  .btn-lg {
    margin-left: auto;
    margin-right: auto;
    padding: 13px 30px; }
  .heading {
    font-size: 18px; }
  .btn-primary,
  .btn-success,
  .btn-danger {
    font-size: 18px; }
  .btn-sm {
    font-size: 14px;
    padding: 12px 30px 12px 15px;
    border-radius: 4px; }
  .winners-page .page-slogan {
    margin-top: 30px; }
  .cols-padding0 [class*="col-"] {
    margin-bottom: 20px; }
  #page-content-wrapper {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 15px; }
  .filter {
    display: block;
    margin-bottom: 30px; }
    .filter .heading-container {
      width: auto; }
    .filter .sort-container,
    .filter .search-container {
      width: 48%;
      display: inline-block;
      vertical-align: top; }
    .filter .sort-container {
      margin-right: 2%; }
  .filter .input-group input:focus ~ .input-group-btn .search-btn {
    font-size: 16px; }
  .btn-primary:after,
  .btn-success:after,
  .btn-danger:after,
  .btn-primary[disabled]:after,
  .btn-success[disabled]:after,
  .btn-danger[disabled]:after,
  .btn-primary[disabled]:active:after,
  .btn-success[disabled]:active:after,
  .btn-danger[disabled]:active:after {
    width: 25px;
    height: 25px;
    right: 10px; }
  .btn-sm:after {
    width: 18px;
    height: 18px;
    right: 5px; }
  .search-short-desc {
    font-size: 16px; }
    .search-short-desc p {
      font-size: 16px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Header ----------- */
.jumbotron-header {
  padding: 10px 15px; }

.jumbotron.jumbotron-header {
  padding: 0;
  position: fixed;
  height: 110px;
  z-index: 89;
  width: 100%;
  top: 0;
  margin-bottom: 0; }
  .jumbotron.jumbotron-header .row-header {
    display: flex;
    align-items: center; }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(1) {
      width: 300px; }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(2) {
      width: calc(100% - 600px - 5%); }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(3) {
      width: 400px;
      margin-right: 2%;
      padding: 0; }
  .jumbotron.jumbotron-header header {
    background-color: #F6F6F6;
    box-shadow: 0 10px 0 rgba(6, 47, 135, 0.2); }
    .jumbotron.jumbotron-header header .logo-container {
      padding-left: 0;
      width: 100%;
      text-align: center;
      display: block; }

@media screen and (min-width: 1921px) {
  .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(2) {
    width: calc(100% - 700px - 5%);
    padding-left: calc(5% - 15px); } }

#dvHeader > .container-fluid {
  width: 100% !important;
  padding: 0; }

#overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5; }

@media screen and (min-width: 768px) {
  .navbar-header {
    width: 40%;
    max-width: 528px; }
  .navbar-right {
    margin-right: 0; } }

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .navbar-default .navbar-nav {
    margin-top: 2.5vw; } }

@media screen and (min-width: 1920px) {
  .navbar-default .navbar-nav {
    margin-top: 37px; } }

.navbar-brand {
  height: auto; }

header {
  background-color: #fff;
  padding: 21px 0; }
  header .logo-container {
    text-align: left;
    padding-left: 100px; }
    header .logo-container img {
      max-width: 200px; }
  header .navbar-container .container-fluid {
    padding: 0; }
  header img {
    display: inline-block !important; }
  header .flexbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 25px; }
  header .flexbox > div:nth-child(1) {
    width: 75%;
    padding-right: 25px; }
  header .flexbox > div:nth-child(2) {
    width: 25%; }
  header .flexbox .logo-right {
    text-align: right; }
  header .enter-btn-header {
    margin-top: 30px;
    margin-bottom: 10px; }

.header {
  padding: 0; }

.navbar {
  margin-top: 0;
  margin-bottom: 0; }

.navbar-default {
  background-color: transparent;
  border: 0;
  width: 100%; }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  padding-top: 1px; }

#owl-example {
  text-align: center;
  margin-top: 4px;
  overflow: visible; }

.navbar-default .navbar-nav {
  float: none; }
  .navbar-default .navbar-nav > li {
    margin-right: 0;
    float: none;
    display: inline-block;
    vertical-align: top; }

.multiline-btn {
  overflow: auto; }
  .multiline-btn p {
    line-height: 1 !important;
    padding-top: 6px; }

.navbar-default .navbar-nav {
  /* > li > a.active:before
			content: " "
			width: 0
			height: 0
			position: absolute
			top: -3px
			left: 50%
			border-left: 8px solid transparent
			border-right: 8px solid transparent
			border-top: 8px solid #fff
			margin-left: -8px */ }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:link,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:visited {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    color: #fff;
    padding: 10px 16px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 26px;
    color: #88C65A;
    font-weight: 400;
    text-align: center;
    line-height: 1; }
    .navbar-default .navbar-nav > li > a.btn-tickets,
    .navbar-default .navbar-nav > li > a:link.btn-tickets,
    .navbar-default .navbar-nav > li > a:active.btn-tickets,
    .navbar-default .navbar-nav > li > a:focus.btn-tickets,
    .navbar-default .navbar-nav > li > a:visited.btn-tickets {
      background-color: #D47D29;
      color: #062F87;
      font-weight: 700;
      margin-left: 10px;
      margin-right: 10px; }
    .navbar-default .navbar-nav > li > a p,
    .navbar-default .navbar-nav > li > a:link p,
    .navbar-default .navbar-nav > li > a:active p,
    .navbar-default .navbar-nav > li > a:focus p,
    .navbar-default .navbar-nav > li > a:visited p {
      position: static;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      display: inline-block;
      line-height: 42px;
      /* &:after
					content: ''
					position: absolute
					bottom: -10px
					left: 0
					height: 3px
					background-color: #fff
					width: 0
					transition: width .2s ease-in-out */ }
      .navbar-default .navbar-nav > li > a p span,
      .navbar-default .navbar-nav > li > a:link p span,
      .navbar-default .navbar-nav > li > a:active p span,
      .navbar-default .navbar-nav > li > a:focus p span,
      .navbar-default .navbar-nav > li > a:visited p span {
        text-transform: none;
        margin-top: 2px;
        display: inline-block; }
  .navbar-default .navbar-nav > li > a:not(.active):not(.btn-tickets):hover {
    background-color: transparent;
    border-color: #88C65A;
    color: #88C65A;
    border: 2px solid rgba(136, 198, 90, 0.5);
    margin: -2px; }
  .navbar-default .navbar-nav > li > a.active {
    background-color: transparent;
    color: #88C65A; }
  .navbar-default .navbar-nav > li > a.active:hover {
    background-color: transparent;
    border-color: #88C65A;
    color: #88C65A; }
  .navbar-default .navbar-nav > li > a.lg {
    font-size: 200%;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.15s ease-in-out; }
    .navbar-default .navbar-nav > li > a.lg:hover {
      transform: scale(1.02); }
  .navbar-default .navbar-nav > li > a .small {
    font-size: 70%;
    font-weight: 400; }
  .navbar-default .navbar-nav > li > a > p {
    margin: 0; }

.navbar-nav > li > .dropdown-menu {
  border-radius: 15px; }

.dropdown-menu {
  background-color: rgba(6, 47, 135, 0.9); }
  .dropdown-menu li > a {
    color: #88C65A; }

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: rgba(136, 198, 90, 0.2);
  color: #88C65A; }

@media screen and (min-width: 768px) {
  .navbar-nav > li > a,
  .navbar-nav > li > a:link,
  .navbar-nav > li > a:active,
  .navbar-nav > li > a:focus,
  .navbar-nav > li > a:visited {
    padding: .7rem 1.9rem; }
    .navbar-nav > li > a p,
    .navbar-nav > li > a:link p,
    .navbar-nav > li > a:active p,
    .navbar-nav > li > a:focus p,
    .navbar-nav > li > a:visited p {
      font-size: 13px; } }

@media screen and (min-width: 767px) {
  navbar-default .navbar-nav > li > a.lg {
    margin-bottom: 20px; } }

#campaign-name-header {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 4px; }

#header-slogan {
  color: #fe06ca;
  font-size: 26px;
  text-align: right; }

#header-navigation {
  display: block !important; }

.navbar-right a {
  font-size: 14px;
  font-weight: 700; }

.header-share {
  margin-left: 10px; }
  .header-share .contestant-share-container {
    margin-top: 0 !important;
    display: none; }
  .header-share a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: inline-block; }
    .header-share a i {
      font-size: 22px;
      color: #D47D29 !important; }
  .header-share .tooltip.bottom {
    margin-top: 0; }

.login-li {
  display: none !important; }

.content-inner .contestant-share-container a {
  padding: 0 5px;
  border: 0; }
  .content-inner .contestant-share-container a i {
    color: #062F87;
    font-size: 22px; }

.shared-disabled,
.disabled-link {
  opacity: .5;
  cursor: initial;
  color: #000; }

.header-search-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
  border: 1px solid #707070;
  border-radius: 25px;
  max-height: 48px;
  -moz-placeholder-color: #727C8E !important;
  -moz-placeholder-font-weight: 400;
  -moz-placeholder-opacity: 1;
  -ms-input-placeholder-color: #727C8E !important;
  -ms-input-placeholder-font-weight: 400;
  -ms-input-placeholder-opacity: 1; }
  .header-search-container .dropdown {
    width: 50px; }
    .header-search-container .dropdown > button {
      background-color: transparent;
      border: 0; }
      .header-search-container .dropdown > button i {
        color: #DE7315;
        font-size: 22px; }
  .header-search-container .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    left: -5px; }
    .header-search-container .dropdown-menu .form-control {
      padding: 15px 1vw 15px 40px;
      background-color: #fff; }
  .header-search-container .sort-container {
    width: 250px;
    margin-right: 10px; }
  .header-search-container .search-container {
    width: 250px; }
  .header-search-container .checkbox {
    display: inline-block;
    vertical-align: middle; }
  .header-search-container .form-control {
    border-radius: 30px;
    background-color: transparent;
    border: 0px solid #707070;
    box-shadow: none;
    color: #062F87;
    min-height: 34px;
    font-weight: 700;
    height: auto;
    padding: .78vw 1vw;
    height: 2.6vw; }
    .header-search-container .form-control {
      font-size: 10px; }
      @media screen and (min-width: 768px) {
        .header-search-container .form-control {
          font-size: calc(10px + 9 * ((100vw - 768px) / 1152)); } }
      @media screen and (min-width: 1920px) {
        .header-search-container .form-control {
          font-size: 19px; } }
    .header-search-container .form-control:focus {
      border-color: #707070; }
  .header-search-container *::-webkit-input-placeholder {
    color: #727C8E !important;
    font-weight: 400;
    opacity: 1; }
  .header-search-container ::-moz-placeholder {
    color: #727C8E !important;
    font-weight: 400;
    opacity: 1; }
  .header-search-container .input-group input {
    border-right: 0; }
    .header-search-container .input-group input:focus ~ .input-group-btn {
      box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.15); }
  .header-search-container .input-group-btn {
    height: 2.6vw;
    border: 0px solid #707070;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    box-shadow: none; }
    .header-search-container .input-group-btn .search-btn {
      border: 0;
      padding: 0 1.3vw 0 10px;
      background-color: transparent;
      height: 100%;
      color: #D47D29; }
      .header-search-container .input-group-btn .search-btn {
        font-size: 10px; }
        @media screen and (min-width: 768px) {
          .header-search-container .input-group-btn .search-btn {
            font-size: calc(10px + 5 * ((100vw - 768px) / 1152)); } }
        @media screen and (min-width: 1920px) {
          .header-search-container .input-group-btn .search-btn {
            font-size: 15px; } }

.welcome {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 400;
  padding: 0 10px 14px;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  width: 200px; }
  .welcome .dropdown {
    text-align: center;
    display: block;
    width: 50%;
    float: left; }
    .welcome .dropdown button {
      background-color: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      color: #DE7315;
      border-radius: 35px;
      vertical-align: top;
      min-height: 36px;
      font-weight: 700;
      padding: 7px 0;
      border: 0;
      width: 100%; }
      .welcome .dropdown button {
        font-size: 10px; }
        @media screen and (min-width: 768px) {
          .welcome .dropdown button {
            font-size: calc(10px + 8 * ((100vw - 768px) / 1152)); } }
        @media screen and (min-width: 1920px) {
          .welcome .dropdown button {
            font-size: 18px; } }
      .welcome .dropdown button span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 60px);
        line-height: 1.42857143; }
    .welcome .dropdown .caret {
      border: 0;
      width: 1.775vw;
      height: 1.775vw;
      line-height: 1.775vw;
      background-color: #DFDFDF;
      border-radius: 18px;
      color: #062F87; }
    .welcome .dropdown.open button {
      color: #fff;
      background-color: #062F87; }
    .welcome .dropdown.open .caret {
      background-color: #DE7315;
      color: #fff; }
    .welcome .dropdown.open .dropdown-menu {
      display: inline-block; }
    .welcome .dropdown .dropdown-menu {
      background-color: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 10px;
      padding: 10px 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
      .welcome .dropdown .dropdown-menu a {
        display: block;
        padding: 15px 15px;
        color: #5E687B;
        font-size: 18px;
        margin-left: 2px;
        margin-right: 2px; }
        .welcome .dropdown .dropdown-menu a:hover {
          background-color: #EFEFEF;
          text-decoration: none; }
        .welcome .dropdown .dropdown-menu a i {
          margin-right: 15px; }

@media screen and (min-width: 1920px) {
  .header-search-container .form-control,
  .header-search-container .input-group-btn {
    height: 50px;
    max-height: 50px; }
  .welcome .dropdown .caret {
    width: 34px;
    height: 34px;
    line-height: 34px; } }

.nav > li > a.button-logout {
  display: inline-block; }

.landing-header-images {
  padding: 30px;
  display: none; }

#rightnav li {
  display: block; }

#rightnav.logined-user {
  padding-left: 10px;
  padding-right: 10px; }

.header-small {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px; }

.sidebar-wrapper {
  width: 250px;
    width-overflow: hidden; }

.main-nav {
  text-align: left; }
  .main-nav .btn-default {
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    box-shadow: none;
    font-weight: 700;
    color: #727C8E;
    border-radius: 0;
    padding: .78vw 0;
    position: relative;
    margin: 0 .525vw; }
    .main-nav .btn-default {
      font-size: 10px; }
      @media screen and (min-width: 768px) {
        .main-nav .btn-default {
          font-size: calc(10px + 8 * ((100vw - 768px) / 1152)); } }
      @media screen and (min-width: 1920px) {
        .main-nav .btn-default {
          font-size: 18px; } }
    .main-nav .btn-default:hover {
      background-color: transparent; }
    .main-nav .btn-default.active, .main-nav .btn-default:hover {
      color: #286AA3; }
      .main-nav .btn-default.active:after, .main-nav .btn-default:hover:after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #D47D29; }
  .main-nav .total {
    position: absolute;
    top: -10px;
    right: -20px;
    color: #DE4C15;
    padding: 2px 8px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #DFDFDF; }
    .main-nav .total {
      font-size: 10px; }
      @media screen and (min-width: 768px) {
        .main-nav .total {
          font-size: calc(10px + 6 * ((100vw - 768px) / 1152)); } }
      @media screen and (min-width: 1920px) {
        .main-nav .total {
          font-size: 16px; } }

.navbar {
  min-height: 0; }

@media screen and (max-width: 1400px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:link,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:visited {
    font-size: 1.6vw;
    padding: 10px 10px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .jumbotron.jumbotron-header .row-header {
    display: flex; }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(1) {
      width: 150px; }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(2) {
      width: 50%;
      padding-left: 15px; }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(3) {
      width: calc(100% - 50% - 150px);
      margin-right: 10px; }
  header .logo-container img {
    max-width: 100%; } }

@media screen and (max-width: 1024px) {
  .logo-right img {
    max-height: 120px; }
  .logined-user .welcome {
    font-size: 28px; }
  .logined-user > li > a {
    font-size: 18px;
    padding: 15px; }
  .logo-container {
    padding-left: 0;
    padding-right: 0; }
  .header-small {
    font-size: 12px; } }

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  header .logo-container img {
    max-width: 100%; }
  .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(1) {
    width: 150px; }
  .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(2) {
    width: calc(100% - 150px - 15%); }
  .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(3) {
    width: 15%; }
  .welcome .dropdown button {
    padding: 5px 0; }
  .header-search-container .input-group input {
    padding: 5px 2vw;
    height: 46px; }
  .header-search-container .input-group-btn {
    height: 44px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  #rightnav a {
    font-size: 16px; }
  #rightnav.logined-user {
    padding-left: 5px;
    padding-right: 5px; }
  .logined-user .welcome {
    font-size: 24px;
    padding: 0 10px 25px; } }

@media screen and (max-width: 812px) {
  .jumbotron.jumbotron-header {
    height: auto;
    position: static; } }

@media screen and (max-width: 812px) {
  .jumbotron.jumbotron-header header {
    box-shadow: 0 3px 0 rgba(6, 47, 135, 0.2); }
    .jumbotron.jumbotron-header header .logo-container {
      text-align: left; }
  .jumbotron.jumbotron-header .row-header {
    display: block;
    position: relative;
    height: auto; }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(1) {
      width: 50%;
      padding: 15px 15px; }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(2) {
      width: 100%;
      padding: 0 15px; }
    .jumbotron.jumbotron-header .row-header .col-sm-4:nth-of-type(3) {
      width: auto;
      margin-right: 0;
      padding: 0; }
  header .logo-container {
    padding-left: 0;
    text-align: center; }
    header .logo-container img {
      max-width: 130px; }
  .main-nav {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    padding: 10px 0; }
    .main-nav .btn-default {
      margin: 0;
      display: inline-block;
      text-align: left;
      font-size: 18px;
      padding: 3px 23px;
      margin: 6px 0;
      vertical-align: middle;
      width: 100%; }
      .main-nav .btn-default.active:after, .main-nav .btn-default:hover:after {
        display: none; }
      .main-nav .btn-default span {
        height: 100%;
        vertical-align: middle;
        display: inline-block; }
    .main-nav .total {
      position: static;
      display: inline-block;
      font-size: 10px;
      padding: 2px 4px; }
  .header-search-container {
    display: block;
    max-width: unset;
    max-height: 32px;
    width: 100%;
    float: none;
    margin: 10px 23px; }
    .header-search-container .form-control {
      height: 32px;
      padding: 10px 10px;
      font-size: 16px;
      min-height: 0; }
    .header-search-container .input-group-btn {
      height: 32px; }
      .header-search-container .input-group-btn .search-btn {
        font-size: 16px; }
  .logo-right img {
    max-height: 50px; }
  header .flexbox {
    padding: 10px; }
  .logined-user .welcome {
    font-size: 20px;
    padding: 0 10px 15px; }
  .welcome {
    width: 100%;
    padding: 0; }
    .welcome .dropdown {
      width: 100%;
      float: none; }
      .welcome .dropdown button {
        border-radius: 0;
        background-color: #727C8E;
        color: #fff;
        padding-left: 10px; }
        .welcome .dropdown button span:not(.caret) {
          font-size: 12px;
          text-align: left; }
        .welcome .dropdown button .caret {
          background-color: rgba(255, 255, 255, 0.2);
          color: #fff;
          width: 28px;
          height: 28px; }
          .welcome .dropdown button .caret i {
            vertical-align: middle;
            line-height: 28px;
            display: block; }
  #dvHeader > .container {
    padding: 0; }
  #header-navigation {
    padding: 0;
    background-color: transparent;
    position: relative; }
  .navbar-header {
    padding: 0;
    width: 90%; }
  header {
    padding: 0;
    margin-top: 0; }
  .navbar {
    min-height: 0;
    margin-top: 0; }
  .multiline-btn p {
    padding-top: 7px; }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:link,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:visited {
    min-width: 100px;
    display: inline-block; }
    .navbar-default .navbar-nav > li > a > p,
    .navbar-default .navbar-nav > li > a:link > p,
    .navbar-default .navbar-nav > li > a:active > p,
    .navbar-default .navbar-nav > li > a:focus > p,
    .navbar-default .navbar-nav > li > a:visited > p {
      font-size: 10px !important;
      line-height: 36px; }
  button.navbar-toggle,
  button.navbar-toggle:hover,
  button.navbar-toggle:focus {
    width: 75px;
    height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1; }
  button.navbar-toggle > span {
    display: inline-block;
    vertical-align: middle; }
  button.navbar-toggle i {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    transition: all .2s ease-in-out; }
  .navbar-toggle:not(.collapsed) i {
    transform: scale(0); }
  #menu-toggle {
    position: absolute;
    right: 70px;
    top: 20px;
    width: 52px;
    height: 42px;
    padding: 0;
    text-align: center; }
  .navbar-toggle {
    margin-right: 10px; }
    .navbar-toggle .icon-bar {
      width: 25px;
      height: 3px; }
  .navbar-toggle:not(.collapsed) .icon-bar {
    background-color: #062F87;
    transform: translate3d(7px, 0, 0); }
  .navbar-toggle.collapsed .icon-bar,
  .navbar-toggle:not(.collapsed) .icon-bar {
    transition: all 0.2s ease-in-out 0s;
    transform: translate3d(7px, 0, 0); }
  .navbar-toggle.collapsed .icon-bar {
    background-color: #062F87; }
  .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    transform: translate3d(10px, 0, 0) rotate(-45deg);
    transform-origin: 16px 11px; }
  .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    opacity: 0; }
  .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    transform: translate3d(10px, 0, 0) rotate(45deg);
    transform-origin: 20px -10px; }
  .navbar-toggle i {
    font-size: 34px;
    line-height: 42px; }
  .navbar-collapse,
  .navbar-form {
    border-color: transparent;
    border: 0;
    border-bottom: 0px solid #e7e8e9; }
  .navbar-default .navbar-nav > li {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; }
  .navbar-default .navbar-nav {
    margin-left: 10px !important;
    margin-right: 10px !important; }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:link,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:visited {
      border-color: transparent;
      border: 0;
      font-size: 2em; }
  .navbar-default .navbar-nav > li > a.lg {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-top: 15px;
    border-radius: 3px; }
  .navbar-default .navbar-nav > li > a.active {
    box-shadow: none; }
  .navbar-default .navbar-nav > li > a.active:before {
    border: 0; }
  #owl-example {
    padding: 0;
    margin: 0 -15px; }
  #owl-example.navbar-collapse {
    z-index: 2;
    background-color: #F6F6F6;
    height: auto;
    overflow: hidden; }
    #owl-example.navbar-collapse .navbar-nav {
      margin-top: 30px;
      margin-bottom: 30px; }
  .logined-user > li > a {
    font-size: 12px; }
  .navbar-nav {
    margin: 0; }
  .navbar-collapse {
    background-color: transparent;
    box-shadow: none; }
  .logo-container {
    text-align: center; }
  .navbar-container {
    padding: 0; }
  #rightnav {
    margin-left: 0; }
    #rightnav li {
      text-align: center; }
  .header-share {
    float: right; }
  .navbar-collapse.collapse.in ~ #overlay {
    display: block; }
  .landing-header-images {
    padding-left: 0;
    padding-right: 0; }
  .header-small {
    font-size: 10px; }
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: rgba(2, 13, 37, 0.5);
    border-bottom: 2px solid #020d25;
    margin-top: 10px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #88C65A;
      text-align: center;
      padding: 8px 20px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Footer ----------- */
footer {
  background-color: #F9F9F9; }
  footer .container {
    max-width: 1280px; }
  footer .usefull-links {
    padding: 30px 15px; }
    footer .usefull-links a {
      display: block;
      font-size: 16px; }
    footer .usefull-links p {
      color: #DE7315; }
    footer .usefull-links .col-sm-4 {
      display: flex;
      flex-direction: column; }
    footer .usefull-links .col-sm-4:nth-of-type(1) {
      text-align: left;
      align-items: flex-start; }
    footer .usefull-links .col-sm-4:nth-of-type(2) {
      text-align: center;
      align-items: center; }
      footer .usefull-links .col-sm-4:nth-of-type(2) div {
        text-align: left; }
    footer .usefull-links .col-sm-4:nth-of-type(3) {
      text-align: right;
      align-items: flex-end; }
      footer .usefull-links .col-sm-4:nth-of-type(3) div {
        text-align: center; }
    footer .usefull-links ul li {
      padding-left: 10px;
      padding-right: 10px; }
      footer .usefull-links ul li:not(:last-of-type) {
        border-right: 1px solid #88959E; }
  footer .dark {
    background-color: #88959E;
    color: #fff;
    padding: 30px 0; }
  footer .powered {
    text-align: right; }
    footer .powered a {
      color: #fff;
      font-size: 16px; }

@media screen and (min-width: 813px) {
  .footer-logined-wrapper {
    margin-left: 300px; } }

@media screen and (max-width: 767px) {
  footer .copyright,
  footer .powered {
    text-align: center; }
  footer .copyright {
    margin-bottom: 10px; }
  footer .usefull-links ul li {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px; }
  footer .usefull-links a {
    font-size: 11px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Modal ----------- */
@media screen and (min-width: 1200px) {
  .modal-dialog {
    width: 992px; } }

.modal-dialog .modal-content {
  border-radius: 5px;
  border: 0; }

.modal {
  color: #5E687B; }
  .modal .video {
    text-align: center; }
    .modal .video video {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .modal .modal-header {
    padding: 15px;
    border-bottom: 0; }
    .modal .modal-header .nav-tabs {
      border-bottom: 0;
      margin-bottom: -20px;
      display: inline-block; }
  .modal .tab-pane {
    margin-top: 15px; }
  .modal .short-description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #5E687B;
    font-family: "Open Sans", sans-serif; }

.modal-title {
  font-weight: 700;
  font-size: 24px;
  color: #5E687B;
  display: inline-block;
  position: relative; }

.modal-open .modal {
  overflow-y: hidden; }

.modal-full {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.tab-content .modal-title {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }

#divTimeoutParent .modal-body {
  max-height: none;
  height: auto;
  border-radius: 5px; }

.modal-body {
  min-height: 150px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .modal-body .btn {
    min-width: initial; }
  .modal-body p {
    font-size: 16px; }
  .modal-body p.small {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
  .modal-body table {
    text-align: left; }
  .modal-body iframe {
    -webkit-overflow-scrolling: touch; }

.modal-footer {
  display: none !important; }
  .modal-footer .btn {
    background-color: #fff;
    border: 1px solid #88959E;
    color: #3794E4;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    margin-left: auto;
    font-family: "Roboto", sans-serif; }

.modal-backdrop {
  background-color: #062F87; }

.modal-backdrop.in {
  opacity: .9; }

.ui-widget-overlay {
  background-image: none;
  background-color: #062F87;
  opacity: .9;
  z-index: 2000 !important; }

.ui-dialog {
  z-index: 2001 !important; }
  .ui-dialog .ui-dialog-titlebar {
    background-image: none;
    border: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
  .ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    border: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    margin: -15px 10px 0 0;
    color: #5E687B; }
    .ui-dialog .ui-dialog-titlebar-close:before {
      content: "\f00d"; }
  .ui-dialog .ui-dialog-title {
    font-weight: 700;
    font-size: 24px;
    color: #5E687B; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: center; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: none;
      margin: auto; }

.ui-dialog, .ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {
  background-color: #F5F5F5; }

.ui-widget-content {
  background-image: none;
  border-radius: 5px; }

.ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #fff;
  border: 1px solid #88959E;
  color: #3794E4;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
  padding: 10px 20px;
  min-width: 100px;
  transition: all .15s ease-out; }

.ui-dialog .ui-dialog-buttonpane .btn-ok {
  background-color: #88C65A;
  color: #fff; }
  .ui-dialog .ui-dialog-buttonpane .btn-ok:hover {
    background-color: #629d36;
    color: #fff; }

.item-documents {
  margin-bottom: 15px; }
  .item-documents a {
    cursor: pointer;
    word-break: break-all;
    display: inline-block;
    padding: 6px;
    border-radius: 4px;
    transition: all .15s ease-out; }
    .item-documents a > div {
      display: flex;
      align-items: center; }
  .item-documents a:hover,
  .item-documents a:focus,
  .item-documents a:active {
    text-decoration: none; }
  .item-documents a:hover {
    color: #020d25;
    background-color: #CBE8FF; }

.details-container .item-documents a {
  background-color: transparent; }

.details-container .item-documents a:hover,
.details-container .item-documents a:focus,
.details-container .item-documents a:active {
  background-color: rgba(6, 47, 135, 0.2); }

.modal .item-documents i {
  margin-right: 10px; }

#divTimeoutParent .modal-footer {
  text-align: center; }

#timeoutmsg {
  text-align: center;
  margin: 50px 0 !important; }

@media screen and (min-width: 768px) {
  .modal-sm {
    width: 650px; } }

#frmPhotos {
  text-align: center; }
  #frmPhotos img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.modal .carousel-inner {
  text-align: center; }

#dialogUploadMedia {
  font-size: 14px; }

#dvVoteSuccessPopup,
#dgdlgContainer {
  text-align: center; }

#textSystemMessage {
  background-color: #fff;
  text-align: center;
  line-height: 1.1;
  color: #303640; }

#dvRejectionReasonsContainer .checkbox label {
  color: #303640; }

#popupRegister .checkbox label {
  color: #062F87; }
  #popupRegister .checkbox label a {
    color: #062F87; }

@media screen and (max-width: 1024px) {
  .modal-body {
    font-size: 18px; }
    .modal-body .well {
      padding: 15px; }
    .modal-body .form-group {
      margin-bottom: 10px; }
    .modal-body label {
      font-size: 18px; }
    .modal-body textarea.form-control {
      height: 100px; } }

@media screen and (max-width: 812px) {
  .modal .short-description {
    font-size: 16px; }
  .modal .btn-primary {
    padding: 13px 40px 13px 30px; }
  .modal-body {
    font-size: 12px;
    padding: 15px 10px;
    max-height: calc(100vh - 110px);
    height: calc(100vh - 110px); }
    .modal-body .well {
      padding: 10px; }
    .modal-body label {
      font-size: 14px; }
    .modal-body textarea.form-control {
      height: 80px; }
  .modal-title {
    font-size: 22px; }
  .modal-full {
    width: auto;
    margin: 10px; } }

@media screen and (max-width: 360px) {
  .modal-body label {
    font-size: 12px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Pagination ----------- */
.paging {
  margin-bottom: 30px;
  color: #6DB9F5;
  text-align: center; }
  .paging span,
  .paging a {
    color: #6DB9F5;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 3px;
    width: 35px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle; }
    .paging span:not(.disabled):hover, .paging span:not(.disabled):active, .paging span:not(.disabled):focus,
    .paging a:not(.disabled):hover,
    .paging a:not(.disabled):active,
    .paging a:not(.disabled):focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.2);
      text-decoration: none; }
  .paging > *:first-child,
  .paging > *:last-child {
    color: transparent !important;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50%;
    transition: all .15s ease-out; }
    .paging > *:first-child:not(.disabled):hover,
    .paging > *:last-child:not(.disabled):hover {
      color: transparent !important;
      background-color: transparent !important; }
  .paging > *:first-child {
    background-image: url(images/Paging-arrow-left.svg); }
    .paging > *:first-child:not(.disabled):hover {
      transform: translateX(-5px); }
  .paging > *:last-child {
    background-image: url(images/Paging-arrow-right.svg); }
    .paging > *:last-child:not(.disabled):hover {
      transform: translateX(5px); }
  .paging .current {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2); }
  .paging .disabled {
    opacity: .5;
    cursor: default; }
  .paging.dark {
    color: #286AA3;
    padding: 30px 0;
    margin-bottom: 0; }
    .paging.dark:last-of-type {
      margin-top: -30px; }
    .paging.dark span,
    .paging.dark a {
      color: #286AA3;
      transition: all .15s ease-out; }
      .paging.dark span:not(.disabled):not(.current):hover, .paging.dark span:not(.disabled):not(.current):active, .paging.dark span:not(.disabled):not(.current):focus,
      .paging.dark a:not(.disabled):not(.current):hover,
      .paging.dark a:not(.disabled):not(.current):active,
      .paging.dark a:not(.disabled):not(.current):focus {
        color: #286AA3;
        background-color: rgba(136, 149, 158, 0.25); }
    .paging.dark .current {
      color: #fff;
      background-color: #88959E;
      cursor: default; }
      .paging.dark .current:hover {
        color: #fff;
        background-color: #88959E; }

@media screen and (max-width: 767px) {
  .paging span,
  .paging a {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px; }
  .paging > *:first-child,
  .paging > *:last-child {
    width: 25px;
    height: 25px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Landing ----------- */
#homeCarousel {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #a01c1c; }

.carousel-inner {
  margin: auto;
  padding: 0; }
  .carousel-inner .item {
    border-bottom: 0 solid #000; }

h1.landing-title {
  text-align: center;
  font-size: 75px;
  color: #88C65A;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative; }
  h1.landing-title .color-inverse {
    color: #D47D29; }
  h1.landing-title:after {
    content: ' ';
    height: 1px;
    background-color: #D47D29;
    width: 56px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -28px; }

.enter-btn-container {
  text-align: center;
  background-color: #062F87;
  padding: 80px 50px; }
  .enter-btn-container p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px; }
    .enter-btn-container p {
      font-size: 18px; }
      @media screen and (min-width: 768px) {
        .enter-btn-container p {
          font-size: calc(18px + 14 * ((100vw - 768px) / 1152)); } }
      @media screen and (min-width: 1920px) {
        .enter-btn-container p {
          font-size: 32px; } }

.preorder {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 48px; }

.landing-content-container {
  margin-bottom: 15px;
  padding: 30px; }
  .landing-content-container .short-description {
    font-size: 16px;
    margin-right: 60px;
    margin-bottom: 30px; }

.prizes-container {
  margin-left: -15px;
  margin-right: -15px; }

.landing-bg {
  background: url(Images/slides/slide1.jpg);
  padding-bottom: 34%;
  position: relative;
  background-size: cover;
  border-bottom: 2px solid #062F87;
  box-shadow: inset 0 10px 0 rgba(6, 47, 135, 0.1); }
  .landing-bg > div {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%; }
    .landing-bg > div img {
      margin-bottom: 30px; }
    .landing-bg > div .welcome-text {
      margin-bottom: 30px;
      margin-top: 0; }

@media screen and (min-width: 768px) {
  .landing-bg > div img {
    width: 32.6%;
    margin-bottom: 1.5625vw; }
  .landing-bg > div .welcome-text {
    margin-bottom: 1.5625vw;
    font-size: 1.3vw; }
  .landing-bg .btn,
  .enter-btn-container .btn {
    margin-bottom: 2.6vw;
    font-size: 1.66vw;
    padding: .8333vw 2.864vw;
    border-radius: .4166vw; }
    .landing-bg .btn:after,
    .enter-btn-container .btn:after {
      width: 1.66vw;
      height: 1.66vw;
      right: .78125vw;
      background-size: 30% auto;
      border-radius: 100%; } }

.welcome-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #012979;
  margin: auto; }

.landing-boxes {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  transition: all .3s ease-in-out;
  display: flex;
  justify-content: center; }
  .landing-boxes > div {
    background-color: #fff;
    border-radius: 8px;
    width: 33%;
    max-width: 360px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    margin: 0 2%;
    padding-bottom: 30px; }
    .landing-boxes > div:hover .img {
      background-color: #DE7315; }
  .landing-boxes .img {
    background-color: #B2B4B6;
    position: relative;
    padding: 30px;
    padding-bottom: 54%;
    transition: background-color .3s; }
    .landing-boxes .img img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .landing-boxes h3 {
    color: #DE7315;
    font-size: 20px;
    margin: 20px 10px 10px;
    font-weight: 700; }
  .landing-boxes p {
    color: #206CA6;
    font-size: 18px;
    margin: 0 30px; }

.landing-boxes:nth-of-type(1) {
  z-index: 1; }

.landing-boxes:nth-of-type(2) {
  z-index: 2; }

.landing-boxes:nth-of-type(3) {
  z-index: 3; }

.landing-boxes:nth-of-type(4) {
  z-index: 4; }

.row.equal .col-sm-6 {
  width: 49.9%; }

.row.equal .col-sm-6:nth-of-type(1) .landing-boxes:after,
.row.equal .col-sm-6:nth-of-type(3) .landing-boxes:after {
  content: ' ';
  background-color: #eaeaea;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

.row.equal .col-sm-6:nth-of-type(1) .landing-boxes:before,
.row.equal .col-sm-6:nth-of-type(3) .landing-boxes:before {
  content: ' ';
  background-color: #eaeaea;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.row.equal .col-sm-6:nth-of-type(2) .landing-boxes:before {
  content: ' ';
  background-color: #eaeaea;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.bermuda {
  background-image: url(images/landing/bermuda.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 50px 30px;
  text-align: center; }
  .bermuda .phone {
    display: inline-block;
    position: relative; }
    .bermuda .phone .video-details {
      position: absolute;
      width: 100%;
      padding-left: 8%;
      padding-right: 8%;
      margin-top: 15%; }
      .bermuda .phone .video-details i {
        color: #fff;
        border: 2px solid rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 33px;
        margin-top: 35%;
        margin-bottom: 28%;
        cursor: pointer;
        transition: all .2s ease-in-out; }
        .bermuda .phone .video-details i:hover {
          border-color: #D47D29;
          font-size: 43px; }
      .bermuda .phone .video-details i.icon-close {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        bottom: -17%;
        margin-left: -45px; }
      .bermuda .phone .video-details p {
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        margin-bottom: 15px; }
      .bermuda .phone .video-details .color-inverse {
        color: #D47D29; }

.page-contest-details .grand-prize {
  background: url(images/enter-by.png) no-repeat 85% 100%; }
  .page-contest-details .grand-prize > div {
    margin: 30px auto 0;
    max-width: 620px; }
    .page-contest-details .grand-prize > div h2,
    .page-contest-details .grand-prize > div h3 {
      color: #D47D29;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 45px;
      font-weight: 700;
      margin-top: 50px;
      padding-left: 15px; }
    .page-contest-details .grand-prize > div h3 {
      font-size: 34px; }
    .page-contest-details .grand-prize > div ul {
      margin-bottom: 60px; }
      .page-contest-details .grand-prize > div ul li {
        font-size: 22px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400; }

@media screen and (min-width: 480px) and (max-width: 1200px) {
  .page-contest-details .grand-prize > div h2 {
    font-size: 4vw; }
  .page-contest-details .grand-prize > div h3 {
    font-size: 3.5vw; }
  .page-contest-details .grand-prize > div ul li {
    font-size: 2.5vw; } }

@media screen and (max-width: 992px) {
  .page-contest-details .grand-prize {
    background-size: 15%; } }

@media screen and (max-width: 768px) {
  .page-contest-details .grand-prize {
    background-size: 20%; } }

@media screen and (max-width: 480px) {
  .page-contest-details .grand-prize {
    background-size: 45%;
    background-position: 50% 100%;
    padding-bottom: 140px; }
  .page-contest-details .grand-prize > div h2, .page-contest-details .grand-prize > div h3 {
    font-size: 20px;
    margin-top: 0; }
  .page-contest-details .grand-prize > div ul li {
    font-size: 13px; } }

.how-to-win > div {
  margin: 30px 10% 30px;
  max-width: none;
  line-height: 1.35; }
  .how-to-win > div h3 {
    color: #D47D29;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px; }
  .how-to-win > div p {
    margin-bottom: 30px; }
  .how-to-win > div ul {
    margin-bottom: 30px; }
  .how-to-win > div ol {
    padding-left: 20px; }
    .how-to-win > div ol li {
      font-weight: 400;
      font-size: 18px; }
  .how-to-win > div span {
    color: #D47D29; }
    .how-to-win > div span a {
      color: #D47D29; }
  .how-to-win > div a {
    text-decoration: underline; }
  .how-to-win > div li {
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }

.how-to-win .enter-btn-container a {
  text-decoration: none; }

.how-to-win [class^="col-"] {
  padding: 0; }

.preorder-container img {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #062F87; }

@media screen and (max-width: 1024px) {
  .landing-boxes .landing-boxes-flex a {
    padding: 25px 5px; }
  .landing-boxes .text {
    font-size: 16px;
    width: calc(100% - 65px); }
  .landing-boxes .icon-div,
  .landing-boxes .icon-div-green,
  .landing-boxes .icon-div-blue {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .landing-boxes .icon-div i,
  .landing-boxes .icon-div-green i,
  .landing-boxes .icon-div-blue i {
    font-size: 26px; } }

@media screen and (max-width: 992px) {
  .preorder {
    font-size: 18px;
    margin-top: 40px; }
  .row.equal .col-sm-6 {
    margin-left: auto;
    margin-right: auto;
    width: 49.9%;
    float: left; }
  .row.equal img.bg {
    max-width: 360px; } }

@media screen and (max-width: 1600px) {
  .landing-boxes h1 {
    font-size: 30px;
    margin-bottom: 10px; }
  .landing-boxes .content {
    left: 0;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%; }
    .landing-boxes .content img {
      max-width: 75px; }
  .landing-boxes .content-hover .description {
    font-size: 14px;
    margin-bottom: 10px; }
  .landing-boxes .content-hover .disclaimer {
    font-size: 11px; }
  .landing-boxes:hover .content {
    top: 5%; } }

@media screen and (max-width: 1400px) {
  .landing-boxes h1 {
    font-size: 25px;
    margin-bottom: 10px; }
  .landing-boxes .content {
    left: 0;
    width: 100%; }
    .landing-boxes .content img {
      max-width: 75px; }
  .landing-boxes .content-hover .description {
    font-size: 12px;
    margin-bottom: 10px; }
  .landing-boxes .content-hover .disclaimer {
    font-size: 10px; }
  .landing-boxes .content-hover .btn-primary {
    font-size: 22px;
    padding: 5px 26px; }
  .landing-boxes:hover .content {
    top: 5%; } }

@media screen and (max-width: 1024px) {
  .landing-boxes h1 {
    font-size: 22px;
    margin-bottom: 10px; }
  .landing-boxes .content {
    left: 0;
    width: 100%; }
    .landing-boxes .content img {
      max-width: 60px; }
  .landing-boxes .content-hover .description {
    font-size: 12px;
    margin-bottom: 10px; }
  .landing-boxes .content-hover .disclaimer {
    font-size: 10px; }
  .landing-boxes .content-hover .btn-primary {
    font-size: 22px;
    padding: 5px 26px; }
  .landing-boxes:hover .content {
    top: 5%; } }

@media screen and (max-width: 992px) {
  .landing-boxes h1 {
    font-size: 18px;
    margin-bottom: 8px; }
  .landing-boxes .content {
    left: 0;
    width: 100%; }
    .landing-boxes .content img {
      max-width: 50px; }
  .landing-boxes .content-hover .description {
    font-size: 10px;
    margin-bottom: 10px; }
  .landing-boxes .content-hover .disclaimer {
    font-size: 9px; }
  .landing-boxes .content-hover .btn-primary {
    font-size: 22px;
    padding: 5px 26px; }
  .landing-boxes:hover .content {
    top: 5%; }
  .how-to-win .col-sm-4 {
    text-align: center; }
    .how-to-win .col-sm-4 img {
      display: inline-block; } }

@media screen and (max-width: 767px) {
  .landing-boxes {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px; }
    .landing-boxes > div {
      width: 100%;
      margin: 0 auto 30px; }
    .landing-boxes h3 {
      font-size: 16px; }
    .landing-boxes p {
      font-size: 13px; }
  .landing-bg > div img {
    max-width: 55%;
    margin-bottom: 5vw; }
  .welcome-text {
    font-size: 16px;
    margin: 30px 15px; }
  .enter-btn-container {
    padding: 30px 25px; }
    .enter-btn-container p {
      font-size: 18px;
      line-height: 1.3; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Form ----------- */
.register-page .row {
  display: flex; }

.register-page .panel {
  background-color: transparent;
  margin: auto;
  box-shadow: none;
  border: 0; }

.register-page .panel-heading {
  background-color: transparent;
  color: #DE7315;
  font-size: 27px;
  font-weight: 700;
  border: 0;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  padding: 15px;
  display: inline-block; }
  .register-page .panel-heading:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    left: 15px;
    bottom: 0;
    background-color: #5E687B; }

.register-page .panel-body {
  padding: 15px 0; }

.register-page .col-sm-4,
.register-page .col-sm-8 {
  text-align: center;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px; }

.register-page .col-sm-4 {
  background-color: #DFDFDF; }
  .register-page .col-sm-4 .panel {
    width: 325px;
    text-align: left; }

.register-page .col-sm-8 {
  background-color: #062F87; }
  .register-page .col-sm-8 .panel {
    width: 710px; }
  .register-page .col-sm-8 .panel-heading {
    text-align: center; }
    .register-page .col-sm-8 .panel-heading:after {
      left: 50%;
      transform: translateX(-50%);
      background-color: #3794E4; }
  .register-page .col-sm-8 .text-info {
    color: #fff; }
  .register-page .col-sm-8 .input-info {
    color: #a3bdd4;
    font-size: small;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left; }

form {
  font-family: "Roboto", sans-serif;
  font-size: 18px; }

.floating-label {
  position: relative;
  margin-bottom: 15px;
  width: 100%; }
  .floating-label label {
    position: absolute;
    top: 23px;
    left: 52px; }

label {
  color: #88959E;
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s ease all;
  margin: 0; }

.register-page label {
  pointer-events: none; }

.register-page select.form-control {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI1Q0QyMjMwNzRGRTExRUE4RkY2ODU1RjczRDlEQjgzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI1Q0QyMjMxNzRGRTExRUE4RkY2ODU1RjczRDlEQjgzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjVDRDIyMkU3NEZFMTFFQThGRjY4NTVGNzNEOURCODMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjVDRDIyMkY3NEZFMTFFQThGRjY4NTVGNzNEOURCODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4HdcIPAAAAlklEQVR42mL8//8/AzmABUSwG0zdBaRcidSz5+eFbFcmKKcMiP8RoekfVC0DTOMFIF5GhEaQmvPIGkGgBoh/4NH0A6qGAV3jQyCeikfjVKgaDI0g0ArE77FoAom1IQswYVHQikUjSNM7fBoxnARlT0FXxIQjEGqR+LXYAo0JR0AshUbRBSgbe8rBE9GMuBIGI7lpFSDAAK8fJ8ECrVl9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none; }

.form-control {
  border-radius: 0;
  background-color: #eeefef;
  border-color: #707070;
  border-radius: 8px;
  color: #062F87;
  font-size: 19px;
  height: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-top: 10px;
  padding-left: 50px; }

.form-control:focus {
  border-color: #DE7315;
  box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.5); }

.form-control:focus ~ label {
  top: 5px;
  font-size: 13px;
  color: #88959E;
  font-weight: 400; }

.floating-label .form-control:not(:placeholder-shown) ~ label,
.floating-label .form-control.input-validation-error ~ label {
  top: 5px;
  font-size: 13px;
  color: #88959E;
  font-weight: 400; }

.floating-label .form-control:not(:placeholder-shown):not(.input-validation-error),
.floating-label .form-control:-internal-autofill-selected,
.floating-label .form-control:-internal-autofill-previewed {
  background-color: #D0FAD3;
  border: 1px solid #707070; }

.not-empty ~ label {
  top: 5px;
  font-size: 13px;
  color: #88959E;
  font-weight: 400; }

.not-empty:not(.input-validation-error) {
  background-color: #D0FAD3 !important;
  border: 1px solid #707070; }

input:-webkit-autofill {
  background-color: #D0FAD3 !important;
  border: 1px solid #707070;
  -webkit-box-shadow: 0 0 0px 1000px #D0FAD3 inset;
  -webkit-text-fill-color: #062F87 !important;
  font-size: 19px;
  font-weight: 700; }
  input:-webkit-autofill ~ label {
    top: 5px;
    font-size: 13px;
    color: #88959E;
    font-weight: 400; }

textarea.form-control {
  padding: 10px 15px;
  font-weight: 400; }

.field-validation-valid {
  display: none; }

.input-validation-error {
  border: 3px solid #F24D4D !important; }

.aterisk {
  display: none !important; }

.LoginEmail {
  position: relative; }

.floating-label:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  left: 0;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  z-index: 1; }

.LoginEmail:after {
  background-image: url(images/icons/form-mail.svg) !important; }

.LoginPassword:after {
  background-image: url(images/icons/form-password.svg) !important; }

.FirstName:after {
  background-image: url(images/icons/form-profile.svg) !important; }

.LastName:after {
  background-image: url(images/icons/form-profile.svg) !important; }

.Username:after {
  background-image: url(images/icons/form-username.svg) !important; }

.Email:after {
  background-image: url(images/icons/form-mail.svg) !important; }

.Password:after,
.ConfirmPassword:after,
.CurrentPassword:after,
.NewPassword:after {
  background-image: url(images/icons/form-password.svg) !important; }

.RetailerID:after {
  background-image: url(images/icons/form-cart.svg) !important; }

.StoreNumber:after {
  background-image: url(images/icons/form-store-number.svg) !important; }

.form-inline .form-control {
  display: block;
  width: 100%; }

#registerColumnsContainer,
#popupLogin {
  overflow: hidden; }

.label-field {
  color: #062F87; }

::placeholder {
  color: transparent !important; }

*::-webkit-input-placeholder {
  color: transparent !important; }

*:-moz-placeholder {
  color: transparent !important; }

*::-moz-placeholder {
  color: transparent !important; }

*:-ms-input-placeholder {
  color: transparent !important; }

textarea.form-control::placeholder {
  color: #727C8E !important;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

textarea.form-control::-webkit-input-placeholder {
  color: #727C8E !important;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

textarea.form-control:-moz-placeholder {
  color: #727C8E !important;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

textarea.form-control::-moz-placeholder {
  color: #727C8E !important;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

textarea.form-control:-ms-input-placeholder {
  color: #727C8E !important;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

.form-control-required,
.progress {
  display: inline-block;
  width: calc(100% - 18px); }

select.form-control-required {
  margin-left: -4px; }

.progress {
  margin-left: 14px; }

label.form-control-required {
  padding-left: 20px !important; }

input[type=checkbox] {
  width: 16px;
  height: 16px; }

.asterik,
.asterik-checkbox {
  display: inline-block;
  color: #ec242a;
  width: 13px; }

.checkbox {
  margin-bottom: 30px; }
  .checkbox .asterik-checkbox {
    vertical-align: top; }
  .checkbox .field-validation-error {
    margin-left: 34px; }
  .checkbox label {
    pointer-events: auto; }

.field-validation-error:not(:empty),
.password-verdict:not(:empty),
.error-list:not(:empty) {
  color: #F24D4D;
  display: block;
  text-align: left;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700; }

#spLoginErrorMessage:not(:empty) {
  font-size: 18px;
  padding: 8px 15px;
  border-radius: 6px;
  color: #fff;
  background-color: #F24D4D; }

#dvRegisterLogin .field-validation-error {
  margin-left: 0; }

#landing-form .row > div:nth-child(1) {
  padding-right: 0; }

#landing-form .row > div:nth-child(2) {
  padding-left: 10px; }

.input-lg {
  height: 48px; }

.checkbox label, .radio label {
  font-size: 16px;
  color: #062F87;
  font-weight: 300; }

input[type=checkbox], input[type=radio] {
  display: inline; }

.form-group {
  margin-bottom: 15px; }

.g-recaptcha {
  transform: scale(0.88);
  transform-origin: 0 0;
  margin-left: 18px; }

@media screen and (min-width: 768px) {
  .form-group .col-md-6 {
    width: 50%; }
  .g-recaptcha {
    transform: scale(0.8); } }

@media screen and (min-width: 1200px) {
  .g-recaptcha {
    transform: scale(0.88); } }

.form-horizontal .form-group {
  margin-bottom: 15px; }

p.required-fields {
  color: #D47D29;
  font-size: 14px;
  font-weight: 600;
  margin-top: 1em; }

.required-fields-info {
  margin-bottom: 30px; }
  .required-fields-info p:first-of-type {
    font-weight: 300; }
  .required-fields-info p:nth-child(2) {
    font-weight: 700; }

#reg-form a,
#dvRegister a,
#dvRegisterLogin a {
  color: #fff;
  font-size: 18px; }

#reg-form a:hover,
#dvRegister a:hover,
#dvRegisterLogin a:hover {
  color: #fff;
  text-decoration: underline; }

#dvRegister .form-group .row {
  flex-wrap: wrap;
  flex-flow: row wrap;
  display: flex; }

#dvRegister .form-group [class*="col-"] {
  padding: 0 5px;
  float: none; }
  #dvRegister .form-group [class*="col-"] > div {
    width: 100%; }

#dvRegister .form-group .col-sm-6 {
  max-width: 50%;
  margin-left: -1px;
  margin-right: -1px; }

#dvRegister .form-group .col-sm-12 {
  width: 100%;
  margin-left: -2px;
  margin-right: -2px; }
  #dvRegister .form-group .col-sm-12 > div {
    width: 100%; }

.noContentWrapper {
  text-align: center;
  font-size: 22px; }

.resetpassMessage {
  text-align: center;
  font-size: 18px; }
  .resetpassMessage .icon-check-square {
    color: #D47D29;
    vertical-align: baseline; }

#continuelink {
  background-color: #062F87;
  color: #88C65A;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 10px; }
  #continuelink:hover {
    text-decoration: none;
    background-color: #D47D29;
    color: #88C65A; }

#dvRegisterLogin {
  background-color: #2f5886; }

#dvRegister,
#dvRegisterLogin {
  padding-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
  width: auto; }

#dvRegisterLogin {
  padding-bottom: 50px; }
  #dvRegisterLogin .cmdbutton {
    margin-top: 40px !important; }

/* ----------- Form Error validation ----------- */
.reg-form-container span.Error, .form-container span.Error {
  font-size: 12px;
  padding: 3px 6px;
  background: #e14949;
  color: #fff;
  border-radius: 3px;
  position: relative;
  display: inline-block; }

.reg-form-container span.Error:before, .form-container span.Error:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e14949; }

.page-registration-forgotpassword .form-group:nth-of-type(2) .col-sm-4 {
  display: none; }

.page-customer-register .heading {
  text-align: left; }

.checkbox {
  text-align: center; }
  .checkbox label {
    color: #fff; }

.register-forgot-pass {
  color: #062F87; }

@media (hover) {
  .register-forgot-pass:hover, .register-forgot-pass:focus, .register-forgot-pass:active {
    color: #000;
    text-decoration: underline; } }

.not-registered p {
  color: #062F87;
  font-size: 18px !important; }
  .not-registered p a {
    color: #062F87 !important;
    text-decoration: underline; }
    .not-registered p a:hover, .not-registered p a:active, .not-registered p a:focus {
      color: #000 !important; }

.page-registration-forgotpassword .page-title h1 {
  color: #062F87;
  margin-top: 1em; }

.page-registration-forgotpassword #forgotpassword_form {
  text-align: center; }

#div_change_password {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }
  #div_change_password .fieldNameLabel {
    color: #062F87;
    font-size: small; }

@media screen and (min-width: 768px) {
  .page-registration-forgotpassword .form-group {
    display: inline-block;
    vertical-align: top; }
  .page-registration-forgotpassword .form-group [class*="col-"] {
    float: none;
    width: auto;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top; }
  .page-registration-forgotpassword #btnSubmit {
    font-size: 22px;
    padding: 10px 18px; } }

@media screen and (max-width: 992px) {
  #dvRegisterLogin {
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .register-page .row {
    display: block; }
  .register-page .col-sm-4,
  .register-page .col-sm-8 {
    display: block;
    width: 100%; }
    .register-page .col-sm-4 .panel,
    .register-page .col-sm-8 .panel {
      width: auto; }
  form,
  .checkbox label,
  .radio label {
    font-size: 12px; }
  input[type="radio"],
  input[type="checkbox"] {
    margin-top: 0; }
  .not-registered p {
    font-size: 12px !important; }
  #frmRegister .col-sm-6 {
    width: 50%;
    float: left; }
  #frmRegister .col-sm-12 {
    float: left;
    width: 100%; }
  .radio,
  .checkbox {
    margin-top: 5px;
    margin-bottom: 5px; }
  .form-group .col-sm-6,
  .form-group .col-sm-12 {
    margin-bottom: 10px; }
  .form-group {
    margin-bottom: 0; }
  .page-customer-register .heading {
    text-align: center;
    font-size: 3rem; }
  #BirthdayMonth,
  #BirthdayDay,
  #BirthdayYear {
    width: 32%;
    margin-bottom: 10px;
    display: block;
    margin-right: 2% !important;
    float: left; }
  #BirthdayYear {
    margin-right: 0 !important; }
  #reg-form a,
  #dvRegister a,
  #dvRegisterLogin a {
    font-size: 12px; }
  .required-fields-info p {
    font-size: 14px; }
  #dvRegister .form-group .row {
    margin-left: 0;
    margin-right: 0; }
  .form-group .col-md-6 {
    width: 100%; }
  .g-recaptcha {
    transform: scale(1); }
  #dvRegister,
  #dvRegisterLogin {
    margin-left: 0;
    margin-right: 0; }
  .filter .form-control {
    padding: 0 12px;
    height: 35px;
    font-size: 16px; }
  .filter .input-group-btn {
    height: 35px; }
  .register-page .panel-heading {
    font-size: 22px; }
  .register-page .col-sm-4,
  .register-page .col-sm-8 {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media screen and (max-width: 360px) {
  .g-recaptcha {
    transform: scale(0.85); } }

.search-faq-container {
  vertical-align: middle;
  border: 1px solid #707070;
  border-radius: 25px; }
  .search-faq-container .form-control {
    border-radius: 30px;
    background-color: transparent;
    border: 0px solid #707070;
    box-shadow: none;
    color: #FFFFFF;
    min-height: 40px;
    font-weight: 400;
    padding: .78vw 1vw;
    height: 2.7vw; }
  .search-faq-container .input-group-btn {
    height: 2.6vw;
    border: 0px solid #707070;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    box-shadow: none; }
    .search-faq-container .input-group-btn .search-btn {
      border: 0;
      padding: 0 1.3vw 0 10px;
      background-color: transparent;
      height: 100%;
      color: #D47D29; }

.search-display-container .highlight {
  font-weight: bold; }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- FAQ ----------- */
.faq-brand-container {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px; }

#parentFAQ {
  margin-top: 15px; }
  #parentFAQ .answer a,
  #parentFAQ .question a {
    color: #ffed3a;
    text-decoration: underline;
    text-decoration-color: #6db9f5; }
  #parentFAQ .panel-heading {
    padding: 25px; }

.faq-heading,
.search-faq {
  display: inline-block;
  vertical-align: top; }

.faq-heading .heading:after {
  width: 65px; }

.search-faq {
  width: calc(100% - 200px);
  float: right;
  padding-bottom: 20px; }
  .search-faq .search-faq-container {
    border: 1px solid #1471B9;
    border-radius: 10px; }

.faq-brand-name {
  color: #3794E4;
  font-size: xx-large;
  font-weight: 700; }

.ui-dialog-title {
  float: none !important;
  border-bottom: 4px solid #D47D29;
  padding-bottom: 10px; }

.search-faq-container {
  position: relative; }
  .search-faq-container *::placeholder {
    color: #6DB9F5 !important;
    font-weight: 400;
    opacity: 1; }
  .search-faq-container *::-webkit-input-placeholder {
    color: #6DB9F5 !important;
    font-weight: 400;
    opacity: 1; }
  .search-faq-container *:-moz-placeholder {
    color: #6DB9F5 !important;
    font-weight: 400;
    opacity: 1; }
  .search-faq-container *::-moz-placeholder {
    color: #6DB9F5 !important;
    font-weight: 400;
    opacity: 1; }
  .search-faq-container *:-ms-input-placeholder {
    color: #6DB9F5 !important;
    font-weight: 400;
    opacity: 1; }

#FAQSection .panel-faq .panel {
  padding: 0;
  border: 0;
  margin-bottom: 10px; }
  #FAQSection .panel-faq .panel h4 {
    padding: 15px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
  #FAQSection .panel-faq .panel.active {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.16); }
    #FAQSection .panel-faq .panel.active h4 {
      border-left: 5px solid #DE7315;
      padding-left: 5px; }

#FAQSection .panel-faq .panel-body {
  padding: 10px 23px;
  color: #062F87; }
  #FAQSection .panel-faq .panel-body a {
    color: #6DB9F5;
    text-decoration-color: #DE7315 !important;
    text-decoration: underline; }
    #FAQSection .panel-faq .panel-body a:hover, #FAQSection .panel-faq .panel-body a:active, #FAQSection .panel-faq .panel-body a:focus {
      color: #DE7315; }
  #FAQSection .panel-faq .panel-body p {
    font-size: 15px;
    font-weight: 400;
    color: #727C8E; }

#FAQSection .faq-title {
  font-size: 18px;
  font-weight: 700;
  color: #727C8E;
  display: block; }
  #FAQSection .faq-title:active, #FAQSection .faq-title:focus, #FAQSection .faq-title:hover {
    text-decoration: none;
    color: #DE7315; }
  #FAQSection .faq-title:not(.collapsed) {
    color: #062F87; }
  #FAQSection .faq-title:not(.collapsed):before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #DE7315;
    font-size: 13px; }
  #FAQSection .faq-title.collapsed:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-size: 13px; }

#FAQSection .panel-footer {
  background-color: transparent;
  padding: 10px 0; }

.btn-view-all {
  border: 1px solid #88959E;
  color: #286AA3;
  border-radius: 3px;
  padding: 8px 15px 8px 25px; }
  .btn-view-all i {
    color: #3794E4;
    margin-left: 10px; }
  .btn-view-all:hover, .btn-view-all:active, .btn-view-all:focus {
    background-color: #3794E4;
    border-color: #3794E4;
    color: #fff; }
    .btn-view-all:hover i, .btn-view-all:active i, .btn-view-all:focus i {
      color: #fff; }

#loading_data_icon {
  position: absolute;
  display: block;
  right: 30px;
  top: 10px; }

@media screen and (max-width: 812px) {
  .search-faq {
    width: auto;
    float: none; }
    .search-faq .form-control {
      font-size: 16px; }
  .filter.faq-heading {
    margin-bottom: 0; }
  #parentFAQ .panel-heading {
    padding: 20px 10px 10px;
    font-size: 16px; }
  #parentFAQ ul {
    padding-left: 20px; }
  #parentFAQ .faq-title {
    font-size: 16px; }
  #parentFAQ .panel-faq .panel-body p {
    font-size: 16px; }
  .faq-brand-name {
    font-size: large; }
  .have-question h2 {
    font-size: large; }
  .have-question .btn-primary {
    padding: 13px 40px 13px 30px; }
  #UserFAQSuggestionDialog textarea.form-control {
    height: 220px;
    font-size: 16px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Sidebar ----------- */
#sidebar-wrapper {
  z-index: 88;
  position: fixed;
  left: 300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  margin-left: -300px;
  overflow-y: auto;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.25);
  top: 110px; }

@media screen and (min-width: 769px) {
  #sidebar-wrapper {
    width: 300px;
    overflow: hidden;
    display: block; } }

.sidebar-nav {
  background: #f9f9f9;
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar-nav .user-info {
    background: #fff;
    padding: 25px 15px 15px;
    text-align: center; }

#left-menu-filter {
  text-align: left;
  color: #727C8E;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
  width: 100% !important; }
  #left-menu-filter .panel-heading {
    position: relative;
    padding: 0; }
    #left-menu-filter .panel-heading h2 {
      margin: 0;
      font-size: 28px; }
    #left-menu-filter .panel-heading a {
      color: #727C8E;
      display: block;
      padding: 10px 15px;
      text-decoration: none; }
      #left-menu-filter .panel-heading a:active, #left-menu-filter .panel-heading a:focus {
        text-decoration: none; }
      #left-menu-filter .panel-heading a:not([aria-expanded=false]) {
        text-decoration: none;
        color: #DE7315; }
      #left-menu-filter .panel-heading a[aria-expanded=true] {
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.08); }
    #left-menu-filter .panel-heading:hover {
      background-color: #F6F6F6; }
    #left-menu-filter .panel-heading i {
      position: absolute;
      top: 50%;
      right: 17px;
      transform: translateY(-50%);
      color: #727C8E;
      font-size: 35px; }
  #left-menu-filter .checkbox {
    text-align: left;
    margin: 0; }
    #left-menu-filter .checkbox:hover {
      background-color: #F6F6F6; }
  #left-menu-filter .clear {
    text-align: right;
    padding: 0 20px 10px 15px; }
    #left-menu-filter .clear a {
      font-size: 16px;
      color: #88959E; }
  #left-menu-filter label {
    color: #727C8E;
    display: block;
    padding: 6px 15px;
    font-size: 14px; }
  #left-menu-filter .form-control {
    padding: 10px 5px;
    margin: 10px 15px;
    width: calc(100% - 35px);
    font-size: 15px;
    font-weight: 400;
    height: 45px; }
  #left-menu-filter .list-group-item-heading h2 {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 10px;
    color: #DE7315;
    font-size: 28px; }

.filter-group .panel-collapse {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12); }

.enscroll-track {
  right: 5px; }

.handle3 {
  background: #adc0d3 none repeat scroll 0 0;
  border-radius: 7px;
  right: 0;
  transition: width 250ms ease 0s;
  width: 7px; }

@media screen and (max-width: 812px) and (orientation: portrait) {
  #sidebar-wrapper {
    top: 244px; } }

@media screen and (max-width: 812px) and (orientation: landscape) {
  #sidebar-wrapper {
    top: 210px; } }

@media screen and (min-width: 813px) {
  .retailer-logo img {
    max-height: 200px; } }

@media screen and (max-width: 812px) {
  #sidebar-wrapper {
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
    position: static;
    height: auto; }
  .sidebar-nav .user-info {
    padding: 5px 5px 5px; }
  #left-menu-filter .panel-heading a {
    padding: 10px 10px; }
  #left-menu-filter .panel-heading h2 {
    font-size: 20px; }
  #left-menu-filter .clear a {
    font-size: 12px; }
  .retailer-logo img {
    max-height: 120px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Bootstrap Switch ----------- */
.bootstrap-switch-off {
  background: #DFDFDF;
  border-color: #BCBCBC; }
  .bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -18px !important; }
  .bootstrap-switch-off .bootstrap-switch-label {
    background: #bec4ca; }

.bootstrap-switch {
  height: 14px;
  line-height: 9px !important;
  vertical-align: middle;
  overflow: visible; }
  .bootstrap-switch .bootstrap-switch-label {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    box-shadow: none;
    transform: translateY(-3px);
    background-color: #fff;
    border: 1px solid #ACABAB;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); }

.bootstrap-switch-on {
  background: #87C2F6;
  border: 1px solid #70B2ED; }
  .bootstrap-switch-on .bootstrap-switch-container {
    margin-left: 1px !important; }
  .bootstrap-switch-on .bootstrap-switch-label {
    background: #3794E4;
    border: 1px solid #0F62A9; }
    .bootstrap-switch-on .bootstrap-switch-label:hover {
      background: #3794E4;
      border: 1px solid #0F62A9; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  min-width: 16px;
  line-height: 8px !important; }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Video ----------- */
.video-container,
.video {
  text-align: center; }
  .video-container video,
  .video video {
    width: 100%;
    max-width: 962px;
    max-height: 541px;
    margin-left: auto;
    margin-right: auto; }

.video-title {
  color: #D47D29;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700; }

.video-fluid,
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .video-fluid iframe,
  .video-fluid object,
  .video-fluid video,
  .video iframe,
  .video object,
  .video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh; }
  .video-fluid img,
  .video img {
    width: auto; }
  .video-fluid .video-link:after,
  .video .video-link:after {
    content: "\f04b";
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(45, 73, 148, 0.75);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(45, 73, 148, 0.7);
    transition: all 0.1s ease 0s;
    padding-left: 5px;
    padding-top: 0;
    pointer-events: none; }
  .video-fluid .video-link:hover:after,
  .video .video-link:hover:after {
    transform: scale(1.2);
    color: #ee2e24;
    background: rgba(255, 255, 255, 0.8);
    border-color: #ef3c2b; }

#media_player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); }
  #media_player iframe,
  #media_player object,
  #media_player img,
  #media_player video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh; }

.plyr.plyr--fullscreen-active {
  height: auto; }

@media screen and (max-width: 767px) {
  .col-sm-5.video-container {
    margin-top: 25px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Sidebar ----------- */
@media screen and (min-width: 1920px) {
  .grid-boxes > .row > [class^=col-] {
    width: calc(33% - 30px);
    margin: 0 15px 30px; } }

@media screen and (min-width: 1400px) and (max-width: 1919px) {
  .grid-boxes > .row > [class^=col-] {
    width: calc(33% - 30px);
    margin: 0 15px 30px; } }

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .grid-boxes > .row > [class^=col-] {
    width: calc(50% - 30px);
    margin: 0 15px 30px; } }

.grid-boxes {
  padding: 0 0; }
  .grid-boxes > .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center; }
    .grid-boxes > .row > [class^=col-] {
      margin-bottom: 30px;
      padding: 0; }
  .grid-boxes .product-detail,
  .grid-boxes .phones-content {
    background-color: #fff;
    border-radius: 8px;
    color: #5E687B;
    padding: 20px 20px 75px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-position: 0 100%;
    transition: all .15s ease-out; }
    .grid-boxes .product-detail .row,
    .grid-boxes .phones-content .row {
      display: flex; }
      .grid-boxes .product-detail .row [class^='col-sm'],
      .grid-boxes .phones-content .row [class^='col-sm'] {
        float: none;
        padding: 0 10px 0 15px; }
      .grid-boxes .product-detail .row .col-sm-4,
      .grid-boxes .phones-content .row .col-sm-4 {
        width: 30%;
        position: relative;
        padding-left: 0; }
      .grid-boxes .product-detail .row .col-sm-8,
      .grid-boxes .phones-content .row .col-sm-8 {
        width: calc(70% - 15px) !important; }
        .grid-boxes .product-detail .row .col-sm-8 ul,
        .grid-boxes .phones-content .row .col-sm-8 ul {
          padding-left: 20px; }
    .grid-boxes .product-detail > .row:nth-of-type(3),
    .grid-boxes .phones-content > .row:nth-of-type(3) {
      height: 100%;
      margin: 0 -20px 0 0; }
    .grid-boxes .product-detail:hover,
    .grid-boxes .phones-content:hover {
      transition: all 0.25s ease-in-out;
      background: #3794e4;
      background: linear-gradient(138deg, #3794e4 34%, #5bc65a 100%);
      box-shadow: 0 5px 35px rgba(55, 211, 228, 0.4), 0 5px 0 #020d25;
      transform: translateY(-5px);
      z-index: 1500; }
      .grid-boxes .product-detail:hover .product-title,
      .grid-boxes .phones-content:hover .product-title {
        color: #fff; }
        .grid-boxes .product-detail:hover .product-title .fa-circle,
        .grid-boxes .phones-content:hover .product-title .fa-circle {
          color: #DE7315; }
      .grid-boxes .product-detail:hover .handle3,
      .grid-boxes .phones-content:hover .handle3 {
        background-color: #fff; }
    .grid-boxes .product-detail .product-short-desc,
    .grid-boxes .phones-content .product-short-desc {
      font-family: "Open Sans", sans-serif;
      font-size: 15px; }
      .grid-boxes .product-detail .product-short-desc ul li,
      .grid-boxes .phones-content .product-short-desc ul li {
        padding-bottom: 3px; }
    .grid-boxes .product-detail .buttons-area,
    .grid-boxes .phones-content .buttons-area {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 15px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      background-color: #DFDFDF;
      display: flex;
      min-height: 58px;
      align-content: space-between;
      transition: all .15s ease-out; }
      .grid-boxes .product-detail .buttons-area:before,
      .grid-boxes .phones-content .buttons-area:before {
        content: '';
        height: 1px;
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px; }
    .grid-boxes .product-detail .btn-gallery,
    .grid-boxes .phones-content .btn-gallery {
      background-color: transparent;
      color: #5E687B;
      font-size: 14px;
      min-width: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      padding: 7px;
      margin-left: -5px;
      margin-right: 5px;
      text-transform: none; }
    .grid-boxes .product-detail .btn-details,
    .grid-boxes .phones-content .btn-details {
      background-color: #fff;
      border: 1px solid #88959E;
      color: #3794E4;
      font-size: 14px;
      font-weight: 700;
      border-radius: 4px;
      margin-left: auto;
      font-family: "Roboto", sans-serif; }
    .grid-boxes .product-detail:hover .product-short-desc,
    .grid-boxes .phones-content:hover .product-short-desc {
      color: #fff; }
    .grid-boxes .product-detail:hover .buttons-area,
    .grid-boxes .phones-content:hover .buttons-area {
      background-color: transparent;
      border-color: rgba(255, 0, 0, 0.5); }
      .grid-boxes .product-detail:hover .buttons-area:before,
      .grid-boxes .phones-content:hover .buttons-area:before {
        background-color: rgba(255, 255, 255, 0.5); }
    .grid-boxes .product-detail:hover .btn-gallery,
    .grid-boxes .phones-content:hover .btn-gallery {
      color: #fff; }
      .grid-boxes .product-detail:hover .btn-gallery:hover,
      .grid-boxes .phones-content:hover .btn-gallery:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 0; }
    .grid-boxes .product-detail:hover .btn-details,
    .grid-boxes .phones-content:hover .btn-details {
      border-color: #fff; }
    .grid-boxes .product-detail .enscroll-track,
    .grid-boxes .phones-content .enscroll-track {
      right: -20px; }
  .grid-boxes .phones-content {
    padding: 0 0 58px 0; }
    .grid-boxes .phones-content .description {
      margin: 20px; }
    .grid-boxes .phones-content div[id^='shortDesc_'] {
      margin-right: 10px; }
    .grid-boxes .phones-content .short-description {
      color: #727C8E;
      font-size: 15px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      line-height: 1.5; }
      .grid-boxes .phones-content .short-description p {
        font-size: 15px; }
    .grid-boxes .phones-content .new-area {
      position: absolute;
      top: -12px;
      left: 10px;
      background-color: #DE4C15;
      border-radius: 5px;
      font-size: 11px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      color: #fff;
      padding: 0 8px;
      line-height: 24px;
      z-index: 1; }
    .grid-boxes .phones-content .display {
      position: absolute;
      right: 0;
      top: 5px;
      color: #5E687B;
      font-size: 24px;
      z-index: 2;
      float: right;
      margin-left: auto; }
      .grid-boxes .phones-content .display input[type=checkbox] {
        display: none; }
      .grid-boxes .phones-content .display i {
        font-size: 24px;
        cursor: pointer;
        color: #5E687B; }
    .grid-boxes .phones-content:hover .display,
    .grid-boxes .phones-content:hover .short-description {
      color: #fff; }
      .grid-boxes .phones-content:hover .display i,
      .grid-boxes .phones-content:hover .short-description i {
        color: #fff; }
    .grid-boxes .phones-content .news-image {
      position: relative;
      background-color: #fff;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
      padding: 0 20px 75%;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      overflow: hidden; }
      .grid-boxes .phones-content .news-image img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        max-height: 100%;
        max-width: 100%;
        width: 100%; }
      .grid-boxes .phones-content .news-image .media-button-play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 1; }
      .grid-boxes .phones-content .news-image .color-white {
        color: #fff; }
    .grid-boxes .phones-content .time-container {
      display: flex;
      align-content: space-between;
      align-items: center;
      margin: 0 20px 18px;
      position: absolute;
      bottom: 0;
      width: calc(100% - 36px); }
    .grid-boxes .phones-content .buttons-area {
      background-color: transparent;
      text-align: center;
      margin-left: 5px;
      margin-right: 5px;
      display: block;
      padding: 15px 0;
      display: none; }
      .grid-boxes .phones-content .buttons-area:before {
        background-color: #D6D6D6; }
    .grid-boxes .phones-content:hover .news-image {
      background-color: rgba(214, 214, 214, 0.18); }
    .grid-boxes .phones-content:hover .time {
      color: #062F87; }
      .grid-boxes .phones-content:hover .time i {
        color: #062F87; }
  .grid-boxes .title-container {
    display: flex;
    align-items: center;
    position: relative; }
  .grid-boxes .product-title {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    color: #3794E4;
    margin-right: 15px;
    line-height: 1.5; }
  .grid-boxes .product-detail .enscroll-track {
    transform: translateX(-10px); }

.zoomContainer {
  z-index: 1022; }

.time {
  margin-left: 0;
  color: #88959E;
  font-size: 13px;
  font-style: italic; }
  .time i {
    color: #DE7315; }

.details-container {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden; }
  .details-container .left {
    background: linear-gradient(138deg, #3794e4 34%, #5bc65a 100%);
    box-shadow: 0 5px 35px rgba(55, 211, 228, 0.4), 0 5px 0 #020d25;
    width: 40%; }
  .details-container .details-back-container {
    text-align: center;
    padding: 15px; }
  .details-container .right {
    background-color: #fff;
    width: 60%;
    padding: 30px 50px;
    position: relative;
    box-shadow: -3px 0 8px rgba(0, 0, 0, 0.15); }
  .details-container .btn-back {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background-image: url(images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    padding-left: 35px;
    line-height: 17px; }
    .details-container .btn-back:hover {
      background-color: #fff;
      color: #286AA3;
      padding-left: 30px;
      padding-right: 30px; }
  .details-container .title {
    color: #286AA3;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
  .details-container .description {
    margin-top: 30px;
    color: #727C8E;
    font-size: 16px;
    font-family: "Open Sans", sans-serif; }
    .details-container .description .short {
      color: #5E687B;
      font-size: 20px;
      margin-bottom: 15px; }
    .details-container .description .detailed,
    .details-container .description .detailed p {
      font-size: 16px; }
      .details-container .description .detailed table,
      .details-container .description .detailed p table {
        margin-top: 2em;
        margin-bottom: 2em; }
        .details-container .description .detailed table th, .details-container .description .detailed table td,
        .details-container .description .detailed p table th,
        .details-container .description .detailed p table td {
          padding: 8px; }
  .details-container .media-section {
    padding: 30px 0; }
    .details-container .media-section .panel-heading {
      padding: 0 30px;
      transition: all .15s ease-out; }
      .details-container .media-section .panel-heading a {
        color: #fff;
        font-size: 20px;
        font-family: "Roboto", sans-serif;
        position: relative;
        display: block;
        padding: 10px 0; }
        .details-container .media-section .panel-heading a i {
          color: #fff;
          font-size: 26px;
          transition: all .15s ease-out;
          margin-right: 10px; }
        .details-container .media-section .panel-heading a:hover, .details-container .media-section .panel-heading a:focus, .details-container .media-section .panel-heading a:active {
          text-decoration: none; }
        .details-container .media-section .panel-heading a[aria-expanded="true"] .fa-angle-right {
          transform: rotate(90deg); }
        .details-container .media-section .panel-heading a .fa-angle-right,
        .details-container .media-section .panel-heading a .fa-angle-down {
          position: absolute;
          right: 0;
          top: 10px; }
      .details-container .media-section .panel-heading:hover {
        background-color: rgba(6, 47, 135, 0.2); }
    .details-container .media-section .mediatype {
      margin: 0 30px;
      padding-top: 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
      .details-container .media-section .mediatype a {
        word-break: break-all;
        font-size: 16px;
        color: #fff;
        font-family: "Open Sans", sans-serif; }
    .details-container .media-section #dvPhotos {
      border-top: 0;
      padding: 0; }
    .details-container .media-section #dvDocs {
      margin-left: 29px; }
      .details-container .media-section #dvDocs i {
        font-size: 24px;
        width: 10px;
        margin-right: 12px;
        display: inline-block;
        vertical-align: top;
        color: #fff; }
      .details-container .media-section #dvDocs a {
        display: flex;
        width: 100%;
        vertical-align: middle;
        background-color: #0d8586;
        border-radius: 50px;
        padding: 10px 18px;
        margin-bottom: 12px; }
        .details-container .media-section #dvDocs a:hover {
          text-decoration: none;
          background-color: #096061; }
      .details-container .media-section #dvDocs > div {
        margin-bottom: 10px; }
  .details-container .entry-media-container {
    margin-bottom: 0;
    box-shadow: none !important; }
    .details-container .entry-media-container img {
      position: absolute !important;
      left: 50% !important;
      top: 50% !important;
      transform: translateX(-50%) translateY(-50%) !important;
      max-width: 90% !important;
      max-height: 90% !important;
      margin: 0;
      width: auto !important;
      height: auto !important;
      margin: 0 !important; }

.thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-block !important;
  cursor: pointer;
  max-width: 100%;
  transition: all .15s ease-out;
  margin-right: 3%; }
  .thumbnail:nth-of-type(3n+3) {
    margin-right: 0; }
  .thumbnail:hover {
    background-color: rgba(6, 47, 135, 0.7); }

.entry-media-container .thumbnail:hover {
  background-color: transparent; }

.thumbnail.active {
  background-color: #062F87;
  border: 2px solid #F5D96D;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.entry-media-container {
  background-color: #fff;
  padding: 20px 30px;
  padding-bottom: 75%; }

@media screen and (max-width: 1200px) {
  .thumbnail {
    width: 49%;
    margin-right: 0;
    margin-bottom: 5px; }
  .details-container .media-section .panel-heading {
    padding: 0 15px; }
  .details-container .media-section .mediatype {
    margin: 0 15px; } }

@media screen and (max-width: 1000px) {
  .grid-boxes {
    padding: 0 15px; }
    .grid-boxes > .row > [class^=col-] {
      width: 100%; }
    .grid-boxes .product-title {
      font-size: 18px; }
    .grid-boxes .phones-content .short-description {
      font-size: 16px;
      max-height: none; }
      .grid-boxes .phones-content .short-description p {
        font-size: 16px; }
  .details-container .left,
  .details-container .right {
    width: 100%; }
  .details-container .right {
    padding: 15px; }
  .details-container .media-section {
    padding: 15px 0; }
    .details-container .media-section .mediatype {
      margin: 0 15px; }
  .details-container .title {
    font-size: 18px; }
  .details-container .description {
    font-size: 16px; }
    .details-container .description ul {
      padding-left: 20px; }
    .details-container .description p,
    .details-container .description ul,
    .details-container .description ol {
      font-size: 16px; }
    .details-container .description .detailed {
      overflow-x: auto; }
  .details-container .media-section .panel-heading {
    padding: 0 15px; }
    .details-container .media-section .panel-heading a {
      font-size: 14px; }
      .details-container .media-section .panel-heading a i {
        font-size: 14px; }
  .grid-boxes .product-detail .row,
  .grid-boxes .phones-content .row {
    display: block; }
    .grid-boxes .product-detail .row .col-sm-4,
    .grid-boxes .phones-content .row .col-sm-4 {
      margin-bottom: 15px; }
    .grid-boxes .product-detail .row .col-sm-8,
    .grid-boxes .phones-content .row .col-sm-8 {
      padding: 0; }
    .grid-boxes .product-detail .row .col-sm-4,
    .grid-boxes .product-detail .row .col-sm-8,
    .grid-boxes .phones-content .row .col-sm-4,
    .grid-boxes .phones-content .row .col-sm-8 {
      width: auto !important; }
    .grid-boxes .product-detail .row:nth-of-type(3),
    .grid-boxes .phones-content .row:nth-of-type(3) {
      margin: 0; }
  .grid-boxes .product-detail .product-short-desc,
  .grid-boxes .phones-content .product-short-desc {
    max-height: none;
    font-size: 16px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Materials ----------- */
.materials-container {
  border-radius: 8px;
  margin-bottom: 30px; }
  .materials-container .well {
    padding: 0 0 30px;
    margin-bottom: 0;
    text-align: left;
    background-color: transparent;
    border: 0; }
    .materials-container .well .btn-default {
      background-color: #f1f1f1;
      border: 0 !important; }
    .materials-container .well .btn {
      color: #5E687B;
      font-size: 14px;
      font-weight: 700;
      border: 1px solid #000;
      padding: 0 10px;
      border-radius: 4px;
      min-width: 110px;
      font-family: "Roboto", sans-serif;
      height: 36px;
      line-height: 36px;
      box-shadow: none; }
      .materials-container .well .btn i {
        margin-right: 10px;
        font-size: 20px;
        vertical-align: middle; }
      .materials-container .well .btn.active-green {
        background-color: #6DB9F5;
        color: #fff; }
        .materials-container .well .btn.active-green i {
          color: #fff !important; }
      .materials-container .well .btn:nth-of-type(2) {
        border-color: #E11E24; }
        .materials-container .well .btn:nth-of-type(2) i {
          color: #E11E24; }
        .materials-container .well .btn:nth-of-type(2).active-green {
          background-color: #E11E24; }
      .materials-container .well .btn:nth-of-type(3) {
        border-color: #88C65A; }
        .materials-container .well .btn:nth-of-type(3) i {
          color: #88C65A; }
        .materials-container .well .btn:nth-of-type(3).active-green {
          background-color: #57af37; }
      .materials-container .well .btn:nth-of-type(4) {
        border-color: #3794E4; }
        .materials-container .well .btn:nth-of-type(4) i {
          color: #3794E4; }
        .materials-container .well .btn:nth-of-type(4).active-green {
          background-color: #3794E4; }
      .materials-container .well .btn:nth-of-type(5) {
        border-color: #DD60DD; }
        .materials-container .well .btn:nth-of-type(5) i {
          color: #DD60DD; }
        .materials-container .well .btn:nth-of-type(5).active-green {
          background-color: #DD60DD; }
      .materials-container .well .btn:nth-of-type(6) {
        border-color: #DE7315; }
        .materials-container .well .btn:nth-of-type(6) i {
          color: #DE7315; }
        .materials-container .well .btn:nth-of-type(6).active-green {
          background-color: #DE7315; }

.grid-boxes.materials-list .phones-content {
  padding: 0; }

[id^='titleDetail_'],
[id^='shortDesc_'] {
  width: auto !important;
  padding-right: 15px; }

.materials-list {
  color: #5E687B;
  padding: 15px 0; }
  .materials-list .tooltip-inner {
    min-width: 120px; }
  .materials-list .product-title {
    font-size: 21px;
    font-weight: 700;
    color: #3794E4;
    margin-bottom: 10px;
    display: inline-block; }
    .materials-list .product-title:hover, .materials-list .product-title:focus, .materials-list .product-title:active {
      text-decoration: none; }
  .materials-list .short-description {
    color: #5E687B;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5; }
  .materials-list [class^='flex-col-'] {
    padding-bottom: 30px;
    min-height: 250px; }
    .materials-list [class^='flex-col-'] > div {
      display: flex;
      flex-direction: row;
      background-color: #fff;
      border-radius: 6px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
      height: 100%; }
  .materials-list .icon {
    padding: 15px;
    background: #3794e4;
    background: linear-gradient(138deg, #3794e4 34%, #5bc65a 100%);
    width: 90px;
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none; }
    .materials-list .icon a {
      display: inline-block; }
      .materials-list .icon a .fa-paperclip {
        color: #6DB9F5; }
        .materials-list .icon a .fa-paperclip:hover {
          background-color: #6DB9F5;
          color: #fff; }
      .materials-list .icon a .fa-file-pdf-o {
        color: #E11E24; }
        .materials-list .icon a .fa-file-pdf-o:hover {
          background-color: #6DB9F5;
          color: #E11E24; }
      .materials-list .icon a .fa-file-video-o {
        color: #57af37; }
        .materials-list .icon a .fa-file-video-o:hover {
          background-color: #6DB9F5;
          color: #57af37; }
      .materials-list .icon a .fa-image {
        color: #3794E4; }
        .materials-list .icon a .fa-image:hover {
          background-color: #6DB9F5;
          color: #3794E4; }
      .materials-list .icon a .fa-file-excel-o {
        color: #DD60DD; }
        .materials-list .icon a .fa-file-excel-o:hover {
          background-color: #6DB9F5;
          color: #DD60DD; }
      .materials-list .icon a .fa-file-zip-o {
        color: #DE7315; }
        .materials-list .icon a .fa-file-zip-o:hover {
          background-color: #6DB9F5;
          color: #DE7315; }
    .materials-list .icon i {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 27px;
      background-color: #fff;
      border-radius: 30px;
      display: inline-block; }
  .materials-list .right {
    padding: 0;
    width: 100%; }
    .materials-list .right .news-image img {
      pointer-events: none; }

.fa-file-pdf-o {
  color: #E11E24; }

.fa-file-zip-o {
  color: #DE7315; }

.fa-file-excel-o {
  color: #DD60DD; }

@media screen and (max-width: 1300px) {
  .materials-container .well .btn {
    margin-bottom: 10px; } }

@media screen and (max-width: 812px) {
  .materials-container .well {
    text-align: center; }
    .materials-container .well .btn {
      height: 25px;
      line-height: 25px;
      font-size: 11px;
      min-width: 75px;
      margin-bottom: 10px; }
      .materials-container .well .btn i {
        font-size: 16px; }
  .materials-container .product-title {
    font-size: 18px; }
  .materials-list {
    padding: 0 15px; } }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Profile ----------- */
.profile-container {
  max-width: 1200px;
  margin: auto; }
  .profile-container .panel {
    padding: 30px;
    height: 100%;
    background-color: #F5F5F5; }
    .profile-container .panel .panel-body-profile {
      max-width: 355px;
      margin: 20px auto auto; }
  .profile-container .panel-heading-profile {
    font-size: 36px;
    color: #5E687B;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase; }
    .profile-container .panel-heading-profile:after {
      content: '';
      position: absolute;
      bottom: -4px;
      height: 4px;
      left: 0;
      width: 100%;
      max-width: 100px;
      background-color: #D47D29; }
  .profile-container .btn-lg {
    font-size: 20px; }
  .profile-container .floating-label .form-control:placeholder-shown {
    background-color: #fff; }
  .profile-container .floating-label .form-control:not(:placeholder-shown):not(.input-validation-error),
  .profile-container .floating-label .form-control:-internal-autofill-selected {
    background-color: #FFFFFF;
    border: 1px solid #707070; }
  .profile-container .floating-label .form-control:disabled {
    background-image: url(images/icons/profile-locker.svg) !important;
    background-repeat: no-repeat;
    background-position: 98% 7px;
    color: #DE7315; }
  .profile-container label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400; }

/* blue */
/* green */
/* orange */
/* blue */
/* orange */
/* red */
/* ----------- Carousel Bootstrap ----------- */
#carousel-banner-generic {
  background-color: #041e56;
  margin: 110px 0 -110px 300px; }
  #carousel-banner-generic .carousel-inner {
    width: 100%; }
  #carousel-banner-generic .item .aspect-ratio {
    padding: 2em 2em 5px; }
    #carousel-banner-generic .item .aspect-ratio a {
      display: block;
      text-align: center; }
    #carousel-banner-generic .item .aspect-ratio img {
      max-width: 100%;
      max-height: 250px; }
  #carousel-banner-generic .carousel-control {
    display: none;
    width: 50px; }

.carousel-indicators {
  display: inline-block;
  margin: 0 auto;
  padding: 7px 0;
  list-style: none;
  text-align: center;
  min-width: 300px;
  text-align: center;
  position: static;
  width: 100%; }
  .carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    text-indent: -999px;
    border: 1px solid #61a3dc;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(97, 163, 220, 0.15); }
  .carousel-indicators li:not(.active):hover {
    background-color: rgba(97, 163, 220, 0.75); }
  .carousel-indicators .active {
    margin: 0;
    width: 16px;
    height: 16px;
    background-color: #61a3dc;
    border-color: #61a3dc; }

@media screen and (min-width: 813px) {
  #carousel-banner-generic {
    width: calc(100% - 300px); } }

@media screen and (max-width: 812px) {
  #carousel-banner-generic {
    width: 100%;
    margin: 0;
    background-color: transparent; }
    #carousel-banner-generic .carousel-inner {
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
    #carousel-banner-generic .item .aspect-ratio {
      padding: 5px 5px 5px; }
      #carousel-banner-generic .item .aspect-ratio img {
        max-height: 120px; }
    #carousel-banner-generic .carousel-inner > .next,
    #carousel-banner-generic .carousel-inner > .prev {
      top: unset; }
  .carousel-indicators {
    display: none; } }

