/**
 * 	CC_builder css
 */

 .cc-builder-row{width: auto;clear: both;display: block; margin: 0 -7.5px;}
 .cc-builder-container.stretch,
 .cc-builder-container.stretch-section{ width: 99.9vw; position: relative; margin-left: -50vw !important; left: 50%; }
 
 .cc-builder-container.stretch-section .cc-builder-row{ max-width: 1200px; margin-left: auto; margin-right: auto; }
 
 .cc-builder-row:after{ content: " "; display: block; clear: both; }
 
 .cc-builder-row.align-top,
 .cc-builder-row.align-middle,
 .cc-builder-row.align-bottom{ display: table; border-collapse:separate; border-spacing: 0; }
 
 .cc-builder-row .cc-builder-column{position: relative;min-height: 15px;float: left;margin: 0;width: 20%;box-sizing: border-box;height: auto !important;}
 .cc-builder-row .cc-builder-column > section{ margin-left: 7.5px; margin-right: 7.5px; }
 
 .cc-builder-row.align-top .cc-builder-column{ display: table-cell; vertical-align: top; float: none; min-height: auto; height: 100px; }
 .cc-builder-row.align-middle .cc-builder-column{ display: table-cell; vertical-align: middle; float: none; min-height: auto; height: 100px; }
 .cc-builder-row.align-bottom .cc-builder-column{ display: table-cell; vertical-align: bottom; float: none; min-height: auto; height: 100px; }
 
 
 /** Specific width columns **/
 .cc-builder-row .cc-builder-column.cols-1{ width: 8.33%; }
 .cc-builder-row .cc-builder-column.cols-2{ width: 16.66%; }
 .cc-builder-row .cc-builder-column.cols-3{ width: 25%; }
 .cc-builder-row .cc-builder-column.cols-4{ width: 33.33%; }
 .cc-builder-row .cc-builder-column.cols-5{ width: 41.66%; }
 .cc-builder-row .cc-builder-column.cols-6{ width: 50%; }
 .cc-builder-row .cc-builder-column.cols-7{ width: 58.33%; }
 .cc-builder-row .cc-builder-column.cols-8{ width: 66.66%; }
 .cc-builder-row .cc-builder-column.cols-9{ width: 75%; }
 .cc-builder-row .cc-builder-column.cols-10{ width: 83.33%; }
 .cc-builder-row .cc-builder-column.cols-11{ width: 91.66%; } 
 .cc-builder-row .cc-builder-column.cols-12{ width: 100%; }
 
 /** Even width columns **/
 .cc-builder-row.cols-1 .cc-builder-column{ width: 100%; }
 .cc-builder-row.cols-2 .cc-builder-column{ width: 50%; }
 .cc-builder-row.cols-3 .cc-builder-column{ width: 33.33%; }
 .cc-builder-row.cols-4 .cc-builder-column{ width: 25%; }
 .cc-builder-row.cols-5 .cc-builder-column{ width: 20%; }
 .cc-builder-row.cols-6 .cc-builder-column{ width: 16.66%; }
 .cc-builder-row.cols-7 .cc-builder-column{ width: 14.28%; }
 .cc-builder-row.cols-8 .cc-builder-column{ width: 12.5%; }
 .cc-builder-row.cols-9 .cc-builder-column{ width: 11.11%; }
 .cc-builder-row.cols-10 .cc-builder-column{ width: 10%; }
 .cc-builder-row.cols-11 .cc-builder-column{ width: 9.09%; }
 .cc-builder-row.cols-12 .cc-builder-column{ width: 8.33%; }
 
 .cc-builder-row .cc-builder-column:first-child > section{ margin-left: 7.5px !important; }
 .cc-builder-row .cc-builder-column:last-child > section{ margin-right: 7.5px !important; }
 
 .embed-responsive { position: relative; } 
 .embed-responsive:after { content: ''; display: block; width: 100%; }
 .embed-responsive iframe { height: 100% !important; position: absolute; }
 .embed-responsive-16by9:after { padding-bottom: 56.25%; }
 .embed-responsive-4by3:after { padding-bottom: 75%; }

 /* Container Padding and Margin settings */
[data-ptop='1'] {padding-top:1rem;}
[data-ptop='2'] {padding-top:3rem;}
[data-ptop='3'] {padding-top:5rem;}
[data-pbottom='1'] {padding-bottom:1rem;}
[data-pbottom='2'] {padding-bottom:3rem;}
[data-pbottom='3'] {padding-bottom:5rem;}
[data-pleft='1'] {padding-left:1rem;}
[data-pleft='2'] {padding-left:3rem;}
[data-pleft='3'] {padding-left:5rem;}
[data-pright='1'] {padding-right:1rem;}
[data-pright='2'] {padding-right:3rem;}
[data-pright='3'] {padding-right:5rem;}
[data-mtop='1'] {margin-top:1rem;}
[data-mtop='2'] {margin-top:3rem;}
[data-mtop='3'] {margin-top:5rem;}
[data-mbottom='1'] {margin-bottom:1rem;}
[data-mbottom='2'] {margin-bottom:3rem;}
[data-mbottom='3'] {margin-bottom:5rem;}
[data-mleft='1'] {margin-left:1rem;}
[data-mleft='2'] {margin-left:3rem;}
[data-mleft='3'] {margin-left:5rem;}
[data-mright='1'] {margin-right:1rem;}
[data-mright='2'] {margin-right:3rem;}
[data-mright='3'] {margin-right:5rem;}
 
 /* Small only */
 @media screen and (max-width: 39.9375em) { 
     .cc-builder-row{margin: 0;}
     
     .cc-builder-container.stretch-section .cc-builder-row{ max-width: 100%; }
     .cc-builder-container .cc-builder-row .cc-builder-column{ width: 100% !important; } 
     .cc-builder-container .cc-builder-row .cc-builder-column > section { margin-left: 0 !important; margin-right: 0 !important; }
 }
 @media screen and (min-width: 40em) and (max-width: 63.9375em) { .cc-builder-container.stretch-section .cc-builder-row{ max-width: 1024px; padding-left: 15px; padding-right: 15px; } }
 @media screen and (min-width: 64em) { .cc-builder-container.stretch-section .cc-builder-row{ max-width: 1200px; padding-left: 15px; padding-right: 15px; } }
 