/*##############################################
# Conoco's is supporting browsers from IE9+.   #
# Min Screen Res: 1024x768.                    #
# Responsive down to tablet: focus on iOS      #
#     & Windows Mobile, ancillary support &    #
#     testing for Android .                    #
##############################################*/

html, body {
  height: 100%;
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: white;
  font-style: normal;
  font-size: 16px;
  font-family: Arial;
}

body.home {
  background: #FFFFFF;
}

a {
  color: #DE2326;
  text-decoration: none;
}

a:hover {
  color: #F0282C;
}

h1 {
  margin: 5px 0px;
  color: #323232;
  font-size: 26px;
}

h2 {
  margin: 5px 0px;
  color: #323232;
  font-size: 22px;
}

h3 {
  margin: 5px 0px;
  color: #323232;
  font-size: 16px;
}

img {
  border: 0px;
}

input, textarea, select {
  outline: 0px;
}

#list_size {
  height: 22px;
}

/*
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: black;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: black;
}
*/

.mc {
  padding-top: 160px;
}

.home .mc {
  padding-top: 0px;
}

/* HEADER */
.header {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
}

.home .header {
  position: relative;
}

.inside .header {
  background-color: #FFFFFF;
}

.ie7 .header .inner {
  padding-bottom: 0px;
}

.header .inner {
}

.header .line_1 {
  padding: 0px 0px 0px 0px;
  background: #FFFFFF;
  color: #333333;
  text-align: right;
  font-size: 12px;
}

.header .line_1 a {
  color: #333333;
}

.header .line_2 {
  padding: 20px 0px;
  background: #FFFFFF;
}

.header .line_2 > .inner {
}

.header .line_3 {
  padding: 0px;
  min-height: 32px;
  background: #DE2326;
}

.header .cinfo {
  float: right;
  padding: 5px 0px 5px 0px;
}

.header .cinfo .dd > * {
  display: inline;
}

/*
.header .cinfo .dd a:last-child{display:none;}
.header .cinfo .dd span:last-child {display:none;}
*/
.header .cinfo ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header .cinfo ul li .cinfo_mob {
  display: none;
}

.header .cinfo #user-download-count {
  color: #DE2326;
}

.header .logo {
  float: left;
}

.header .logo a {
  display: block;
  width: 284px;
  height: 60px;
  background: url('../images/logo.png') no-repeat 0px 0px;
}

.header .cselect {
  float: left;
  text-align: left;
}

.header .cselect li > span {
  display: block;
  border-bottom: 1px solid #FFFFFF;
}

.header .cselect li {
  position: relative;
  line-height: 17px;
  cursor: pointer;
}

.header .cselect li ul {
  position: absolute;
  top: 18px;
  z-index: 101;
  display: none;
  min-width: 150px;
  background: #FFFFFF;
}

.header .cselect li:hover ul {
  display: none;
}

.header .cselect li ul > li {
  padding: 5px;
  color: #333333;
}

.header .cselect li ul > li:hover {
  background: #666666;
  color: #FFFFFF;
}

.header .mm {
  float: left;
}

.header .mm .menu_wrapper {
  padding: 0px 0px 0px 0px;
}

.header .mm .title {
  display: none;
}

.header .mm ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header .mm ul.menu > li {
  display: block;
  float: left;
  color: #FFFFFF;
}

.header .mm ul.menu > li:hover {
  background: none;
}

.header .mm ul.menu > li:hover > a:hover {
  color: #FFFFFF;
}

.header .mm ul.menu > li:hover a.heading {
  color: #FFFFFF;
}

.header .mm ul.menu > li a.heading {
  color: #FFFFFF;
}

.header .mm ul.menu > li:first-child a.heading {
  padding-left: 0px;
  border-left: 0px;
}

.header .mm ul li a {
  display: block;
  padding: 6px 15px;
  color: #FFFFFF;
}

.header .mm ul li {
  position: relative;
}

.header .mm ul li.mm_more {
  background: url('../images/ico_arrow_1.png') no-repeat 95% center;
}

.header .mm ul li:hover {
  background-color: #9B1B2F;
}

.header .mm ul > li:hover.mm_more {
  background-image: url('../images/ico_arrow_1m.png');
}

.header .mm ul > li:hover > a {
  color: #FFFFFF;
}

.header .mm ul li > ul {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none /*url('../images/tp_85_fff.png')*/;
  width: 250px;
  background: #DE2326;
}

.header .mm ul li > ul ul {
  top: 0px;
  left: 99.99%;
}

.header .mm ul li:hover > ul {
  display: block;
}

.header .mm ul li > ul li {
  width: 100%;
}

/* use only when tabs need 2 lines of label/text
.header .mm li .outerc{display:table;height:45px;overflow:hidden;width:150px;}
.header .mm li .outerc .innerc{display:table-cell;vertical-align:middle;width:100%;margin:0 auto;text-align:center;}
.header .mm li .outerc .innerc .el a{border-bottom:0px;display:block;padding:0px 5px;text-align:center;font-size:15px;text-decoration:none;font-weight:normal;white-space:nowrap;max-height:32px;line-height:16px;}
*/

/* FOOTER */
.footer {
  z-index: 9999;
  padding: 10px 0px 0px 0px;
  min-height: 25px;
  width: 100%;
  background: #DE2226 url('../images/footer.png') no-repeat right top; /*position:fixed;bottom:0px;*/
  color: #FFFFFF;
  font-size: 12px;
}

.footer .inner {
}

.footer .mm {
  float: left;
}

.footer .mm ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer .mm ul li {
  position: relative;
}

.footer .mm ul li a {
  color: #FFFFFF;
}

.footer .mm > ul > li {
  display: block;
  float: left;
}

.footer .mm > ul > li:first-child {
  margin-left: 0px;
}

.footer .mm span {
  margin: 0px 7px;
  color: #FFFFFF;
}

.footer .copyright {
  float: left;
}

/* CONTENT */

/* HOME/LANDING */
.home .content > .fc {
  width: auto;
}

.content .home {
  padding-top: 0px;
}

.content .home .line_3 {
  background: #808080;
}

.content .home .line_3 .columns {
  padding: 28px 10px 10px 20px;
}

