.img_big,
.img_mid,
.img_sm {
  width: 100%;
}

.stk_row_two_img.templateMainCtr div.imgContainer:first-of-type {
  padding-left: 0;
}
.stk_row_two_img.templateMainCtr div.imgContainer:last-of-type {
  padding-right: 0;
}
@media (max-width: 576px) {
  .stk_row_two_img.templateMainCtr div.imgContainer {
    padding: 0;
  }
}

.stk_row_img_txt.txtLImgR div.imgContainer {
  padding-right: 0;
}
.stk_row_img_txt.txtLImgR div.txtContainer {
  padding-left: 0;
}
.stk_row_img_txt.imgLtxtR div.imgContainer {
  padding-left: 0;
}
.stk_row_img_txt.imgLtxtR div.txtContainer {
  padding-right: 0;
}
@media (max-width: 576px) {
  .stk_row_img_txt div div {
    padding: 0;
  }
}

.stk_row_img_wide_txt.txtLwideImgR div.imgContainer {
  padding-right: 0;
}
.stk_row_img_wide_txt.txtLwideImgR div.txtContainer {
  padding-left: 0;
}
.stk_row_img_wide_txt.imgLwideTxtR div.imgContainer {
  padding-left: 0;
}
.stk_row_img_wide_txt.imgLwideTxtR div.txtContainer {
  padding-right: 0;
}
@media (max-width: 576px) {
  .stk_row_img_wide_txt div div {
    padding: 0;
  }
}

.stk_row_three_img div.imgContainer:first-of-type {
  padding-left: 0;
}
.stk_row_three_img div.imgContainer:nth-of-type(2) {
  padding-left: 2px;
  padding-right: 2px;
}
.stk_row_three_img div.imgContainer:last-of-type {
  padding-right: 0;
}
@media (max-width: 576px) {
  .stk_row_three_img div.imgContainer {
    padding: 0 !important;
  }
}

.stk_row_full_txt .txtContainer {
  padding-left: 0 !important;
}
@media (max-width: 576px) {
  .stk_row_full_txt .txtContainer {
    padding: 0;
  }
}

.stk_row_two_txt .txtContainer:first-of-type {
  padding-left: 0 !important;
}
.stk_row_two_txt .txtContainer:last-of-type {
  padding-right: 0 !important;
}

.stk_row_three_text .txtContainer:first-of-type {
  padding-left: 0;
}
.stk_row_three_text .txtContainer:nth-of-type(2) {
  padding-left: 2px;
  padding-right: 2px;
}
.stk_row_three_text .txtContainer:last-of-type {
  padding-right: 0;
}

.wrapTxtAroundImg .img_mid {
  width: 33%;
}
.wrapTxtAroundImg .img_mid img {
  padding-right: 10px;
  padding-bottom: 10px;
}
.wrapTxtAroundImg .myCKTitle h1 {
  margin-top: 0;
}
.sbemb_block.addOn {
  padding: 0 !important;
}
.sbemb_block.addOn .imgContainer {
  padding: 0 4px;
}
.sbemb_block.addOn .txtContainer {
  padding: 0 4px;
}

.width100 {
  width: 100%;
}

.cs_horizontalLine {
  border-width: 1px;
  border-color: #a1a1a1;
}

.cs_banner img {
  width: 100%;
}

.cs_body {
  /*display: flex;*/
  background: none !important;
  margin-top: 10px;
}
.cs_body .cs_left {
  width: 74%;
}
.cs_body .cs_left.width100 {
  width: 100%;
}
@media (max-width: 576px) {
  .cs_body .cs_left {
    width: 100%;
  }
}
.cs_body .cs_right {
  width: 27%;
  background: #eeeeee;
  margin-left: 10px;
  padding: 10px;
}
.cs_body .cs_right img {
  max-width: 100%;
  width: initial !important;
  height: initial !important;
}
@media (max-width: 576px) {
  .cs_body .cs_right {
    display: none;
  }
}
.cs_body .addOn span {
  font-size: 14px;
}

#sbembWrap,
#sbemb_body {
  padding-top: 0 !important;
}

.resizable {
  width: 100%;
  height: 150px;
  padding: 0.5em;
}

.ui-resizable:hover > .ui-resizable-handle:after {
  display: block;
}

.ui-resizable-handle:after {
  content: url(/images/resize.png);
  width: 25px;
  display: none;
  height: 25px;
}

.ui-resizable-handle {
  left: 50% !important;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 25px !important;
  width: 25px !important;
  bottom: 0 !important;
}

