/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px; }

body {
  font-family: 'Roboto', sans-serif;
  background-color: #e5e5e5; }

body.noscroll {
  overflow: hidden; }

::-webkit-scrollbar {
  display: none; }

#header {
  padding: 15px 0;
  background-color: rgba(4, 4, 43, 0.95);
  height: 55px;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 100; }

#header a {
  display: inline-block; }

#back-button,
#menu-button {
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 22px; }

#back-button {
  left: 15px;
  right: auto; }

#menu {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.89);
  visibility: hidden; }

#menu .container-fluid {
  height: 100%;
  padding: 0px; }

#menu.active {
  visibility: visible; }

#menu-buttons {
  height: 10%; }

#settings-button,
#close-menu-button {
  color: #fff;
  font-size: 22px;
  margin: 17px 15px;
  cursor: pointer; }

#search-form-container {
  height: 10%;
  overflow: hidden;
  padding: 0px 12px; }

#menu-options {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 80%;
  width: 100%;
  margin: 0px; }

#menu-options div {
  overflow: hidden;
  *zoom: 1;
  padding: 0px; }

#menu-options ul {
  font-size: 0; }

#menu-options ul li a {
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #444444;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-indent: 18px;
  text-decoration: none; }

#menu-options ul li a > .caret-container {
  float: right;
  line-height: 50px;
  height: 50px;
  padding: 14px 18px 0px 18px;
  border-left: solid 1px #444444;
  text-indent: 0px; }

#menu-options ul li a .caret-container div {
  -moz-transition-property: rotate;
  -o-transition-property: rotate;
  -webkit-transition-property: rotate;
  transition-property: rotate;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

#menu-options ul li.closed a .caret-container div {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#menu-options ul li ul li {
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  overflow: hidden; }

#menu-options ul li.open ul li {
  height: 50px; }

#menu-options ul li.closed ul li {
  overflow: hidden;
  height: 0; }

#menu-options ul li ul li a {
  text-indent: 40px; }

#menu.active #query {
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  float: left; }
  #menu.active #query:-moz-placeholder {
    color: #bfbfbf;
    text-align: center;
    font-weight: 400; }
  #menu.active #query::-moz-placeholder {
    color: #bfbfbf;
    text-align: center;
    font-weight: 400; }
  #menu.active #query:-ms-input-placeholder {
    color: #bfbfbf;
    text-align: center;
    font-weight: 400; }
  #menu.active #query::-webkit-input-placeholder {
    color: #bfbfbf;
    text-align: center;
    font-weight: 400; }

#query.active {
  width: 80%; }

#search-form span {
  color: rgba(4, 4, 43, 0.95);
  visibility: hidden;
  display: block;
  float: left;
  width: 20%;
  padding: 0px 10px;
  line-height: 34px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

#search-form span.active {
  visibility: visible;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

#top-cat-menu {
  position: fixed;
  width: 100%;
  top: 55px;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
  z-index: 100;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(2, 2, 22, 0.95); }

#top-cat-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: calc(100% + 1px);
  white-space: nowrap;
  width: 100%; }

#top-cat-menu ul li {
  display: inline-block;
  margin: 0;
  height: 40px;
  border-right: solid 1px #808080; }

#top-cat-menu ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 40px;
  width: 100%;
  padding: 0 6px;
  background-color: rgba(2, 2, 22, 0.95);
  text-decoration: none; }

#top-cat-menu ul li a:active {
  text-decoration: none; }

#top-cat-menu ul li.active a {
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: inset 0 -4px 0 0 #f37033;
  -moz-box-shadow: inset 0 -4px 0 0 #f37033;
  box-shadow: inset 0 -4px 0 0 #f37033; }

.company_title,
.project_title,
.search_title,
.vessel_list_title,
.job_title,
.category_title {
  padding-top: 65px;
  background-color: #fff; }

.job_title {
  padding-left: 10px;
  padding-bottom: 6px; }

.company_title,
.project_title,
.vessel_list_title {
  padding: 10px 0px; }

.search_title h1,
.vessel_list_title,
.job_title h1,
.category_title h1,
.company_title h1,
.project_title h1 {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px; }

.company_title img {
  width: 50%;
  margin-bottom: 10px; }

.company_title h2,
.project_title h2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

#spotlight-item {
  background-color: #fff;
  padding-bottom: 6px; }

.home #spotlight-item,
.single #spotlight-item {
  margin-top: 95px; }

#spotlight-item img {
  width: 100%;
  border-top: solid 10px #fff; }

#spotlight-item a h1 {
  font-size: 18px;
  line-height: 28px;
  margin: 7px 0 2px;
  font-weight: 500;
  color: #444; }