.content .home .line_3 .columns a {
  color: #FFFFFF;
  font-size: 14px;
}

.content .home .line_3 .columns .faqInner a {
}

.content .home .line_3 .columns h3 {
  margin: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
}

.content .home .line_3 .columns > div {
  float: left;
}

.content .home .line_3 .columns > div .inner {
  padding: 0 40px 0 0;
}

.content .home .line_3 .columns ul {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  list-style: none;
}

.content .home .line_3 .columns ul li {
  padding-top: 10px;
}

/* Carousel template common */
.cwrap {
}

.cwrap .carousel {
  position: relative;
  overflow: hidden;
  min-height: 40px;
}

.cwrap .carousel .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: none;
  width: 100%;
  color: #717171;
}

.cwrap .carousel .slide.active {
  position: relative;
  z-index: 1;
  display: block;
}

.cwrap .carousel .tdes {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 100;
  padding: 90px 0px 0px 0px;
}

.cwrap .carousel .tdes .pos {
  position: relative;
  top: 0px;
  left: -50%;
  z-index: 101;
}

.cwrap .carousel .img {
  position: relative;
  z-index: 99;
  height: auto;
}

.cwrap .carousel .img img {
  max-width: 100%;
  height: auto;
}

.cwrap .carousel .controls {
}

.cwrap .carousel .controls .dots {
  position: absolute;
  bottom: 16px;
  left: 0px;
  z-index: 102;
  display: block;
  width: 100%;
  text-align: center;
}

.cwrap .carousel .controls .dots .dot {
  display: inline;
  margin: 0px 2px;
  padding: 8px 9px;
  background: url('../images/carousel/controls_dots.png') no-repeat -18px 0px;
  font-size: 1px;
  cursor: pointer;
}

.cwrap .carousel .controls .dots .dot.active {
  background-position: 0px 0px;
}

.cwrap .carousel .controls .arrows {
  position: fixed;
  top: 40%;
  left: 0px;
  display: none;
  width: 100%;
}

.cwrap .carousel .controls .arrows > div {
  position: absolute;
  width: 50px;
  height: 191px;
  background: url('../images/carousel/controls_arrows.png') no-repeat;
  cursor: pointer;
}

.cwrap .carousel .controls .arrows .left {
  left: 2%;
}

.cwrap .carousel .controls .arrows .right {
  right: 2%;
  background-position: -50px 0px;
}

/* Carousel template 0 - default */
.cwrap .carousel .slide .inner {
  position: relative;
  padding: 0px 0px 0px 0px;
  min-height: 215px;
}

.cwrap .carousel .slide .title {
  margin: 0 0 4px;
  max-width: 640px;
  color: #FFFFFF;
  text-align: left;
  font-weight: bold;
  font-size: 35px;
}

.cwrap .carousel .slide .deslink {
  padding: 10px 0px 0px 0px;
  width: 750px;
}

.cwrap .carousel .slide .subtext {
  color: #FFFFFF;
  font-weight: 100;
  font-size: 88px;
}

.cwrap .carousel .slide .description {
  padding: 20px 0px 0px 0px;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 26px;
}

.cwrap .carousel .slide .link {
  padding: 15px 0px 0px;
  text-align: left;
  font-size: 18px;
}

.cwrap .carousel .slide .link a {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 20px;
}

/* Carousel template 1
.cwrap .carousel .slide.tmpl_1{}
.cwrap .carousel .slide.tmpl_1 .inner{float:none;padding:280px 24% 10px 17%;max-width:100%;}
.cwrap .carousel .slide.tmpl_1 .title{font-size:24px;text-align:left;color:#004B35;border:0px;color:#fff;background:url('../images/tp_85_004B35.png');padding:0px 20px;display:inline;}
.cwrap .carousel .slide.tmpl_1 .description{background:url('../images/tp_60_000.png');font-size:80px;padding:10px 20px;margin-top:5px;}
.cwrap .carousel .slide.tmpl_1 .link{text-align:right;padding:10px;background:url('../images/tp_60_000.png');}
.cwrap .carousel .slide.tmpl_1 .link a{color:#fff;font-size:18px;text-transform:capitalize;}
*/

/* Carousel template 2
.cwrap .carousel .slide.tmpl_2{}
.cwrap .carousel .slide.tmpl_2 .inner{max-width:422px;padding:270px 0px 0px 0px;}
.cwrap .carousel .slide.tmpl_2 .title{font-weight:200;text-align:left;color:#fff;text-transform:none;border:0px;font-size:90px;position:relative;right:-30px;}
.cwrap .carousel .slide.tmpl_2 .description{display:block;position:relative;right:-30px;width:370px;}
.cwrap .carousel .slide.tmpl_2 .link{padding:20px 0px 0px 0px;}
.cwrap .carousel .slide.tmpl_2 .link a{color:#fff;font-size:18px;text-transform:capitalize;position:relative;right:-30px;}
*/

/* Carousel template 3
.cwrap .carousel .slide.tmpl_3{}
.cwrap .carousel .slide.tmpl_3 .inner{float:none;padding:220px 50px 10px 0px;max-width:100%;}
.cwrap .carousel .slide.tmpl_3 .deslink{float:left;width:330px;}
.cwrap .carousel .slide.tmpl_3 .title{text-align:right;color:#004B35;border:0px;color:#fff;padding:0px 40px 0px 400px;float:left;width:320px;border-right:10px solid #006f51;}
.cwrap .carousel .slide.tmpl_3 .description{font-size:22px;padding:10px 20px;margin-top:5px;color:#004B35;}
.cwrap .carousel .slide.tmpl_3 .link{padding:10px 20px;}
.cwrap .carousel .slide.tmpl_3 .link a{color:#004B35;font-size:18px;text-transform:capitalize;}
*/

/* LOGIN PAGE */
.loginPg {
  background: #5D656D;
}

.login h1 {
  color: #FFFFFF;
  letter-spacing: 1.7px;
  font-weight: normal;
  font-size: 24px;
}

.login h2 {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 21px;
}

.login h3, .login p, .login label {
  color: #FFFFFF;
}

.login a {
  color: #FFFFFF;
}

.login .init .title {
  padding: 0px 0px 40px 0px;
}

.login .init form {
  width: 440px;
}