.sbemail_addblock {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid #a1a1a1;
  margin-bottom: 4px;
}
.youtubeContainer .cs_youtubeVideoEdtSection {
  display: none;
}
.youtubeContainer .cs_youtubeVideoEdtSection.show {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.youtubeContainer .cs_youtubeVideoEdtSection input {
  display: inline-block;
}
.youtubeContainer .cs_dynamicButtonContainer {
  display: none;
}
.youtubeContainer .cs_dynamicButtonContainer.show {
  display: block !important;
}
.youtubeContainer .cs_editYoutubeVideo,
.youtubeContainer .cs_editDynamicBtn {
  display: none;
  position: absolute;
  top: -20px;
  right: 0;
  cursor: pointer;
  background: #000000;
  color: #fff;
  padding: 2px;
  font-size: 16px;
}
.youtubeContainer .youtubeDefault {
  height: 400px;
}
.youtubeContainer iframe.youtubeVideo {
  display: none;
}
.youtubeContainer iframe.youtubeVideo.show {
  display: inline-block !important;
}
.youtubeContainer .cs_dynamicButton {
  display: none;
}
.youtubeContainer .cs_dynamicButton.show {
  display: inline-block !important;
}
.youtubeContainer:hover > .cs_editYoutubeVideo {
  display: block;
}
.youtubeContainer:hover > .cs_editDynamicBtn {
  display: block;
}
.youtubeContainer .editYoutubeUrl input[type=text] {
  width: 100%;
}
.youtubeContainer .cs_insertUTuneVideo,
.youtubeContainer .cs_insertDynamicButton {
  border-radius: 20px;
  width: 80px;
  font-size: 11px !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #084812;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: initial;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-family: "Open Sans" !important;
}
.youtubeContainer .cs_insertUTuneVideo:hover,
.youtubeContainer .cs_insertDynamicButton:hover {
  background-color: transparent;
  color: #084812 !important;
  box-shadow: 0px 0px 0px 1px #084812 !important;
  border: none !important;
}

#youtubeModal .modal-body .cs_insertUTuneVideo {
  margin-left: 5px;
}
.editYoutubeUrl {
  width: 100%;
}

.rbl_videoPosition {
  width: 100%;
}

.editable {
  font-family: "Gotham_Light" !important;
  line-height: initial;
}

.myCKTitle {
  font-family: "Gotham_Light", Times, serif !important;
}

.cs_dynamicPageHeading {
  color: #084812;
  font-size: 24px;
  font-family: "Gotham_Light";
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.txtContainer .editable {
  font-size: 14px;
  line-height: 26.6px;
}
.txtContainer h1 {
  font-family: "Gotham_Light";
  color: #2b2b2b;
  font-size: 26.6px;
  line-height: 31.92px;
}
.txtContainer p {
  font-size: 14px;
  line-height: 26.6px;
}
.txtContainer p span {
  font-size: 14px;
  line-height: 26.6px;
}
.txtContainer a {
  color: #91c55e;
}

.editable p:empty {
  display: none;
}
.editable span:empty {
  display: none;
}

.Panel {
  font-weight: initial;
}

.popupImageBtn_SelectImageFromLib {
  width: 80%;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle {
  width: 100% !important;
  display: flex;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody {
  width: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr {
  width: 100% !important;
  display: flex;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td {
  width: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 {
  width: 100% !important;
  height: 440px;
  overflow-x: scroll;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText {
  width: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody {
  display: flex;
  flex-wrap: wrap;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody > tr {
  width: calc(25% - 10px);
  display: flex;
  margin: 5px;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody > tr > td {
  width: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody > tr > td > table {
  width: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody > tr > td > table > tbody {
  width: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody > tr > td > table > tbody > tr {
  width: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody > tr > td > table > tbody > tr > td {
  width: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody > tr > td > table > tbody > tr > td > img {
  max-width: 100% !important;
  height: auto;
  max-height: 100% !important;
}
.popupImageBtn_SelectImageFromLib > .editorTextStyle > tbody > tr > td .css_dvComponentEditor2 > .contentText > tbody > tr > td > table > tbody > tr > td > span {
  max-width: 100% !important;
  height: auto;
  max-height: 100% !important;
  width: 100% !important;
}

#tbl_sbemb_body {
  width: 100%;
}
#tbl_sbemb_body #sbemb_stack {
  width: 100%;
}

.cs_dynamicButton {
  border-radius: 20px;
  width: initial;
  padding: 11px 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #084812;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: initial;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-family: "Open Sans" !important;
}
.cs_dynamicButton:hover {
  background-color: transparent;
  color: #084812 !important;
  box-shadow: 0px 0px 0px 1px #084812 !important;
  border: none !important;
}

.cs_dynamicButtonContainer {
  padding: 5px 0;
}

.ajax__fileupload_queueContainer {
  border: none !important;
}
.ajax__fileupload_queueContainer .ajax__fileupload_fileItemInfo {
  display: none;
}/*# sourceMappingURL=dynamicPageStyle.css.map */