.single #spotlight-item a h1 {
  font-size: 21px;
  line-height: 30px; }

#spotlight-item span a {
  color: #f37033;
  font-weight: 300; }

.newslist-heading {
  margin-left: 10px; }

#event-slider h2,
.newslist-heading h2 {
  font-weight: 300;
  font-size: 24px;
  padding: 20px 0px 12px 0px; }

#event-slider h2 span,
.newslist-heading h2 span {
  color: #f37033; }

.search_page_businessguide_item,
.search_page_vessel_item,
.video-item,
.newslist-item {
  padding: 6px 0;
  background-color: #fff;
  overflow: hidden;
  *zoom: 1;
  margin: 6px 0 0;
  height: 90px;
  clear: both; }

.search_page_businessguide_item {
  height: auto; }

.advertorial {
  background-color: #2a315d; }

.advertorial .badge {
  position: absolute;
  bottom: 2px;
  left: 8px;
  background-color: #2a315d; }

.video-item {
  background-color: #9e9e9e;
  color: #fff;
  position: relative; }

.search_page_vessel_item .search_page_vessel_picture img,
.video-item .video-item-picture img,
.newslist-item .newslist-item-picture img {
  width: 100%;
  height: 78px; }

.search_page_vessel_item .search_page_vessel_content,
.video-item .video-item-content,
.newslist-item .newslist-item-content {
  position: relative;
  height: 78px; }

.search_page_businessguide_item_content {
  position: relative;
  padding: 10;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #444; }

.search_page_businessguide_item_content i {
  color: #04042b;
  display: block;
  font-style: normal;
  text-decoration: underline; }

.search_page_businessguide_item_content h3 {
  font-size: 18px; }

.search_page_vessel_item a .search_page_vessel_content h3,
.video-item a .video-item-content h3,
.newslist-item a .newslist-item-content h3 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #444; }

.advertorial.newslist-item a .newslist-item-content h3 {
  color: #fff; }

.newslist-item a .newslist-item-content h3 {
  line-height: 18px;
  margin-bottom: 2px;
  overflow: hidden;
  max-height: 36px; }

.search_page_vessel_item a .search_page_vessel_content h3 {
  font-size: 16px;
  font-weight: bold; }

.video-item a .video-item-content h3 {
  color: #fff; }

.newslist-item-content p {
  font-size: 11px;
  color: #656565;
  line-height: 13px; }

.advertorial .newslist-item-content p {
  color: #f3f3f3; }

.newslist-item-content p span {
  font-style: italic; }

.search_page_vessel_item .search_page_vessel_content div,
.video-item .video-item-content div,
.newslist-item .newslist-item-content div {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #444; }

.video-item .video-item-content time,
.newslist-item .newslist-item-content time {
  color: #adafb2;
  font-weight: 300;
  border-right: solid 1px #adafb2;
  padding-right: 3px;
  font-size: 12px; }

.video-item .video-item-content span a,
.newslist-item .newslist-item-content span a {
  font-weight: 300;
  font-size: 12px;
  color: #f37033; }

.play-button {
  position: absolute;
  bottom: 6px;
  top: auto;
  left: 6px;
  font-size: 16px;
  background-color: rgba(41, 33, 34, 0.8);
  color: #fff;
  padding: 8px; }

#event-slider h2 {
  margin-left: 12px; }

#event-slider div {
  background-color: #fff;
  padding: 0;
  height: 280px;
  overflow: hidden;
  border-bottom: solid 6px #e3e5e8; }

#event-slider div:nth-child(even) {
  border-right: solid 6px #e3e5e8;
  border-left: solid 6px #e3e5e8; }

#event-slider div:nth-child(odd) {
  border-right: solid 6px #e3e5e8; }

#event-slider div h5 {
  padding: 0 6px;
  font-weight: bolder;
  margin: 6px 0px 4px 0px; }

#event-slider div img {
  width: 100%;
  height: 100px;
  border-bottom: solid 2px #04042b; }

#event-slider div time {
  color: #04042b;
  padding: 0px 6px 0px 6px;
  font-size: 14px; }

#event-slider div p {
  padding: 6px;
  margin: 0px; }

.swiper-slide {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.video_content,
.page_content {
  margin-top: 57px; }

body .wp-post-image,
body .singlebody img
body .wp-post-image,
body .singlebody img {
  width: 100%;
  height: auto; }

body.single-format-image .singlebody {
  margin-top: 55px; }

body .the_post_thumbnail_caption {
  padding: 5px 10px;
  background-color: #f4f4f4;
  font-size: 12px;
  line-height: 14px;
  color: #6f6f6f; }

body .wp-post-image {
  margin-top: 55px; }

body .page_content,
body .singlebody {
  background-color: #fff;
  padding: 10px;
  font-size: 13px;
  line-height: 20px; }

body .video_content {
  background-color: #fff;
  padding: 10px 0px;
  font-size: 13px;
  line-height: 20px; }

body .video_content h1,
body .page_content h1,
body .singlebody h1 {
  margin: 0em 0em 0.4em 0em;
  font-size: 22px;
  line-height: 30px; }

body .page_content h2,
body .singlebody h2 {
  margin: 0em 0em 0.4em 0em;
  font-size: 20px;
  line-height: 28px; }

body .page_content h3,
body .singlebody h3 {
  margin: 0em 0em 0.4em 0em;
  font-size: 18px;
  line-height: 26px; }

body .page_content h4,
body .singlebody h4 {
  margin: 0em 0em 0.4em 0em;
  font-size: 16px;
  line-height: 24px; }

body .page_content p,
body .singlebody p {
  margin: 1em 0px; }

body .page_content b,
body .page_content strong,
body .singlebody b,
body .singlebody strong {
  font-weight: bold; }

body .page_content em,
body .page_content i,
body .singlebody em,
body .singlebody i {
  font-style: italic; }

body .page_content blockquote,
body .singlebody blockquote {
  margin: 1em 20px;
  font-style: italic; }

body .page_content a,
body .singlebody a {
  text-decoration: underline;
  color: #04042b; }

body .page_content select,
body .singlebody select,
body .page_content textarea,
body .singlebody textarea,
body .page_content input,
body .singlebody input {
  width: 100%; }

body .page_content input[type=submit],
body .singlebody input[type=submit] {
  background-color: #04042b;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  border: solid 1px #04042b; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  margin: 5px 0 20px 20px; }

.alignleft {
  margin: 5px 20px 20px 0; }

a img.alignright {
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.single_categories,
.single_related_posts {
  background-color: #f0f0f0;
  padding: 10px 0px; }

.single_related_posts {
  padding-top: 20px; }

.single_related_posts h2,
.single_categories h2 {
  color: #444;
  font-size: 20px;
  margin-top: 6px;
  padding-left: 10px; }

.single_categories ul {
  margin-top: 10px;
  background-color: #fff; }

.single_categories ul li {
  padding: 14px 10px;
  border-top: solid 1px #f4f4f4; }

.single_categories ul li a {
  color: #04042b;
  font-weight: normal; }

#search_page_form_container {
  background-color: #fff; }

#search_page_form_container form {
  padding: 5px 0px; }

#search_page_form_container #search_page_form_query,
#search_page_form_container #search_page_form_divider,
#search_page_form_container #search_page_form_submit {
  float: left; }

#search_page_form_container #search_page_form_query {
  width: 79%; }

#search_page_form_container #search_page_form_submit {
  width: 19%; }

#search_page_form_container #search_page_form_divider {
  width: 2%;
  display: block; }

#search_page_no_results {
  background-color: #fff;
  text-align: center;
  line-height: 600px; }

.load_results,
.loadmore {
  width: 100%;
  background-color: #fff;
  margin: 6px 0px;
  line-height: 22px;
  font-size: 16px;
  color: #000; }

.load_results img {
  height: 16px;
  padding-top: 3px;
  margin-right: 6px; }

#em-wrapper ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #f4f4f4; }

#em-wrapper ul li:last-of-type {
  margin-bottom: 20px; }

#em-wrapper ul li a {
  text-decoration: none;
  color: #000;
  line-height: 24px; }

#em-wrapper ul li a strong {
  color: #04042b; }

.em-pagination strong,
.em-pagination a {
  padding: 8px 10px;
  border: solid 1px #f4f4f4;
  margin-right: 2px; }

.azlist {
  margin-top: 20px; }

.categorylist {
  margin-top: 10px; }

.list-group-item-head {
  background-color: #060A36;
  color: #fff; }

.list-group-item a {
  color: #000; }

.vessel_list_title h2 a {
  font-size: 16px;
  color: #000; }

.project_image,
.company_image,
.vessel_image {
  width: 100%; }

.company_description {
  background-color: #fff; }

.company_description p {
  padding: 0px 0px 10px 0px;
  font-size: 14px;
  color: #333;
  line-height: 20px; }

.company_content p,
.project_details p,
.vessel_highlight_specifications p,
.vessel_specifications p {
  padding: 5px 0px;
  font-size: 14px; }

.company_content,
.project_details,
.vessel_specifications {
  padding: 10px 0px;
  background: #fff; }

.company_content p {
  color: #333;
  line-height: 20px; }

.company_content strong {
  font-weight: bold; }

.company_content ul {
  list-style: disc inside none; }

.company_content li {
  color: #333;
  line-height: 20px;
  font-size: 14px;
  padding-left: 20px; }

.company_projects,
.project_participating_companies {
  background-color: #fff;
  padding: 10px;
  border-top: solid 3px #04042b; }

.company_projects .list-group,
.project_participating_companies .list-group {
  margin: 10px 0px 0px 0px; }

.company_details,
.vessel_highlight_specifications {
  padding: 10px 0px;
  background-color: #060A36;
  color: #fff; }

.company_details {
  line-height: 22px; }

.company_details a,
.vessel_highlight_specifications a {
  color: #fff;
  text-decoration: underline; }

#vessel_menu_home,
#vessel_menu {
  background-color: #060A36;
  margin-top: 55px;
  @clearfix ();
  height: 40px; }

#vessel_menu_home {
  margin-top: 96px; }

#vessel_menu_home li,
#vessel_menu li {
  float: left;
  width: 33%;
  text-align: center;
  line-height: 40px; }

#vessel_menu_home li a,
#vessel_menu li a {
  color: #fff; }

.az {
  position: fixed;
  top: 105px;
  right: 2px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.94);
  border: solid 1px #ddd; }

.az li a {
  padding: 2px;
  display: block;
  border-bottom: solid 1px #ddd;
  color: #b1b0b0;
  text-align: center;
  font-size: 13px; }

a.anchor {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden; }

.jobs_content {
  margin-top: 10px; }

.jobs_content div {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px; }

.jobs_content h2 {
  font-size: 17px;
  line-height: 22px; }

.jobs_content h3 {
  font-size: 14px;
  line-height: 22px; }

.jobs_content p {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 18px; }

.jobs_content a {
  font-size: 14px;
  color: #04042b;
  text-decoration: underline; }

#social_share_and_date {
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#post_date p {
  line-height: 30px;
  color: #b1b0b0;
  text-align: right;
  margin: 0px 13px 0px 0px; }

#social_share a {
  text-decoration: none; }

#social_share div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  min-width: 1.8rem;
  max-width: 100%;
  width: auto;
  height: 1.8rem;
  border-radius: 62.5rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  margin-right: 3px; }

.social_share_facebook {
  background-color: #3067a3; }

.social_share_twitter {
  background-color: #03b3ee; }

.social_share_linkedin {
  background-color: #0077B5; }

.social_share_mail {
  background-color: #b1b0b0; }

#social_share div svg {
  color: #fff;
  height: 88%;
  width: 88%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  fill: #ffffff; }

.page-settings .list-group {
  margin-bottom: 0px; }

.default_banner_iframed {
  background-color: #ffffff;
  border-top: solid 6px #e5e5e5; }

.default_banner_wrapped {
  padding: 0px 6px;
  background-color: #f0f0f0; }

.smallpagination {
  height: 75px; }

.smallpagination p {
  margin-bottom: 3px; }

.smallpagination span a {
  float: left;
  margin-right: 2px;
  font-size: 13px;
  padding: 0px 12px;
  background-color: #efefef;
  padding: 0px 22px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  color: #04042b;
  text-decoration: none;
  cursor: pointer; }

.smallpagination span.page-numbers-active a,
.smallpagination span a:hover {
  background-color: #04042b;
  color: #FFF; }

#smart-cmp-host .fade {
  opacity: 1; }

#smart-cmp-host .modal.fade .modal-dialog {
  transform: translate(0, 0); }

#smart-cmp-host #smart-cmp-modal .modal-content {
  border: 0px;
  box-shadow: none; }

.smart-cmp-btn-primary:hover {
  color: #fff !important;
  background-color: #04042b !important;
  border-color: #04042b !important; }

.smart-cmp-btn-primary {
  color: #fff !important;
  background-color: #04042b !important;
  border-color: #04042b !important; }

#smart-cmp-host #smart-cmp-modal input:checked + .slider {
  background-color: #04042b !important; }

#smart-cmp-header {
  color: #333 !important;
  font-size: 20px !important; }

.smart-cmp-accept-btn {
  background-color: #04042b !important;
  color: #fff;
  border: 1px solid #04042b !important; }

#smart-cmp-text {
  color: #333 !important;
  font-size: 12px !important; }

#smart-cmp-host .smart-cmp-btn {
  font-size: 12px !important; }

#smart-cmp-footer {
  padding: 10px 0px !important; }

@media only screen and (min-width: 768px) {
  #smart-cmp-host #smart-cmp-footer #smart-cmp-text {
    padding: 10px 30px 10px 30px !important; } }