.login .header {
  position: fixed;
  top: 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 30px solid #DE2326;
  background: #FFFFFF;
}

.login .line_1 {
}

.login .logo {
  padding: 49px 0px 22px 0px;
  text-align: left;
}

.login .logo_2 {
  position: relative;
}

.login .back {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.login .back img {
  min-height: 100%;
  width: 100%;
}

.login .welcome {
  float: left;
  padding: 0px 0px 10px 0px;
  width: 400px;
  font-size: 42px;
  line-height: normal;
}

.login .forms {
  float: right;
}

.login .form .register h2 {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
}

.login .form .entry .label {
  padding-bottom: 3px;
  font-size: 13px;
}

.login .form .entry .input {
  width: 210px;
  border: 0px;
}

.login .form .entry .input input {
  padding: 3px 0;
  width: 210px;
}

.login .form_welcome {
  padding: 50px 0px 0px 0px;
  background: #5D656D;
}

.login .login_links {
  padding: 5px 0px 0px 0px;
  font-size: 14px;
}

.login .login_links p {
  margin: 0px 0px 9px 0px;
  padding: 0px;
  color: #FFFFFF;
}

.login .login_links a {
  color: #FFFFFF;
}

.login .label, .login .text1 {
  color: white;
  font-size: 13px;
}

.login .flash-success {
  clear: both;
}

.login .errorMessage {
  color: #FFFFFF;
  background-color: #DE2326;
  max-width: 230px;
  padding: 2px 5px;
  box-sizing: border-box;
}

/* SITE CONTACT */
.login.site_contact .form {
  float: none;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 5px 0px;
  width: 400px;
}

.inside .site_contact .form {
  color: #333333;
}

.inside .site_contact label {
  color: #000000;
}

.inside .site_contact p {
  color: #000000;
}

.inside .login .form .entry .input {
  border: 1px solid #333333;
}

/* ACCOUNT SETTINGS */
.links_menu {
  border-bottom: 1px solid #333333;
}

.links_menu > div {
  float: left;
  margin-left: 5px;
  background: #FFFFFF;
  color: #000000;
}

.links_menu > div a,
.links_menu > div span {
  display: block;
  padding: 7px;
  background: #777777;
  color: #FFFFFF;
  text-decoration: none;
}

.links_menu > div b {
  position: relative;
  top: 1px;
  display: block;
  padding: 4px;
  border: 1px solid #333333;
  border-bottom: 0px;
  background: #FFFFFF;
  font-weight: normal;
}

.links_menu > div:first-child {
  margin-left: 0px;
}

/* INSIDE PAGES.begin */
.ipages {
  padding: 10px 0px;
}

.ipages .content {
  position: relative;
  width: 980px;
}

.ipages .main_title h1 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: black;
  font-size: 18px;
}

.ipages .cdb p,
.ipages .cdb {
  font-size: 14px;
  line-height: 22px;
}

.ipages .cdb {
  min-height: 600px;
  color: black;
}

.ipages .cdb h1 {
  margin: 30px 0 10px;
  border-bottom: 1px solid #BEBEBE;
  color: #DE2326;
  font-size: 29px;
  line-height: 41px;
}

.ipages .cdb h2 {
  margin: 30px 0 10px;
  border-bottom: 1px solid #BEBEBE;
  color: #DE2326;
  font-size: 26px;
  line-height: 38px;
}

.ipages .cdb h3 {
  margin: 30px 0 10px;
  border-bottom: 1px solid #BEBEBE;
  color: #DE2326;
  font-size: 20px;
  line-height: 31px;
}

.ipages .cdb h4 {
  margin: 15px 0 0px;
  border-bottom: 1px solid #BEBEBE;
  color: #DE2326;
  font-size: 15px;
  line-height: 26px;
}

.ipages .cdb h5 {
  margin: 15px 0 0px;
  border-bottom: 1px solid #BEBEBE;
  color: #DE2326;
  font-size: 12px;
  line-height: 24px;
}

.ipages .cdb h6 {
  margin: 15px 0 0px;
  color: #DE2326;
  font-style: italic;
  font-size: 12px;
  line-height: 24px;
}

.ipages .cdb a {
}

/*if underlining links are added back be sure not to include the links from the
					download pages or possible other items that are not to have them per design.*/

.ipages .cdb ul, .ipages .cdb ol {
  margin: 10px 0px 10px 21px;
  padding: 0px;
  font-size: 14px;
  line-height: 19px;
}

.ipages .cdb label {
  display: block;
  font-style: italic;
}

.ipages .cdb select[multiple="multiple"] {
  margin: 10px 0px;
  padding: 5px;
  width: 300px;
  border: 1px solid #BEBEBE;
}

.ipages .cdb select {
  margin: 10px 0px;
  padding: 5px;
  width: 300px;
  border: 1px solid #BEBEBE;
}

.ipages .cdb input {
  margin: 10px 0px;
  padding: 5px;
  width: 288px;
  border: 1px solid #BEBEBE;
}

.ipages .cdb input[type="submit"] {
  width: auto;
}

.ipages .cdb dfn {
  color: #000000;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}

.ipages .cdb table {
  margin: 10px 0px;
  width: 100% !important;
  border-collapse: collapse;
}

.ipages .cdb table td {
  padding: 5px;
  border: 0px solid #BEBEBE;
  font-size: 14px;
}

.ipages .cdb table td p {
  margin: 0px;
}

.ipages .cdb table tr:hover { /*background:#ebebeb;*/
}

.ipages .cdb .bookmark {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 0px 20px 0px;
  color: #DE2326;
}

.ipages .cdb #bookmark {
  float: left;
  padding: 0px 0px 0px 20px;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
}

.ipages .cdb #bookmark.noBookmark {
}

.ipages .cdb #bookmark.hasBookmark {
  background-position: 0px -13px;
}

.ipages .cdb .admin_panel_1 {
  float: none;
  padding: 20px 0px;
  background: none;
}

.ipages .cdb .admin_panel_1 a {
  display: inline;
  float: none;
  padding: 5px 30px;
  border: 1px solid #BEBEBE;
  background: #EBEBEB;
  color: #333333;
  text-align: center;
}

