/**
 * Stylesheet for all elements
 *
 * @author      Khushang Bhavanagarwala
 * @date        8th March 2017
 * @package     Custom CSS
 * @return      CSS
 * @IMPNote: Do not use any color out of "00aeef 1b75bb 404041" this is branding. If needed meet TL/Client first.
*/
/*===============================================================================================*/
/*===============================================================================================*/
/*Element specific CSS starts*/
/*===============================================================================================*/
/*===============================================================================================*/
/* Text Element CSS */
ul.horizontal, ol.horizontal{list-style-type:none;margin:0;padding:0;}/* Bullet List Element CSS */
ul.horizontal li, ol.horizontal li{display:inline !important;}/* Bullet List Element CSS */
.customIcons{list-style-type:none;}

.fontAwesomeLHeight{line-height:inherit !important;}
.fontAwesomeLHeight.fa-li{top:0;}
/* Video Element CSS */
/*#DRA 56 to 56.25 and add class .videoOverlay #1086 padding-bottom:calc((100%*9)/16);*/
.imagemodalelement_cl a:focus{outline:none !important;}
/* Gearbubble Element CSS */
.cl_hide{display:none !important;}
.cl_stickToTop {position: fixed !important;top: 0;z-index: 999 !important;}
.container-fluid.cl_stickToTop{width:100%;}
.container.cl_stickToTop{left:0;right:0;}
.cl_stickToBottom {position: fixed !important;bottom: 0;z-index: 999 !important;}
.container-fluid.cl_stickToBottom{width:100%;}
.container.cl_stickToBottom{left:0;right:0;}
.customPreviewModal .modal-dialog{z-index:9999;}
.customPreviewModal .modal-header{display:none;}
.customPreviewModal .modal-body{text-align:center;padding-left: 15px;padding-right: 15px;}
.customPreviewModal .modal-footer{text-align:center;border-top:none;}
/*CSS for vertical alignment of bootstrap dialog*/
.customPreviewModal.modal{text-align:center;padding:0!important;}
.customPreviewModal.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px;}
.customPreviewModal .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;}
.customPreviewModal .bootstrap-dialog-message{word-break:break-word;}
.cl_body_preview .cl_section.container-fluid .cl_row_d.container{padding-left:0;padding-right:0;}
@media (max-width:992px) and (min-width:992px){.cl_body_preview .cl_section.container-fluid{margin-left:-4px;}}
@media (max-width:994px) and (min-width:993px){.cl_body_preview .cl_section.container-fluid{margin-left:-3px;}}
@media (max-width:996px) and (min-width:995px){.cl_body_preview .cl_section.container-fluid{margin-left:-2px;}}
@media (max-width:998px) and (min-width:997px){.cl_body_preview .cl_section.container-fluid{margin-left:-1px;}}
@media (max-width:768px) and (min-width:768px){.cl_body_preview .cl_section.container-fluid{margin-left:-6px;}}
@media (max-width:770px) and (min-width:769px){.cl_body_preview .cl_section.container-fluid{margin-left:-5px;}}
@media (max-width:772px) and (min-width:771px){.cl_body_preview .cl_section.container-fluid{margin-left:-4px;}}
@media (max-width:774px) and (min-width:773px){.cl_body_preview .cl_section.container-fluid{margin-left:-3px;}}
@media (max-width:776px) and (min-width:775px){.cl_body_preview .cl_section.container-fluid{margin-left:-2px;}}
@media (max-width:780px) and (min-width:780px){.cl_body_preview .cl_section.container-fluid{margin-left:-1px;}}
@media (max-width:778px) and (min-width:777px){.cl_body_preview .cl_section.container-fluid{margin-left:-1px;}}
/* Fixes added by Anish for row margin due to row width and alignment settings ends */
/* Styles added by Anish to handle row width in full width section cases starts */
@media (min-width:768px){.cl_body_preview .cl_section.container-fluid .cl_row_d.container{max-width:750px;width:100%;}}
@media (min-width:992px){.cl_body_preview .cl_section.container-fluid .cl_row_d.container{max-width:970px;width:100%;}}
@media (min-width:1200px){.cl_body_preview .cl_section.container-fluid .cl_row_d.container{max-width:1170px;width:100%;}}
/* Hardik:Start - Stylesheet for sticky section and fade effect starts */
.fixed-header-top{position:fixed;top:0;left:0;width:100%;z-index:9;animation:fadeInDown 0.3s ease-out forwards;}
.fixed-header-bottom{position:fixed;bottom:0;left:0;width:100%;z-index:9;animation:fadeInUp 0.3s ease-out forwards;}
.remove-jump{transition:height .5s;backface-visibility:hidden;}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100px, 0);-webkit-transform:translate3d(0, -100px, 0);}
                      to{opacity:1;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-webkit-font-smoothing:antialiased;}
}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100px, 0);-webkit-transform:translate3d(0, 100px, 0);}
                    to{opacity:1;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-webkit-font-smoothing:antialiased;}
}
/* Hardik:End - Stylesheet for sticky section and fade effect ends */
/* Hardik:Start - Popup width on mobile be 90% of screen size */

