/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid .container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1020px; /* or 950px */
  min-width: 290px;
}

/* Main CSS */
body {
 font-family: 'Source Sans Pro', sans-serif;
 font-size: 16px;
 margin-top:20px;
}

h1 {
 font-family: 'Open Sans', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
 font-size: 31px;
 line-height:34px;
 font-style: italic;
 font-weight: 700;
 text-transform: uppercase;
 color:#ffffff;
 text-align: left;
 margin: auto 0;
 padding: 20px 0;
}
h2 {
 font-family: 'Open Sans', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
 font-size: 21px;
 line-height:24px;
 font-style: italic;
 font-weight: 700;
 text-transform: uppercase;
 color:#27509b;
}
h3 {
 font-family: 'Open Sans', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
 font-size: 18px;
 line-height: 20px;
 font-weight:600;
 font-style: italic;
 color: white;
}
p {
 font-size: 16px;
 line-height:24px;
 color:#333333;
}

i {
 font-style: italic;
}
ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 20px;
}
footer {
 border-top: 5px solid #fce500;
}
footer p {
 font-size: 14px;
 line-height:18px;
 color:#333333;
 text-align: center;
 padding-top:20px;
 padding-bottom:20px;
}
.bodyHeadline {
 padding: 30px 30px;
}
.checkbox1Pad {
 padding: 25px 0;
}
.header {
 background: #27509b;
 text-align: left;
 border-top: 5px solid #fce500;
 margin-top:20px;
}

.element-input, .element-select, .item-cont {
 display: block;
 font-size: 18px;
 line-height: 22px;
 color: #999999;
}

.title {
 font-size: 14px;
 line-height: 24px;
 font-style: normal;
 font-weight: 400;
 color: #999999;
 padding-top:10px;
 padding-right:20px;
}

.rotate {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.normal {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#carrot img {
 width:17px;
 height: 11px;
 margin-right:10px;
 padding-top: 10px;
 vertical-align: top;
}

.divider {
 background-color: #eff0f4;
 padding-top:2px;
 margin:10px auto;
}

.socialIcons {
 padding:0 20px;
}

.submit {
 margin: 10px auto;
 text-align: center;
}



.panel {
 border: none;
 border-bottom: 1px solid #eff0f4;
}

.panel-default > .panel-heading {
 background: none;
}
.panel-title {
 color:#27509b;
 text-decoration: none;
}
.panel-title a {
 color:#27509b;
 text-decoration: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
 border:none;
}

.greyBox {
 background: #f5f5f5;
 padding:20px;
 text-align: center;
}

.blackBox {
 background: #001;
 padding:0;
 margin:0;
 text-align: center;
}

.darkGreyBox {
 background: #414141;
 padding-bottom:20px;
 margin:0 0 30px 0;
 text-align: center;
}

h4 {
 font-size: 18px;
 line-height:20px;
 font-weight: 600;
 color:#fff;
}

.darkGreyBox p {
 font-size: 14px;
 line-height:18px;
 color:#fff;
}

.darkGreyBox img {
 margin: 30px 0 10px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}
.col-fixed {
    /* custom width */
    width:287px;
}

/* Social Icons */
#fb_icon {
 width:40px;
 height:40px;
 background: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/social-sprite.png) 0 0;
}
#fb_icon:hover {
 width:40px;
 height:40px;
 background: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/social-sprite.png) -40px 0;
}

#tw_icon {
 width:40px;
 height:40px;
 background: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/social-sprite.png) 0 -40px;
}
#tw_icon:hover {
 width:40px;
 height:40px;
 background: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/social-sprite.png) -40px -40px;
}

#in_icon {
 width:40px;
 height:40px;
 background: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/social-sprite.png) 0 -80px;
}
#in_icon:hover {
 width:40px;
 height:40px;
 background: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/social-sprite.png) -40px -80px;
}

#yt_icon {
 width:40px;
 height:40px;
 background: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/social-sprite.png) 0 -120px;
}
#yt_icon:hover {
 width:40px;
 height:40px;
 background: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/social-sprite.png) -40px -120px;
}

/* Input CSS */

textarea {
 width: 100%;
 height: 200px;
 background: #f9f9f9;
 border: 1px solid #eff0f4;
 color:#333333;
}

input[type=text] {
 width: 100%;
 height: 45px;
 background: #f5f5f5;
 border: 1px solid #eff0f4;
 color:#333333;
}

input[type=email] {
 width: 100%;
 height: 45px;
 background: #f9f9f9;
 border: 1px solid #eff0f4;
 color:#333333;
}