.ipages .cdb .admin_panel_1 a:hover {
  background: #F0282C;
  color: #FFFFFF;
}

.ipages .cdb .admin_panel_1 span:first-child {
  display: inline;
  float: none;
  color: #333333;
  font-size: inherit;
}

/* Default template for HEADER,MENU,FOOTER ONLY FORM INSIDE PAGES */

/* Inside pages styles - specific to this IDM as we have different colors for "home" page and "inside" pages */

.inside .header .logo a,
.login .header .logo a {
  background-position: 0px;
}

.inside .footer {
  position: static;
  margin-top: 10px;
}

/*
.inside .header .line_1 {color:#000;font-size:13px;text-align:right;}
.inside .header .line_1 a{color:#000;}
.inside .header .line_2 {background:#006f51;overflow:hidden;}

.inside .header .mm ul li >ul ul{top:-1px;}
.inside .header .mm ul.menu >li a.heading{color:#006F51;text-shadow:none;}
.inside .header .mm ul.menu >li:hover a.heading{color:#006F51;}
.inside .header .mm ul li >ul{border:1px solid #DE2326;}

.inside .header .cselect li >span{border-color:#000;}

.inside .ipages .lcolumn .mm a:hover{background-color:#DE2326;}

 --------------------------------------------------------------------------------------------------------- */

/* Default template */

/* idm specific content restrictions */

.ipages .cdb h1,
.ipages .cdb h2,
.ipages .cdb h3,
.ipages .cdb h4,
.ipages .cdb p,
.ipages .cdb ul,
.ipages .cdb ol {

}

/* BREADCRUMBS */
.breadcrumb {
  margin-bottom: 40px;
  width: 700px;
}

.breadcrumb a {
  display: inline;
  margin-left: 5px;
  padding: 0 0 0 15px;
  background: url("../images/ico_arrow_1a.png") no-repeat scroll left center transparent;
  color: #6D6E70;
  font-weight: normal;
  font-size: 14px;
}

.breadcrumb a:first-child {
  margin-left: 0px;
  padding: 0px;
  background: none repeat scroll 0 0 transparent;
}

/* INSIDE PAGES.end */

/* GLOBAL SEARCH */
.global_search {
  padding: 20px 0px;
}

.global_search .sagain {
  padding: 20px;
  border: 1px solid #BEBEBE;
}

.global_search .label {
  float: left;
  text-align: right;
  font-size: 12px;
  line-height: 28px;
}

.global_search .input {
  float: left;
  margin: 0px 10px;
  padding: 4px 10px 4px 10px;
  width: 35%;
  border: 1px solid #BEBEBE;
}

.global_search .input input {
  width: 100%;
  border: 0px solid #BEBEBE;
}

.global_search .links {
  float: left;
  padding: 5px 20px;
  width: 20%;
}

.global_search .links .searchtip {
}

.global_search .links .searchtip .text {
  display: none;
}

/* FAQ PAGE(s) */
.ipages .cdb .faq_v1 h3 {
  padding: 10px 0px;
  border-bottom: 2px solid #FBC600;
  font-size: 18px;
}

.ipages .cdb .faq_v1 ul li {
  border-bottom: 1px solid #BEBEBE;
}

.ipages .cdb .faq_v1 ul li a {
  display: block;
  padding: 10px 10px 10px 40px;
  background: url('../images/ico_qm.png') no-repeat 8px center;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}

.ipages .cdb .faq_v1 ul li a:hover {
  background-color: #EBEBEB;
}

.ipages .cdb .faq_v1 ul {
  margin: 10px 0px;
  padding: 0px;
  list-style: none;
}

/* GRID VIEW */
.grid-view-loading {
  background: url('https://css.monigle.net/images/ajax-loader.gif') no-repeat;
}

.grid-view {
  padding: 5px 0;
  background: white;
}

.grid-view input {
  width: auto !important;
}

.grid-view table.items {
  margin: 10px 0px 0px 0px;
  width: 100%;
  border-collapse: collapse;
}

.grid-view table.items th, .grid-view table.items td {
  padding: 9px;
  border: 1px solid #F2F2F2;
  word-break: break-all;
  font-weight: normal;
  font-size: 14px;
}

.grid-view table.items th {
  background: #979797 !important;
  color: #FFFFFF;
  text-align: center;
}

.grid-view table.items th a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.grid-view table.items th a:hover {
  color: #545254;
}