/*Stylesheet for the membership loader*/
#loadingDiv {background-color: #fff;height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 10020;filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;}
.customMem .modal-content{background-color: #ffffff !important;font-family: Open Sans !important;}
.ajax-loader {position: fixed;left: 50%;top: 50%;margin-left: -32px;margin-top: -32px;display: block;z-index: 10020 !important;color: #fff;}
.loader {border: 5px solid #e3e3e3;border-top: 5px solid #3498db;border-radius: 50%;width: 50px;height: 50px;animation: spin 2s linear infinite;position: absolute;top: 50%;margin-left: -25px;margin-top: -25px;left: 50%;}
@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}
/*Stylesheet for the membership loader*/
.cl_icon_inner{display: inline-flex;}
.bootstrap-select,.bootstrap-select:not([class*=span]){width:100%}
.custom-checkbox{position:relative;}
.custom-checkbox .checkboxLabel{display:inline-block;}
#page-wrapper #pageLayoutContent .cl_section{display: flex;flex-flow: column nowrap;}.imageelement_cl a:focus{outline:none !important;} .textelement_cl .headlines *{word-break:normal !important;} .paragraphelement_cl .styleParagraph *{word-break:normal !important;}
.paragraphelement_cl .styleParagraph{box-shadow:none !important;} .timerelement_cl .panelContainer{display:inline-block;}
.timerelement_cl .panelContainer span{display:inline-block;}
.timerelement_cl.cl_designElement {
    opacity: 0;
} .buttonelement_cl .elementCustomCSS{white-space:normal;/*font-size:24px;*/}/*#DRA commented to fix #2kgrna*/
.buttonelement_cl .myclass{display: inline-flex; align-items: center;}
.buttonelement_cl .myclass strong, .buttonelement_cl .myclass em, .buttonelement_cl .myclass span{display: initial;}
/*#DRAS - #j166g2 - UI button feedback */
.membershipButtonLoader{display: none;position: absolute;border: 5px solid #f3f3f3;border-top: 5px solid #3498db;border-radius: 50%;width: 40px;height: 40px;animation: spin 2s linear infinite;left:calc(50% - 20px);top:calc(50% - 20px);}
@keyframes spin {0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}
.buttonelement_cl a.membershipSubmit{position:relative;}

#page-wrapper{background-position: center center;background-repeat: no-repeat;background-size: inherit;color: #000000;background-attachment: scroll;}#page-wrapper:after{background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url("");}#page-wrapper .headlines{color: #000000;font-weight: normal;}#page-wrapper .styleParagraph{color: #000000;font-weight: normal;}#page-wrapper .textelement_cl .headlines a , #page-wrapper .paragraphelement_cl .styleParagraph a{color: #428bca;}#page-wrapper #section_c24389_1528898973{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: #000000;}#page-wrapper #section_c24389_1528898973{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #modal_section_c24389_1528898973 .modal-backdrop.fade.in{background-image: -webkit-linear-gradient(90deg, rgba(10,6,20,1), rgba(10,6,20,1)), url('');background-image: linear-gradient(90deg, rgba(10,6,20,1), rgba(10,6,20,1)), url('');background-image: -moz-linear-gradient(90deg, rgba(10,6,20,1), rgba(10,6,20,1)), url('');background-image: -ms-linear-gradient(90deg, rgba(10,6,20,1), rgba(10,6,20,1)), url('');background-image: -o-linear-gradient(90deg, rgba(10,6,20,1), rgba(10,6,20,1)), url('');background-position: center center;background-repeat: no-repeat;background-size: inherit;background-attachment: scroll;opacity: 0.9; }#page-wrapper #modal_section_c24389_1528898973 .modal-dialog {width: 60%}#page-wrapper #section_hblv99_1528901445{background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('../img/8636_1528893155.jpeg');background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('../img/8636_1528893155.jpeg');background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('../img/8636_1528893155.jpeg');background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('../img/8636_1528893155.jpeg');background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('../img/8636_1528893155.jpeg');background-position: center bottom;background-repeat: repeat;background-size: cover;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: #000000;padding: 63px 0px 128px 0px;}#page-wrapper #section_hblv99_1528901445{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_i6fv8l_1528904300{background-image: url(""), linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: transparent;}#page-wrapper #row_i6fv8l_1528904300:hover{}#page-wrapper #row_i6fv8l_1528904300{ margin-top: 0px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_i6fv8l_1528904300_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_i6fv8l_1528904300 #column_lfyyul_1528904300 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_i6fv8l_1528904300 #column_lfyyul_1528904300 > .colChild:hover {}#page-wrapper #row_i6fv8l_1528904300 #column_lfyyul_1528904300 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:#000000; height:calc(100% - 0px); }#page-wrapper #row_i6fv8l_1528904300 #column_lfyyul_1528904300 > .colChild:hover {border-color:; }#page-wrapper #section_4ca3ef_1528908126{background-image: url(""), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: url(""), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: #000000;padding: 80px 0px 50px 0px;}#page-wrapper #section_4ca3ef_1528908126{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_2f0f31_1528908126{background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: #000000;padding: 0px 0px 10px 0px;}#page-wrapper #row_2f0f31_1528908126{ margin-top: 0px; margin-bottom: 0px; width: 94%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_2f0f31_1528908126_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_2f0f31_1528908126 #column_c5275a_1528908126 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_2f0f31_1528908126 #column_c5275a_1528908126 > .colChild:hover {}#page-wrapper #row_2f0f31_1528908126 #column_c5275a_1528908126 > .colChild {padding:0; margin:0; border-width:0; border-style:; border-color:; height:calc(100% - 0px); }#page-wrapper #row_2f0f31_1528908126 #column_c5275a_1528908126 > .colChild:hover {border-color:; }#page-wrapper #row_b406b0_1528908126{background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: #000000;padding: 10px 0px 0px 0px;}#page-wrapper #row_b406b0_1528908126{ margin-top: 0px; margin-bottom: 0px; width: 94%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_b406b0_1528908126_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_b406b0_1528908126 #column_4fc5d6_1528908126 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_b406b0_1528908126 #column_4fc5d6_1528908126 > .colChild:hover {}#page-wrapper #row_b406b0_1528908126 #column_4fc5d6_1528908126 > .colChild {padding:0px 10px 0px 10px; margin:0; border-width:0; border-style:; border-color:; height:calc(100% - 0px); }#page-wrapper #row_b406b0_1528908126 #column_4fc5d6_1528908126 > .colChild:hover {border-color:; }#page-wrapper #row_b406b0_1528908126 #column_9d5dc6_1528908126 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_b406b0_1528908126 #column_9d5dc6_1528908126 > .colChild:hover {}#page-wrapper #row_b406b0_1528908126 #column_9d5dc6_1528908126 > .colChild {padding:0px 10px 0px 10px; margin:0; border-width:0; border-style:; border-color:; height:calc(100% - 0px); }#page-wrapper #row_b406b0_1528908126 #column_9d5dc6_1528908126 > .colChild:hover {border-color:; }#page-wrapper #row_b406b0_1528908126 #column_b5e075_1528908126 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_b406b0_1528908126 #column_b5e075_1528908126 > .colChild:hover {}#page-wrapper #row_b406b0_1528908126 #column_b5e075_1528908126 > .colChild {padding:0px 10px 0px 10px; margin:0; border-width:0; border-style:; border-color:; height:calc(100% - 0px); }#page-wrapper #row_b406b0_1528908126 #column_b5e075_1528908126 > .colChild:hover {border-color:; }#page-wrapper #section_78d9e2_1528911865{background-image: linear-gradient(90deg, rgba(20,7,46,1), rgba(20,7,46,1)), url('');background-image: -webkit-linear-gradient(90deg, rgba(20,7,46,1), rgba(20,7,46,1)), url('');background-image: -moz-linear-gradient(90deg, rgba(20,7,46,1), rgba(20,7,46,1)), url('');background-image: -ms-linear-gradient(90deg, rgba(20,7,46,1), rgba(20,7,46,1)), url('');background-image: -o-linear-gradient(90deg, rgba(20,7,46,1), rgba(20,7,46,1)), url('');background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: #000000;padding: 0px 0px 122px 0px;}#page-wrapper #section_78d9e2_1528911865{ border-top-left-radius: 0px; border-top-right-radius: 0px;border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;}#page-wrapper #row_a70e40_1528911865{background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: #000000;padding: 80px 0px 50px 0px;}#page-wrapper #row_a70e40_1528911865{ margin-top: 0px; margin-bottom: 0px; width: 70%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_a70e40_1528911865_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_a70e40_1528911865 #column_7ab789_1528911865 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_a70e40_1528911865 #column_7ab789_1528911865 > .colChild:hover {}#page-wrapper #row_a70e40_1528911865 #column_7ab789_1528911865 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:#000000; height:calc(100% - 0px); }#page-wrapper #row_a70e40_1528911865 #column_7ab789_1528911865 > .colChild:hover {border-color:; }#page-wrapper #row_obaf3m_1528991019{background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('');background-position: center center;background-repeat: repeat;background-size: inherit;background-attachment: scroll;border-width: 0px;border-style: solid;border-color: #000000;padding: 19px 0px 0px 0px;}#page-wrapper #row_obaf3m_1528991019{ margin-top: 0px; margin-bottom: 0px; width: 100%; margin-left: auto !important; margin-right: auto !important;}#page-wrapper #row_obaf3m_1528991019_container{ margin-top: 0px; margin-bottom: 0px;}#page-wrapper #row_obaf3m_1528991019 #column_ey7wut_1528991019 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_obaf3m_1528991019 #column_ey7wut_1528991019 > .colChild:hover {}#page-wrapper #row_obaf3m_1528991019 #column_ey7wut_1528991019 > .colChild {padding:0px 78px 0px 0px; margin:0; border-width:0; border-style:solid; border-color:#000000; height:calc(100% - 0px); }#page-wrapper #row_obaf3m_1528991019 #column_ey7wut_1528991019 > .colChild:hover {border-color:; }#page-wrapper #row_obaf3m_1528991019 #column_41ssva_1528991019 > .colChild {background-image: url(''), linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-image: url(''), -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0)); background-position:center center; background-repeat:repeat; background-size:initial; background-attachment:scroll; }#page-wrapper #row_obaf3m_1528991019 #column_41ssva_1528991019 > .colChild:hover {}#page-wrapper #row_obaf3m_1528991019 #column_41ssva_1528991019 > .colChild {padding:0; margin:0; border-width:0; border-style:solid; border-color:#000000; height:calc(100% - 0px); }#page-wrapper #row_obaf3m_1528991019 #column_41ssva_1528991019 > .colChild:hover {border-color:; }        
        