input[type=submit] {
 width: 100%;
 max-width: 300px;
 padding:20px 0;
 text-align: center;
 border: 2px solid #fce500;
 background:#ffffff;
 margin:20px auto;
 color:#27509b;
 font-size: 24px;
 line-height:26px;
 font-style: italic;
 font-weight:bold;
 text-transform: uppercase;
}

input[type=submit]:hover {
 width: 100%;
 max-width: 300px;
 padding:20px 0;
 text-align: center;
 border: 2px solid #fce500;
 background:#fdf499;
 margin:20px auto;
 color:#27509b;
 font-size: 24px;
 line-height:26px;
 font-style: italic;
 font-weight:bold;
 text-transform: uppercase;
}


input[type=submit]:active {
 width: 100%;
 max-width: 300px;
 padding:20px 0;
 text-align: center;
 border: 2px solid #fce500;
 background:#fce500;
 margin:20px auto;
 color:#27509b;
 font-size: 24px;
 line-height:26px;
 font-style: italic;
 font-weight:bold;
 text-transform: uppercase;
}

input[type=submit]:focus {
 width: 100%;
 max-width: 300px;
 padding:20px 0;
 text-align: center;
 border: 2px solid #fce500;
 background:#fce500;
 margin:20px auto;
 color:#27509b;
 font-size: 24px;
 line-height:26px;
 font-style: italic;
 font-weight:bold;
 text-transform: uppercase;
}

input[type=button] {
 width: 100%;
 max-width: 300px;
 padding:20px 0;
 text-align: center;
 border: 2px solid #fce500;
 background:#ffffff;
 margin:20px auto;
 color:#27509b;
 font-size: 24px;
 line-height:26px;
 font-style: italic;
 font-weight:bold;
 text-transform: uppercase;
}

input[type=button]:hover {
 width: 100%;
 max-width: 300px;
 padding:20px 0;
 text-align: center;
 border: 2px solid #fce500;
 background:#fdf499;
 margin:20px auto;
 color:#27509b;
 font-size: 24px;
 line-height:26px;
 font-style: italic;
 font-weight:bold;
 text-transform: uppercase;
}


input[type=button]:active {
 width: 100%;
 max-width: 300px;
 padding:20px 0;
 text-align: center;
 border: 2px solid #fce500;
 background:#fce500;
 margin:20px auto;
 color:#27509b;
 font-size: 24px;
 line-height:26px;
 font-style: italic;
 font-weight:bold;
 text-transform: uppercase;
}

input[type=button]:focus {
 width: 100%;
 max-width: 300px;
 padding:20px 0;
 text-align: center;
 border: 2px solid #fce500;
 background:#fce500;
 margin:20px auto;
 color:#27509b;
 font-size: 24px;
 line-height:26px;
 font-style: italic;
 font-weight:bold;
 text-transform: uppercase;
}

input[type="checkbox"].cb2 {
    opacity:0;
    height: 30px;
    width: 40px;
    position: absolute;
    z-index: 2;
  margin: 5px;
}

input[type="checkbox"].cb2 + label {
    background-image: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/michelin_cpc_checkbox.png);
  background-repeat: no-repeat;
    display:inline-block;
  font-weight: 400;
    padding: 5px 0 5px 35px;
  margin: 5px;
    z-index: 1;
}

input[type="checkbox"].cb2:checked + label {
    background-image: url(http://image.drive.michelinman.com/lib/fe8f13727c64037976/m/1/michelin_cpc_checkbox_checked.png);
  background-repeat: no-repeat;
    display:inline-block;
  font-weight: 600;
    padding: 5px 0 5px 35px;
  margin: 5px;
}

input[type="checkbox"].cb2:disabled + label {
 opacity: 0.6;
 cursor: not-allowed;
}

input[type=text].social {
 width: 75%;
 max-width: 100%;
 background: #f9f9f9;
 border: 1px solid #eff0f4;
}


input[type="checkbox"][id^="cb"] {
  display: none;
}

input[type="checkbox"][id^="cb"]:checked + label img {
  transform: scale(0.95);
  box-shadow: 0 0 5px 5px #fce500;
  z-index: 1;
}

[id^="cb"]:hover + label img:hover {
  transform: scale(0.95);
}

@media screen and (max-width: 668px){
    h1{
        text-align: center;
    }

  .checkbox1Pad {
   padding: 5px 0;
  }

  .socialIcons {
   padding:0 10px;
  }
}