.grid-view table.items th a.asc {
  padding-right: 10px;
  background: url(https://css.monigle.net/images/icons/up.gif) right center no-repeat;
}

.grid-view table.items th a.desc {
  padding-right: 10px;
  background: url(https://css.monigle.net/images/icons/down.gif) right center no-repeat;
}

.grid-view table.items tr.even {
  background: #F2F2F2;
}

.grid-view table.items tr.odd {
  background: #FFFFFF;
}

.grid-view table.items tr:hover {
  background: #EBEBEB !important;
}

.grid-view .link-column img {
  border: 0;
}

.grid-view .button-column {
  width: 60px;
  text-align: center;
}

.grid-view .button-column img {
  border: 0;
}

.grid-view .checkbox-column {
  width: 15px;
}

.grid-view .summary {
  margin: 0 0 2px 0;
  padding: 0;
  color: #6D6E70;
  text-align: right;
  font-size: 12px;
}

.grid-view .pager {
  margin: 2px 0 0 0;
  padding: 0;
  color: #6D6E70;
  text-align: right;
  font-size: 12px;
}

.grid-view .empty {
  font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select {
  width: 100%;
  border: 1px solid #CCCCCC;
}

.expired-warning {
  color: #FF0000;
}

/*Hidden items in form - to be removed if layout is approved*/

/* GRID VIEW - Page specific */
#homepagecontent-grid.grid-view tr td:first-child {
  white-space: pre;
}

/* Action buttons */
.ipages .cdb .DownloadFileButtonColumn a {
  text-decoration: none;
}

.DownloadFileButtonColumn,
.LightboxButtonColumn {
  width: 150px;
  text-align: center;
  line-height: 19px;
}

.DownloadFileButtonColumn > a,
.LightboxButtonColumn > a {
  display: block;
  margin: 4px 0px;
  padding: 0px 10px;
  border-radius: 2px;
  background-color: #0E4C91;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  font-size: 11px;
}

.DownloadFileButtonColumn > a:hover,
.LightboxButtonColumn > a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.DownloadFileButtonColumn a.download:hover,
.LightboxButtonColumn a.download:hover {
  color: #FFFFFF;
}

.DownloadFileButtonColumn a.download,
.LightboxButtonColumn a.download {
  background: #979797 url('../images/ico_btn_download.png') no-repeat 95% center;
  color: #FFFFFF;
}

.DownloadFileButtonColumn a.email,
.LightboxButtonColumn a.email {
  background: #979797 url('../images/ico_btn_email.png') no-repeat 95% center;
}

.DownloadFileButtonColumn a.info,
.LightboxButtonColumn a.info {
  background: #979797 url('../images/ico_btn_info.png') no-repeat 95% center;
}

.DownloadFileButtonColumn a.queue_add_button,
.LightboxButtonColumn a.queue_add_button {
  background: #979797 url('../images/ico_btn_addtoq.png') no-repeat 95% center;
}

.DownloadFileButtonColumn a.in_queue,
.LightboxButtonColumn a.in_queue {
  background: #DE2326 url('../images/ico_btn_inq.png') no-repeat 95% center;
  color: #FFFFFF;
  cursor: default;
}

.LightboxButtonColumn a.in_queue {
  background: #DE2326 url('../images/ico_btn_inq.png') no-repeat 95% center;
  color: #FFFFFF;
  cursor: default;
}

.DownloadFileButtonColumn a.lightbox,
.LightboxButtonColumn a.lightbox {
  background: #979797 url('../images/ico_btn_add_lightbox.png') no-repeat 95% center;
}

.DownloadFileButtonColumn a.delete,
.LightboxButtonColumn a.delete {
  background: #AC0000 url('../images/ico_btn_delete.png') no-repeat 95% center;
}

/* DOWNLOAD QUEUE */
.downq_arch_view_wrapper h2 {
  margin: 0px 0px 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.downq_arch_view_wrapper .sum_info {
  padding: 10px 0px;
}

.downq_arch_view_wrapper .sum_info .entry {
  padding: 10px 0px;
}

.downq_arch_view_wrapper .sum_info .label {
  padding-right: 10px;
  font-weight: bold;
  font-size: 11px;
}

.downq_arch_view_wrapper .sum_info .text {
  color: #FF0000;
  font-size: 11px;
}

.downq_arch_view_wrapper .sum_content .entry {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #BEBEBE;
}

.downq_arch_view_wrapper .sum_content .label {
  padding: 10px;
  background: #EBEBEB;
  font-weight: bold;
  font-size: 11px;
}

.downq_arch_view_wrapper .sum_content .text {
  padding: 10px 0px 10px 30px;
  font-size: 11px;
}

/* GRID VIEW.end */

/* DIFFERENT ELEMENTS SECTIONS.begin */

/* SPECIAL TOOLS IN THE CONTENT AREA */

/* Lightbox - client specific */
.lbc .cont .msg {
  overflow: hidden;
}

.lbc .cont .text {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  width: 200px;
}

.lbc .cont .text > span {
  display: block;
  padding: 10px 0px;
}

.lbc .cont .img {
  position: relative;
  z-index: -1;
}

/* SITE MAP */
.content .sitemap {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  list-style: none;
}

.content .sitemap ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  list-style: none;
}

.content .sitemap li {
  border-top: 1px dashed #BEBEBE;
}

.content .sitemap li a {
  display: block;
  padding: 5px;
}

.content .sitemap > li {
  float: left;
  margin-left: 10px;
  padding: 0px 0px 0px 0px;
  border-top: 0px;
}

.content .sitemap > li.clear {
  float: none;
  margin: 0px;
  padding: 0px;
}

.content .sitemap > li:first-child {
  margin-left: 0px;
}

.content .sitemap > li > a {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  background: #EBEBEB;
}

/* Search Facets */
.searchFacets {
  margin: 5px 0;
  width: 185px;
  font-size: 14px;
}

.searchFacets h2 {
  display: none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
  color: #FFFFFF;
  font-size: 16px;
}

.searchFacets .filter_header {
  padding: 10px 0px 5px;
}

.searchFacets .search_keyword_1 {
  padding: 0px 5px;
  border: 1px solid #BEBEBE;
  background: #FFFFFF;
}

.searchFacets .search_keyword_1 input {
  margin: 0px;
  width: 139px;
  height: 22px;
}

.ie7 .searchFacets .search_keyword_1 input {
  width: 158px;
}

.searchFacets .filter_part {
  padding: 5px 0px;
}

.searchFacets select {
  width: 100%;
  border: 1px solid #BEBEBE;
}

.searchFacets input {
  padding: 0px;
  border: 0px solid #BEBEBE;
}

.searchFacets .ico_mg_1 {
  width: 24px;
  height: 24px;
  border: 0px;
  background: #DE2326 url('../images/ico_mg_2.png') no-repeat center center;
}

.ie7 .searchFacets .ico_mg_1 {
  height: 30px;
}

/* Enhanced download filters */
.hselect > .controls {
  background: #DE2326;
}

.hselectdd > div.selected {
  border-bottom: 5px solid #DE2326;
}

.hselect > .inner > div.selected {
  background: #979797;
}

/* Pager */
ul.yiiPager {
  display: inline;
  margin: 0;
  padding: 10px 0px 5px 0px;
  border: 0;
  font-size: 11px;
  line-height: 100%;
}

ul.yiiPager a {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-weight: normal;
  font-size: 11px;
}

ul.yiiPager li {
  display: inline;
  padding: 0px;
  background: none;
  list-style-type: none;
}

ul.yiiPager a:link, div.inp_content_wrapper ul.yiiPager a:visited {
  margin: 0px;
  padding: 1px 6px;
  border: 1px solid #BEBEBE;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}

ul.yiiPager .page a {
  font-weight: normal;
}

ul.yiiPager a:hover {
  border: solid 1px #686868;
}

ul.yiiPager .selected a {
  background: #D9DADC;
  color: #333333;
  font-weight: normal;
}

ul.yiiPager .hidden a {
  border: solid 1px #DEDEDE;
  color: #888888;
}

ul.yiiPager .first, ul.yiiPager .last {
}

ul.yiiPager .pager-sort-label {
}

/* View info in the downloads section */
.lb_info {
  padding: 10px;
  font-size: 11px;
  font-family: Arial !important;
}

.lb_info div.title {
  padding: 20px 0 10px;
  font-size: 13px;
}

.lb_info table {
  border: 0 none;
  font-size: 11px;
}

.lb_info table td {
  vertical-align: top;
}

.lb_info table td.col1 {
  padding-left: 0;
  font-weight: bold;
}

.lb_info table td.col2 textarea {
  padding: 5px;
  width: 480px;
  height: 50px;
  border: 1px solid #BEBEBE;
}

.lb_info .img {
  text-align: center;
}

.lb_info .img img {
  border: 1px solid #A59E95;
}

.lb_info .video-js {
  margin: 0 auto;
}

.lb_info .toolbar {
  padding: 10px 0 10px 130px;
  font-size: 11px !important
}

.lb_info .toolbar a {
  font-size: 10px !important
}

.lb_info .toolbar a img {
  vertical-align: middle;
}

.lb_info .toolbar a {
  display: inline-block;
  padding: 0px 0px 0px 29px;
  color: #777777;
  font-weight: normal;
}

.lb_info .toolbar a:first-child {
  padding: 0px 0px 0px 0px;
}

.lb_info .controls {
  font-size: 11px;
}

.lb_info .media {
  text-align: center;
}

.lb_info .media .media_entry {
  display: block;
  min-width: 400px;
  min-height: 275px;
  width: 100%;
  text-align: center;
}

.lb_info .media .media_entry img {
  border: 1px solid #EBEBEB;
}

.lb_info .media .ico {
  padding-top: 100px;
  border: 1px solid #EBEBEB
}

.lb_info .media .ico img {
  width: auto;
  height: auto;
  border: 0px solid #EBEBEB;
}

.lb_info .info_padding {
  padding: 10px 10px 0px 10px;
}

.lb_info .prev_next {
  margin: 10px 0px;
  padding: 10px;
  background: #EBEBEB;
  font-size: 11px;
}

.lb_info .prev_next {
  margin: 10px 0px;
  padding: 10px;
  background: #EBEBEB;
  font-size: 11px;
}

.lb_info .prev_next a {
  color: #444444;
  font-size: 14px;
}

.lb_info .prev_next .prev {
  float: left;
  min-width: 100px;
}

.lb_info .prev_next .prev a {
  padding: 0px 0px 0px 15px;
  background: url('../images/ico_arrow_2_1.png') no-repeat left center;
}

.lb_info .prev_next .prev_next_info {
  float: left;
  width: 448px;
  text-align: center;
}

.lb_info .prev_next .next {
  float: left;
  min-width: 100px;
  text-align: right
}

.lb_info .prev_next .next a {
  padding: 0px 15px 0px 0px;
  background: url('../images/ico_arrow_2_2.png') no-repeat right center;
}

.lb_info .controls span {
  cursor: pointer;
}

.lb_info .controls div {
  display: inline-block;
  width: 228px;
  text-align: center;
}

.lb_info .info_1 {
  padding: 5px 0px 10px 0px;
  text-align: center;
}

.lb_info .info_1 small {
  font-size: 12px;
}

.lb_info .info_2 {
  float: left;
  width: 500px;
}

.lb_info .info_2 td {
  padding: 0px 5px 7px 0px;
  text-align: left;
}

.lb_info .info_3 {
  z-index: 100;
  float: right;
}

/* JQuerry Lightbox */
.ui-dialog {
  z-index: 10002 !important;
}

.ui-widget-overlay {
  z-index: 10001 !important;
}

/* DIFFERENT ELEMENTS SECTIONS.end */

/* Recaptcha */
#recaptcha_area {
  padding: 0px 0px 20px 0px;
}

/* Error "flash" messages */

.flash-error,
.flash-success,
.flash-notice {
  margin: 3px 0px;
  padding: 10px;
  color: #333333;
  font-size: 13px;
}

.flash-error,
.errorSummary {
  background: #EFCECE;
}

.flash-success {
  background: #BCF5B5;
}

.flash-notice {
  background: #FFFFDC;
}

.login .flash-error,
.login .flash-success,
.login .flash-notice {
  width: 220px;
}

.login.site_contact .flash-error,
.login.site_contact .flash-success,
.login.site_contact .flash-notice {
  margin-left: 0px;
}

/* COMMON */
.dnone {
  display: none;
}

.errorMessage {
  padding: 2px 0px 2px 0px;
  color: #FF0000;
  font-size: 12px;
}


.refine-search {
  display: none;
}

.form {
  padding: 5px 0px;
  width: auto;
  font-size: 14px;
  font-family: Arial;
}

.form .entry {
  clear: both;
  padding: 0px 0px 30px 0px;
}

#contact-form .entry.required,
#register-form .entry.required {
  display: none;
}

.form .entry .label {
  display: block;
  padding: 0px 0px 10px 0px;
  font-size: 14px;
}

.form .entry .input {
  padding: 0px 10px;
  border: 1px solid #333333;
  background: #FFFFFF;
}

.form .entry .input input {
  padding: 10px 0px;
  width: 100%;
  outline: 0px;
  border: 0px;
  color: #666666;
  font-size: 14px;
}

.form .entry .input textarea {
  padding: 10px 0px;
  max-width: 100%;
  width: 100%;
  border: 0px;
  color: #666666;
  font-size: 14px;
  font-family: Arial;
}

.form .entry .input select {
  padding: 10px 0px;
  max-width: 100%;
  width: 100%;
  border: 0px;
}

.form .entry .input select[multiple="multiple"] {
  padding: 10px;
}

.form .entry .date .input {
  padding: 0px;
  border: 0px;
}

.form .entry .date .input input {
  display: inline;
  margin-right: 10px;
  padding: 10px;
  width: auto;
  border: 1px solid #333333;
}

.ie7 .form .entry .input.select {
  padding: 0px;
  border: 0px;
  background: inherit;
}

.form .entry div .tmpl_item {
  float: left;
  padding: 8px;
  width: 216px;
  height: 130px;
  text-align: center;
}

.form .entry div .tmpl_item img {
  display: block;
  margin: 0 auto;
}

.form .entry div .tmpl_item.selected {
  background-color: #696969;
  color: #FFFFFF;
}

#templates .tmpl_item {
  width: 256px;
  height: 150px;
}

