/* -----------------------------------------
:: Structure
----------------------------------------- */
/* Body */
body {
  background-position: top left;
  background-repeat: repeat-x;
  height: 100%;
  padding: 0 0 50px 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

/* -----------------------------------------
  :: Typography
------------------------------------------*/
ul, li, ol, dl {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
a, li:hover, :before, :after {
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
input, label, select, option, textarea {
  font-size: inherit;
  height: auto;
}
  select {
    background: transparent url(site_media/img/down.png) no-repeat 90% center\0;
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
  }
    select::-ms-expand {
     display: none;
    }
textarea:focus, input:focus, button:focus, a:focus, :focus {
  outline: none !important;
}
hr {
  display: none !important;
}
/* -----------------------------------------
:: MISC
----------------------------------------- */
.valign {
  display: table;
  height: 100%;
  width: 100%;
}
  .valign > div {
    display: table-cell;
    height: 100%;
    width: 100%;
  }
    .valign.bottom > div {
      vertical-align: bottom;
    }
    .valign.middle > div {
      vertical-align: middle;
    }

/* -----------------------------------------
:: Common
----------------------------------------- */
/* Title */
.Title {
  display: block; 
}
  .Title p {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
  }
nav a {
  letter-spacing: 1px;
}
/* Header */
header {
  margin: 0;
  padding: 0;
}
.HIcon {
  padding: 20px;    
  line-height: 150px; /*Must Be The Same As Width*/
  text-align: center;
  width: auto;
}
  .HIcon img {
    height: auto;
    width: 150px;
    vertical-align: middle;
  }
.HInfo {
  padding: 20px 20px 0 20px;
}
  .HInfo p {
    font-size: 16px;    
  }
.HContent {
  padding: 40px !important;
  min-height: 280px;
}
  .HContent h1 {
    font-size: 30px;
    display: inline;
  }
  .HContent h2 {
    font-size: 30px;
    display: inline;
  }
/* Top Tab */
.TTab {
  height: 2em;
}
/* Bottom Tab */
.BTab {
  height: 2em;
}
/* Phone */
.Phone {
  text-align: right;
}
  .Phone p {
    display: inline;
    font-size: 16px;
    font-weight: normal;
  }
  .Phone h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
  }
  .Phone a {
    font-size: 16px;
    font-weight: bold;
  }
    .Phone a:hover {
      font-size: 16px;
      font-weight: bold;
    }
/* Content */
.Content {
  display: block;
  padding: 0 0 5em 0; 
}
  .Content p {
    font-size: 18px;
  }
  .Content h1 {
    font-size: 21px;
  }
    .Content h4 {
      font-size: 18px;
      margin: 10px 0 0 0 !important;
    }
.Thumbs {
  text-align: center;
}    
  .Thumbs p, .Thumbs a, .Thumbs a:hover, .Thumbs li { 
    color: #fff;
}
  .Thumbs ul, .Thumbs li{
    margin: 0 auto;
  }
    .Thumbs img {
      display: block;
      margin: 0 auto;
      width: 100%;
    }

/* Index Cell */
.ICell {
  display: block; 
}
  .ICell p {
    font-size: 13px;
    text-align: left;
  }
    .ICell h1 {
      font-size: 1.312em;
    }
.ICellHeader {
  text-align: center;
  padding: 0.625em 1em;
}
.ICellContent { 
  padding: 0.625em 1em;
}
.ICellContent a {
  font-size: 1.2em;
  text-align: center !important;
}
  .ICellContent a:visited {
    font-size: 1.2em;
    text-align: center !important;
  }
    .ICellContent a:hover {
      font-size: 1.2em;
      text-align: center !important;
    }
.ICellLink {
  padding: 0.625em 1em;
  }

/* Cost Cell */
.CCell {
  display: block;
  margin: 0;  
}
.CCell img {  
  height: 150px;
  width: 150px;
}
  .CCell p {
    font-size: 13px;
  }
    .CCell h1 {
      font-size: 1.312em;
      text-align: center;
    }
.CCell a {
  font-size: 16px;
}
  .CCell a:visited {
    font-size: 16px;
  }
    .CCell a:hover {
      font-size: 16px;
    }
.CCellHeader {
  text-align: center;
  padding: 0.625em 1em;
}
.CCellContent { 
  padding: 0.625em 1em;
  min-height: 345px;
}
.CCellContent ul {
  padding:  0 20px !important;
  list-style-type: disc !important;
}
  .CCellContent li {    
    list-style-type: disc !important;   
    font-size: 16px;
    text-align: left;
    line-height: 25px;
  } 
.CCellLink p {
  font-size: 1.2em;
  text-align: center;
  margin: 0;
  }
/* Article */
article {
  display: block;
  margin: 0 20px 20px 20px;
  padding: 20px;
  width: auto;
}
  article h2 {
    font-size: 16px;
    font-weight: bold;
  }
/* Video CSS */
.video {
  height: auto;
  max-width: 100%;
}
.video-wrapper {  
  max-width: 100%;
  width: auto;
}
.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative; 
}
  .video-container iframe,  
  .video-container object,  
  .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
/* TInfo */
.TInfo {
  padding: 40px 15px 0 15px;
}
.TInfo p {    
  font-size: 16px;
  line-height: normal;
}
  .TInfo h1 {   
    font-size: 18px;
    margin: 0 0 100px 0;
  }
.TInfo ul {
  margin: 20px 0;
}
  .TInfo ul img {
    height: 30px;
    width: 30px;
    margin: 0 10px 10px 0;
    vertical-align: middle;
  }
  .TInfo li a {     
    font-size: 16px;
    text-decoration: none;
  }
    .TInfo li a:visited {
      font-size: 16px;
    }
      .TInfo li a:hover {
        font-size: 16px;
      }
/* Footer */
footer {
  display: block;
}
/* Sub Content */
.SNav {
  text-decoration: none;
  padding: 0 0 -10px 0 !important;
}
  .SNav a {
    font-size: 12px !important; 
    text-decoration: none;
    line-height: 10px;
    }
    .SNav a:visited {
      font-size: 12px !important;
      line-height: 10px;
    }
      .SNav a:hover {
        font-size: 12px;
        line-height: 10px;
      }
.SNav .top-bar { 
  overflow: hidden !important;
}
.SNav .toggle-topbar a:hover {
  background: none !important;  
}
/* Sub Name */
.SName {
    height: 45px;
  padding: 10px 0 0 0;
}
/* Sub Info */
.SInfo {
  max-height: 375px;
  padding: 40px 15px 0 15px;
}
  .SInfo p {    
    font-size: 16px;
    line-height: normal;
  }
    .SInfo h1 {   
    font-size: 18px;
    padding: 0 0 20px 0;
    }
    
.SInfo ul {
  margin: 0 0 0 40px;
  padding: 0;
  text-indent: -40px;
}
  .SInfo ul img {
    height: 30px;
    width: 30px;
    margin: 0 10px 10px 0;
    vertical-align: middle;
  }
    .SInfo li {
      display: block;
      list-style-type: none;
      line-height: normal !important;
      font-size: 15px;
    }
      .SInfo li a {     
        font-size: 15px;
        text-decoration: none;
      }
        .SInfo li a:visited {
          font-size: 15px;
        }
          .SInfo li a:hover {
            font-size: 15px;
          }
/* Sub Content */
.SContent {
  padding: 20px 20px 0 20px !important;
}
  .SContent h1 {
    font-size: 30px;
    display: inline;
  }
    .SContent h2 {
      font-size: 30px;
      display: inline;
    }
  .SContent iframe {
    min-height: 330px;
  }
/* Sub Info */
.SInfo {
  min-height: 235px;
  padding: 20px 15px 0 15px;
}
  .SInfo p {    
    font-size: 16px;
    line-height: normal;
  }
    .SInfo h1 {   
    font-size: 18px;
    padding: 0 0 20px 0;
    }

.SInfo ul {
  margin: 0 0 0 40px;
  padding: 0;
  text-indent: -40px;
}
  .SInfo ul img {
    height: 30px;
    width: 30px;
    margin: 0 10px 10px 0;
    vertical-align: middle;
  }
    .SInfo li {
      display: block;
      list-style-type: none;
      line-height: normal !important;
      font-size: 15px;
    }
/* Tab Up */
.TabUp {
  height: 70px;
  left: 83%;
  max-width: 100%;
  position: fixed;
  bottom: 0; 
}
  .Tab {
    float: left !important;
    width: 100%;
  }
    .Tab img {
      float: right;
      text-align: right;
      vertical-align: top;
    }
/* All Rights */
.AllRights {  
  display: block;
}
  .AllRights p {
    padding: 20px 0;
    text-align: center;
    line-height: normal;
  }
/* TextBox */
.TextBox {
  padding-top: 30px; 
}
.TextBox h1 {
  text-transform: uppercase;
  font-weight: bold;
  }
.TextBox  ul {
  padding: 0 0 0 40px;  
}
  .TextBox  li {
    list-style-type: disc;
    margin: 0;    
  }
/* Float */
.FloatL {
  float: left !important;
}
/* No Padding */
.NoPadding {
  padding: 0 !important;
}
.NoPaddingLeft {
  padding-left: 0 !important;
}
.NoPaddingright {
  padding-right: 0 !important;
}
.NoPaddingTop {
  padding-top: 0 !important;
}
/* Yes Padding */
.YesPadding {
  padding: 0 15px; !important;
}
/* No Margin */
.NoMargin {
  margin: 0 !important;
}
/* Yes Margin */
.YesMargin {
  margin: 0 15px 0 15px !important;
}
/* Font Styles */
.Bold {
  font-weight: bold !important;
}
.Normal {
  font-weight: normal;
}
.WS {
  white-space: nowrap;
}
/* ul / li */
.UL p{
  font-size: 18px;
  font-weight: normal !important;
  margin: 0  !important;
  padding: 0 !important;
}
ul {
  text-indent: 0px;
}
  li {
    list-style-type: none;
  }
/* Fonts Type */
p {
  font-size: 18px;
}
  h1 {
    font-weight: normal !important;
    line-height: normal !important;
    margin: 0  !important;
    padding: 0 !important;
  }
    h2 {
      font-weight: normal !important;
      line-height: normal !important;
      margin: 0  !important;
      padding: 0 !important;
    }
      h3 {
        font-weight: normal !important;
        line-height: normal !important;
        margin: 0  !important;
        padding: 0 !important;
      }
        h4 {
          font-weight: normal !important;
          line-height: normal !important;
          margin: 0  !important;
          padding: 0 !important;
        }
a {
  font-size: 18px;
  margin: 0;
  text-decoration: none;
}
  a:visited {
    font-size: 18px;
    margin: 0;
    text-decoration: none;
  }
    a:hover {
      font-size: 18px;
      text-decoration: none;
    }

/* -----------------------------------------
:: Index
----------------------------------------- */
/* Logo */
.Logo  {
  background-image: url(../images/logos/ColorWheel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 100%;
}
/* Sub Text */
.SubText {
  display: block;
}
  .SubText p {
    font-size: 2px !important;  
  }

/* -----------------------------------------
:: Cost
----------------------------------------- */
/* Cost */
.Cost {
  margin: 0 0 50px 0 !important;
}
.Cost p {
  margin: 0;    
  }
  .Cost h1 {
      font-size: 20px;    
    }
.Cost ul {
  padding: 0 0 0 40px;  
}
  .Cost li {
    list-style-type: disc;
    margin: 0;    
  }
/* Packages Table */
.Packages table {
  display: table;
  border: none;
}
.Packages table td {
  padding: 0 !important;
} 
.Packages table p {
  margin: 0 !important;
  letter-spacing: normal;
  font-size: 16px;
  padding: 0px 20px 0 20px !important;
}
  .Packages table h1 {
    font-size: 20px;    
    padding: 5px 20px 0 20px !important;
  }
    .Packages table h2 {
        margin: 0 !important;
        padding: 0 !important;
        letter-spacing: normal;
        font-size: 13px;
    }
      .Packages table h3 {
        margin: 0 !important;
        padding: 0 10px 0 0 !important;
        letter-spacing: normal;
        font-size: 13px;
      }
        .Packages table h4 {
          margin: 0 !important;
          letter-spacing: normal;
          font-size: 13px;
          font-weight: normal  !important;
        }
          .Packages table h5 {
            margin: 0 !important;
            letter-spacing: normal;
            font-size: 18px;
          }
            .Packages table h6 {
              margin: 0 !important;
              letter-spacing: normal;
              font-size: 12px;
            }

/* -----------------------------------------
:: Banners 
----------------------------------------- */
.Banners {
  text-align: center;
} 
  .Banners img {
    margin: 0 !important;
    width: 400px;
  }
  .Banners ul {
     display: inline-block;
    margin: 0 auto;
  }
    .Banners li {
      width: 100%;
      margin: 0 auto;
      float: left;
      padding: 10px;
    }
/* -----------------------------------------
:: Contact Us
----------------------------------------- */
.Contact {
  display: block;
  padding: 20px 0 0 0;  
}
  .Contact p {
    font-size: 18px;
  }
    .Contact h1 {
      font-size: 21px;
    }

/* Form Padding */
.FPadding {
  padding: 0 20px ;
}
.iframe-form-page iframe,
.iframe-form-contactus iframe {
  display: block;
  width: 100%;
  height: 37vh;
  padding: 20px 0;
}

/* -----------------------------------------
:: SiteMap   
----------------------------------------- */
.SiteMap {
  padding: 40px 20px 0 20px;
}
  .SiteMap h1{
    font-size: 18px;  
  }
    .SiteMap h2{
      font-size: 15px;
    }
.SiteMap ul {
  line-height: normal;
  margin: 0 0 15px 15px;
}
  .SiteMap li{
    font-size: 13px;
  }
.SiteMap a{
  font-size: 13px
}
  .SiteMap a:visited{
    font-size: 13px
  }
    .SiteMap a:hover{
      font-size: 13px
    }
/* -----------------------------------------
:: MEDIA QUERIES (Screens)
----------------------------------------- */
/* MIN */
@media only screen and (min-width: 640px) {
  .TextBox {
    padding-top: 0; 
  }  
  .ICellContent { 
    min-height: 150px;
  }
  .Banners li {
    width: 50%;
  }
  .Thumbs ul, .Thumbs li{
    display: inline-block;
  }
    .Thumbs img {
      width: inherit;
    }
  .TabUp {
    left: 93%; 
    height: 50px;
}
  .TTab {
    margin:  0 0 5em 0;   
}
}
@media only screen and (min-width: 1025px) {
  .ICellContent { 
    min-height: 235px;
  }
  .ICell {  
    margin: 0 0 50px 0;
  }
}
/* MAX */
@media screen and (max-width: 820px) {
/* Index Cell */
.ICell p {
    font-size: 10px;
  }
 /* SInfo */   
.SInfo p {    
  font-size: 16px;
  line-height: normal;
}
  .SInfo h1 {   
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .SInfo li a {     
    font-size: 14px;
    text-decoration: none;
  }
    .SInfo li a:visited {
      font-size: 14px;
    }
      .SInfo li a:hover {
        font-size: 14px;
      }
/* TInfo */
.TInfo li a {     
  font-size: 14px;
}
  .TInfo li a:visited {
    font-size: 14px;
  }
    .TInfo li a:hover {
      font-size: 14px;
    }
.CCell {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
/* Content */
.Content {
  padding: 0;
}
  .Content p {
    font-size: 14px;
  }
  .Content h1 {
    font-size: 16px;
  }
/* Header */
.HIcon {
  padding: 20px;    
  line-height: 100px; /*Must Be The Same As Width*/
  text-align: center;
  width: auto;
}
  .HIcon img {
    height: auto;
    width: 100px;
    vertical-align: middle;
  }
.HContent {
  padding: 20px !important;
  min-height: inherit;
}
  .HContent h1 {
    font-size: 20px;
  }
    .HContent h2 {
      font-size: 15px;
    }
/* Index Cell */
.ICell {  
  margin: 0;
}
  .ICell p {
    font-size: 13px;
  }
    .ICell h1 {
      font-size: 20px;
    }
.ICellHeader {
  text-align: center;
  padding: 0.625em 1em;
  }
.ICellContent li {    
    line-height: 20px;
}
.ICellLink {
  padding: 0.625em 1em;
  }
/* Cost Cell */
.CCell img {  
  height: 100px;
  width: 100px;
}
.CCellContent { 
  min-height: inherit;
}
/* Sub Nav */
.SNav {
  padding: 10px 0 0 0;
}
  .SNav .top-bar-section li {
    display: inline !important;
    width: 50% !important;
  }
/* Fonts Type */
p {
  font-size: 15px;
}
  a {
    font-size: 15px;
    margin: 0;
    text-decoration: none;
  }
    a:visited {
      font-size: 15px;
      margin: 0;
      text-decoration: none;
    }
      a:hover {
        font-size: 15px;
        text-decoration: none;
      }
  /* Logo */
  .Logo  {
    background-image: url(../images/logos/ColorWheel.gif);
  }
}
@media screen and (max-width: 320px) {
/* Cell */
.CContent { 
  height: 0 !important;
  padding: 20px 0;
  } 
}

/* MAX */
@media screen and (max-width: 643px) {
  .iframe-form-page iframe{
    height: 65vh;
  }
}
@media screen and (max-width: 768px) {
  .iframe-form-contactus iframe {
    height: 65vh;
  }
}