.form .entry .radio {
  padding: 5px 0px;
  border: 0px solid #333333;
}

.form .entry .radio .label {
  display: inline;
}

.form .entry .radio .input {
  display: inline;
  padding: 0px;
  border: 0px;
}

.form .entry .radio .input input {
  margin: 0px;
  padding: 0px;
  width: auto;
}

.form.mod1 {
  font-size: 14px;
}

.form.mod1 .entry .label {
  padding: 0px 0px 5px 0px;
  font-size: 13px;
}

.form.mod1 .entry .input {
  padding: 0px 5px;
  font-size: 12px;
}

.form.mod1 .entry .input input {
  padding: 5px 0px;
  font-size: 13px;
}

.form.mod1 .entry .radio {
  padding: 5px 0px;
  border: 0px solid #333333;
}

.form.mod1 .entry .radio .label {
  display: inline;
}

.form.mod1 .entry .radio .input {
  display: inline;
  padding: 0px;
  border: 0px;
}

.form.mod1 .entry .radio .input input {
  margin: 0px;
  padding: 0px;
  width: auto;
}

.form.result .entry {
  padding-bottom: 20px;
}

.form.result .entry .label {
  float: left;
  margin: 0 10px 0px 0;
  padding: 0px;
  font-weight: bold;
}

.form.result .entry .value {
  float: left;
}

.form.result .entry {
  padding-bottom: 20px;
}

.form.result .entry .label {
  float: left;
  margin: 0 10px 0px 0;
  padding: 0px;
  font-weight: bold;
}

.form.result .entry .value {
  float: left;
}

.form.fixed_width_1 {
  width: 500px;
}

.form.fixed_width_2 {
  width: 400px;
}

#ssoPopup {
  padding: 0px;
  height: 272px !important;
}

.mt10 {
  margin-top: 10px;
}

/* TIP */
.tip {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.tip > span {
  position: absolute;
  top: 20px;
  right: -55px;
  z-index: 1;
  display: none;
  width: 200px;
  font-size: 12px;
}

.tip:hover > span {
  display: block;
}

.tip > span > span {
  display: block;
}

.tip > span > span.pointer {
  position: relative;
  top: 1px;
  width: 100%;
  height: 8px;
  background: url("../images/ico_tip.png") no-repeat center center;
}

.tip > span > span.text {
  padding: 10px;
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
}

/* button type 1 */
.btn_1 button,
.btn_1 input[type="submit"],
.btn_1 input[type="button"],
.btn_1 a {
  padding: 10px 30px 10px 10px;
  min-width: 90px;
  border: 0px;
  background-color: #DE2326;
  color: #FFFFFF;
  text-align: left;
  font-size: 17px;
}

.btn_1 button:hover,
.btn_1 input[type="submit"]:hover,
.btn_1 input[type="button"]:hover,
.btn_1 a:hover {
  background: #F0282C url('../images/ico_arrow_1m.png') no-repeat 95% center;
  color: #FFFFFF;
}

.btn_1 button[disabled="disabled"],
.btn_1 input[disabled="disabled"],
.btn_1 input[disabled="disabled"]:hover {
  background: #D9D9D9;
  color: #FFFFFF;
}

/* button type 2 */
.btn_2 button,
.btn_2 input[type="submit"],
.btn_2 input[type="button"],
.btn_2 a {
  padding: 10px 30px 10px 10px;
  min-width: 82px;
  border: 0px;
  background: #DE2326 url('../images/ico_arrow_1n.png') no-repeat 90% center;
  color: #FFFFFF;
  text-align: left;
  font-size: 12px;
}

.btn_2 button:hover,
.btn_2 input[type="submit"]:hover,
.btn_2 input[type="button"]:hover,
.btn_2 a:hover {
  background: #F0282C url('../images/ico_arrow_1m.png') no-repeat 90% center;
  color: #FFFFFF;
}

.btn_2 button[disabled="disabled"],
.btn_2 input[disabled="disabled"],
.btn_2 input[disabled="disabled"]:hover {
  background: #D9D9D9;
  color: #FFFFFF;
}

/* button type 3 */
.btn_3 button,
.btn_3 input[type="submit"],
.btn_3 input[type="button"],
.btn_3 a {
  padding: 5px 18px 5px 15px;
  min-width: 82px;
  border: 0px;
  background: #DE2326;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.btn_3 button:hover,
.btn_3 input[type="submit"]:hover,
.btn_3 input[type="button"]:hover,
.btn_3 a:hover {
  background: #F0282C;
  color: #FFFFFF;
}

.btn_3 button[disabled="disabled"],
.btn_3 input[disabled="disabled"],
.btn_3 input[disabled="disabled"]:hover {
  background: #D9D9D9;
  color: #FFFFFF;
}

/* button type 4 */
.btn_4 button,
.btn_4 input[type="submit"],
.btn_4 input[type="button"],
.btn_4 a {
  padding: 5px;
  border: 0px;
  background: #DE2326;
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
}

.btn_4 button,
.btn_4 input[type="submit"]:hover,
.btn_4 input[type="button"]:hover,
.btn_4 a:hover {
  background: #F0282C;
  color: #FFFFFF;
}

.btn_4 button[disabled="disabled"],
.btn_4 input[disabled="disabled"],
.btn_4 input[disabled="disabled"]:hover {
  background: #D9D9D9;
  color: #FFFFFF;
}

/* IE7 fixes */
.ie7 .btn_1 button,
.ie7 .btn_1 input[type="submit"],
.ie7 .btn_1 input[type="button"],
.ie7 .btn_1 a,
.ie7 .btn_2 button,
.ie7 .btn_2 input[type="submit"],
.ie7 .btn_2 input[type="button"],
.ie7 .btn_2 a,
.ie7 .btn_3 button,
.ie7 .btn_3 input[type="submit"],
.ie7 .btn_3 input[type="button"],
.ie7 .btn_3 a {
  min-width: auto;
}

/* Group */
.btn_1 button,
.btn_1 input[type="submit"],
.btn_1 input[type="button"],
.btn_1 a,
.btn_2 button,
.btn_2 input[type="submit"],
.btn_2 input[type="button"],
.btn_2 a,
.btn_3 button,
.btn_3 input[type="submit"],
.btn_3 input[type="button"],
.btn_3 a,
.btn_4 button,
.btn_4 input[type="submit"],
.btn_4 input[type="button"],
.btn_4 a {
  margin-left: 10px;
  -webkit-appearance: none;
}

.btn_1 button:first-child,
.btn_1 input[type="submit"]:first-child,
.btn_1 input[type="button"]:first-child,
.btn_1 a:first-child,
.btn_2 button:first-child,
.btn_2 input[type="submit"]:first-child,
.btn_2 input[type="button"]:first-child,
.btn_2 a:first-child,
.btn_3 button:first-child,
.btn_3 input[type="submit"]:first-child,
.btn_3 input[type="button"]:first-child,
.btn_3 a:first-child,
.btn_4 button:first-child,
.btn_4 input[type="submit"]:first-child,
.btn_4 input[type="button"]:first-child,
.btn_4 a:first-child {
  margin-left: 0px;
}

.btn_1 #notagree,
.btn_2 #notagree,
.btn_3 #notagree {
  background: #BEBEBE;
}

.inp_1 {
  padding: 0px 10px;
  border: 1px solid #BEBEBE;
  background: #FFFFFF;
}

.inp_1 input[type="text"] {
  padding: 10px 0px;
  border: 0px;
}

/* Admin only custom */
.admin {
  padding: 0px;
}

.sortable_list .nested.edit a {
  color: #6D6E70;
}

/* Common IDM wide */
.mm_mob {
  display: none;
}

#spinner {
  position: fixed;
  top: 50%;
}

.hidden {
  display: none;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.pt0 {
  padding-top: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.note {
  font-style: italic;
  font-size: 12px;
}

.brandedp > span {
  color: #FBC600;
}

.fc {
  margin: 0 auto;
  width: 1200px;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.clear {
  display: block;
  clear: both;
}

/* Responsive */
@media all and (max-width: 1300px) {

  .mc {
    padding-top: 172px;
  }

  /* HEADER */
  .header {
    height: 167px;
  }

  .header .line_3 .inner {
    padding: 10px;
  }

  .header .mm_mob {
    display: block;
    float: left;
    margin: 0px 0px 0px 10px;
    width: 30px;
    height: 22px;
    background: url('../images/ico_mm.png') no-repeat;
    cursor: pointer;
  }

  .header .mm_mob.active {
    background-position: 0px 0px;
  }

  .header .mm {
    position: fixed;
    top: 167px;
    left: 0px;
    z-index: 100;
    display: none;
    float: none;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px;
    width: auto;
    height: 100%;
  }

  .header .mm .menu_wrapper {
    padding-bottom: 170px;
  }

  .inside .header .mm .menu_wrapper {
    padding-bottom: 180px;
  }

  .header .mm ul.menu {
    background: #DE2326;
  }

  .header .mm ul.menu > li {
    float: none;
  }

  .header .mm ul.menu > li a.heading {
    padding: 10px 15px;
  }

  .header .mm ul.menu li:hover a.heading {
    color: #FFFFFF;
  }

  .header .mm ul.menu li:hover {
    background: none;
    background-color: none;
  }

  .header .mm ul.menu li.mm_more {
    background: none;
  }

  .header .mm ul.menu li > ul {
    position: static;
    display: block;
    min-width: 250px;
    width: auto;
  }

  .header .mm ul ul a {
    padding-left: 30px;
  }

  .header .mm ul ul ul a {
    padding-left: 50px;
  }

  .header .mm ul ul ul ul a {
    padding-left: 70px;
  }

  .header .mm ul ul ul ul ul a {
    padding-left: 90px;
  }

  .header .mm ul.menu > li:first-child a.heading {
    padding: 10px 15px;
    border-left: 0px;
  }

  /* Carousel template common */
  .cwrap {
  }

  .cwrap .carousel {
    position: relative;
    overflow: hidden;
    min-height: 40px;
  }

  .cwrap .carousel .slide {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    display: none;
    width: 100%;
    color: #717171;
  }

  .cwrap .carousel .slide.active {
    position: relative;
    z-index: 1;
    display: block;
  }

  .cwrap .carousel .tdes {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    padding: 20px 0px 0px 20px;
  }

  .cwrap .carousel .tdes .pos {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 101;
  }

  .cwrap .carousel .img {
    position: relative;
    z-index: 99;
    height: auto;
  }

  .cwrap .carousel .img img {
    max-width: 100%;
    height: auto;
  }

  /* Carousel template 0 - default */
  .cwrap .carousel .slide .inner {
    position: relative;
    padding: 0px 0px 0px 0px;
    min-height: 215px;
  }

  .cwrap .carousel .slide .title {
    margin: 0 0 4px;
    max-width: 640px;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
  }

  .cwrap .carousel .slide .deslink {
    padding: 10px 0px 0px 0px;
    width: 650px;
  }

  .cwrap .carousel .slide .subtext {
    color: #FFFFFF;
    font-weight: 100;
    font-size: 50px;
  }

  .cwrap .carousel .slide .description {
    padding: 20px 0px 0px 0px;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 20px;
  }

  .cwrap .carousel .slide .link {
    padding: 15px 0px 0px;
    text-align: left;
    font-size: 18px;
  }

  .cwrap .carousel .slide .link a {
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 14px;
  }

  /* LOGIN */
  .login.mc {
    padding: 0px;
  }

  .login .forms {
    width: 420px;
  }

  .login .header {
    position: relative;
    height: auto;
  }

  .login .welcome {
    width: 240px;
  }

  /* COMMON */
  .refine-search {
    display: block;
  }

  .home .content > .fc {
    padding: 0px;
  }

  .fc {
    padding: 0px 20px;
    min-width: 670px;
    max-width: 1200px;
    width: auto;
  }

  /*Add to Bookmarks*/
  .ipages .cdb .bookmark {
    top: -183px;
  }
}
